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

<https://anchorfact.org/kb/computer-science/yaml>
  a schema:TechArticle ;
  schema:headline "YAML (YAML Ain't Markup Language)" ;
  schema:url <https://anchorfact.org/computer-science/yaml/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.835" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/yaml>
  schema:citation <https://yaml.org/spec/1.2.2/> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/yaml>
  schema:citation <https://yaml.org/spec/1.2.1/> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/yaml>
  schema:citation <https://yaml.org/spec/1.1/current.html> ;
  af:sourceTier "S" .