Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
laurianvm committed Oct 22, 2024
1 parent c96cf12 commit 29a0840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sampling.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
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 ;
rdfs:range qudt:QuantityValue ;
.

<{{baseuri}}/{{name}}#maxSampleDepth>
Expand All @@ -218,7 +218,7 @@
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 ;
rdfs:range qudt:QuantityValue ;
.

<{{baseuri}}/{{name}}#tidalStage>
Expand Down

0 comments on commit 29a0840

Please sign in to comment.