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

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

<https://anchorfact.org/kb/computer-science/ansible>
  schema:citation <https://docs.ansible.com/ansible/latest/getting_started/index.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/ansible>
  schema:citation <https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_intro.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/ansible>
  schema:citation <https://docs.ansible.com/ansible/latest/inventory_guide/intro_inventory.html> ;
  af:sourceTier "B" .