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

<https://anchorfact.org/kb/computer-science/software-bill-of-materials-and-dependency-graphs>
  a schema:TechArticle ;
  schema:headline "Software Bill of Materials and Dependency Graphs" ;
  schema:url <https://anchorfact.org/computer-science/software-bill-of-materials-and-dependency-graphs/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/software-bill-of-materials-and-dependency-graphs>
  schema:citation <https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/software-bill-of-materials-and-dependency-graphs>
  schema:citation <https://spdx.dev/use/specifications/> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/software-bill-of-materials-and-dependency-graphs>
  schema:citation <https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.6.schema.json> ;
  af:sourceTier "S" .