@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix voc4cat: <https://w3id.org/nfdi4cat/voc4cat_> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://w3id.org/nfdi4cat/voc4cat>
  a skos:ConceptScheme ;
  skos:prefLabel "Voc4Cat - A SKOS vocabulary for Catalysis."@en .

voc4cat:0007040
  a skos:Concept ;
  rdfs:seeAlso <https://github.com/nfdi4cat/voc4cat/blame/main/vocabularies/voc4cat/IDs0007xxx/0007040.ttl> ;
  dc:created "2025-01-07"^^xsd:date ;
  dc:identifier "0007040"^^xsd:token ;
  dc:modified "2026-02-18"^^xsd:date ;
  dc:provenance <https://github.com/nfdi4cat/voc4cat/blame/main/vocabularies/voc4cat/IDs0007xxx/0007040.ttl> ;
  skos:altLabel "reaction mechanism"@en ;
  skos:broader voc4cat:0000181 ;
  skos:changeNote """2025-12-30 Complete rewrite of definition to be a clearly an information content entity (not a process) by gh:dalito
2025-01-20 Concept created by gh:chumannj"""@en ;
  skos:closeMatch <https://doi.org/10.1351/goldbook.M03804> ;
  skos:definition "An information content entity that represents the proposed sequence of elementary reactions and intermediate species through which a chemical transformation proceeds."@en ;
  skos:inScheme <https://w3id.org/nfdi4cat/voc4cat> ;
  skos:prefLabel "chemical reaction mechanism"@en .

voc4cat:0000181
  a skos:Concept ;
  skos:narrower voc4cat:0007040 ;
  skos:prefLabel "non-temporal abstract entity"@en .

