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

<https://anchorfact.org/kb/computer-science/runtime-feature-detection-and-compatibility>
  a schema:TechArticle ;
  schema:headline "Runtime Feature Detection and Compatibility" ;
  schema:url <https://anchorfact.org/computer-science/runtime-feature-detection-and-compatibility/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/runtime-feature-detection-and-compatibility>
  schema:citation <https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Feature_detection> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/runtime-feature-detection-and-compatibility>
  schema:citation <https://developer.mozilla.org/en-US/docs/Web/HTTP/Browser_detection_using_the_user_agent> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/runtime-feature-detection-and-compatibility>
  schema:citation <https://web.dev/baseline> ;
  af:sourceTier "B" .