forked from nfdi4cat/voc4cat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path0000001.ttl
More file actions
19 lines (18 loc) · 1022 Bytes
/
Copy path0000001.ttl
File metadata and controls
19 lines (18 loc) · 1022 Bytes
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:0000001
a skos:Concept ;
dcterms:created "2023-08-11"^^xsd:date ;
dcterms:identifier "0000001"^^xsd:token ;
dcterms:modified "2026-02-13"^^xsd:date ;
dcterms:provenance <https://github.com/nfdi4cat/voc4cat/blame/main/vocabularies/voc4cat/IDs0000xxx/0000001.ttl> ;
rdfs:seeAlso <https://github.com/nfdi4cat/voc4cat/blame/main/vocabularies/voc4cat/IDs0000xxx/0000001.ttl> ;
skos:broader voc4cat:0000196 ;
skos:changeNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:definition "A process which catalyzes a chemical reaction through the absorption of sufficient light energy by a photocatalyst."@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat> ;
skos:prefLabel "photocatalysis"@en ;
.