@prefix relations: <https://w3id.org/zpid/vocabs/relations/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

relations:
  skos:prefLabel "Resource Relations"@en, "Ressourcenbeziehungen"@de ;
  a skos:ConceptScheme .

relations:isAnalysisOfTest
  skos:broader relations:isEvaluationOf ;
  skos:scopeNote "Relates a study (work) to a test (work) that is analyzed to validate it, or otherwise discussed systematically, such that the test is a central subject of the work."@en ;
  skos:notation "Test 002" ;
  skos:inScheme relations: ;
  skos:prefLabel "discusses/analyzes test"@en, "diskutiert/analysiert Test"@de ;
  a rdf:Property, skos:Concept .

relations:isEvaluationOf
  skos:prefLabel "is evaluation of"@en, "ist Evaluierung von"@de ;
  a rdf:Property, skos:Concept ;
  skos:narrower relations:isAnalysisOfTest .

relations:PSYNDEXtestRelations
  skos:prefLabel "Beziehungen zwischen Studien und Tests"@de, "Relations between studies and tests"@en ;
  a skos:Collection ;
  skos:member relations:isAnalysisOfTest .

