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

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

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

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

<https://anchorfact.org/kb/computer-science/packer>
  schema:citation <https://developer.hashicorp.com/packer/docs/templates/hcl_templates/blocks/build> ;
  af:sourceTier "B" .