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

fix spelling #83

Merged
merged 2 commits into from
Jun 26, 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
4 changes: 2 additions & 2 deletions vocabularies/voc4cat/0005008.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
a skos:Concept ;
dcterms:identifier "voc4cat_0005008"^^xsd:token ;
skos:definition "A quantity describing the progress of a chemical reaction. For any chemical entitiy taking part in the reaction it is defined by the amount of chemical entity formed devided by its stoichiometric number in the reaction."@en ;
skos:historyNote "0000-0002-5898-1820 David Linke created the resource"@en ;
skos:historyNote "0000-0002-5898-1820 David Linke created the resource, 0000-0002-4041-0165 Julia Schumann modified the resource"@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ;
skos:prefLabel "extend of reaction"@en ;
skos:prefLabel "extent of reaction"@en ;
skos:topConceptOf <https://w3id.org/nfdi4cat/voc4cat_> ;
.

4 changes: 2 additions & 2 deletions vocabularies/voc4cat/concept_scheme.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ 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-04-29"^^xsd:date ;
dcterms:modified "2024-05-10"^^xsd:date ;
dcterms:publisher <https://w3id.org/nfdi4cat/> ;
owl:versionInfo "v_6524d1c2" ;
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 ;
skos:hasTopConcept
<https://w3id.org/nfdi4cat/voc4cat_0000001> ,
Expand Down