From 9aed6acd1d488e7e3f7eae13c525e5489af38d84 Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Fri, 29 Nov 2024 11:14:31 +1000 Subject: [PATCH 1/2] Updated LUTs values for `voucher specimen types` in veg mapping --- shapes/vegetation-mapping-protocol-shapes/shapes.ttl | 10 +++++----- .../voucher-specimen-type/shapes.ttl | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/shapes/vegetation-mapping-protocol-shapes/shapes.ttl b/shapes/vegetation-mapping-protocol-shapes/shapes.ttl index abf0972e..79b793a8 100644 --- a/shapes/vegetation-mapping-protocol-shapes/shapes.ttl +++ b/shapes/vegetation-mapping-protocol-shapes/shapes.ttl @@ -2346,14 +2346,14 @@ PREFIX xsd: reg:status reg:statusSubmitted ; sh:description "The value in `sosa:hasResult` _MUST_ be a value in `sh:in`, which is the Voucher specimen types controlled vocabulary." ; sh:in ( - + - - - - + + + + ) ; sh:message "The value of `rdf:value` _MUST_ exist in the Voucher specimen types controlled vocabulary." ; sh:name "Result value" ; diff --git a/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-type/shapes.ttl b/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-type/shapes.ttl index 436a9ff8..014c1b1f 100644 --- a/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-type/shapes.ttl +++ b/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-type/shapes.ttl @@ -46,14 +46,14 @@ PREFIX xsd: reg:status reg:statusSubmitted ; sh:description "The value in `sosa:hasResult` _MUST_ be a value in `sh:in`, which is the Voucher specimen types controlled vocabulary." ; sh:in ( - + - - - - + + + + ) ; sh:message "The value of `rdf:value` _MUST_ exist in the Voucher specimen types controlled vocabulary." ; sh:name "Result value" ; From 3046fa32b6487e2fa75bb076bc97a197c15dda95 Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Fri, 29 Nov 2024 11:20:18 +1000 Subject: [PATCH 2/2] Updated feature types of specimen related OPs to `plant specimen` --- .../condition-of-specimen/invalid.ttl | 10 +++++----- .../condition-of-specimen/shapes.ttl | 6 +++--- .../condition-of-specimen/valid.ttl | 2 +- .../voucher-specimen-sample-type/invalid.ttl | 10 +++++----- .../voucher-specimen-sample-type/shapes.ttl | 6 +++--- .../voucher-specimen-sample-type/valid.ttl | 2 +- .../voucher-specimen-type/invalid.ttl | 10 +++++----- .../voucher-specimen-type/shapes.ttl | 6 +++--- .../voucher-specimen-type/valid.ttl | 2 +- 9 files changed, 27 insertions(+), 27 deletions(-) diff --git a/shapes/vegetation-mapping-protocol-shapes/condition-of-specimen/invalid.ttl b/shapes/vegetation-mapping-protocol-shapes/condition-of-specimen/invalid.ttl index 28ef474f..c8787020 100644 --- a/shapes/vegetation-mapping-protocol-shapes/condition-of-specimen/invalid.ttl +++ b/shapes/vegetation-mapping-protocol-shapes/condition-of-specimen/invalid.ttl @@ -41,7 +41,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a @@ -65,7 +65,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a @@ -89,7 +89,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a @@ -113,7 +113,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a tern:Value ; @@ -135,7 +135,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a diff --git a/shapes/vegetation-mapping-protocol-shapes/condition-of-specimen/shapes.ttl b/shapes/vegetation-mapping-protocol-shapes/condition-of-specimen/shapes.ttl index bd6d38f0..378c4155 100644 --- a/shapes/vegetation-mapping-protocol-shapes/condition-of-specimen/shapes.ttl +++ b/shapes/vegetation-mapping-protocol-shapes/condition-of-specimen/shapes.ttl @@ -14,9 +14,9 @@ PREFIX xsd: urnc:Requirement ; dcterms:source "Ecological Monitoring System - Australia Protocols" ; reg:status reg:statusSubmitted ; - sh:description "TERN's ecologists have determined the feature type is _vegetation stratum_, defined by the link:https://www.publish.csiro.au/book/5230/[Australian Soil and Land Survey Field Handbook]." ; - sh:hasValue ; - sh:message "The value of `tern:featureType` _MUST_ be link: http://linked.data.gov.au/def/tern-cv/32834f36-a478-45be-97f4-ff2ff51e9f5c[`vegetation stratum`]." ; + sh:description "TERN's ecologists have determined the feature type is _plant specimen_, defined by the link:https://www.publish.csiro.au/book/5230/[Australian Soil and Land Survey Field Handbook]." ; + sh:hasValue ; + sh:message "The value of `tern:featureType` _MUST_ be link: http://linked.data.gov.au/def/tern-cv/2e122e23-881c-43fa-a921-a8745f016ceb[`plant specimen`]." ; sh:name "Feature type" ; sh:path tern:featureType ; sh:target [ diff --git a/shapes/vegetation-mapping-protocol-shapes/condition-of-specimen/valid.ttl b/shapes/vegetation-mapping-protocol-shapes/condition-of-specimen/valid.ttl index b23988cd..41f6344d 100644 --- a/shapes/vegetation-mapping-protocol-shapes/condition-of-specimen/valid.ttl +++ b/shapes/vegetation-mapping-protocol-shapes/condition-of-specimen/valid.ttl @@ -17,7 +17,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a diff --git a/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-sample-type/invalid.ttl b/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-sample-type/invalid.ttl index cea55463..848ed7b2 100644 --- a/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-sample-type/invalid.ttl +++ b/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-sample-type/invalid.ttl @@ -41,7 +41,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a @@ -65,7 +65,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a @@ -89,7 +89,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a @@ -113,7 +113,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a tern:Value ; @@ -135,7 +135,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a diff --git a/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-sample-type/shapes.ttl b/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-sample-type/shapes.ttl index abb3f4e6..9f52d6da 100644 --- a/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-sample-type/shapes.ttl +++ b/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-sample-type/shapes.ttl @@ -14,9 +14,9 @@ PREFIX xsd: urnc:Requirement ; dcterms:source "Ecological Monitoring System - Australia Protocols" ; reg:status reg:statusSubmitted ; - sh:description "TERN's ecologists have determined the feature type is _vegetation stratum_, defined by the link:https://www.publish.csiro.au/book/5230/[Australian Soil and Land Survey Field Handbook]." ; - sh:hasValue ; - sh:message "The value of `tern:featureType` _MUST_ be link: http://linked.data.gov.au/def/tern-cv/32834f36-a478-45be-97f4-ff2ff51e9f5c[`vegetation stratum`]." ; + sh:description "TERN's ecologists have determined the feature type is _plant specimen_, defined by the link:https://www.publish.csiro.au/book/5230/[Australian Soil and Land Survey Field Handbook]." ; + sh:hasValue ; + sh:message "The value of `tern:featureType` _MUST_ be link: http://linked.data.gov.au/def/tern-cv/2e122e23-881c-43fa-a921-a8745f016ceb[`plant specimen`]." ; sh:name "Feature type" ; sh:path tern:featureType ; sh:target [ diff --git a/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-sample-type/valid.ttl b/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-sample-type/valid.ttl index 4fd5d346..9960c90e 100644 --- a/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-sample-type/valid.ttl +++ b/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-sample-type/valid.ttl @@ -17,7 +17,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a diff --git a/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-type/invalid.ttl b/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-type/invalid.ttl index 0d70b8a2..e5c16d5f 100644 --- a/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-type/invalid.ttl +++ b/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-type/invalid.ttl @@ -41,7 +41,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a @@ -65,7 +65,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a @@ -89,7 +89,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a @@ -113,7 +113,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a tern:Value ; @@ -135,7 +135,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a diff --git a/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-type/shapes.ttl b/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-type/shapes.ttl index 014c1b1f..49caf98b 100644 --- a/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-type/shapes.ttl +++ b/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-type/shapes.ttl @@ -14,9 +14,9 @@ PREFIX xsd: urnc:Requirement ; dcterms:source "Ecological Monitoring System - Australia Protocols" ; reg:status reg:statusSubmitted ; - sh:description "TERN's ecologists have determined the feature type is _vegetation stratum_, defined by the link:https://www.publish.csiro.au/book/5230/[Australian Soil and Land Survey Field Handbook]." ; - sh:hasValue ; - sh:message "The value of `tern:featureType` _MUST_ be link: http://linked.data.gov.au/def/tern-cv/32834f36-a478-45be-97f4-ff2ff51e9f5c[`vegetation stratum`]." ; + sh:description "TERN's ecologists have determined the feature type is _plant specimen_, defined by the link:https://www.publish.csiro.au/book/5230/[Australian Soil and Land Survey Field Handbook]." ; + sh:hasValue ; + sh:message "The value of `tern:featureType` _MUST_ be link: http://linked.data.gov.au/def/tern-cv/2e122e23-881c-43fa-a921-a8745f016ceb[`plant specimen`]." ; sh:name "Feature type" ; sh:path tern:featureType ; sh:target [ diff --git a/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-type/valid.ttl b/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-type/valid.ttl index c957953c..75667e7f 100644 --- a/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-type/valid.ttl +++ b/shapes/vegetation-mapping-protocol-shapes/voucher-specimen-type/valid.ttl @@ -17,7 +17,7 @@ PREFIX xsd: sosa:hasFeatureOfInterest [ a tern:FeatureOfInterest ; void:inDataset ; - tern:featureType + tern:featureType ] ; sosa:hasResult [ a