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

Added terms for reactor type description #74

Merged
merged 14 commits into from
May 10, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add hierarchy for reactor types; improve definitions.
  • Loading branch information
dalito committed May 10, 2024
commit 068b79ca7d4c24645663f33d4e856462fd90d5f9
6 changes: 5 additions & 1 deletion vocabularies/voc4cat/0007101.ttl
Original file line number Diff line number Diff line change
@@ -6,8 +6,12 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
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"@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_> ;
.
7 changes: 4 additions & 3 deletions vocabularies/voc4cat/0007102.ttl
Original file line number Diff line number Diff line change
@@ -5,10 +5,11 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0007102>
a skos:Concept ;
dcterms:identifier "voc4cat_0007102"^^xsd:token ;
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. A reaction thus takes place over a certain distance in the reactor."@en ;
skos:historyNote "0000-0001-5886-7860 Hendrik Borgelt created this resource"@en ;
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 ;
skos:topConceptOf <https://w3id.org/nfdi4cat/voc4cat_> ;
.

9 changes: 6 additions & 3 deletions vocabularies/voc4cat/0007103.ttl
Original file line number Diff line number Diff line change
@@ -5,10 +5,13 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0007103>
a skos:Concept ;
dcterms:identifier "voc4cat_0007103"^^xsd:token ;
skos:definition "An abstract concept/ideal reactor model type, in which a large volume of fluid is considered to be perfectly mixed and has a certain residence time. Thus contrasting to the plug flow reactor, the reaction does not take place over a certain distance but rather over a certain time."@en ;
skos:historyNote "0000-0001-5886-7860 Hendrik Borgelt created this resource"@en ;
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 ;
skos:topConceptOf <https://w3id.org/nfdi4cat/voc4cat_> ;
.

7 changes: 4 additions & 3 deletions vocabularies/voc4cat/0007104.ttl
Original file line number Diff line number Diff line change
@@ -5,10 +5,11 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0007104>
a skos:Concept ;
dcterms:identifier "voc4cat_0007104"^^xsd:token ;
skos:definition "A tubular reactor is a subtype of the plug flow 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"@en ;
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 ;
skos:topConceptOf <https://w3id.org/nfdi4cat/voc4cat_> ;
.

6 changes: 3 additions & 3 deletions vocabularies/voc4cat/0007105.ttl
Original file line number Diff line number Diff line change
@@ -5,10 +5,10 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0007105>
a skos:Concept ;
dcterms:identifier "voc4cat_0007105"^^xsd:token ;
skos:definition "A Coiled tubular reactor is an extension of the concept of the tubular reactor model, in that the fluid does not have a uniform and symmetrical flow but rather a nonuniform flow pattern, thus introducing mixing of the fluid. Variants and derivatives of this reactor can still be considered a coiled tubular reactor, like e.g. a coiled-flow inverter reactor."@en ;
skos:historyNote "0000-0001-5886-7860 Hendrik Borgelt created this resource"@en ;
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 ;
skos:topConceptOf <https://w3id.org/nfdi4cat/voc4cat_> ;
.

7 changes: 4 additions & 3 deletions vocabularies/voc4cat/0007106.ttl
Original file line number Diff line number Diff line change
@@ -5,10 +5,11 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0007106>
a skos:Concept ;
dcterms:identifier "voc4cat_0007106"^^xsd:token ;
skos:definition "A continuous stirred tank reactor (or CSTR) model is a stirred tank reactor model with a feed and a drain which are always present."@en ;
skos:historyNote "0000-0001-5886-7860 Hendrik Borgelt created this resource"@en ;
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 ;
skos:topConceptOf <https://w3id.org/nfdi4cat/voc4cat_> ;
.

7 changes: 4 additions & 3 deletions vocabularies/voc4cat/0007107.ttl
Original file line number Diff line number Diff line change
@@ -5,10 +5,11 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0007107>
a skos:Concept ;
dcterms:identifier "voc4cat_0007107"^^xsd:token ;
skos:definition "A discontinuous stirred tank reactor model is a reaction vessel that is either operated in batch, feed batch, or sometimes even drained batch process."@en ;
skos:historyNote "0000-0001-5886-7860 Hendrik Borgelt created this resource"@en ;
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 ;
skos:topConceptOf <https://w3id.org/nfdi4cat/voc4cat_> ;
.

8 changes: 1 addition & 7 deletions vocabularies/voc4cat/concept_scheme.ttl
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
dcterms:identifier "voc4cat_"^^xsd:token ;
dcterms:modified "2024-04-08"^^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> ,
@@ -41,12 +41,6 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://w3id.org/nfdi4cat/voc4cat_0007026> ,
<https://w3id.org/nfdi4cat/voc4cat_0007034> ,
<https://w3id.org/nfdi4cat/voc4cat_0007101> ,
<https://w3id.org/nfdi4cat/voc4cat_0007102> ,
<https://w3id.org/nfdi4cat/voc4cat_0007103> ,
<https://w3id.org/nfdi4cat/voc4cat_0007104> ,
<https://w3id.org/nfdi4cat/voc4cat_0007105> ,
<https://w3id.org/nfdi4cat/voc4cat_0007106> ,
<https://w3id.org/nfdi4cat/voc4cat_0007107> ,
<https://w3id.org/nfdi4cat/voc4cat_0007201> ,
<https://w3id.org/nfdi4cat/voc4cat_0007206> ,
<https://w3id.org/nfdi4cat/voc4cat_0007207> ,