Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to voc4cat-tool 0.8.0 and vocpub-profile 4.7 #50

Merged
merged 2 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel

# install tagged version
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.9
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.8.0
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main

# install custom pylode 2.x (adds sorted collections,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel

# install tagged version
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.9
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.8.0
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main

# install custom pylode 2.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel

# install tagged version
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.9
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.8.0
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main

# install custom pylode 2.x
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ All vocabularies in this repository are CC0-1.0 licensed, see [LICENSE](LICENSE)

### Voc4cat template

The template itself is CC0-1.0 licensed, see [LICENSE](LICENSE). Although there is no obligation, we nevertheless appreciate if our work is acknowledged in any derivative work.
The template itself is CC0-1.0 licensed, see [LICENSE](https://github.com/nfdi4cat/voc4cat-template/blob/main/LICENSE). Although there is no obligation, we nevertheless appreciate if our work is acknowledged in any derivative work.

## Acknowledgement

Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000001.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000001>
a skos:Concept ;
dcterms:identifier "voc4cat_0000001"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
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> ,
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000002.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000002>
a skos:Concept ;
dcterms:identifier "voc4cat_0000002"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
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> ,
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000003.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000003>
a skos:Concept ;
dcterms:identifier "voc4cat_0000003"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
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> ,
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000004.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000004>
a skos:Concept ;
dcterms:identifier "voc4cat_0000004"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000003> ;
skos:definition "Broad families of semiconduction materials (e.g., metal oxides) that can be used as photocatalysts 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 ;
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000005.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000005>
a skos:Concept ;
dcterms:identifier "voc4cat_0000005"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000004> ;
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 ;
.
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000006.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000006>
a skos:Concept ;
dcterms:identifier "voc4cat_0000006"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000003> ;
skos:definition "Characteristic properties of a semiconductor used in the field of photocatalysis. These properties determine its performance in the studied photocatalytic 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> ,
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000007.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000007>
a skos:Concept ;
dcterms:identifier "voc4cat_0000007"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
rdfs:isDefinedBy <https://www.w3.org/TR/2010/NOTE-curie-20101216/> ;
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 ;
.
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000008.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000008>
a skos:Concept ;
dcterms:identifier "voc4cat_0000008"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
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 ;
.
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000009.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000009>
a skos:Concept ;
dcterms:identifier "voc4cat_0000009"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000006> ;
skos:definition "Pore size distribution refers to 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 ;
.
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000010.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000010>
a skos:Concept ;
dcterms:identifier "voc4cat_0000010"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
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 ;
.
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000011.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000011>
a skos:Concept ;
dcterms:identifier "voc4cat_0000011"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
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 ;
.
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000012.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000012>
a skos:Concept ;
dcterms:identifier "voc4cat_0000012"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
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 ;
.
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000013.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000013>
a skos:Concept ;
dcterms:identifier "voc4cat_0000013"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
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 ;
.
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000014.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000014>
a skos:Concept ;
dcterms:identifier "voc4cat_0000014"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000003> ;
skos:definition "Techniques used to modify the properties of a photocatalyst, with the aim to increase its efficiency in a photocatalytic 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 ;
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000015.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000015>
a skos:Concept ;
dcterms:identifier "voc4cat_0000015"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
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 ;
.
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000016.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000016>
a skos:Concept ;
dcterms:identifier "voc4cat_0000016"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000002> ;
skos:definition "The form in which the photocatalyst 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"@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ;
skos:narrower
<https://w3id.org/nfdi4cat/voc4cat_0000017> ,
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000017.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000017>
a skos:Concept ;
dcterms:identifier "voc4cat_0000017"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
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 ;
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000018.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000018>
a skos:Concept ;
dcterms:identifier "voc4cat_0000018"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000017> ;
skos:definition "Mass of a powdered photocatalyst 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 ;
.
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000019.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000019>
a skos:Concept ;
dcterms:identifier "voc4cat_0000019"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000016> ;
skos:definition "A photocatalyst introduced to the reaction chamber in the form of a thin film. To form a thin film, a (powdered) photocatalyst 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"@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ;
skos:narrower
<https://w3id.org/nfdi4cat/voc4cat_0000020> ,
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000020.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000020>
a skos:Concept ;
dcterms:identifier "voc4cat_0000020"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000019> ;
skos:definition "A technique used to deposit (immobilize) a (powdered) photocatalyst on a substate. These techniques indlude (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> ,
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000021.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000021>
a skos:Concept ;
dcterms:identifier "voc4cat_0000021"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
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 ;
.
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000022.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000022>
a skos:Concept ;
dcterms:identifier "voc4cat_0000022"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000020> ;
skos:definition "A tape-casting method used to deposit thin films of a photocatalyst onto the surface of a substrate."@en ;
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ;
skos:prefLabel "doctor blading"@en ;
.
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000023.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000023>
a skos:Concept ;
dcterms:identifier "voc4cat_0000023"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:altLabel
"spin casting"@en ,
"spin-casting"@en ,
"spin-coating"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000020> ;
skos:definition "A technique used to deposit uniform thin films onto a substrate (e.g., metal or glass) by spinning at high speeds a solution (paste) 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 "spin coating"@en ;
.
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000024.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000024>
a skos:Concept ;
dcterms:identifier "voc4cat_0000024"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000019> ;
skos:definition "The substate onto which a (powdered) photocatalyst is deposited. Such substrates include glass surfaces (e.g., borosilicate glass or conductive glass like ITO and FTO), ceramic substrates (e.g., alumina) or metal substrates (e.g., Ti foils, stainless steel 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_0000025> ,
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000025.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000025>
a skos:Concept ;
dcterms:identifier "voc4cat_0000025"^^xsd:token ;
dcterms:provenance "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000024> ;
skos:definition "The material that the substrate is made of. Common materials include: glass (conductive or not), ceramics and metal."@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_0000026> ,
Expand Down
Loading
Loading