From 924a4f5742cc3129bbf7c885a8406a8af200ac7c Mon Sep 17 00:00:00 2001 From: Javier Sanchez Date: Tue, 3 Sep 2024 12:01:25 +1000 Subject: [PATCH] Updated min range for plant-height in cover protocols --- .../cover/enhanced-protocol/plant-height.ttl | 2 +- .../cover/standard-protocol/plant-height.ttl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vocab_files/observable_properties_by_module/cover/enhanced-protocol/plant-height.ttl b/vocab_files/observable_properties_by_module/cover/enhanced-protocol/plant-height.ttl index 12a0a0cb6..e6e5f8cf0 100644 --- a/vocab_files/observable_properties_by_module/cover/enhanced-protocol/plant-height.ttl +++ b/vocab_files/observable_properties_by_module/cover/enhanced-protocol/plant-height.ttl @@ -11,7 +11,7 @@ PREFIX xsd: urnp:featureType ; urnp:hasAttribute ; urnp:maxExclusive 100 ; - urnp:minExclusive 1.5 ; + urnp:minExclusive 0 ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/cover/standard-protocol/plant-height.ttl b/vocab_files/observable_properties_by_module/cover/standard-protocol/plant-height.ttl index eb0d13a6e..75fb337f2 100644 --- a/vocab_files/observable_properties_by_module/cover/standard-protocol/plant-height.ttl +++ b/vocab_files/observable_properties_by_module/cover/standard-protocol/plant-height.ttl @@ -11,7 +11,7 @@ PREFIX xsd: urnp:featureType ; urnp:hasAttribute ; urnp:maxExclusive 100 ; - urnp:minExclusive 1.5 ; + urnp:minExclusive 0 ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ;