@prefix addterms: <https://w3id.org/zpid/vocabs/addterms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

addterms:ProbabilisticTestingModels
  skos:prefLabel "Probabilistic Testing Models"@en, "Probabilistische Testmodelle"@de ;
  a skos:Concept .

addterms:LatentTraitModels
  skos:prefLabel "Latent Trait Models"@en, "Latent-Trait-Modelle"@de ;
  a skos:Concept .

addterms:TestTheory
  skos:prefLabel "Test Theory"@en, "Testtheorie"@de ;
  a skos:Concept .

<https://w3id.org/zpid/vocabs/terms/26825>
  skos:closeMatch addterms:ProbabilisticTestingModels, addterms:LatentTraitModels ;
  skos:narrowMatch addterms:TestTheory ;
  skos:narrower addterms:TestTheory .

