@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/vault-hashicorp>
  a schema:TechArticle ;
  schema:headline "Vault (HashiCorp)" ;
  schema:url <https://anchorfact.org/computer-science/vault-hashicorp/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_assisted" .

<https://anchorfact.org/kb/computer-science/vault-hashicorp>
  schema:citation <https://developer.hashicorp.com/vault/docs> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/vault-hashicorp>
  schema:citation <https://developer.hashicorp.com/vault/docs/concepts/auth> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/vault-hashicorp>
  schema:citation <https://developer.hashicorp.com/vault/docs/concepts/lease> ;
  af:sourceTier "B" .