@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:Interaktion
  skos:definition "Drückt zum Beispiel aus, dass zwei Behandlungen miteinander besser oder schlechter wirken, als wenn man die Behandlungen einzeln anwendet."@de ;
  dc:created "2022-09-01"^^xsd:date ;
  skos:altLabel "Wechselwirkung"@de ;
  skos:topConceptOf klarsaurus: ;
  skos:inScheme klarsaurus: ;
  skos:prefLabel "Interaktion"@de, "Interaction"@en ;
  a skos:Concept .

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

