Skip to content

Commit

Permalink
EnvironmentOntology#361 [EA] Added class 'runoff volume'
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaTO committed Nov 18, 2021
1 parent 70ef56a commit 8dbadf3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/envo/modules/entity_attribute.csv
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ ENVO:3100033,,PATO:0001025,pressure,ENVO:00002006,water
ENVO:09200021,,PATO:0000014,color,ENVO:00001998,soil
ENVO:09200022,,PATO:0001309,duration,ENVO:01001211,stellar radiation
ENVO:09200023,,PATO:0001025,pressure,ENVO:01000268,atmospheric water vapour
ENVO:09200024,,PATO:0000918,volume,ENVO:06105211,runoff
33 changes: 33 additions & 0 deletions src/envo/modules/entity_attribute.owl
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@



<!-- http://purl.obolibrary.org/obo/ENVO_06105211 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/ENVO_06105211"/>



<!-- http://purl.obolibrary.org/obo/ENVO_09200000 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/ENVO_09200000">
Expand Down Expand Up @@ -525,6 +531,27 @@



<!-- http://purl.obolibrary.org/obo/ENVO_09200024 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/ENVO_09200024">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/PATO_0000918"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000052"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/ENVO_06105211"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The volume of some runoff.</obo:IAO_0000115>
<oboInOwl:hasExactSynonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string">runoff volume</oboInOwl:hasExactSynonym>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">volume of runoff</rdfs:label>
</owl:Class>



<!-- http://purl.obolibrary.org/obo/ENVO_3100030 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/ENVO_3100030">
Expand Down Expand Up @@ -639,6 +666,12 @@



<!-- http://purl.obolibrary.org/obo/PATO_0000918 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/PATO_0000918"/>



<!-- http://purl.obolibrary.org/obo/PATO_0000973 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/PATO_0000973"/>
Expand Down

0 comments on commit 8dbadf3

Please sign in to comment.