forked from nfdi4cat/voc4cat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path0000028.ttl
More file actions
22 lines (21 loc) · 1.1 KB
/
Copy path0000028.ttl
File metadata and controls
22 lines (21 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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:0000028
a skos:Concept ;
dcterms:created "2023-08-11"^^xsd:date ;
dcterms:identifier "0000028"^^xsd:token ;
dcterms:modified "2026-02-13"^^xsd:date ;
dcterms:provenance <https://github.com/nfdi4cat/voc4cat/blame/main/vocabularies/voc4cat/IDs0000xxx/0000028.ttl> ;
rdfs:seeAlso <https://github.com/nfdi4cat/voc4cat/blame/main/vocabularies/voc4cat/IDs0000xxx/0000028.ttl> ;
skos:altLabel
"FTO"@en ,
"FTO glass"@en ;
skos:broader voc4cat:0000027 ;
skos:changeNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:definition "Transparent conductive metal oxide (fluorine doped tin oxide) that can be used in the fabrication of transparent electrodes for thin films."@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat> ;
skos:prefLabel "fluorine doped tin oxide coated glass"@en ;
.