@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

relations:hasTestItems
  skos:notation "TestRel 008" ;
  skos:prefLabel "has test items"@en, "hat Testitems"@de ;
  a rdf:Property, skos:Concept .

relations:hasOpenTestArchiveTest
  skos:notation "TestRel 007" ;
  skos:prefLabel "has Open Test Archive test"@en, "hat Open Test Archive-Test"@de ;
  a rdf:Property, skos:Concept .

relations:hasOpenTestArchiveTestDescription
  skos:notation "TestRel 006" ;
  skos:prefLabel "has Open Test Archive test description"@en, "hat Open Test Archive-Verfahrensdokumentation"@de ;
  a rdf:Property, skos:Concept .

relations:hasTbsDtkTestReview
  skos:notation "TestRel 005" ;
  skos:prefLabel "has TBS-DTK test review"@en, "hat TBS-DTK-Testrezension"@de ;
  a rdf:Property, skos:Concept .

relations:hasPsyndexTestsReview
  skos:notation "TestRel 004" ;
  skos:prefLabel "has PSYNDEX Tests Review"@en, "hat PSYNDEX Tests Review"@de ;
  a rdf:Property, skos:Concept .

relations:hasTestReview
  skos:notation "TestRel 003" ;
  skos:prefLabel "has test review"@en, "hat Testrezension"@de ;
  a rdf:Property, skos:Concept .

relations:isRevisionOf
  skos:notation "Rel 012" ;
  skos:prefLabel "is revision of"@en, "ist Überarbeitung von"@de ;
  a rdf:Property, skos:Concept .

relations:hasTranslation
  skos:notation "Rel 011" ;
  skos:prefLabel "has translation"@en, "hat Übersetzung"@de ;
  a rdf:Property, skos:Concept .

relations:isRelatedTo
  skos:notation "Z 999" ;
  skos:prefLabel "steht in Beziehung zu"@de, "is related to"@en ;
  a owl:SymmetricProperty, rdf:Property, skos:Concept .

relations:isTranslationOf
  skos:notation "Rel 005" ;
  skos:prefLabel "is translation of"@en, "ist Übersetzung von"@de ;
  a rdf:Property, skos:Concept .

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

relations:PSYNDEXtestToWorkRelations
  dc:created "2026-02-10"^^xsd:date ;
  a skos:Collection ;
  skos:prefLabel "Relations between psychometric test and work"@en, "Beziehungen zwischen psychometrischem Test und Werk"@de ;
  skos:inScheme relations: ;
  skos:scopeNote "Use for describing the relationship between a psychometric test and a work that is not necessarily a test itself. Examples: test to test review, to test documentations, to work with test items, to validation study, to a translation or a revision. Use this also for relations between psychmometric tests where the target test is not indexed in PSYNDEX as test - either to link the test via its DOI, URL or citation or as as a regular non-test work in PSYNDEX."@en, "Zum Beschreiben der Beziehung zwischen einem psychometrischen Test und einem Werk, das nicht selbst ein Test ist. Beispiele: Test zu Test-Rezension, zu Testdokumentationen, zu Werk mit Testitems, zu Validierungsstudie, zu einer Übersetzung oder einer Überarbeitung. Auch für Beziehungen zwischen psychometrischen Tests, bei denen der Zieltest nicht als Test in PSYNDEX indexiert ist - entweder um den Test über seine DOI, URL oder Zitation zu verlinken oder als reguläres Nicht-Test-Werk in PSYNDEX, falls dort erfasst."@de ;
  skos:member relations:isTranslationOf, relations:isRelatedTo, relations:hasTranslation, relations:isRevisionOf, relations:hasTestReview, relations:hasPsyndexTestsReview, relations:hasTbsDtkTestReview, relations:hasOpenTestArchiveTestDescription, relations:hasOpenTestArchiveTest, relations:hasTestItems .

