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

<https://anchorfact.org/kb/computer-science/operating-systems-concepts>
  a schema:Article ;
  schema:headline "Operating Systems: Processes, Memory, and File Systems" ;
  schema:url <https://anchorfact.org/computer-science/operating-systems-concepts/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.82" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/operating-systems-concepts>
  schema:citation <https://pages.cs.wisc.edu/~remzi/OSTEP/cpu-intro.pdf> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/operating-systems-concepts>
  schema:citation <https://pages.cs.wisc.edu/~remzi/OSTEP/vm-intro.pdf> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/operating-systems-concepts>
  schema:citation <https://pages.cs.wisc.edu/~remzi/OSTEP/file-intro.pdf> ;
  af:sourceTier "A" .