Skip to content

Commit

Permalink
Merge pull request #583 from ternaustralia/value_type_update
Browse files Browse the repository at this point in the history
Updated the value types to Integer
  • Loading branch information
arunherb authored Aug 28, 2024
2 parents 34bbeb2 + c47ecfd commit b2b4767
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
urnp:observableProperty <https://linked.data.gov.au/def/nrm/0e0423c6-0dc3-40aa-9776-410a94299256> ;
urnp:protocolModule <https://linked.data.gov.au/def/nrm/88068941-4dc9-4b44-bcfe-5eeeb3ba1a21> ;
urnp:unitOfMeasurement unit:DEG ;
urnp:valueType tern:Float ;
urnp:valueType tern:Integer ;
.

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
urnp:observableProperty <https://linked.data.gov.au/def/nrm/325d5ff2-8c81-484a-a422-c13ff29666a9> ;
urnp:protocolModule <https://linked.data.gov.au/def/nrm/88068941-4dc9-4b44-bcfe-5eeeb3ba1a21> ;
urnp:unitOfMeasurement unit:M ;
urnp:valueType tern:Float ;
urnp:valueType tern:Integer ;
.

Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/plot-description/plot-description-enhanced-protocol/slope.ttl"^^xsd:anyURI ;
urnp:featureType <http://linked.data.gov.au/def/tern-cv/2cf3ed29-440e-4a50-9bbc-5aab30df9fcd> ;
urnp:hasAttribute <https://linked.data.gov.au/def/nrm/3ea77e2e-038c-4ef6-b481-7af3a46291e4> ;
urnp:maxInclusive 90 ;
urnp:maxInclusive 100 ;
urnp:minInclusive 0 ;
urnp:observablePropertiesCollection <https://linked.data.gov.au/def/nrm/84f645c7-9094-40e5-977c-82da64aeb85e> ;
urnp:observableProperty <https://linked.data.gov.au/def/nrm/b036ba09-d061-4a1c-99a8-890efc462a2c> ;
urnp:protocolModule <https://linked.data.gov.au/def/nrm/88068941-4dc9-4b44-bcfe-5eeeb3ba1a21> ;
urnp:unitOfMeasurement unit:DEG ;
urnp:valueType tern:Float ;
urnp:unitOfMeasurement unit:Percent ;
urnp:valueType tern:Integer ;
.

Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
urnp:observableProperty <https://linked.data.gov.au/def/nrm/0e0423c6-0dc3-40aa-9776-410a94299256> ;
urnp:protocolModule <https://linked.data.gov.au/def/nrm/615edd85-ea58-4d3c-b737-d31d8447ad49> ;
urnp:unitOfMeasurement unit:DEG ;
urnp:valueType tern:Float ;
urnp:valueType tern:Integer ;
.

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
urnp:observableProperty <https://linked.data.gov.au/def/nrm/325d5ff2-8c81-484a-a422-c13ff29666a9> ;
urnp:protocolModule <https://linked.data.gov.au/def/nrm/615edd85-ea58-4d3c-b737-d31d8447ad49> ;
urnp:unitOfMeasurement unit:M ;
urnp:valueType tern:Float ;
urnp:valueType tern:Integer ;
.

Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
urnp:observableProperty <https://linked.data.gov.au/def/nrm/325d5ff2-8c81-484a-a422-c13ff29666a9> ;
urnp:protocolModule <https://linked.data.gov.au/def/nrm/15361f98-7669-410e-9b04-e9be069c7508> ;
urnp:unitOfMeasurement unit:M ;
urnp:valueType tern:Float ;
urnp:valueType tern:Integer ;
.

5 changes: 3 additions & 2 deletions vocab_files/observable_property_concepts/slope.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

<https://linked.data.gov.au/def/nrm/b036ba09-d061-4a1c-99a8-890efc462a2c>
a skos:Concept ;
dcterms:source "Ecological Field Monitoring protocols - Camera traps module , draft v0.1, 30/11/2021" ;
dcterms:source "McCallum K, Laws M, Cox B, Bignall J, O’Neill S, Sparrow B. (2023) Plot Description Module. In ‘Ecological Field Monitoring Protocols Manual using the Ecological Monitoring System Australia’. (Eds S O’Neill, K Irvine, A Tokmakoff, B Sparrow). TERN, Adelaide." ;
rdfs:isDefinedBy <https://linked.data.gov.au/def/nrm> ;
skos:definition "The rise or fall of the land surface described using degrees from zero (horizontal) to 90 (vertical)." ;
skos:definition "The rise or fall of the land surface or the inclination of land surface to horizontal (expressed in percentage)." ;
skos:exactMatch <http://linked.data.gov.au/def/tern-cv/2b5ac7b3-b4bf-4a06-97d6-8dee8b32d72d> ;
skos:historyNote "Updated the definition and the source based on the version-2 changes of the EMSA modules (EMSA v2 Review process, August, 2024)." ;
skos:prefLabel "slope" ;
schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_property_concepts/slope.ttl"^^xsd:anyURI ;
.
Expand Down

0 comments on commit b2b4767

Please sign in to comment.