@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:0005043
  a skos:Concept ;
  rdfs:seeAlso <https://github.com/nfdi4cat/voc4cat/blame/main/vocabularies/voc4cat/IDs0005xxx/0005043.ttl> ;
  dc:created "2025-01-23"^^xsd:date ;
  dc:identifier "0005043"^^xsd:token ;
  dc:modified "2026-02-18"^^xsd:date ;
  dc:provenance <https://github.com/nfdi4cat/voc4cat/blame/main/vocabularies/voc4cat/IDs0005xxx/0005043.ttl> ;
  skos:broader voc4cat:0005018 ;
  skos:changeNote "0000-0002-5898-1820 David Linke created the resource"@en ;
  skos:definition "The resource is derived from another resource. This may be used for relating a new dataset created by data processing to its original source dataset. For samples it may express the relation between the original sample and another sample derived from it by physical or chemical treatment."@en ;
  skos:inScheme <https://w3id.org/nfdi4cat/voc4cat> ;
  skos:prefLabel "is derived from"@en .

voc4cat:0005018
  a skos:Concept ;
  skos:narrower voc4cat:0005043 ;
  skos:prefLabel "resource relation"@en .

