forked from nfdi4cat/voc4cat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path0000039.ttl
More file actions
19 lines (18 loc) · 966 Bytes
/
Copy path0000039.ttl
File metadata and controls
19 lines (18 loc) · 966 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:0000039
a skos:Concept ;
dcterms:created "2023-08-11"^^xsd:date ;
dcterms:identifier "0000039"^^xsd:token ;
dcterms:modified "2026-02-13"^^xsd:date ;
dcterms:provenance <https://github.com/nfdi4cat/voc4cat/blame/main/vocabularies/voc4cat/IDs0000xxx/0000039.ttl> ;
rdfs:seeAlso <https://github.com/nfdi4cat/voc4cat/blame/main/vocabularies/voc4cat/IDs0000xxx/0000039.ttl> ;
skos:broader voc4cat:0000186 ;
skos:changeNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:definition "Mass of catalyst deposited onto the surface of a substrate."@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat> ;
skos:prefLabel "thin film mass"@en ;
.