-
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.
addition of more concepts for heterogeneous catalysis (#67)
Co-authored-by: schumannj <schumannj@users.noreply.github.com> Co-authored-by: David Linke <david.linke@catalysis.de>
- Loading branch information
1 parent
1e35a4a
commit 70256c4
Showing
46 changed files
with
496 additions
and
35 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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_0005008> | ||
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:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:prefLabel "extend of reaction"@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,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_0005009> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0005009"^^xsd:token ; | ||
skos:altLabel "formation rate"@en ; | ||
skos:definition "Is a quantity describing how fast a product is formed in a chemical reaction. It is defined by the amount of product formed per unit of time."@en ; | ||
skos:historyNote "0000-0002-5898-1820 David Linke created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:prefLabel "rate of formation"@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,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_0005010> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0005010"^^xsd:token ; | ||
skos:altLabel "consumption rate"@en ; | ||
skos:definition "Is a quantity describing how fast a reactant is consumed in a chemical reaction. It is defined by the amount of reactant consumed per unit of time."@en ; | ||
skos:historyNote "0000-0002-5898-1820 David Linke created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:prefLabel "rate of consumption"@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
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
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
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
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
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
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
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_0007012> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0007012"^^xsd:token ; | ||
skos:definition "A definition of best practice procedures to measure consistent datasets."@en ; | ||
skos:historyNote "0000-0002-4041-0165 Julia Schumann created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:prefLabel "handbook"@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,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_0007013> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0007013"^^xsd:token ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0005007> ; | ||
skos:definition "The temperature at which a chemical reaction is happening."@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:narrower <https://w3id.org/nfdi4cat/voc4cat_0007032> ; | ||
skos:prefLabel "reaction temperature"@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_0007014> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0007014"^^xsd:token ; | ||
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0007003> ; | ||
skos:definition "Some characteristics that define the catalyst, which can be related to composition, active phase, or role."@en ; | ||
skos:historyNote "0000-0002-4041-0165 Julia Schumann created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:narrower | ||
<https://w3id.org/nfdi4cat/voc4cat_0000005> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0007015> ; | ||
skos:prefLabel "catalyst type"@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_0007015> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0007015"^^xsd:token ; | ||
skos:broader | ||
<https://w3id.org/nfdi4cat/voc4cat_0007003> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0007014> ; | ||
skos:definition "A catalyst that consists mainly of the active ingredient or phase."@en ; | ||
skos:historyNote "0000-0002-4041-0165 Julia Schumann created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:prefLabel "bulk catalyst"@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,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_0007016> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0007016"^^xsd:token ; | ||
skos:definition "The main technique applied to make the catalyst material out of pure substances."@en ; | ||
skos:historyNote "0000-0002-4041-0165 Julia Schumann created the resource"@en ; | ||
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
skos:narrower | ||
<https://w3id.org/nfdi4cat/voc4cat_0007027> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0007028> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0007029> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0007030> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0007031> ; | ||
skos:prefLabel "preparation method"@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,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_0007017> | ||
a skos:Concept ; | ||
dcterms:identifier "voc4cat_0007017"^^xsd:token ; | ||
skos:definition "An apparatus or system designed for the controlled execution of reactions, encompassing a wide range of processes including chemical, nuclear, biochemical, or other physical transformations."@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:narrower | ||
<https://w3id.org/nfdi4cat/voc4cat_0007035> , | ||
<https://w3id.org/nfdi4cat/voc4cat_0007036> ; | ||
skos:prefLabel "reactor"@en ; | ||
skos:topConceptOf <https://w3id.org/nfdi4cat/voc4cat_> ; | ||
. | ||
|
Oops, something went wrong.