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

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

relations:hasTestItems
  dc:created "2026-02-12"^^xsd:date ;
  skos:broader relations:hasSupplement ;
  skos:scopeNote "Verbindet einen psychometrischen Test mit einem anderen Werk (oder einer Instanz), das die Testitems des Tests enthält, üblicherweise in einem externen Repositorium oder auf einer Website wie OSF."@de, "Relates a psychometric test to another work (or instance) that contains the test items of the test, usually in an external repository or website, such as OSF."@en ;
  skos:notation "TestRel 008" ;
  skos:inScheme relations: ;
  skos:prefLabel "has test items"@en, "hat Testitems"@de ;
  a rdf:Property, skos:Concept .

relations:hasSupplement
  skos:prefLabel "has supplement"@en, "hat Supplement"@de ;
  a rdf:Property, skos:Concept ;
  skos:narrower relations:hasTestItems .

relations:PSYNDEXtestToWorkRelations
  skos:prefLabel "Beziehungen zwischen psychometrischem Test und Werk"@de, "Relations between psychometric test and work"@en ;
  a skos:Collection ;
  skos:member relations:hasTestItems .

