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

<https://anchorfact.org/kb/computer-science/kotlin>
  a schema:TechArticle ;
  schema:headline "Kotlin" ;
  schema:url <https://anchorfact.org/computer-science/kotlin/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.715" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/kotlin>
  schema:citation <https://kotlinlang.org/docs/getting-started.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/kotlin>
  schema:citation <https://kotlinlang.org/docs/jvm-get-started.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/kotlin>
  schema:citation <https://kotlinlang.org/docs/null-safety.html> ;
  af:sourceTier "B" .