-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit bc27bce
Showing
1,281 changed files
with
82,479 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="generator" content="pandoc" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
<title>404</title> | ||
<style> | ||
h1 { | ||
color: #005A9C; | ||
font: 200% sans-serif; | ||
text-align: center | ||
} | ||
body { | ||
padding: 2em; | ||
font-family: sans-serif; | ||
text-align: center; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1 id="section">404</h1> | ||
<p>We couldn’t find the page you are looking for.</p> | ||
<p>Check out:</p> | ||
<p> | ||
<a href="https://nfdi4cat.github.io/voc4cat/"><img src="https://img.shields.io/static/v1?label=voc4cat&message=index%20of%20pages&color=green&logo=github" alt="voc4cat - index of pages" /></a> | ||
<a href="https://github.com/nfdi4cat/voc4cat"><img src="https://img.shields.io/static/v1?label=voc4cat&message=repository&color=blue&logo=github" alt="voc4cat - repository" /></a> | ||
</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**Directory to collect the vocabularies in rdf/turtle format** | ||
|
||
that were created using the voc4cat workflow and its CI/CD pipeline. |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000001> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000001"^^xsd:token ; | ||
skos:altLabel "photocatalytic reaction"@en ; | ||
skos:definition "A process which catalyzes a chemical reaction through the absorption of sufficient light energy by a photocatalyst."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:narrower | ||
<https://w3id.org/nfdi4cat/voc4cat_0000002> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000084> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000087> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000100> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000128> ; | ||
skos:prefLabel "photocatalysis"@en ; | ||
skos:topConceptOf <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000002> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000002"^^xsd:token ; | ||
skos:altLabel "photocatalytic material"@en ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000001> ; | ||
skos:definition "A material that absorbs photons (light) of appropriate energy and initiates or accelerates a photochemical reaction, while it regenerates itself after each reaction cycle."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:narrower | ||
<https://w3id.org/nfdi4cat/voc4cat_0000003> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000016> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000045> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000066> ; | ||
skos:prefLabel "photocatalyst"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000003> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000003"^^xsd:token ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000002> ; | ||
skos:definition "A material with electrical conductivity between that of a conductor and an insulator."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:narrower | ||
<https://w3id.org/nfdi4cat/voc4cat_0000004> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000006> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000014> ; | ||
skos:prefLabel "semiconductor"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000004> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000004"^^xsd:token ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000003> ; | ||
skos:definition "Broad families of semiconducting materials (e.g., metal oxides) that can be used as catalysts in various applications."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:narrower <https://w3id.org/nfdi4cat/voc4cat_0000005> ; | ||
skos:prefLabel "categories of semiconductors"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000005> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000005"^^xsd:token ; | ||
skos:broader | ||
<https://w3id.org/nfdi4cat/voc4cat_0000004> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0007014> ; | ||
skos:definition "A chemical compound formed by the reaction of a metal with oxygen."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:prefLabel "metal oxide"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000006> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000006"^^xsd:token ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000003> ; | ||
skos:definition "Characteristic properties of a semiconductor used in catalysis. These properties determine its performance in the studied catalytic application."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:narrower | ||
<https://w3id.org/nfdi4cat/voc4cat_0000007> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000008> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000009> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000010> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000011> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000012> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000013> ; | ||
skos:prefLabel "semiconductor property"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000007> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000007"^^xsd:token ; | ||
skos:altLabel "EF"@en ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000006> ; | ||
skos:definition "The energy level in a semiconductor where the probability of finding an electron is 0.5."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:prefLabel "Fermi level"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000008> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000008"^^xsd:token ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000006> ; | ||
skos:definition "The degree of a three-dimensional structural order of atoms which constitute the crystal lattice of a material."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:prefLabel "crystallinity"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000009> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000009"^^xsd:token ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000006> ; | ||
skos:definition "The range of pore sizes in a material."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:prefLabel "pore size distribution"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000010> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000010"^^xsd:token ; | ||
skos:altLabel | ||
"Eg"@en , | ||
"energy bandgap"@en ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000006> ; | ||
skos:definition "The energy difference between a semiconductor’s valence band top and conduction band bottom, which is required to excite an electron from the former to the latter."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:prefLabel "bandgap energy"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000011> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000011"^^xsd:token ; | ||
skos:altLabel "VB"@en ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000006> ; | ||
skos:definition "The band of energy levels in a solid fully occupied by electrons at 0 K (273.15 °C)."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:prefLabel "valence band"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000012> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000012"^^xsd:token ; | ||
skos:altLabel "CB"@en ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000006> ; | ||
skos:definition "The energy band of electronic levels of partially or fully filled mobile electrons in a metal or a semiconductor."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:prefLabel "conduction band"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000013> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000013"^^xsd:token ; | ||
skos:altLabel "SSA"@en ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000006> ; | ||
skos:definition "Α measure of the total surface area of a material per unit mass or volume."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:prefLabel "specific surface area"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000014> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000014"^^xsd:token ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000003> ; | ||
skos:definition "Techniques used to modify the properties of a catalyst, with the aim to increase its efficiency in a catalytic application."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:narrower <https://w3id.org/nfdi4cat/voc4cat_0000015> ; | ||
skos:prefLabel "modification technique"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000015> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000015"^^xsd:token ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000014> ; | ||
skos:definition "The introduction of foreign atoms into a semiconductor leading to the formation of new energy levels and charge concentrations."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:prefLabel "doping"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000016> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000016"^^xsd:token ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000002> ; | ||
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:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource, 0000-0002-4041-0165 Julia Schumann generalized the definition"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:narrower | ||
<https://w3id.org/nfdi4cat/voc4cat_0000017> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000019> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0007022> ; | ||
skos:prefLabel "catalyst form"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000017> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000017"^^xsd:token ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000016> ; | ||
skos:definition "A photocatalyst introduced to the reaction chamber in the form of a powder. Usually the powdered photocatalyst is spread inside a quartz / glass plate."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:narrower <https://w3id.org/nfdi4cat/voc4cat_0000018> ; | ||
skos:prefLabel "powdered photocatalyst"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000018> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000018"^^xsd:token ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000017> ; | ||
skos:definition "Mass of a powdered catalyst used for an experiment."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:prefLabel "powder mass"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000019> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000019"^^xsd:token ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000016> ; | ||
skos:definition "A catalyst introduced to the reaction chamber in the form of a thin film. To form a thin film, a (powdered) catalyst is deposited on a substrate (e.g., glass or metal) using an appropriate deposition technique."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource, 0000-0002-4041-0165 Julia Schumann generalized the definition"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:narrower | ||
<https://w3id.org/nfdi4cat/voc4cat_0000020> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000024> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000038> ; | ||
skos:prefLabel "thin film"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000020> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000020"^^xsd:token ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000019> ; | ||
skos:definition "A technique used to deposit (immobilize) a (powdered) catalyst on a substate. These techniques include (but are not limited to): doctor blading, spin coating, spray coating, etc.."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:narrower | ||
<https://w3id.org/nfdi4cat/voc4cat_0000021> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000022> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0000023> ; | ||
skos:prefLabel "deposition technique"@en ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://w3id.org/nfdi4cat/voc4cat_0000021> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0000021"^^xsd:token ; | ||
skos:altLabel "spray-coating"@en ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000020> ; | ||
skos:definition "A technique used to deposit uniform thin films onto a substrate by spraying a solution of the material onto the surface."@en ; | ||
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:prefLabel "spray coating"@en ; | ||
. | ||
|
Oops, something went wrong.