Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Add distinction between min/max depth (emo-bon/observatory-profile#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurianvm committed Oct 21, 2024
1 parent a52861d commit 4dde4f5
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions ontology/EmoBonOntology_sampleExtension.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -405,20 +405,38 @@ emobon:soilType
.


emobon:samplingDepth
emobon:minSamplingDepth
a owl:DatatypeProperty ;
rdfs:isDefinedBy <http://www.embrc.eu/emobon/EmoBonOntology> ;
rdfs:comment "Measument of the sampling depth of the water column in meters"@en ;
rdfs:label "Sampling depth of water column"@en ;
rdfs:comment "Measument of the minimum sampling depth of the water column in meters"@en ;
rdfs:label "Min sampling depth of water column"@en ;
rdfs:domain sosa:Sampling;
rdfs:range xsd:nonNegativeInteger ;
.

emobon:sampleDepth
emobon:maxSamplingDepth
a owl:DatatypeProperty ;
rdfs:isDefinedBy <http://www.embrc.eu/emobon/EmoBonOntology> ;
rdfs:comment "Measument of the maximum sampling depth of the water column in meters"@en ;
rdfs:label "Max sampling depth of water column"@en ;
rdfs:domain sosa:Sampling;
rdfs:range xsd:nonNegativeInteger ;
.

emobon:minSampleDepth
a owl:DatatypeProperty ;
rdfs:isDefinedBy <http://www.embrc.eu/emobon/EmoBonOntology> ;
rdfs:comment "Measument of the minimum sample depth of the water column in meters"@en ;
rdfs:label "Min sampling depth of water column"@en ;
rdfs:domain sosa:Sample;
rdfs:range xsd:nonNegativeInteger ;
.

emobon:maxSampleDepth
a owl:DatatypeProperty ;
rdfs:isDefinedBy <http://www.embrc.eu/emobon/EmoBonOntology> ;
rdfs:comment "Measument of the sample depth of the water column in meters"@en ;
rdfs:label "Sampling depth of water column"@en ;
rdfs:comment "Measument of the maximum sample depth of the water column in meters"@en ;
rdfs:label "Max sampling depth of water column"@en ;
rdfs:domain sosa:Sample;
rdfs:range xsd:nonNegativeInteger ;
.
Expand Down
Binary file added ontology/emobon_data-model-sediment.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ontology/emobon_data-model-water.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed ontology/emobon_data_model-sediment.drawio.png
Binary file not shown.
Binary file removed ontology/emobon_data_model-water.drawio.png
Binary file not shown.

0 comments on commit 4dde4f5

Please sign in to comment.