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

<https://anchorfact.org/kb/computer-science/terraform>
  a schema:TechArticle ;
  schema:headline "Terraform" ;
  schema:url <https://anchorfact.org/computer-science/terraform/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.715" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

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

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

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