@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:0000125
  a skos:Concept ;
  rdfs:seeAlso <https://github.com/nfdi4cat/voc4cat/blame/main/vocabularies/voc4cat/IDs0000xxx/0000125.ttl> ;
  dc:created "2023-08-11"^^xsd:date ;
  dc:identifier "0000125"^^xsd:token ;
  dc:modified "2026-02-18"^^xsd:date ;
  dc:provenance <https://github.com/nfdi4cat/voc4cat/blame/main/vocabularies/voc4cat/IDs0000xxx/0000125.ttl> ;
  skos:broader voc4cat:0005003, voc4cat:0005002, voc4cat:0005001 ;
  skos:changeNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource, 0000-0002-5898-1820 David Linke generalized the definition"@en ;
  skos:definition "A dimensionless physical quantity describing how effective a reactant is converted to the desired product in a chemical conversion. It is calculated as the ratio between the amount of the desired product and the amount of the desired product that could have been formed if all reactants were converted to the desired product. The selectivity is 1 (or 100 %) if no other than the desired product is formed."@en ;
  skos:inScheme <https://w3id.org/nfdi4cat/voc4cat> ;
  skos:prefLabel "selectivity"@en .

voc4cat:0005003
  a skos:Concept ;
  skos:narrower voc4cat:0000125 ;
  skos:prefLabel "catalyst performance measure"@en .

voc4cat:0005002
  a skos:Concept ;
  skos:narrower voc4cat:0000125 ;
  skos:prefLabel "chemical conversion performance measure"@en .

voc4cat:0005001
  a skos:Concept ;
  skos:narrower voc4cat:0000125 ;
  skos:prefLabel "reactor performance measure"@en .

voc4cat:0000195
  a skos:Collection ;
  skos:member voc4cat:0000125 ;
  skos:prefLabel "ChemCatChem keyword collection"@en .

