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

<https://anchorfact.org/kb/computer-science/microservices-architecture>
  a schema:TechArticle ;
  schema:headline "Microservices Architecture" ;
  schema:url <https://anchorfact.org/computer-science/microservices-architecture/> ;
  af:status "public" ;
  af:confidence "low" ;
  af:confidenceScore "0.595" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/microservices-architecture>
  schema:citation <https://www.oreilly.com/library/view/building-microservices-2nd/9781492034018/> ;
  af:sourceTier "B" .