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

Additional small changes #89

Merged
merged 8 commits into from
Aug 26, 2024
4 changes: 2 additions & 2 deletions vocabularies/voc4cat/0000017.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
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:definition "A catalyst introduced to the reaction chamber in the form of a powder. Usually the powdered catalyst is spread inside a quartz / glass plate."@en ;
dalito marked this conversation as resolved.
Show resolved Hide resolved
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 ;
skos:prefLabel "powdered catalyst"@en ;
.

2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0000080.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
skos:definition "A spectroscopic technique used to study the vibrational modes of chemical bonds of a sample using infrared radiation."@en ;
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ;
skos:prefLabel "fourier transform infrared spectroscopy"@en ;
skos:prefLabel "Fourier transform infrared spectroscopy"@en ;
.

1 change: 1 addition & 0 deletions vocabularies/voc4cat/0000122.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0000122>
a skos:Concept ;
dcterms:identifier "voc4cat_0000122"^^xsd:token ;
skos:altLabel "sample pretreatment"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0000100> ;
skos:definition "Pre-treatment of a catalyst before its introduction to the reaction chamber."@en ;
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas created the resource"@en ;
Expand Down
2 changes: 2 additions & 0 deletions vocabularies/voc4cat/0000181.ttl
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
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 xsd: <http://www.w3.org/2001/XMLSchema#>

<https://w3id.org/nfdi4cat/voc4cat_0000181>
a skos:Concept ;
dcterms:identifier "voc4cat_0000181"^^xsd:token ;
rdfs:isDefinedBy <https://www.w3.org/TR/2010/NOTE-curie-20101216/> ;
dalito marked this conversation as resolved.
Show resolved Hide resolved
skos:definition "Any entity that cannot be located in space-time. E.g., mathematical entities, formal semantics elements, regions within dimensional spaces, ideas, conceptual models."@en ;
skos:historyNote "0000-0002-6242-2167 Nikolaos G. Moustakas and 0000-0002-5898-1820 David Linke created the resource"@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ;
Expand Down
4 changes: 2 additions & 2 deletions vocabularies/voc4cat/0007024.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0007024>
a skos:Concept ;
dcterms:identifier "voc4cat_0007024"^^xsd:token ;
skos:altLabel "reaction rate"@en ;
skos:altLabel "rate of reaction"@en ;
skos:definition "A physical quantity describing how fast a chemical reaction proceeds. It is defined by the change of the extend of reaction per unit of time."@en ;
skos:historyNote "0000-0002-4041-0165 Julia Schumann created the resource, 0000-0002-5898-1820 David Linke contributed to the definition of the resource"@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ;
skos:prefLabel "rate of reaction"@en ;
skos:prefLabel "reaction rate"@en ;
skos:topConceptOf <https://w3id.org/nfdi4cat/voc4cat_> ;
.

2 changes: 1 addition & 1 deletion vocabularies/voc4cat/concept_scheme.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0001900> ,
<https://w3id.org/nfdi4cat/voc4cat_0001901> ;
dcterms:identifier "voc4cat_"^^xsd:token ;
dcterms:modified "2024-07-01"^^xsd:date ;
dcterms:modified "2024-08-26"^^xsd:date ;
dcterms:publisher <https://w3id.org/nfdi4cat/> ;
owl:versionInfo "automatic" ;
skos:definition "A vocabulary for all areas of catalysis initiated in NFDI4Cat. Starting with photocatalysis we add more and more terms from other areas of catalysis and related disciplines like chemical engineering or materials science."@en ;
Expand Down