@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:hasOpenTestArchiveTestDescription
  dc:created "2026-02-12"^^xsd:date ;
  skos:broader relations:hasDescription ;
  skos:scopeNote "Verbindet einen psychometrischen Test mit einer Testbeschreibung, die durch das Open Test Archive publiziert wurde."@de, "Relates a psychometric test to another work that is a test description of it that was published by the Open Test Archive."@en ;
  skos:notation "TestRel 006" ;
  skos:inScheme relations: ;
  skos:prefLabel "has Open Test Archive test description"@en, "hat Open Test Archive-Verfahrensdokumentation"@de ;
  a rdf:Property, skos:Concept .

relations:hasDescription
  skos:prefLabel "has description"@en, "hat Beschreibung"@de ;
  a rdf:Property, skos:Concept ;
  skos:narrower relations:hasOpenTestArchiveTestDescription .

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

