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

<https://anchorfact.org/kb/computer-science/api-service-discovery-and-dns-srv-records>
  a schema:TechArticle ;
  schema:headline "API Service Discovery and DNS SRV Records" ;
  schema:url <https://anchorfact.org/computer-science/api-service-discovery-and-dns-srv-records/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/api-service-discovery-and-dns-srv-records>
  schema:citation <https://www.rfc-editor.org/info/rfc2782/> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/api-service-discovery-and-dns-srv-records>
  schema:citation <https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/api-service-discovery-and-dns-srv-records>
  schema:citation <https://developer.hashicorp.com/consul/docs/discover/dns> ;
  af:sourceTier "B" .