forked from nfdi4cat/voc4cat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path0000016.ttl
More file actions
19 lines (18 loc) · 1.09 KB
/
Copy path0000016.ttl
File metadata and controls
19 lines (18 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX voc4cat: <https://w3id.org/nfdi4cat/voc4cat_>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
voc4cat:0000016
a skos:Concept ;
dcterms:created "2023-08-11"^^xsd:date ;
dcterms:identifier "0000016"^^xsd:token ;
dcterms:modified "2026-02-13"^^xsd:date ;
dcterms:provenance <https://github.com/nfdi4cat/voc4cat/blame/main/vocabularies/voc4cat/IDs0000xxx/0000016.ttl> ;
rdfs:seeAlso <https://github.com/nfdi4cat/voc4cat/blame/main/vocabularies/voc4cat/IDs0000xxx/0000016.ttl> ;
skos:broader voc4cat:0000186 ;
skos:changeNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource, 0000-0002-4041-0165 Julia Schumann generalized the definition"@en ;
skos:definition "The form in which the catalyst is introduced to the reaction chamber. This can include e.g., powders, pellets or thin films deposited on a substrate."@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat> ;
skos:prefLabel "catalyst form"@en ;
.