@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:hasTbsDtkTestReview
  dc:created "2026-02-12"^^xsd:date ;
  skos:broader relations:hasTestReview ;
  skos:scopeNote "Verbindet einen psychometrischen Test mit einer kritischen Bewertung davon, wobei die Rezension speziell eine TBS-DTK-Testrezension ist, also dem Testbeurteilungssystem des Diagnostik- und Testkuratoriums der Föderation Deutscher Psychologenvereinigungen folgt."@de, "Relates a psychometric test to another work that is a critical evaluation of it, where the review is specifically a TBS-DTK test review. These are test reviews adhering to the test evaluation system (TBS, Testbeurteilungsssystem) of the Diagnostics and Test Committee (DTK, Diagnostik- und Testkuratorium) of the Federation of German Psychologists Associations."@en ;
  skos:notation "TestRel 005" ;
  skos:inScheme relations: ;
  skos:prefLabel "has TBS-DTK test review"@en, "hat TBS-DTK-Testrezension"@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 ;
  skos:narrower relations:hasTbsDtkTestReview .

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

