@prefix klarsaurus: <https://w3id.org/zpid/vocabs/klarsaurus/> .
@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#> .

klarsaurus:QSortVerfahren
  skos:definition "Ein Verfahren, mit dessen Hilfe eine Person eine Einschätzung über sich selbst abgeben kann."@de ;
  dc:created "2022-09-01"^^xsd:date ;
  skos:topConceptOf klarsaurus: ;
  skos:inScheme klarsaurus: ;
  skos:prefLabel "Q-Sort-Verfahren"@de, "Q-Sort Technique"@en ;
  a skos:Concept .

klarsaurus:
  skos:prefLabel "Klarsaurus"@en, "Klarsaurus"@de ;
  a skos:ConceptScheme ;
  skos:hasTopConcept klarsaurus:QSortVerfahren .

