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

<https://anchorfact.org/kb/computer-science/ci-cd-pipeline>
  a schema:TechArticle ;
  schema:headline "CI/CD Pipeline" ;
  schema:url <https://anchorfact.org/computer-science/ci-cd-pipeline/> ;
  af:status "public" ;
  af:confidence "low" ;
  af:confidenceScore "0.83" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/ci-cd-pipeline>
  schema:citation <https://docs.github.com/en/actions/about-github-actions/understanding-github-actions> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/ci-cd-pipeline>
  schema:citation <https://docs.gitlab.com/ci/introduction/> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/ci-cd-pipeline>
  schema:citation <https://martinfowler.com/articles/continuousIntegration.html> ;
  af:sourceTier "B" .