Skip to content

Commit

Permalink
Added terms for reactor type description (#74)
Browse files Browse the repository at this point in the history
Added terms for reactor types description.

---------

Co-authored-by: HendrikBorgelt <[email protected]>
Co-authored-by: David Linke <[email protected]>
  • Loading branch information
3 people authored May 10, 2024
1 parent eb7ec74 commit d0f2cd7
Show file tree
Hide file tree
Showing 9 changed files with 112 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vocabularies/voc4cat/0007018.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
skos:historyNote "0000-0002-4041-0165 Julia Schumann created the resource, 0000-0002-5898-1820 David Linke provided the definition"@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ;
skos:narrower <https://w3id.org/nfdi4cat/voc4cat_0007019> ;
skos:prefLabel "reactor type"@en ;
skos:prefLabel "reactor design type"@en ;
skos:topConceptOf <https://w3id.org/nfdi4cat/voc4cat_> ;
.

18 changes: 18 additions & 0 deletions vocabularies/voc4cat/0007101.ttl
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_0007101>
a skos:Concept ;
dcterms:identifier "voc4cat_0007101"^^xsd:token ;
skos:definition "Chemical reactors are often classified by their abstract concept. The reactor model type characterizes the basic physicochemical behavior of a reactor and thus creates a level of comparability between reactors. Different reactor model types are often used in simulation to simplify complex equations and physical behaviors."@en ;
skos:historyNote "0000-0001-5886-7860 Hendrik Borgelt created this 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_0007102> ,
<https://w3id.org/nfdi4cat/voc4cat_0007103> ,
<https://w3id.org/nfdi4cat/voc4cat_0007104> ;
skos:prefLabel "reactor model type"@en ;
skos:topConceptOf <https://w3id.org/nfdi4cat/voc4cat_> ;
.

15 changes: 15 additions & 0 deletions vocabularies/voc4cat/0007102.ttl
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_0007102>
a skos:Concept ;
dcterms:identifier "voc4cat_0007102"^^xsd:token ;
skos:altLabel "PFR model"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0007101> ;
skos:definition "An abstract concept/ideal reactor model type in which a liquid flows uniformly through the tube, resulting in a straight wave/flow front. Each fluid element has the same residence time."@en ;
skos:historyNote "0000-0001-5886-7860 Hendrik Borgelt created this resource, 0000-0002-5898-1820 David Linke contributed to the definition of the resource"@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ;
skos:prefLabel "plug flow reactor model"@en ;
.

17 changes: 17 additions & 0 deletions vocabularies/voc4cat/0007103.ttl
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_0007103>
a skos:Concept ;
dcterms:identifier "voc4cat_0007103"^^xsd:token ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0007101> ;
skos:definition "An abstract concept/ideal reactor model type, in which the volume of fluid in the reaction vessel is considered to be perfectly mixed which results in the same concentration of all components in the whole reaction volume."@en ;
skos:historyNote "0000-0001-5886-7860 Hendrik Borgelt created this 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_0007106> ,
<https://w3id.org/nfdi4cat/voc4cat_0007107> ;
skos:prefLabel "stirred tank reactor model"@en ;
.

15 changes: 15 additions & 0 deletions vocabularies/voc4cat/0007104.ttl
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_0007104>
a skos:Concept ;
dcterms:identifier "voc4cat_0007104"^^xsd:token ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0007101> ;
skos:definition "A reactor model, in which opposing to the ideal plug flow behavior, friction is acting on the fluid, thus creating a residence time distribution."@en ;
skos:historyNote "0000-0001-5886-7860 Hendrik Borgelt created this 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_0007105> ;
skos:prefLabel "tubular reactor model"@en ;
.

14 changes: 14 additions & 0 deletions vocabularies/voc4cat/0007105.ttl
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_0007105>
a skos:Concept ;
dcterms:identifier "voc4cat_0007105"^^xsd:token ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0007104> ;
skos:definition "An extension of the concept of the tubular reactor model, in that the fluid does not flow though a straight tube but through a tube with regular bends, e.g. a coiled tube, which modifies the residence time distribution as compared to a straight tube."@en ;
skos:historyNote "0000-0001-5886-7860 Hendrik Borgelt created this resource, 0000-0002-5898-1820 David Linke contributed to the definition of the resource"@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ;
skos:prefLabel "coiled tubular reactor model"@en ;
.

15 changes: 15 additions & 0 deletions vocabularies/voc4cat/0007106.ttl
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_0007106>
a skos:Concept ;
dcterms:identifier "voc4cat_0007106"^^xsd:token ;
skos:altLabel "CSTR model"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0007103> ;
skos:definition "A stirred tank reactor model with always present feed and effluent streams."@en ;
skos:historyNote "0000-0001-5886-7860 Hendrik Borgelt created this resource, 0000-0002-5898-1820 David Linke contributed to the definition of the resource"@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ;
skos:prefLabel "continous stirred tank reactor model"@en ;
.

15 changes: 15 additions & 0 deletions vocabularies/voc4cat/0007107.ttl
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_0007107>
a skos:Concept ;
dcterms:identifier "voc4cat_0007107"^^xsd:token ;
skos:altLabel "batch stirred tank reactor model"@en ;
skos:broader <https://w3id.org/nfdi4cat/voc4cat_0007103> ;
skos:definition "A stirred tank reactor model characterized by the absence of either feed or effluent flows. Examples modes of operation are batch (neither feed nor effluent), feed batch (only feed) , or drained batch (only effluent)."@en ;
skos:historyNote "0000-0001-5886-7860 Hendrik Borgelt created this resource, 0000-0002-5898-1820 David Linke contributed to the definition of the resource"@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_> ;
skos:prefLabel "discontinous stirred tank reactor model"@en ;
.

3 changes: 2 additions & 1 deletion vocabularies/voc4cat/concept_scheme.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
dcterms:identifier "voc4cat_"^^xsd:token ;
dcterms:modified "2024-04-29"^^xsd:date ;
dcterms:publisher <https://w3id.org/nfdi4cat/> ;
owl:versionInfo "automatic" ;
owl:versionInfo "v_6524d1c2" ;
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 All @@ -41,6 +41,7 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0007025> ,
<https://w3id.org/nfdi4cat/voc4cat_0007026> ,
<https://w3id.org/nfdi4cat/voc4cat_0007034> ,
<https://w3id.org/nfdi4cat/voc4cat_0007101> ,
<https://w3id.org/nfdi4cat/voc4cat_0007201> ,
<https://w3id.org/nfdi4cat/voc4cat_0007206> ,
<https://w3id.org/nfdi4cat/voc4cat_0007210> ,
Expand Down

0 comments on commit d0f2cd7

Please sign in to comment.