@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:Intervention
  skos:definition "Eine Intervention ist eine Maßnahme, die etwas an einer Situation verändern soll, zum Beispiel eine Psychotherapie oder ein spezielles Trainingsprogramm."@de ;
  dc:created "2022-09-01"^^xsd:date ;
  skos:altLabel "Einflussnahme"@de, "Behandlung"@de ;
  skos:topConceptOf klarsaurus: ;
  skos:inScheme klarsaurus: ;
  skos:prefLabel "Intervention"@en, "Intervention"@de ;
  a skos:Concept .

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

