@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:Inhibition
  skos:definition "Als Inhibition oder Hemmung bezeichnet man es, wenn eine automatische Reaktion oder ein Impuls unterdrückt wird. Beispielsweise trägt die Fähigkeit zur Inhibition bei Kindern dazu bei, sich auf das Lesen eines Buches zu konzentieren, anstatt sich von Geräuschen ablenken zu lassen."@de ;
  dc:created "2023-03-01"^^xsd:date ;
  skos:altLabel "Hemmung"@de ;
  skos:topConceptOf klarsaurus: ;
  skos:inScheme klarsaurus: ;
  skos:prefLabel "Inhibition"@en, "Inhibition"@de ;
  a skos:Concept .

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

