From 80f5684eac91629bffd9a53ba2cc503df76c9701 Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Tue, 3 Dec 2024 10:43:25 +1000 Subject: [PATCH 01/18] Moved concept `source of identification` to attributes folder --- .../source-of-identification.ttl | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename vocab_files/{observable_property_concepts => attribute_concepts}/source-of-identification.ttl (100%) diff --git a/vocab_files/observable_property_concepts/source-of-identification.ttl b/vocab_files/attribute_concepts/source-of-identification.ttl similarity index 100% rename from vocab_files/observable_property_concepts/source-of-identification.ttl rename to vocab_files/attribute_concepts/source-of-identification.ttl From f1ff8bfafe73f5f8c514b1a35157b99f5a38b289 Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Tue, 3 Dec 2024 10:48:40 +1000 Subject: [PATCH 02/18] Removed OP `plot description comments` from Plot Description attributes collection --- .../collection.ttl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vocab_files/attributes_by_module/plot-description-attributes/plot-description-standard-protocol-attributes/collection.ttl b/vocab_files/attributes_by_module/plot-description-attributes/plot-description-standard-protocol-attributes/collection.ttl index 45503bc8b..6a99d4a28 100644 --- a/vocab_files/attributes_by_module/plot-description-attributes/plot-description-standard-protocol-attributes/collection.ttl +++ b/vocab_files/attributes_by_module/plot-description-attributes/plot-description-standard-protocol-attributes/collection.ttl @@ -11,8 +11,7 @@ PREFIX xsd: skos:member , , - , - ; + ; skos:prefLabel "Plot Description - Standard Protocol Attributes" ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/attributes_by_module/plot-description-attributes/plot-description-standard-protocol-attributes/collection.ttl"^^xsd:anyURI ; . From 3b98c703744f6f51b46ec90ac50367b8860c9e53 Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Tue, 3 Dec 2024 11:13:07 +1000 Subject: [PATCH 03/18] Removed 4 deprecated concepts from Attributes folder --- .../deprecated_vocabs/attributes}/aircraft-business-name.ttl | 0 .../deprecated_vocabs/attributes}/camera-trap-retrival-id.ttl | 0 .../deprecated_vocabs/attributes}/check-status.ttl | 0 .../deprecated_vocabs/attributes}/equipment-settings.ttl | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {vocab_files/attribute_concepts => tests/deprecated_vocabs/attributes}/aircraft-business-name.ttl (100%) rename {vocab_files/attribute_concepts => tests/deprecated_vocabs/attributes}/camera-trap-retrival-id.ttl (100%) rename {vocab_files/attribute_concepts => tests/deprecated_vocabs/attributes}/check-status.ttl (100%) rename {vocab_files/attribute_concepts => tests/deprecated_vocabs/attributes}/equipment-settings.ttl (100%) diff --git a/vocab_files/attribute_concepts/aircraft-business-name.ttl b/tests/deprecated_vocabs/attributes/aircraft-business-name.ttl similarity index 100% rename from vocab_files/attribute_concepts/aircraft-business-name.ttl rename to tests/deprecated_vocabs/attributes/aircraft-business-name.ttl diff --git a/vocab_files/attribute_concepts/camera-trap-retrival-id.ttl b/tests/deprecated_vocabs/attributes/camera-trap-retrival-id.ttl similarity index 100% rename from vocab_files/attribute_concepts/camera-trap-retrival-id.ttl rename to tests/deprecated_vocabs/attributes/camera-trap-retrival-id.ttl diff --git a/vocab_files/attribute_concepts/check-status.ttl b/tests/deprecated_vocabs/attributes/check-status.ttl similarity index 100% rename from vocab_files/attribute_concepts/check-status.ttl rename to tests/deprecated_vocabs/attributes/check-status.ttl diff --git a/vocab_files/attribute_concepts/equipment-settings.ttl b/tests/deprecated_vocabs/attributes/equipment-settings.ttl similarity index 100% rename from vocab_files/attribute_concepts/equipment-settings.ttl rename to tests/deprecated_vocabs/attributes/equipment-settings.ttl From a945ce86e0818b069d231f6f8735b90ef4f9255b Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Tue, 3 Dec 2024 11:14:18 +1000 Subject: [PATCH 04/18] Added attribute `instruments` to Condition module --- .../attributes_by_module/condition-attributes/collection.ttl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vocab_files/attributes_by_module/condition-attributes/collection.ttl b/vocab_files/attributes_by_module/condition-attributes/collection.ttl index 461968a68..a570010ce 100644 --- a/vocab_files/attributes_by_module/condition-attributes/collection.ttl +++ b/vocab_files/attributes_by_module/condition-attributes/collection.ttl @@ -8,8 +8,9 @@ PREFIX xsd: a skos:Collection ; dcterms:description "The attributes of the Condition module." ; rdfs:isDefinedBy ; - skos:member ; + skos:member + , + ; skos:prefLabel "Condition Attributes" ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/attributes_by_module/condition-attributes/collection.ttl"^^xsd:anyURI ; . - From 87e4fc8d34eec507c8ceeb395951ce04d8048b36 Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Wed, 4 Dec 2024 09:49:46 +1000 Subject: [PATCH 05/18] Removed deprecated attribute concepts --- .../deprecated_vocabs/attributes}/quadrat-data-type.ttl | 0 .../deprecated_vocabs/attributes}/re-equipping-date.ttl | 0 .../deprecated_vocabs/attributes}/re-equipping-notes.ttl | 0 .../deprecated_vocabs/attributes}/replacement-battery-type.ttl | 0 .../deprecated_vocabs/attributes}/replacement-sd-card-number.ttl | 0 .../deprecated_vocabs/attributes}/retrieval-date.ttl | 0 .../deprecated_vocabs/attributes}/slope.ttl | 0 .../deprecated_vocabs/attributes}/specimen-location.ttl | 0 .../deprecated_vocabs/attributes}/within-plot.ttl | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {vocab_files/attribute_concepts => tests/deprecated_vocabs/attributes}/quadrat-data-type.ttl (100%) rename {vocab_files/attribute_concepts => tests/deprecated_vocabs/attributes}/re-equipping-date.ttl (100%) rename {vocab_files/attribute_concepts => tests/deprecated_vocabs/attributes}/re-equipping-notes.ttl (100%) rename {vocab_files/attribute_concepts => tests/deprecated_vocabs/attributes}/replacement-battery-type.ttl (100%) rename {vocab_files/attribute_concepts => tests/deprecated_vocabs/attributes}/replacement-sd-card-number.ttl (100%) rename {vocab_files/attribute_concepts => tests/deprecated_vocabs/attributes}/retrieval-date.ttl (100%) rename {vocab_files/attribute_concepts => tests/deprecated_vocabs/attributes}/slope.ttl (100%) rename {vocab_files/attribute_concepts => tests/deprecated_vocabs/attributes}/specimen-location.ttl (100%) rename {vocab_files/attribute_concepts => tests/deprecated_vocabs/attributes}/within-plot.ttl (100%) diff --git a/vocab_files/attribute_concepts/quadrat-data-type.ttl b/tests/deprecated_vocabs/attributes/quadrat-data-type.ttl similarity index 100% rename from vocab_files/attribute_concepts/quadrat-data-type.ttl rename to tests/deprecated_vocabs/attributes/quadrat-data-type.ttl diff --git a/vocab_files/attribute_concepts/re-equipping-date.ttl b/tests/deprecated_vocabs/attributes/re-equipping-date.ttl similarity index 100% rename from vocab_files/attribute_concepts/re-equipping-date.ttl rename to tests/deprecated_vocabs/attributes/re-equipping-date.ttl diff --git a/vocab_files/attribute_concepts/re-equipping-notes.ttl b/tests/deprecated_vocabs/attributes/re-equipping-notes.ttl similarity index 100% rename from vocab_files/attribute_concepts/re-equipping-notes.ttl rename to tests/deprecated_vocabs/attributes/re-equipping-notes.ttl diff --git a/vocab_files/attribute_concepts/replacement-battery-type.ttl b/tests/deprecated_vocabs/attributes/replacement-battery-type.ttl similarity index 100% rename from vocab_files/attribute_concepts/replacement-battery-type.ttl rename to tests/deprecated_vocabs/attributes/replacement-battery-type.ttl diff --git a/vocab_files/attribute_concepts/replacement-sd-card-number.ttl b/tests/deprecated_vocabs/attributes/replacement-sd-card-number.ttl similarity index 100% rename from vocab_files/attribute_concepts/replacement-sd-card-number.ttl rename to tests/deprecated_vocabs/attributes/replacement-sd-card-number.ttl diff --git a/vocab_files/attribute_concepts/retrieval-date.ttl b/tests/deprecated_vocabs/attributes/retrieval-date.ttl similarity index 100% rename from vocab_files/attribute_concepts/retrieval-date.ttl rename to tests/deprecated_vocabs/attributes/retrieval-date.ttl diff --git a/vocab_files/attribute_concepts/slope.ttl b/tests/deprecated_vocabs/attributes/slope.ttl similarity index 100% rename from vocab_files/attribute_concepts/slope.ttl rename to tests/deprecated_vocabs/attributes/slope.ttl diff --git a/vocab_files/attribute_concepts/specimen-location.ttl b/tests/deprecated_vocabs/attributes/specimen-location.ttl similarity index 100% rename from vocab_files/attribute_concepts/specimen-location.ttl rename to tests/deprecated_vocabs/attributes/specimen-location.ttl diff --git a/vocab_files/attribute_concepts/within-plot.ttl b/tests/deprecated_vocabs/attributes/within-plot.ttl similarity index 100% rename from vocab_files/attribute_concepts/within-plot.ttl rename to tests/deprecated_vocabs/attributes/within-plot.ttl From c94ec9da43a033010ca4827be459e5bc20dbdc62 Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Wed, 4 Dec 2024 09:55:21 +1000 Subject: [PATCH 06/18] Removed concepts hierarchy between `photo description` and `voucher photo description` TEMPORARILY to make it display nicely on RVA --- vocab_files/attribute_concepts/photo-description.ttl | 1 - vocab_files/attribute_concepts/voucher-photo-description.ttl | 1 - 2 files changed, 2 deletions(-) diff --git a/vocab_files/attribute_concepts/photo-description.ttl b/vocab_files/attribute_concepts/photo-description.ttl index 5f7deaabf..bafe92240 100644 --- a/vocab_files/attribute_concepts/photo-description.ttl +++ b/vocab_files/attribute_concepts/photo-description.ttl @@ -13,7 +13,6 @@ PREFIX xsd: rdfs:isDefinedBy ; skos:definition "A brief description of the photo taken during a survey." ; skos:historyNote "Updated the narrower concept and source link during the version-2 changes of the EMSA modules (EMSA v2 Review process, March, 2024)." ; - skos:narrower ; skos:prefLabel "photo description" ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/attribute_concepts/photo-description.ttl"^^xsd:anyURI ; tern:isAttributeOf tern:Sample ; diff --git a/vocab_files/attribute_concepts/voucher-photo-description.ttl b/vocab_files/attribute_concepts/voucher-photo-description.ttl index 2eb51768c..8f3c1a6fa 100644 --- a/vocab_files/attribute_concepts/voucher-photo-description.ttl +++ b/vocab_files/attribute_concepts/voucher-photo-description.ttl @@ -11,7 +11,6 @@ PREFIX xsd: "Bignall J, McCallum K, O’Neill S, Laws M, Potter T, Morgan R, Cox B, Sparrow B (2023) Invertebrate Fauna 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." , "Laws M, Bignall J, McCallum K, Cox B, Potter T, O’Neill S, Sparrow B. (2023) Floristics 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 ; - skos:broader ; skos:definition "A brief description on the voucher specimen photograph." ; skos:historyNote "Updated the broader concept and source link during the version-2 changes of the EMSA modules (EMSA v2 Review process, March, 2024)." ; skos:prefLabel "voucher photo description" ; From 9c66e18d6565d6a2215156ff52379c5b615f267f Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Wed, 4 Dec 2024 09:59:00 +1000 Subject: [PATCH 07/18] Deprecated old feature types --- .../deprecated_vocabs}/feature_types/administrative-area.ttl | 0 .../deprecated_vocabs}/feature_types/animal-community.ttl | 0 .../deprecated_vocabs}/feature_types/animal-individual.ttl | 0 .../deprecated_vocabs}/feature_types/animal-occurrence.ttl | 0 .../deprecated_vocabs}/feature_types/animal-population.ttl | 0 .../deprecated_vocabs}/feature_types/animal-specimen.ttl | 0 .../deprecated_vocabs}/feature_types/bird-occurrence.ttl | 0 .../deprecated_vocabs}/feature_types/bird-population.ttl | 0 .../deprecated_vocabs}/feature_types/climate.ttl | 0 .../deprecated_vocabs}/feature_types/collection.ttl | 0 .../deprecated_vocabs}/feature_types/dead-wood.ttl | 0 .../deprecated_vocabs}/feature_types/disturbance.ttl | 0 .../deprecated_vocabs}/feature_types/habitat.ttl | 0 .../deprecated_vocabs}/feature_types/land-surface-substrate.ttl | 0 .../deprecated_vocabs}/feature_types/land-surface.ttl | 0 .../deprecated_vocabs}/feature_types/landform.ttl | 0 .../deprecated_vocabs}/feature_types/plant-community.ttl | 0 .../deprecated_vocabs}/feature_types/plant-individual.ttl | 0 .../deprecated_vocabs}/feature_types/plant-occurrence.ttl | 0 .../deprecated_vocabs}/feature_types/plant-population.ttl | 0 .../deprecated_vocabs}/feature_types/plant-specimen.ttl | 0 .../deprecated_vocabs}/feature_types/soil-horizon.ttl | 0 .../deprecated_vocabs}/feature_types/soil-profile.ttl | 0 .../deprecated_vocabs}/feature_types/soil-sample.ttl | 0 {vocab_files => tests/deprecated_vocabs}/feature_types/soil.ttl | 0 .../deprecated_vocabs}/feature_types/stand-dead-wood.ttl | 0 .../deprecated_vocabs}/feature_types/vegetation-stratum.ttl | 0 .../deprecated_vocabs}/feature_types/weather.ttl | 0 28 files changed, 0 insertions(+), 0 deletions(-) rename {vocab_files => tests/deprecated_vocabs}/feature_types/administrative-area.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/animal-community.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/animal-individual.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/animal-occurrence.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/animal-population.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/animal-specimen.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/bird-occurrence.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/bird-population.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/climate.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/collection.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/dead-wood.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/disturbance.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/habitat.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/land-surface-substrate.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/land-surface.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/landform.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/plant-community.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/plant-individual.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/plant-occurrence.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/plant-population.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/plant-specimen.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/soil-horizon.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/soil-profile.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/soil-sample.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/soil.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/stand-dead-wood.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/vegetation-stratum.ttl (100%) rename {vocab_files => tests/deprecated_vocabs}/feature_types/weather.ttl (100%) diff --git a/vocab_files/feature_types/administrative-area.ttl b/tests/deprecated_vocabs/feature_types/administrative-area.ttl similarity index 100% rename from vocab_files/feature_types/administrative-area.ttl rename to tests/deprecated_vocabs/feature_types/administrative-area.ttl diff --git a/vocab_files/feature_types/animal-community.ttl b/tests/deprecated_vocabs/feature_types/animal-community.ttl similarity index 100% rename from vocab_files/feature_types/animal-community.ttl rename to tests/deprecated_vocabs/feature_types/animal-community.ttl diff --git a/vocab_files/feature_types/animal-individual.ttl b/tests/deprecated_vocabs/feature_types/animal-individual.ttl similarity index 100% rename from vocab_files/feature_types/animal-individual.ttl rename to tests/deprecated_vocabs/feature_types/animal-individual.ttl diff --git a/vocab_files/feature_types/animal-occurrence.ttl b/tests/deprecated_vocabs/feature_types/animal-occurrence.ttl similarity index 100% rename from vocab_files/feature_types/animal-occurrence.ttl rename to tests/deprecated_vocabs/feature_types/animal-occurrence.ttl diff --git a/vocab_files/feature_types/animal-population.ttl b/tests/deprecated_vocabs/feature_types/animal-population.ttl similarity index 100% rename from vocab_files/feature_types/animal-population.ttl rename to tests/deprecated_vocabs/feature_types/animal-population.ttl diff --git a/vocab_files/feature_types/animal-specimen.ttl b/tests/deprecated_vocabs/feature_types/animal-specimen.ttl similarity index 100% rename from vocab_files/feature_types/animal-specimen.ttl rename to tests/deprecated_vocabs/feature_types/animal-specimen.ttl diff --git a/vocab_files/feature_types/bird-occurrence.ttl b/tests/deprecated_vocabs/feature_types/bird-occurrence.ttl similarity index 100% rename from vocab_files/feature_types/bird-occurrence.ttl rename to tests/deprecated_vocabs/feature_types/bird-occurrence.ttl diff --git a/vocab_files/feature_types/bird-population.ttl b/tests/deprecated_vocabs/feature_types/bird-population.ttl similarity index 100% rename from vocab_files/feature_types/bird-population.ttl rename to tests/deprecated_vocabs/feature_types/bird-population.ttl diff --git a/vocab_files/feature_types/climate.ttl b/tests/deprecated_vocabs/feature_types/climate.ttl similarity index 100% rename from vocab_files/feature_types/climate.ttl rename to tests/deprecated_vocabs/feature_types/climate.ttl diff --git a/vocab_files/feature_types/collection.ttl b/tests/deprecated_vocabs/feature_types/collection.ttl similarity index 100% rename from vocab_files/feature_types/collection.ttl rename to tests/deprecated_vocabs/feature_types/collection.ttl diff --git a/vocab_files/feature_types/dead-wood.ttl b/tests/deprecated_vocabs/feature_types/dead-wood.ttl similarity index 100% rename from vocab_files/feature_types/dead-wood.ttl rename to tests/deprecated_vocabs/feature_types/dead-wood.ttl diff --git a/vocab_files/feature_types/disturbance.ttl b/tests/deprecated_vocabs/feature_types/disturbance.ttl similarity index 100% rename from vocab_files/feature_types/disturbance.ttl rename to tests/deprecated_vocabs/feature_types/disturbance.ttl diff --git a/vocab_files/feature_types/habitat.ttl b/tests/deprecated_vocabs/feature_types/habitat.ttl similarity index 100% rename from vocab_files/feature_types/habitat.ttl rename to tests/deprecated_vocabs/feature_types/habitat.ttl diff --git a/vocab_files/feature_types/land-surface-substrate.ttl b/tests/deprecated_vocabs/feature_types/land-surface-substrate.ttl similarity index 100% rename from vocab_files/feature_types/land-surface-substrate.ttl rename to tests/deprecated_vocabs/feature_types/land-surface-substrate.ttl diff --git a/vocab_files/feature_types/land-surface.ttl b/tests/deprecated_vocabs/feature_types/land-surface.ttl similarity index 100% rename from vocab_files/feature_types/land-surface.ttl rename to tests/deprecated_vocabs/feature_types/land-surface.ttl diff --git a/vocab_files/feature_types/landform.ttl b/tests/deprecated_vocabs/feature_types/landform.ttl similarity index 100% rename from vocab_files/feature_types/landform.ttl rename to tests/deprecated_vocabs/feature_types/landform.ttl diff --git a/vocab_files/feature_types/plant-community.ttl b/tests/deprecated_vocabs/feature_types/plant-community.ttl similarity index 100% rename from vocab_files/feature_types/plant-community.ttl rename to tests/deprecated_vocabs/feature_types/plant-community.ttl diff --git a/vocab_files/feature_types/plant-individual.ttl b/tests/deprecated_vocabs/feature_types/plant-individual.ttl similarity index 100% rename from vocab_files/feature_types/plant-individual.ttl rename to tests/deprecated_vocabs/feature_types/plant-individual.ttl diff --git a/vocab_files/feature_types/plant-occurrence.ttl b/tests/deprecated_vocabs/feature_types/plant-occurrence.ttl similarity index 100% rename from vocab_files/feature_types/plant-occurrence.ttl rename to tests/deprecated_vocabs/feature_types/plant-occurrence.ttl diff --git a/vocab_files/feature_types/plant-population.ttl b/tests/deprecated_vocabs/feature_types/plant-population.ttl similarity index 100% rename from vocab_files/feature_types/plant-population.ttl rename to tests/deprecated_vocabs/feature_types/plant-population.ttl diff --git a/vocab_files/feature_types/plant-specimen.ttl b/tests/deprecated_vocabs/feature_types/plant-specimen.ttl similarity index 100% rename from vocab_files/feature_types/plant-specimen.ttl rename to tests/deprecated_vocabs/feature_types/plant-specimen.ttl diff --git a/vocab_files/feature_types/soil-horizon.ttl b/tests/deprecated_vocabs/feature_types/soil-horizon.ttl similarity index 100% rename from vocab_files/feature_types/soil-horizon.ttl rename to tests/deprecated_vocabs/feature_types/soil-horizon.ttl diff --git a/vocab_files/feature_types/soil-profile.ttl b/tests/deprecated_vocabs/feature_types/soil-profile.ttl similarity index 100% rename from vocab_files/feature_types/soil-profile.ttl rename to tests/deprecated_vocabs/feature_types/soil-profile.ttl diff --git a/vocab_files/feature_types/soil-sample.ttl b/tests/deprecated_vocabs/feature_types/soil-sample.ttl similarity index 100% rename from vocab_files/feature_types/soil-sample.ttl rename to tests/deprecated_vocabs/feature_types/soil-sample.ttl diff --git a/vocab_files/feature_types/soil.ttl b/tests/deprecated_vocabs/feature_types/soil.ttl similarity index 100% rename from vocab_files/feature_types/soil.ttl rename to tests/deprecated_vocabs/feature_types/soil.ttl diff --git a/vocab_files/feature_types/stand-dead-wood.ttl b/tests/deprecated_vocabs/feature_types/stand-dead-wood.ttl similarity index 100% rename from vocab_files/feature_types/stand-dead-wood.ttl rename to tests/deprecated_vocabs/feature_types/stand-dead-wood.ttl diff --git a/vocab_files/feature_types/vegetation-stratum.ttl b/tests/deprecated_vocabs/feature_types/vegetation-stratum.ttl similarity index 100% rename from vocab_files/feature_types/vegetation-stratum.ttl rename to tests/deprecated_vocabs/feature_types/vegetation-stratum.ttl diff --git a/vocab_files/feature_types/weather.ttl b/tests/deprecated_vocabs/feature_types/weather.ttl similarity index 100% rename from vocab_files/feature_types/weather.ttl rename to tests/deprecated_vocabs/feature_types/weather.ttl From 02097c18911d08570f98c2dba12c85b6e81d4c81 Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Wed, 4 Dec 2024 11:17:11 +1000 Subject: [PATCH 08/18] Added latest TERN feature types --- .../feature_types/tern_feature_types.ttl | 3355 +++++++++++++++++ 1 file changed, 3355 insertions(+) create mode 100644 vocab_files/feature_types/tern_feature_types.ttl diff --git a/vocab_files/feature_types/tern_feature_types.ttl b/vocab_files/feature_types/tern_feature_types.ttl new file mode 100644 index 000000000..5bed06c3f --- /dev/null +++ b/vocab_files/feature_types/tern_feature_types.ttl @@ -0,0 +1,3355 @@ +PREFIX dcterms: +PREFIX rdfs: +PREFIX skos: +PREFIX xsd: + + + a skos:Concept ; + rdfs:label "landform"@en ; + dcterms:created "2021-02-25T01:34:44"^^xsd:dateTime ; + dcterms:date + "2021-02-25T01:34:44"^^xsd:dateTime , + "2024-04-17T06:36:15"^^xsd:dateTime ; + dcterms:description "The whole land surface is viewed as a mosaic of tiles of odd shapes and two sizes. The larger size is composed of mosaics of the smaller ones. Larger tiles (> 600 m across) are called landform patterns. Smaller tiles (~40m across) are called landform elements." ; + dcterms:modified "2024-04-17T06:36:15"^^xsd:dateTime ; + dcterms:relation "McDonald, R.C., Isbell, R.F., Speight, J.G., Walker, J. and Hopkins, M.S., 1998. Australian soil and land survey: field handbook (No. Ed. 2). CSIRO publishing." ; + dcterms:source "McDonald, R.C., Isbell, R.F., Speight, J.G., Walker, J. and Hopkins, M.S., 1998. Australian soil and land survey: field handbook (No. Ed. 2). CSIRO publishing." ; + skos:broader ; + skos:broaderTransitive ; + skos:definition "Visible features of an area of land, including the physical elements of it soils, landforms (LandSurface Feature) , geology (GeologicFeature), water bodies (StreamChannel Feature), living elements of land cover (VegetationFeature), human elements (LandUse Feature) and transitory elements (Climate Feature)." ; + skos:example "Land surface features such as mountains and hills. Stream channel features such as rivers, lakes and ponds. Land use features including different forms of land use, buildings and structures. Climate feature such as lighting and weather conditions." ; + skos:inScheme ; + skos:notation "landform" ; + skos:note + "Land surface features such as mountains and hills. Stream channel features such as rivers, lakes and ponds. Land use features including different forms of land use, buildings and structures. Climate feature such as lighting and weather conditions." , + "Visible features of an area of land, including the physical elements of it soils, landforms (LandSurface Feature) , geology (GeologicFeature), water bodies (StreamChannel Feature), living elements of land cover (VegetationFeature), human elements (LandUse Feature) and transitory elements (Climate Feature)." ; + skos:prefLabel "landform"@en ; + skos:semanticRelation ; +. + + + a skos:Concept ; + rdfs:label "Local Government Areas"@en ; + dcterms:created "2024-04-16T04:25:16"^^xsd:dateTime ; + dcterms:date + "2024-04-16T04:25:16"^^xsd:dateTime , + "2024-06-28T01:03:33"^^xsd:dateTime ; + dcterms:description "As of 2024, there are 566 Local Government Areas covering the whole of Australia, including unincorporated areas, without gaps or overlaps. This incorporates 19 non-spatial special purpose codes including a new Outside Australia code. ABS approximations of administrative boundaries do not match official legal boundaries and should only be used for statistical purposes."@en ; + dcterms:modified "2024-06-28T01:03:33"^^xsd:dateTime ; + dcterms:relation "Australian Bureau of Statistics. (Jul2021-Jun2026). Australia and State/Territory. ABS. https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/main-structure-and-greater-capital-city-statistical-areas/australia-and-stateterritory." ; + dcterms:source "Australian Bureau of Statistics. (Jul2021-Jun2026). Australia and State/Territory. ABS. https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/main-structure-and-greater-capital-city-statistical-areas/australia-and-stateterritory." ; + skos:broader ; + skos:broaderTransitive ; + skos:definition "Local Government Areas are an ABS Mesh Block approximation of gazetted local government boundaries as defined by each state and territory."@en ; + skos:historyNote "Added as a narrower of 'administrative area' in the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:note + "Added as a narrower of 'administrative area' in the TERN Feature Type (Release version, 2024)." , + "Local Government Areas are an ABS Mesh Block approximation of gazetted local government boundaries as defined by each state and territory."@en ; + skos:prefLabel "Local Government Areas"@en ; + skos:semanticRelation ; +. + + + a skos:Concept ; + rdfs:label + "Terrestrial Ecoregions of the World (TEOW)" , + "WWF Ecoregions"@en ; + dcterms:created "2024-04-16T04:40:34"^^xsd:dateTime ; + dcterms:date + "2024-04-16T04:40:34"^^xsd:dateTime , + "2024-06-28T01:09:08"^^xsd:dateTime ; + dcterms:description "There are 867 terrestrial ecoregions, classified into 14 different biomes such as forests, grasslands, or deserts."@en ; + dcterms:modified "2024-06-28T01:09:08"^^xsd:dateTime ; + dcterms:relation "Olson, D. M., Dinerstein, E., Wikramanayake, E. D., Burgess, N. D., Powell, G. V. N., Underwood, E. C., D'Amico, J. A., Itoua, I., Strand, H. E., Morrison, J. C., Loucks, C. J., Allnutt, T. F., Ricketts, T. H., Kura, Y., Lamoreux, J. F., Wettengel, W. W., Hedao, P., Kassem, K. R. 2001. Terrestrial ecoregions of the world: a new map of life on Earth. Bioscience 51(11):933-938." ; + dcterms:source "Olson, D. M., Dinerstein, E., Wikramanayake, E. D., Burgess, N. D., Powell, G. V. N., Underwood, E. C., D'Amico, J. A., Itoua, I., Strand, H. E., Morrison, J. C., Loucks, C. J., Allnutt, T. F., Ricketts, T. H., Kura, Y., Lamoreux, J. F., Wettengel, W. W., Hedao, P., Kassem, K. R. 2001. Terrestrial ecoregions of the world: a new map of life on Earth. Bioscience 51(11):933-938." ; + skos:altLabel "Terrestrial Ecoregions of the World (TEOW)" ; + skos:broader ; + skos:broaderTransitive ; + skos:definition "The WWF Ecoregions, also referred to as Terrestrial Ecoregions of the World (TEOW) is a biogeographic regionalization of the earth's terrestrial biodiversity. The biogeographic units are ecoregions, which are defined as relatively large units of land or water containing a distinct assemblage of natural communities sharing a large majority of species, dynamics, and environmental conditions."@en ; + skos:historyNote "Added as a narrower of 'administrative area' in the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:note + "Added as a narrower of 'administrative area' in the TERN Feature Type (Release version, 2024)." , + "The WWF Ecoregions, also referred to as Terrestrial Ecoregions of the World (TEOW) is a biogeographic regionalization of the earth's terrestrial biodiversity. The biogeographic units are ecoregions, which are defined as relatively large units of land or water containing a distinct assemblage of natural communities sharing a large majority of species, dynamics, and environmental conditions."@en ; + skos:prefLabel "WWF Ecoregions"@en ; + skos:semanticRelation ; +. + + + a skos:Concept ; + rdfs:label "geologic substrate"@en ; + dcterms:created "2021-02-26T05:11:16"^^xsd:dateTime ; + dcterms:date + "2021-02-26T05:11:16"^^xsd:dateTime , + "2024-04-17T06:36:56"^^xsd:dateTime ; + dcterms:description "Geological substrates are materials and masses of earth or rock that do not show pedological development. They are not soils, but typically underlie them. The geological substrate includes the R horizon (continuous masses of rock, excluding pans, e.g. bedrock) and the part of the C horizon that shows no pedological development, but excludes the solum, buried soil horizons (including D horizons), and pans. The geological substrate beneath a soil profile may or may not be the parent material of the soil." ; + dcterms:modified "2024-04-17T06:36:56"^^xsd:dateTime ; + dcterms:relation + "McDonald, R.C., Isbell, R.F., Speight, J.G., Walker, J. and Hopkins, M.S., 1998. Australian soil and land survey: field handbook (No. Ed. 2). CSIRO publishing." , + "Valentine, P.C., 2019, Sediment classification and the characterization, identification, and mapping of geologic substrates for the glaciated Gulf of Maine seabed and other terrains, providing a physical framework for ecological research and seabed management: U.S. Geological Survey Scientific Investigations Report 2019–5073, 37 p., https://doi.org/10.3133/sir20195073." ; + dcterms:source + "McDonald, R.C., Isbell, R.F., Speight, J.G., Walker, J. and Hopkins, M.S., 1998. Australian soil and land survey: field handbook (No. Ed. 2). CSIRO publishing." , + "Valentine, P.C., 2019, Sediment classification and the characterization, identification, and mapping of geologic substrates for the glaciated Gulf of Maine seabed and other terrains, providing a physical framework for ecological research and seabed management: U.S. Geological Survey Scientific Investigations Report 2019–5073, 37 p., https://doi.org/10.3133/sir20195073." ; + skos:broader ; + skos:broaderTransitive ; + skos:definition "Surface (or volume) of sediment or rock where physical, chemical, and biological processes occur, such as the movement and deposition of sediment, the formation of bedforms, and the attachment, burrowing, feeding, reproduction, and sheltering of organisms." ; + skos:example "By origin sedimentary, igneous, metamorphic. By chemical composition alluvium, sandstone, carbonate" ; + skos:inScheme ; + skos:notation "geologic-substrate" ; + skos:note + "By origin sedimentary, igneous, metamorphic. By chemical composition alluvium, sandstone, carbonate" , + "Surface (or volume) of sediment or rock where physical, chemical, and biological processes occur, such as the movement and deposition of sediment, the formation of bedforms, and the attachment, burrowing, feeding, reproduction, and sheltering of organisms." ; + skos:prefLabel "geologic substrate"@en ; + skos:semanticRelation ; +. + + + a skos:Concept ; + rdfs:label + "weather events" , + "weather"@en ; + dcterms:created "2023-06-23T04:10:11"^^xsd:dateTime ; + dcterms:date + "2023-06-23T04:10:11"^^xsd:dateTime , + "2024-06-28T01:30:24"^^xsd:dateTime ; + dcterms:description "Weather events are short-term conditions of the lower atmosphere such as precipitation, temperature, humidity, wind direction, wind speed, and atmospheric pressure." ; + dcterms:modified "2024-06-28T01:30:24"^^xsd:dateTime ; + dcterms:relation "https://education.nationalgeographic.org/resource/weather-or-climate-whats-difference/" ; + dcterms:source "https://education.nationalgeographic.org/resource/weather-or-climate-whats-difference/" ; + skos:altLabel "weather events" ; + skos:broader ; + skos:broaderTransitive ; + skos:definition "State of the atmosphere, including temperature, atmospheric pressure, wind, humidity, precipitation, and cloudiness." ; + skos:example "1. A rainfall event characterized by severe thunderstorms.; 2. A heatwave event where the maximum and minimum ambient air temperature is unusually hot over 3 days." ; + skos:historyNote "Added the label 'weather events' as altLabel and as a narrower of 'atmosphere' in the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:notation "weather-events" ; + skos:note + "1. A rainfall event characterized by severe thunderstorms.; 2. A heatwave event where the maximum and minimum ambient air temperature is unusually hot over 3 days." , + "Added the label 'weather events' as altLabel and as a narrower of 'atmosphere' in the TERN Feature Type (Release version, 2024)." , + "State of the atmosphere, including temperature, atmospheric pressure, wind, humidity, precipitation, and cloudiness." ; + skos:prefLabel "weather"@en ; + skos:semanticRelation ; +. + + + a skos:Concept ; + rdfs:label "States and Territories"@en ; + dcterms:created "2024-04-16T04:16:45"^^xsd:dateTime ; + dcterms:date + "2024-04-16T04:16:45"^^xsd:dateTime , + "2024-06-28T01:06:13"^^xsd:dateTime ; + dcterms:modified "2024-06-28T01:06:13"^^xsd:dateTime ; + dcterms:relation "Australian Bureau of Statistics. (Jul2021-Jun2026). Australia and State/Territory. ABS. https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/main-structure-and-greater-capital-city-statistical-areas/australia-and-stateterritory." ; + dcterms:source "Australian Bureau of Statistics. (Jul2021-Jun2026). Australia and State/Territory. ABS. https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/main-structure-and-greater-capital-city-statistical-areas/australia-and-stateterritory." ; + skos:broader ; + skos:broaderTransitive ; + skos:definition "Australia is broken up into the States and Territories that are recognised in the Australian Statistical Geography Standard (ASGS) as: New South Wales, Victoria, Queensland, South Australia, Western Australia, Tasmania, Northern Territory, Australian Capital Territory and Other Territories (Jervis Bay Territory, Territory of Christmas Island, Territory of the Cocos (Keeling) Islands and Norfolk Island)"@en ; + skos:historyNote "Added as a narrower of 'administrative area' in the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:note + "Added as a narrower of 'administrative area' in the TERN Feature Type (Release version, 2024)." , + "Australia is broken up into the States and Territories that are recognised in the Australian Statistical Geography Standard (ASGS) as: New South Wales, Victoria, Queensland, South Australia, Western Australia, Tasmania, Northern Territory, Australian Capital Territory and Other Territories (Jervis Bay Territory, Territory of Christmas Island, Territory of the Cocos (Keeling) Islands and Norfolk Island)"@en ; + skos:prefLabel "States and Territories"@en ; + skos:semanticRelation ; +. + + + a skos:Concept ; + rdfs:label "National Parks"@en ; + dcterms:created "2024-04-16T04:31:55"^^xsd:dateTime ; + dcterms:date + "2024-04-16T04:31:55"^^xsd:dateTime , + "2024-06-28T01:05:12"^^xsd:dateTime ; + dcterms:description "Australia has thousands of national parks across the State and Territory agencies, of which six Major Parks are managed by the Commonwealth Government."@en ; + dcterms:modified "2024-06-28T01:05:12"^^xsd:dateTime ; + dcterms:relation "https://www.dcceew.gov.au/parks-heritage/national-parks" ; + dcterms:source "https://www.dcceew.gov.au/parks-heritage/national-parks" ; + skos:broader ; + skos:broaderTransitive ; + skos:definition "A list of National Parks within Australia that are managed by the Australian, State and Territory governments." ; + skos:example "Some popular national parks include: 1) Kakadu National Park; 2) Booderee National Park; 3) Uluru - Kata Tjuta National Park; 4) Great Barrier Reef Marine Park; 5) Norfolk, Christmas and Cocos (Keeling) Islands"@en ; + skos:inScheme ; + skos:note + "A list of National Parks within Australia that are managed by the Australian, State and Territory governments." , + "Some popular national parks include: 1) Kakadu National Park; 2) Booderee National Park; 3) Uluru - Kata Tjuta National Park; 4) Great Barrier Reef Marine Park; 5) Norfolk, Christmas and Cocos (Keeling) Islands"@en ; + skos:prefLabel "National Parks"@en ; + skos:semanticRelation ; +. + + + a skos:Concept ; + rdfs:label "soil sample" ; + dcterms:date "2023-06-23T06:19:53"^^xsd:dateTime ; + dcterms:description "Soil samples are collected in the most representative geomorphic setting for a site. In general, it useful to include information such as a sample id, name for the sample, collection depth, latitude and longitude, date of collection and soil moisture content/conditions of collection. Information about the landform, land use and vegetation cover are also useful." ; + dcterms:modified "2023-06-23T06:19:53"^^xsd:dateTime ; + dcterms:relation + "Friske, P. W. B., et al. North American soil geochemical landscapes project: Canadian field protocols for collecting mineral soils and measuring soil gas radon and natural radioactivity. Geological Survey of Canada, Open File 6282 (2010): 177." , + "Simons, B., Wilson, P., Ritchie, A. and Cox, S., 2013, April. ANZSoilML: an Australian-New Zealand standard for exchange of soil data. In EGU General Assembly Conference Abstracts (pp. EGU2013-6802)." , + "http://vocabs.lter-europe.net/EnvThes/30211" ; + dcterms:source + "Friske, P. W. B., et al. North American soil geochemical landscapes project: Canadian field protocols for collecting mineral soils and measuring soil gas radon and natural radioactivity. Geological Survey of Canada, Open File 6282 (2010): 177." , + "Simons, B., Wilson, P., Ritchie, A. and Cox, S., 2013, April. ANZSoilML: an Australian-New Zealand standard for exchange of soil data. In EGU General Assembly Conference Abstracts (pp. EGU2013-6802)." , + "http://vocabs.lter-europe.net/EnvThes/30211" ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "A quantity of soil where observations and measurements are performed." ; + skos:example "1. The bulk density of a soil sample; 2. 1000 grams of soil are collected." ; + skos:inScheme ; + skos:notation "soil-sample" ; + skos:note + "1. The bulk density of a soil sample; 2. 1000 grams of soil are collected." , + "A quantity of soil where observations and measurements are performed." ; + skos:prefLabel "soil sample" ; + skos:semanticRelation + , + ; +. + + + a skos:Concept ; + rdfs:label "habitat"@en ; + dcterms:created "2021-11-19T00:47:12"^^xsd:dateTime ; + dcterms:date + "2021-11-19T00:47:12"^^xsd:dateTime , + "2024-04-17T06:39:04"^^xsd:dateTime ; + dcterms:description "In ecology, a habitat is where a species lives or exists. It is where it will derive its food, shelter, and mate for reproduction." ; + dcterms:modified "2024-04-17T06:39:04"^^xsd:dateTime ; + dcterms:relation ; + dcterms:source ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "An environmental system which can sustain and allow the growth of an ecological population." ; + skos:example "1. A tussock grassland is a habitat typified by perennial grasses with a tufted growth habit; 2. A hollow on a eucalypt tree is a habitat where gliders live." ; + skos:inScheme ; + skos:note + "1. A tussock grassland is a habitat typified by perennial grasses with a tufted growth habit; 2. A hollow on a eucalypt tree is a habitat where gliders live." , + "A habitat's specificity to an ecological population differentiates it from other environment classes." , + "An environmental system which can sustain and allow the growth of an ecological population." ; + skos:prefLabel "habitat"@en ; + skos:semanticRelation + , + ; +. + + + a skos:Concept ; + rdfs:label "animal occurrence"@en ; + dcterms:created "2021-12-07T06:06:14"^^xsd:dateTime ; + dcterms:date + "2021-12-07T06:06:14"^^xsd:dateTime , + "2024-10-15T13:06:49"^^xsd:dateTime ; + dcterms:description "An animal occurrence is a sample of an animal or group of animals at a particular point and time. Unlike animal individuals, an animal occurrence may not specifically relate to a distinct physical entity (e.g. a specific animal individual), but provides a sample which may come from an individuals or a group." ; + dcterms:modified "2024-10-15T13:06:49"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:closeMatch ; + skos:definition "An existence of an animal or group of animals sampled at a particular place at a particular time." ; + skos:example "1. A cassowary in the Daintree rainforest in 2020; 2. A pack of dingoes in K'gari (formerly Fraser Island) seen on the 18 of December of 2017." ; + skos:inScheme ; + skos:mappingRelation ; + skos:notation "animal-occurrence" ; + skos:note + "1. A cassowary in the Daintree rainforest in 2020; 2. A pack of dingoes in K'gari (formerly Fraser Island) seen on the 18 of December of 2017." , + "An existence of an animal or group of animals sampled at a particular place at a particular time." ; + skos:prefLabel "animal occurrence"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "plant specimen" ; + dcterms:date "2024-04-17T06:19:19"^^xsd:dateTime ; + dcterms:description "Plant specimens usually are dried and mounted on a sheet of paper, but they may also be stored in boxes or kept in liquid preservatives. Plant specimens may be used for identification purposes, morphometrics, plant taxonomy and nomenclature, and the study of geographic distribution of plants." ; + dcterms:modified "2024-04-17T06:19:19"^^xsd:dateTime ; + dcterms:relation "Heberling, J. Mason, L. Alan Prather, and Stephen J. Tonsor. The changing uses of herbarium data in an era of global change: An overview using automated content analysis. BioScience 69.10 (2019): 812-822." ; + dcterms:source "Heberling, J. Mason, L. Alan Prather, and Stephen J. Tonsor. The changing uses of herbarium data in an era of global change: An overview using automated content analysis. BioScience 69.10 (2019): 812-822." ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:closeMatch ; + skos:definition "A plant specimen is a part of an individual plant or whole plant preserved, usually in a herbarium." ; + skos:example "A vouchered sample of an individual plant preserved in a herbarium sheet." ; + skos:inScheme ; + skos:mappingRelation ; + skos:notation "plant-specimen" ; + skos:note + "A plant specimen is a part of an individual plant or whole plant preserved, usually in a herbarium." , + "A vouchered sample of an individual plant preserved in a herbarium sheet." ; + skos:prefLabel "plant specimen" ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "vegetation stratum"@en ; + dcterms:created "2021-03-15T02:16:26"^^xsd:dateTime ; + dcterms:date + "2021-03-15T02:16:26"^^xsd:dateTime , + "2023-06-23T04:16:38"^^xsd:dateTime ; + dcterms:description "A stratum is an easily seen layer of foliage and branches of a distinct and measurable height. One or more strata can exist in a patch of vegetation." ; + dcterms:modified "2023-06-23T04:16:38"^^xsd:dateTime ; + dcterms:relation + "Hnatiuk, R.J., Thackway, R., and Walker, J. Vegetation. In National Committee on Soil and Terrain (2009) ‘Australian soil and land survey field handbook (3rd edn).’ (CSIRO Publishing: Melbourne)." , + "http://purl.obolibrary.org/obo/ENVO_01000355" ; + dcterms:source + "Hnatiuk, R.J., Thackway, R., and Walker, J. Vegetation. In National Committee on Soil and Terrain (2009) ‘Australian soil and land survey field handbook (3rd edn).’ (CSIRO Publishing: Melbourne)." , + "http://purl.obolibrary.org/obo/ENVO_01000355" ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "A layer which is determined by a form of vegetation and is of a distinct height class in the vegetation." ; + skos:example "The uppemost part of a rainforest canopy; an understory layer comprised of shrubs." ; + skos:inScheme ; + skos:notation "vegetation-stratum" ; + skos:note + "A layer which is determined by a form of vegetation and is of a distinct height class in the vegetation." , + "The uppemost part of a rainforest canopy; an understory layer comprised of shrubs." ; + skos:prefLabel "vegetation stratum"@en ; + skos:semanticRelation + , + ; +. + + + a skos:Concept ; + rdfs:label + "fauna evidence" , + "animal evidence"@en ; + dcterms:created "2023-12-12T03:57:59"^^xsd:dateTime ; + dcterms:date + "2023-12-12T03:57:59"^^xsd:dateTime , + "2024-10-15T13:08:20"^^xsd:dateTime ; + dcterms:description "Animal evidence provides information about the signs or the presence of an animal at a given location and time."@en ; + dcterms:modified "2024-10-15T13:08:20"^^xsd:dateTime ; + dcterms:relation "http://purl.obolibrary.org/obo/ECO_0000000"@en ; + dcterms:source "http://purl.obolibrary.org/obo/ECO_0000000"@en ; + skos:altLabel "fauna evidence" ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "Any information/knowledge that is used to support an assertion of the presence of an animal in a geographic area."@en ; + skos:example "1. The footprints/tracks of dingoes are used as signs-based evidence to support the presence of dingos in Fraser Island; 2. The presence of reptile detected by skin sheds after ecdysis in a survey area."@en ; + skos:historyNote "Added as a concept under for the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:notation "animal-evidence" ; + skos:note + "Added as a concept under for the TERN Feature Type (Release version, 2024)." , + "1. The footprints/tracks of dingoes are used as signs-based evidence to support the presence of dingos in Fraser Island; 2. The presence of reptile detected by skin sheds after ecdysis in a survey area."@en , + "Any information/knowledge that is used to support an assertion of the presence of an animal in a geographic area."@en ; + skos:prefLabel "animal evidence"@en ; + skos:semanticRelation + , + ; +. + + + a skos:Concept ; + rdfs:label "fungi occurrence"@en ; + dcterms:created "2021-12-16T04:48:41"^^xsd:dateTime ; + dcterms:date + "2021-12-16T04:48:41"^^xsd:dateTime , + "2024-04-17T06:37:41"^^xsd:dateTime ; + dcterms:description "A fungi occurrence is a sample of a fungi at a particular point and time." ; + dcterms:modified "2024-04-17T06:37:41"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:closeMatch ; + skos:definition "An existence of a fungi sampled at a particular place at a particular time." ; + skos:example "1.The presence of mycorrhizae in soils. 2. The presence of basidiomycetes on a log of wood." ; + skos:inScheme ; + skos:mappingRelation ; + skos:notation "fungi-occurrence" ; + skos:note + "1.The presence of mycorrhizae in soils. 2. The presence of basidiomycetes on a log of wood." , + "An existence of a fungi sampled at a particular place at a particular time." ; + skos:prefLabel "fungi occurrence"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "plant individual" ; + dcterms:date "2024-04-23T01:57:49"^^xsd:dateTime ; + dcterms:description "In ecology, plant individuals are often studied as part of a plant community, which is a group of plant species living and interacting with one another in a specific location. Plant individuals are important components of ecological systems because they are primary producers, meaning that they are able to convert sunlight into energy through photosynthesis, and provide food and habitat for other organisms." ; + dcterms:modified "2024-04-23T01:57:49"^^xsd:dateTime ; + dcterms:relation + "Cook, Robert Edward. Asexual reproduction: a further consideration. The American Naturalist 113.5 (1979): 769-772." , + "Harper, J. L. Modules, branches, and the capture of resources. In Population biology and evolution of clonal organisms.(Eds JBC Jackson, LW Buss, RE Cook) pp. 1–33. (1985)." ; + dcterms:source + "Cook, Robert Edward. Asexual reproduction: a further consideration. The American Naturalist 113.5 (1979): 769-772." , + "Harper, J. L. Modules, branches, and the capture of resources. In Population biology and evolution of clonal organisms.(Eds JBC Jackson, LW Buss, RE Cook) pp. 1–33. (1985)." ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "In ecological terms, a plant individual is a single, physically distinct organism belonging to the plant kingdom. This can refer to a single plant, such as a tree or shrub, or a single member of a plant species, such as a single blade of grass or a single leaf." ; + skos:example "In the TERN vocab collection 'plant individual' is specifically used as a feature of interest representing an individual plant (i.e., either a tree, shrub or palm) in a given geographic location, and is tagged with a unique identification label with repeated observations/measurements such as plant height, stem diameter, etc. perfomed on that individual over time." ; + skos:historyNote "Added as a narrower concept of 'plant' in the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:notation "plant-individual" ; + skos:note + "Added as a narrower concept of 'plant' in the TERN Feature Type (Release version, 2024)." , + "In ecological terms, a plant individual is a single, physically distinct organism belonging to the plant kingdom. This can refer to a single plant, such as a tree or shrub, or a single member of a plant species, such as a single blade of grass or a single leaf." , + "In the TERN vocab collection 'plant individual' is specifically used as a feature of interest representing an individual plant (i.e., either a tree, shrub or palm) in a given geographic location, and is tagged with a unique identification label with repeated observations/measurements such as plant height, stem diameter, etc. perfomed on that individual over time." ; + skos:prefLabel "plant individual" ; + skos:semanticRelation + , + ; +. + + + a skos:Concept ; + rdfs:label "soil profile" ; + dcterms:date "2023-06-23T06:23:16"^^xsd:dateTime ; + dcterms:description "A soil profile is a vertical section of a soil from the soil surface through all its horizons to parent material, other consolidated substrate material or selected depth in unconsolidated material. Because soil depth varies between very wide limits the depth of examination in practice frequently may not exceed 1.5–2 m." ; + dcterms:modified "2023-06-23T06:23:16"^^xsd:dateTime ; + "McDonald, R.C., Isbell, R.F., Speight, J.G., Walker, J. and Hopkins, M.S., 1998. Australian soil and land survey: field handbook (No. Ed. 2). CSIRO publishing." ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "A collection of vertical sections of soil, usually collected to 1m depth." ; + skos:example "The depth of the soil profile." ; + skos:inScheme ; + skos:notation "soil-profile" ; + skos:note + "A collection of vertical sections of soil, usually collected to 1m depth." , + "The depth of the soil profile." ; + skos:prefLabel "soil profile" ; + skos:semanticRelation + , + ; +. + + + a skos:Concept ; + rdfs:label "animal population"@en ; + dcterms:created "2021-04-21T06:28:27"^^xsd:dateTime ; + dcterms:date + "2021-04-21T06:28:27"^^xsd:dateTime , + "2024-10-15T13:07:08"^^xsd:dateTime ; + dcterms:description "A population of animals is a collection of individuals belonging to the same species, living in the same area. Vital rates such as survival, growth, migration structure the population size." ; + dcterms:modified "2024-10-15T13:07:08"^^xsd:dateTime ; + dcterms:relation + "Begon, Michael, Martin Mortimer, and David J. Thompson. Population ecology: a unified study of animals and plants. John Wiley & Sons, 2009." , + "Silvertown, Jonathan, and Deborah Charlesworth. Introduction to plant population biology. John Wiley & Sons, 2009." ; + dcterms:source + "Begon, Michael, Martin Mortimer, and David J. Thompson. Population ecology: a unified study of animals and plants. John Wiley & Sons, 2009." , + "Silvertown, Jonathan, and Deborah Charlesworth. Introduction to plant population biology. John Wiley & Sons, 2009." ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "Group of individuals of the same animal species living within a given area." ; + skos:example "1. A colony of red ants in a study plot in Kakadu National Park, NT; 2. The number of male and female Koalas on a Eucalypt woodland, Fig Tree Pocket, Brisbane." ; + skos:inScheme ; + skos:notation "animal-population" ; + skos:note + "1. A colony of red ants in a study plot in Kakadu National Park, NT; 2. The number of male and female Koalas on a Eucalypt woodland, Fig Tree Pocket, Brisbane." , + "Group of individuals of the same animal species living within a given area." ; + skos:prefLabel "animal population"@en ; + skos:semanticRelation + , + ; +. + + + a skos:Concept ; + rdfs:label "tree stump"@en ; + dcterms:created "2024-11-14T00:36:53"^^xsd:dateTime ; + dcterms:date + "2024-11-14T00:36:53"^^xsd:dateTime , + "2024-11-14T00:45:14"^^xsd:dateTime ; + dcterms:description "Tree stump is a part of a plant and especially a tree remaining attached to the root after the trunk is cut or broken from natural disturbances. The stump may not be completely dead and can regenerate under favourable conditions, either at its apex, base, or via epicormal growth." ; + dcterms:modified "2024-11-14T00:45:14"^^xsd:dateTime ; + dcterms:relation "McCallum K, Potter T, Cox, B, Laws M, Bignall J, O’Neill S, Sparrow B. (2023) Condition 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." ; + dcterms:source "McCallum K, Potter T, Cox, B, Laws M, Bignall J, O’Neill S, Sparrow B. (2023) Condition 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." ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "Standing upright portion of dead trees above ground surface <1.3 m that remains after cutting or natural processes have occurred." ; + skos:historyNote "Created this feature type for the EMSA Condition Module." ; + skos:inScheme ; + skos:note + "Created this feature type for the EMSA Condition Module." , + "Standing upright portion of dead trees above ground surface <1.3 m that remains after cutting or natural processes have occurred." ; + skos:prefLabel "tree stump"@en ; + skos:semanticRelation + , + ; +. + + + a skos:Concept ; + rdfs:label "plant population"@en ; + dcterms:created "2021-02-01T04:29:24"^^xsd:dateTime ; + dcterms:date + "2021-02-01T04:29:24"^^xsd:dateTime , + "2024-04-17T06:19:07"^^xsd:dateTime ; + dcterms:description "Collection of individuals belonging to the same species, living in the same area (Silvertown and Charlesworth 2001). In practice, the focal set of individuals and the spatial scale of the populations has to be define." ; + dcterms:modified "2024-04-17T06:19:07"^^xsd:dateTime ; + dcterms:relation "Silvertown, Jonathan, and Deborah Charlesworth. Introduction to plant population biology. John Wiley & Sons, 2009." ; + dcterms:source "Silvertown, Jonathan, and Deborah Charlesworth. Introduction to plant population biology. John Wiley & Sons, 2009." ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "Group of individuals of the same plant species living within a given area." ; + skos:example "In the TERN vocabs the plant population is a feature of interest representing a population of a given plant species. For example, 1. The population of Corymbia clarksoniana in a Eucalypt woodland; 2. 20 individuals of Taraxacum officinalis" ; + skos:inScheme ; + skos:notation "plant-population" ; + skos:note + "Group of individuals of the same plant species living within a given area." , + "In the TERN vocabs the plant population is a feature of interest representing a population of a given plant species. For example, 1. The population of Corymbia clarksoniana in a Eucalypt woodland; 2. 20 individuals of Taraxacum officinalis" ; + skos:prefLabel "plant population"@en ; + skos:semanticRelation + , + ; +. + + + a skos:Concept ; + rdfs:label + "plant sample" , + "plant occurrence"@en ; + dcterms:created "2021-10-06T23:53:25"^^xsd:dateTime ; + dcterms:date + "2021-10-06T23:53:25"^^xsd:dateTime , + "2024-04-17T06:18:57"^^xsd:dateTime ; + dcterms:description "Plant occurrence can be used to describe the distribution and abundance of plants within a population or community, and it is often used in studies of plant populations and communities. Plant occurrence can be influenced by many factors, such as environmental conditions, competition for resources, and interactions with other species. Plant occurrence is an important concept in plant ecology because it provides information about the distribution and abundance of plants in a given area, which can help to understand the dynamics of plant populations and communities." ; + dcterms:modified "2024-04-17T06:18:57"^^xsd:dateTime ; + skos:altLabel "plant sample" ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:closeMatch ; + skos:definition "In the context of plant ecology, plant occurrence typically refers to the presence of a single plant or a group of plants of the same species in a specific area." ; + skos:example "1) A clump of grass sampled at a point intercept along a transect; 2) An individual tree sampled along a transect. 3) An Ironbark population on State Forest. 4) A plant in Kakadu National Park in the dry season of 2020." ; + skos:inScheme ; + skos:mappingRelation ; + skos:notation "plant-occurrence" ; + skos:note + "1) A clump of grass sampled at a point intercept along a transect; 2) An individual tree sampled along a transect. 3) An Ironbark population on State Forest. 4) A plant in Kakadu National Park in the dry season of 2020." , + "In the context of plant ecology, plant occurrence typically refers to the presence of a single plant or a group of plants of the same species in a specific area." ; + skos:prefLabel "plant occurrence"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "animal specimen"@en ; + dcterms:created "2021-11-24T02:21:51"^^xsd:dateTime ; + dcterms:date + "2021-11-24T02:21:51"^^xsd:dateTime , + "2024-06-28T02:07:06"^^xsd:dateTime ; + dcterms:description "An animal specimen is used for vouchering purposes. Animal specimens can include whole or part/s of animal such as hair, nails, etc. that will be archived in a collection or museum for future studies." ; + dcterms:modified "2024-06-28T02:07:06"^^xsd:dateTime ; + dcterms:relation "http://purl.org/zonmw/generic/10009" ; + dcterms:source "http://purl.org/zonmw/generic/10009" ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "A part of an animal, or of whole animal, taken and stored in a preservative for potential future use to demonstrate or to determine the traits or behaviour of the animal." ; + skos:example "Hair sample number 113AB collected from a possum during a vertebrate fauna survey." ; + skos:inScheme ; + skos:notation "animal-specimen" ; + skos:note + "A part of an animal, or of whole animal, taken and stored in a preservative for potential future use to demonstrate or to determine the traits or behaviour of the animal." , + "Hair sample number 113AB collected from a possum during a vertebrate fauna survey." ; + skos:prefLabel "animal specimen"@en ; + skos:semanticRelation + , + ; +. + + + a skos:Concept ; + rdfs:label "animal community"@en ; + dcterms:created "2023-06-23T01:36:43"^^xsd:dateTime ; + dcterms:date + "2023-06-23T01:36:43"^^xsd:dateTime , + "2024-10-15T13:08:07"^^xsd:dateTime ; + dcterms:description "Theoretically, it is useful to consider the complete set of animals belonging to all species living in a particular place and time as an animal community (community sensu lato Vellend 2016). In practice, studies often focus on a subset of the whole animal community chosen on the basis of growth, taxonomy or particular interactions (Morin 2011)." ; + dcterms:modified "2024-10-15T13:08:07"^^xsd:dateTime ; + dcterms:relation "Morin, P. J. Community ecology. Wiley. (2011); Vellend, Mark. The theory of ecological communities (MPB-57). Princeton University Press, 2020." ; + dcterms:source "Morin, P. J. Community ecology. Wiley. (2011); Vellend, Mark. The theory of ecological communities (MPB-57). Princeton University Press, 2020." ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "Group of animals representing multiple species living in a specified place and time." ; + skos:example "1. Birds from different species present-in, or sharing the same water body.; 2. Measurements of total mass made for all the mammals residing in a given ecological niche." ; + skos:inScheme ; + skos:notation "animal-community" ; + skos:note + "1. Birds from different species present-in, or sharing the same water body.; 2. Measurements of total mass made for all the mammals residing in a given ecological niche." , + "Group of animals representing multiple species living in a specified place and time." ; + skos:prefLabel "animal community"@en ; + skos:semanticRelation + , + ; +. + + + a skos:Concept ; + rdfs:label "soil specimen"@en ; + dcterms:created "2021-02-23T04:51:29"^^xsd:dateTime ; + dcterms:date + "2021-02-23T04:51:29"^^xsd:dateTime , + "2023-06-23T06:18:11"^^xsd:dateTime ; + dcterms:description "Soil specimens, are collected for their preservation. Information about the type of specimens, the amount of material, the specimen id, collection depth, latitude and longitude, date of collection and soil moisture content/conditions of collection are recorded." ; + dcterms:modified "2023-06-23T06:18:11"^^xsd:dateTime ; + dcterms:relation "Simons, B., Wilson, P., Ritchie, A. and Cox, S., 2013, April. ANZSoilML: an Australian-New Zealand standard for exchange of soil data. In EGU General Assembly Conference Abstracts (pp. EGU2013-6802)." ; + dcterms:source "Simons, B., Wilson, P., Ritchie, A. and Cox, S., 2013, April. ANZSoilML: an Australian-New Zealand standard for exchange of soil data. In EGU General Assembly Conference Abstracts (pp. EGU2013-6802)." ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "A preserved (physical) soil sample." ; + skos:example "A soil sample preserved in a collection usually with a voucher number." ; + skos:inScheme ; + skos:notation "soil-specimen" ; + skos:note + "A preserved (physical) soil sample." , + "A soil sample preserved in a collection usually with a voucher number." ; + skos:prefLabel "soil specimen"@en ; + skos:semanticRelation + , + ; +. + + + a skos:Concept ; + rdfs:label "soil horizon"@en ; + dcterms:created "2023-01-10T04:09:56"^^xsd:dateTime ; + dcterms:date + "2023-01-10T04:09:56"^^xsd:dateTime , + "2023-11-13T23:52:47"^^xsd:dateTime ; + dcterms:description "Horizon is a soil layer which is parallel to the soil surface and which has roughly homogenous physical, chemical and biological properties relative to the soil layers above or beneath it." ; + dcterms:modified "2023-11-13T23:52:47"^^xsd:dateTime ; + dcterms:relation "McDonald, R.C., Isbell, R.F., Speight, J.G., Walker, J. and Hopkins, M.S., 1998. Australian soil and land survey: field handbook (No. Ed. 2). CSIRO publishing." ; + dcterms:source "McDonald, R.C., Isbell, R.F., Speight, J.G., Walker, J. and Hopkins, M.S., 1998. Australian soil and land survey: field handbook (No. Ed. 2). CSIRO publishing." ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "A vertical section of a soil profile." ; + skos:example "1) The O horizon is composed of humus; 2) The colour of the B horizon." ; + skos:inScheme ; + skos:note + "1) The O horizon is composed of humus; 2) The colour of the B horizon." , + "A vertical section of a soil profile." ; + skos:prefLabel "soil horizon"@en ; + skos:semanticRelation + , + ; +. + + + a skos:Concept ; + rdfs:label "plant litter"@en ; + dcterms:created "2021-04-20T03:43:43"^^xsd:dateTime ; + dcterms:date + "2021-04-20T03:43:43"^^xsd:dateTime , + "2024-04-17T06:29:38"^^xsd:dateTime ; + dcterms:description "Dead plant material, such as leaves, bark, needles, twigs, and other woody debris that has fallen to the ground. Plant litter make up a large portion of above ground net primary production of all terrestrial ecosystems." ; + dcterms:modified "2024-04-17T06:29:38"^^xsd:dateTime ; + dcterms:relation "Chapin III, F. Stuart, Pamela A. Matson, and Peter Vitousek. Principles of terrestrial ecosystem ecology. Springer Science & Business Media, 2011." ; + dcterms:source "Chapin III, F. Stuart, Pamela A. Matson, and Peter Vitousek. Principles of terrestrial ecosystem ecology. Springer Science & Business Media, 2011." ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:closeMatch ; + skos:definition "Partly decomposed plant residues (i.e. wood, leaf or root) and related characteristics on the surface of soil." ; + skos:example "Leaf litterfall collected from forest floor can include observations on 'litter depth' and 'litter mass'. Such observations qualify under 'plant litter' as a feature of interest." ; + skos:historyNote "Added as a narrower concept of 'plant' in the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:mappingRelation ; + skos:notation "plant-litter" ; + skos:note + "Added as a narrower concept of 'plant' in the TERN Feature Type (Release version, 2024)." , + "Leaf litterfall collected from forest floor can include observations on 'litter depth' and 'litter mass'. Such observations qualify under 'plant litter' as a feature of interest." , + "Partly decomposed plant residues (i.e. wood, leaf or root) and related characteristics on the surface of soil." ; + skos:prefLabel "plant litter"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "plant community"@en ; + dcterms:created "2021-02-25T01:03:50"^^xsd:dateTime ; + dcterms:date + "2021-02-25T01:03:50"^^xsd:dateTime , + "2024-04-17T06:13:19"^^xsd:dateTime ; + dcterms:description "Theoretically, it is useful to consider the complete set of plants belonging to all species living in a particular place and time as plant community (community sensu lato see Vellend 2016). In practice, studies often focus on a subset of the whole plant community chosen on the basis of growth form, taxonomy or particular interactions (Morin 2011)." ; + dcterms:modified "2024-04-17T06:13:19"^^xsd:dateTime ; + dcterms:relation + "Morin, P. J. Community ecology. Wiley. (2011)." , + "Vellend, Mark. The theory of ecological communities (MPB-57). Princeton University Press, 2020." ; + dcterms:source + "Morin, P. J. Community ecology. Wiley. (2011)." , + "Vellend, Mark. The theory of ecological communities (MPB-57). Princeton University Press, 2020." ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "Group of plants representing multiple species living in a specified place and time." ; + skos:example "1. Trees, shrubs, and grasses in an area.; 2. Above ground biomass of all woody species in a specific area." ; + skos:inScheme ; + skos:notation "plant-community" ; + skos:note + "1. Trees, shrubs, and grasses in an area.; 2. Above ground biomass of all woody species in a specific area." , + "Group of plants representing multiple species living in a specified place and time." ; + skos:prefLabel "plant community"@en ; + skos:semanticRelation + , + ; +. + + + a skos:Concept ; + rdfs:label "fungi"@en ; + dcterms:created "2024-04-17T06:37:18"^^xsd:dateTime ; + dcterms:date "2024-04-17T06:37:18"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive ; + skos:inScheme ; + skos:narrower ; + skos:narrowerTransitive ; + skos:prefLabel "fungi"@en ; + skos:semanticRelation + , + ; +. + + + a skos:Concept ; + rdfs:label "ecosystem"@en ; + dcterms:created "2023-06-23T03:39:01"^^xsd:dateTime ; + dcterms:date + "2023-06-23T03:39:01"^^xsd:dateTime , + "2024-11-05T23:35:37"^^xsd:dateTime ; + dcterms:description "Australia boasts a rich variety of ecosystems, shaped by its diverse climate, geology, and native species. Here are some of the key ecosystem types found across the continent: 1. Desert and Xeric Shrublands: The vast central region of Australia is characterized by arid deserts and shrublands, adapted to extreme heat and limited water availability. 2. Tropical and Subtropical Regions: A smaller area hosts tropical and subtropical broadleaf forests, remnants of ecosystems that once dominated Australia millions of years ago. 3. Mediterranean Forests and Woodlands: These ecosystems thrive in regions with a Mediterranean climate, featuring dry summers and mild, wet winters. They include iconic eucalyptus forests. 4. Temperate Regions: These encompass temperate forests, grasslands, and woodlands. Eucalypt-dominated forests and diverse grassy plains are common. 5. Montane ecosystems and Tundra: At higher elevations, one will find the montane ecosystems, including alpine meadows and tundra." ; + dcterms:modified "2024-11-05T23:35:37"^^xsd:dateTime ; + dcterms:relation + "http://purl.dataone.org/odo/ECSO_00000309" , + "https://soe.dcceew.gov.au/biodiversity/environment/ecosystems-and-habitats" ; + dcterms:source + "http://purl.dataone.org/odo/ECSO_00000309" , + "https://soe.dcceew.gov.au/biodiversity/environment/ecosystems-and-habitats" ; + skos:broader ; + skos:broaderTransitive ; + skos:definition "Ecosystems are dynamic entities composed of the biological community and the abiotic environment. They are a system formed by the interaction of a community of organisms with their physical environment." ; + skos:inScheme ; + skos:narrower ; + skos:narrowerTransitive ; + skos:note "Ecosystems are dynamic entities composed of the biological community and the abiotic environment. They are a system formed by the interaction of a community of organisms with their physical environment." ; + skos:prefLabel "ecosystem"@en ; + skos:semanticRelation + , + ; +. + + + a skos:Concept ; + rdfs:label + "dead woody material in a stand" , + "stand dead wood"@en ; + dcterms:date "2023-06-23T06:06:39"^^xsd:dateTime ; + dcterms:description "All dead woody materials present in the stand." ; + dcterms:modified "2023-06-23T06:06:39"^^xsd:dateTime ; + dcterms:relation "Rondeux, J., Sanchez, C. Review of indicators and field methods for monitoring biodiversity within national forest inventories. Core variable: Deadwood. Environ Monit Assess 164, 617–630 (2010). https://doi.org/10.1007/s10661-009-0917-6" ; + dcterms:source "Rondeux, J., Sanchez, C. Review of indicators and field methods for monitoring biodiversity within national forest inventories. Core variable: Deadwood. Environ Monit Assess 164, 617–630 (2010). https://doi.org/10.1007/s10661-009-0917-6" ; + skos:altLabel "dead woody material in a stand" ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "The collection of all non-living woody detritus comprising stems, twigs and roots but excluding deadwood parts of living trees in a specific sampled space."@en ; + skos:example "The abundance of coarse woody debris in a forest." ; + skos:inScheme ; + skos:notation "stand-dead-wood" ; + skos:note + "The abundance of coarse woody debris in a forest." , + "The collection of all non-living woody detritus comprising stems, twigs and roots but excluding deadwood parts of living trees in a specific sampled space."@en ; + skos:prefLabel "stand dead wood"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "non-vascular plant individual"@en ; + dcterms:created "2024-04-18T01:27:38"^^xsd:dateTime ; + dcterms:date + "2024-04-18T01:27:38"^^xsd:dateTime , + "2024-04-21T22:54:41"^^xsd:dateTime ; + dcterms:modified "2024-04-21T22:54:41"^^xsd:dateTime ; + dcterms:relation "http://purl.obolibrary.org/obo/NCIT_C14340" ; + dcterms:source "http://purl.obolibrary.org/obo/NCIT_C14340" ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "An individual non-vascular plant. Plant that does not have vascular tubes/tissues to transport food and water. It belongs to the division Bryophyta, which includes liverwort, and moss." ; + skos:example "An individual moss, tagged and identified to a taxonomic rank sampled from a tropical montane rainforest." ; + skos:inScheme ; + skos:note + "An individual moss, tagged and identified to a taxonomic rank sampled from a tropical montane rainforest." , + "An individual non-vascular plant. Plant that does not have vascular tubes/tissues to transport food and water. It belongs to the division Bryophyta, which includes liverwort, and moss." ; + skos:prefLabel "non-vascular plant individual"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "non-vascular plant occurrence"@en ; + dcterms:created "2024-04-18T03:17:17"^^xsd:dateTime ; + dcterms:date + "2024-04-18T03:17:17"^^xsd:dateTime , + "2024-04-21T22:54:53"^^xsd:dateTime ; + dcterms:modified "2024-04-21T22:54:53"^^xsd:dateTime ; + dcterms:relation "http://purl.obolibrary.org/obo/NCIT_C14340" ; + dcterms:source "http://purl.obolibrary.org/obo/NCIT_C14340" ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "Non-vascular plants that are occurring at a specific region at a specific time. They are plants that do not have vascular tubes/tissues to transport food and water. It belongs to the division Bryophyta, which includes liverwort, and moss." ; + skos:example "An individual or a group of lichens sampled from a rocky area." ; + skos:inScheme ; + skos:note + "An individual or a group of lichens sampled from a rocky area." , + "Non-vascular plants that are occurring at a specific region at a specific time. They are plants that do not have vascular tubes/tissues to transport food and water. It belongs to the division Bryophyta, which includes liverwort, and moss." ; + skos:prefLabel "non-vascular plant occurrence"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "vertebrate community"@en ; + dcterms:created "2024-04-16T05:23:50"^^xsd:dateTime ; + dcterms:date + "2024-04-16T05:23:50"^^xsd:dateTime , + "2024-04-19T04:45:14"^^xsd:dateTime ; + dcterms:modified "2024-04-19T04:45:14"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "A vertebrate community (i.e., animals that possess or develop a vertebral column) are a group/s or vertebrates of different species and or populations living in a geographic area." ; + skos:example "A collection of vertebrates (such as birds and mammals) from a wetland region." ; + skos:historyNote "Added to the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:note + "A collection of vertebrates (such as birds and mammals) from a wetland region." , + "A vertebrate community (i.e., animals that possess or develop a vertebral column) are a group/s or vertebrates of different species and or populations living in a geographic area." , + "Added to the TERN Feature Type (Release version, 2024)." ; + skos:prefLabel "vertebrate community"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "climate"@en ; + dcterms:created "2021-02-25T01:00:37"^^xsd:dateTime ; + dcterms:date + "2021-02-25T01:00:37"^^xsd:dateTime , + "2024-06-28T01:19:43"^^xsd:dateTime ; + dcterms:description "All weather conditions for a given location over a period of time. Climate refers to atmospheric changes over longer periods of time, usually defined as 30 years or more. " ; + dcterms:modified "2024-06-28T01:19:43"^^xsd:dateTime ; + dcterms:relation "https://education.nationalgeographic.org/resource/weather-or-climate-whats-difference/" ; + dcterms:source "https://education.nationalgeographic.org/resource/weather-or-climate-whats-difference/" ; + skos:broader ; + skos:broaderTransitive ; + skos:closeMatch + , + ; + skos:definition "Climate is commonly defined as the weather averaged, or otherwise summarised, over a period of time much longer than the duration of any phenomenon that constitutes weather." ; + skos:exactMatch + , + ; + skos:example "A change in climate forecasted for Litchfield, based on historical climate records from the flux tower.; Climate based on region types include: equatorial, tropical, sub-tropical, temperate, desert, grassland; " ; + skos:historyNote "Added as a narrower of 'atmosphere' in the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:mappingRelation + , + ; + skos:notation "climate" ; + skos:note + "A change in climate forecasted for Litchfield, based on historical climate records from the flux tower.; Climate based on region types include: equatorial, tropical, sub-tropical, temperate, desert, grassland; " , + "Added as a narrower of 'atmosphere' in the TERN Feature Type (Release version, 2024)." , + "Climate is commonly defined as the weather averaged, or otherwise summarised, over a period of time much longer than the duration of any phenomenon that constitutes weather." ; + skos:prefLabel "climate"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "transect vegetation fuel sample"@en ; + dcterms:created "2022-09-19T23:52:34"^^xsd:dateTime ; + dcterms:date + "2022-09-19T23:52:34"^^xsd:dateTime , + "2023-06-23T05:47:16"^^xsd:dateTime ; + dcterms:description "Dead or alive plant organic matter characteristics relevant to its flammability sampled over a transect." ; + dcterms:modified "2023-06-23T05:47:16"^^xsd:dateTime ; + dcterms:relation "https://www.ecologyandsociety.org/vol7/iss1/art9/des_fuel_load.html"^^xsd:anyURI ; + dcterms:source "https://www.ecologyandsociety.org/vol7/iss1/art9/des_fuel_load.html"^^xsd:anyURI ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "Sample of dead and alive vegetation matter relevant to its flammability using a transect." ; + skos:example "The fuel load in a transect." ; + skos:inScheme ; + skos:note + "Sample of dead and alive vegetation matter relevant to its flammability using a transect." , + "The fuel load in a transect." ; + skos:prefLabel "transect vegetation fuel sample"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "non-vascular plants community"@en ; + dcterms:created "2024-04-17T23:55:04"^^xsd:dateTime ; + dcterms:date + "2024-04-17T23:55:04"^^xsd:dateTime , + "2024-04-21T22:54:31"^^xsd:dateTime ; + dcterms:modified "2024-04-21T22:54:31"^^xsd:dateTime ; + dcterms:relation "http://purl.obolibrary.org/obo/NCIT_C14340" ; + dcterms:source "http://purl.obolibrary.org/obo/NCIT_C14340" ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "A community of non-vascular plants. Plants that do not have vascular tubes/tissues to transport food and water. It belongs to the division Bryophyta, which includes liverwort, and moss." ; + skos:example "A community of lichens, mosses and liverworts sampled from a tropical montane rainforest." ; + skos:inScheme ; + skos:note + "A community of lichens, mosses and liverworts sampled from a tropical montane rainforest." , + "A community of non-vascular plants. Plants that do not have vascular tubes/tissues to transport food and water. It belongs to the division Bryophyta, which includes liverwort, and moss." ; + skos:prefLabel "non-vascular plants community"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "invertebrate individual"@en ; + dcterms:created "2022-08-23T01:35:59"^^xsd:dateTime ; + dcterms:date + "2022-08-23T01:35:59"^^xsd:dateTime , + "2024-04-19T04:40:43"^^xsd:dateTime ; + dcterms:description "A single invertebrate individual (animals that neither possess nor develop a vertebral column)." ; + dcterms:modified "2024-04-19T04:40:43"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "An invertebrate which is physiologically distinct and independent." ; + skos:example "Venom extracted from a tagged funnel-web spider over time. " ; + skos:historyNote "Added to the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:notation "invertebrate-individual" ; + skos:note + "Added to the TERN Feature Type (Release version, 2024)." , + "An invertebrate which is physiologically distinct and independent." , + "Venom extracted from a tagged funnel-web spider over time. " ; + skos:prefLabel "invertebrate individual"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "fire disturbance"@en ; + dcterms:created "2024-11-04T06:11:22"^^xsd:dateTime ; + dcterms:date + "2024-11-04T06:11:22"^^xsd:dateTime , + "2024-11-04T06:16:23"^^xsd:dateTime ; + dcterms:modified "2024-11-04T06:16:23"^^xsd:dateTime ; + dcterms:relation "Godfree, RC, Knerr, N, Encinas-Viso, F, Albrecht, D, Bush, D, Cargill, DC, Clements, M, Gueidan, C, Guja, LK, Harwood, T (2021) Implications of the 2019–2020 megafires for the biogeography and conservation of Australian vegetation. Nature communications 12, 1–13." ; + dcterms:source "Godfree, RC, Knerr, N, Encinas-Viso, F, Albrecht, D, Bush, D, Cargill, DC, Clements, M, Gueidan, C, Guja, LK, Harwood, T (2021) Implications of the 2019–2020 megafires for the biogeography and conservation of Australian vegetation. Nature communications 12, 1–13." ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "Fire events that disrupt the ecosystem, community, or population structure and changes resources, substrate availability, or the physical environment." ; + skos:inScheme ; + skos:note "Fire events that disrupt the ecosystem, community, or population structure and changes resources, substrate availability, or the physical environment." ; + skos:prefLabel "fire disturbance"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "Collaborative Australian Protected Areas Database (CAPAD)"@en ; + dcterms:created "2024-04-16T04:10:39"^^xsd:dateTime ; + dcterms:date + "2024-04-16T04:10:39"^^xsd:dateTime , + "2024-06-28T00:39:01"^^xsd:dateTime ; + dcterms:description "CAPAD, published every 2 years (since 1997), is used to provide a national perspective of the conservation of biodiversity in protected areas. It also allows Australia to report on the status of protected areas to meet international obligations such as those under the Convention on Biological Diversity (CBD)"@en ; + dcterms:modified "2024-06-28T00:39:01"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive ; + skos:closeMatch + , + ; + skos:definition "Collaborative Australian Protected Areas Database (CAPAD) is a textual and spatial database with information available for terrestrial protected areas covering 169,941,262 ha (22.1 per cent) of the Australian landmass. "@en ; + skos:exactMatch + , + ; + skos:historyNote "Added as a narrower of 'administrative area' in the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:mappingRelation + , + ; + skos:notation "CAPAD" ; + skos:note + "Added as a narrower of 'administrative area' in the TERN Feature Type (Release version, 2024)." , + "Collaborative Australian Protected Areas Database (CAPAD) is a textual and spatial database with information available for terrestrial protected areas covering 169,941,262 ha (22.1 per cent) of the Australian landmass. "@en ; + skos:prefLabel "Collaborative Australian Protected Areas Database (CAPAD)"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "invertebrate occurrence"@en ; + dcterms:created "2022-08-23T03:58:52"^^xsd:dateTime ; + dcterms:date + "2022-08-23T03:58:52"^^xsd:dateTime , + "2024-04-19T04:40:58"^^xsd:dateTime ; + dcterms:description "An invertebrate occurrence (animals that neither possess nor develop a vertebral column) is a sample of an invertebrate individual or group of invertebrates at a particular point and time." ; + dcterms:modified "2024-04-19T04:40:58"^^xsd:dateTime ; + dcterms:relation "http://rs.tdwg.org/dwc/terms/Occurrence" ; + dcterms:source "http://rs.tdwg.org/dwc/terms/Occurrence" ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "An existence of a single invertebrate or group of invertebrates sampled at a particular place at a particular time." ; + skos:example "1. The presence of moths in a tree canopy at a given time.; 2. A group of invertebrates of a particular taxonomic rank sampled from the topsoil in a tropical rainforest" ; + skos:historyNote "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:notation "invertebrate-occurrence" ; + skos:note + "1. The presence of moths in a tree canopy at a given time.; 2. A group of invertebrates of a particular taxonomic rank sampled from the topsoil in a tropical rainforest" , + "An existence of a single invertebrate or group of invertebrates sampled at a particular place at a particular time." , + "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:prefLabel "invertebrate occurrence"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "invertebrate community"@en ; + dcterms:created "2024-04-16T05:24:15"^^xsd:dateTime ; + dcterms:date + "2024-04-16T05:24:15"^^xsd:dateTime , + "2024-04-19T04:40:30"^^xsd:dateTime ; + dcterms:modified "2024-04-19T04:40:30"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "An invertebrate community (i.e., animals that neither possess nor develop a vertebral column) are a group or invertebrates of different species and or populations living in a geographic area." ; + skos:example "A collection of beetles or ants from a region." ; + skos:historyNote "Added to the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:note + "A collection of beetles or ants from a region." , + "Added to the TERN Feature Type (Release version, 2024)." , + "An invertebrate community (i.e., animals that neither possess nor develop a vertebral column) are a group or invertebrates of different species and or populations living in a geographic area." ; + skos:prefLabel "invertebrate community"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label + "Australia's IBRA" , + "Interim Biogeographic Regionalisation for Australia (IBRA)"@en ; + dcterms:created "2024-04-16T04:01:23"^^xsd:dateTime ; + dcterms:date + "2024-04-16T04:01:23"^^xsd:dateTime , + "2024-04-16T23:08:47"^^xsd:dateTime ; + dcterms:description "The latest version, IBRA7, classifies Australia's landscapes into 89 large geographically distinct bioregions based on common climate, geology, landform, native vegetation and species information. For example, the Australian Alps, the Nullabor Plain and the Wet Tropics are distinct bioregions. The 89 bioregions are further refined to form 419 subregions which are more localised and homogenous geomorphological units in each bioregion. The bioregions and subregions are defined in the IBRA7 bioregional map. "@en ; + dcterms:modified "2024-04-16T23:08:47"^^xsd:dateTime ; + skos:altLabel "Australia's IBRA" ; + skos:broader ; + skos:broaderTransitive ; + skos:closeMatch + , + ; + skos:definition "The Interim Biogeographic Regionalisation for Australia (IBRA) are bioregions based on a national and regional planning framework for the systematic development of a comprehensive, adequate and representative (‘CAR’) National Reserve System."@en ; + skos:exactMatch + , + ; + skos:historyNote "Added as a narrower of 'administrative area' in the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:mappingRelation + , + ; + skos:notation "IBRA" ; + skos:note + "Added as a narrower of 'administrative area' in the TERN Feature Type (Release version, 2024)." , + "The Interim Biogeographic Regionalisation for Australia (IBRA) are bioregions based on a national and regional planning framework for the systematic development of a comprehensive, adequate and representative (‘CAR’) National Reserve System."@en ; + skos:prefLabel "Interim Biogeographic Regionalisation for Australia (IBRA)"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "vegetation disturbance"@en ; + dcterms:created "2021-03-11T00:22:45"^^xsd:dateTime ; + dcterms:date + "2021-03-11T00:22:45"^^xsd:dateTime , + "2023-12-12T04:11:23"^^xsd:dateTime ; + dcterms:description "Vegetation disturbance occurs at multiple temporal and spatial scales (Pickett and White, 1985). The main sources of variation in disturbance include difference in ecosystem scale, the type of disturbance and differences in the disturbance regime. Disturbance can be described in terms of their distribution, frequency, cycle/turnover time, rotation period, predictability, area, magnitude/intensity, severity and synergism with other disturbances (Pickett and White, 1985). Most disturbance produce heterogenous and patchy effects (Pickett and White, 1985)." ; + dcterms:modified "2023-12-12T04:11:23"^^xsd:dateTime ; + dcterms:relation "Pickett, S. T. A., and P. S. White. Natural disturbance and patch dynamics. (1985)." ; + dcterms:source "Pickett, S. T. A., and P. S. White. Natural disturbance and patch dynamics. (1985)." ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:closeMatch ; + skos:definition "Events that disrupts the plant component of ecosystems and communities or directly impact plant population structure." ; + skos:example "Frequency and intensity of fires or pests; the amout of land clearing; presence and abundance of cattle." ; + skos:inScheme ; + skos:mappingRelation ; + skos:notation "vegetation-disturbance" ; + skos:note + "Events that disrupts the plant component of ecosystems and communities or directly impact plant population structure." , + "Frequency and intensity of fires or pests; the amout of land clearing; presence and abundance of cattle." ; + skos:prefLabel "vegetation disturbance"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "stand vegetation fuel"@en ; + dcterms:created "2022-09-19T23:25:46"^^xsd:dateTime ; + dcterms:date + "2022-09-19T23:25:46"^^xsd:dateTime , + "2023-06-23T05:55:59"^^xsd:dateTime ; + dcterms:description "Dead or alive plant organic matter characteristics relevant to its flammability, sampled in a define area." ; + dcterms:modified "2023-06-23T05:55:59"^^xsd:dateTime ; + dcterms:relation "https://www.ecologyandsociety.org/vol7/iss1/art9/des_fuel_load.html"^^xsd:anyURI ; + dcterms:source "https://www.ecologyandsociety.org/vol7/iss1/art9/des_fuel_load.html"^^xsd:anyURI ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "Dead or alive plant organic matter characteristics relevant to its flammability, sampled in a define area." ; + skos:example "The fuel load of the forest stand." ; + skos:inScheme ; + skos:notation "stand-vegetation-fuel" ; + skos:note + "Dead or alive plant organic matter characteristics relevant to its flammability, sampled in a define area." , + "The fuel load of the forest stand." ; + skos:prefLabel "stand vegetation fuel"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "non-vascular plant population"@en ; + dcterms:created "2024-04-18T03:47:26"^^xsd:dateTime ; + dcterms:date + "2024-04-18T03:47:26"^^xsd:dateTime , + "2024-04-21T22:55:11"^^xsd:dateTime ; + dcterms:description "These are plants such as lichens or mosses that do not have vascular tubes/tissues to transport food and water. It belongs to the division Bryophyta, which includes liverwort, and moss." ; + dcterms:modified "2024-04-21T22:55:11"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "A non-vascular plant population refers to the total count of individuals of a particular species of non-vascular plants." ; + skos:example "A count of the total number of Usnea scabrida (lichen species) sampled from a rocky area." ; + skos:inScheme ; + skos:note + "A count of the total number of Usnea scabrida (lichen species) sampled from a rocky area." , + "A non-vascular plant population refers to the total count of individuals of a particular species of non-vascular plants." ; + skos:prefLabel "non-vascular plant population"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label + "dead woody material" , + "dead wood"@en ; + dcterms:date "2024-07-16T03:16:47"^^xsd:dateTime ; + dcterms:description "Dead wood refers to the dead woody components of a tree, either free standing, leaning or lying on the ground, which contributes to biomass and ecological processes in natural ecosystems." ; + dcterms:modified "2024-07-16T03:16:47"^^xsd:dateTime ; + dcterms:relation "Rondeux, J., Sanchez, C. Review of indicators and field methods for monitoring biodiversity within national forest inventories. Core variable: Deadwood. Environ Monit Assess 164, 617–630 (2010). https://doi.org/10.1007/s10661-009-0917-6" ; + dcterms:source "Rondeux, J., Sanchez, C. Review of indicators and field methods for monitoring biodiversity within national forest inventories. Core variable: Deadwood. Environ Monit Assess 164, 617–630 (2010). https://doi.org/10.1007/s10661-009-0917-6" ; + skos:altLabel "dead woody material" ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "All non-living woody detritus comprising stems, twigs and roots but excluding the deadwood parts of living trees."@en ; + skos:example "A coarse woody debris lying on a forest floor; a free-standing or leaning tree, without any living parts." ; + skos:inScheme ; + skos:narrower ; + skos:narrowerTransitive ; + skos:notation "dead-wood" ; + skos:note + "A coarse woody debris lying on a forest floor; a free-standing or leaning tree, without any living parts." , + "All non-living woody detritus comprising stems, twigs and roots but excluding the deadwood parts of living trees."@en ; + skos:prefLabel "dead wood"@en ; + skos:semanticRelation + , + , + ; +. + + + a skos:Concept ; + rdfs:label "bird occurrence"@en ; + dcterms:created "2022-08-05T04:01:37"^^xsd:dateTime ; + dcterms:date + "2022-08-05T04:01:37"^^xsd:dateTime , + "2024-04-16T23:27:59"^^xsd:dateTime ; + dcterms:description "A bird occurrence is a sample of a bird or group of birds at a particular point in time. Unlike bird individuals, this may not specifically relate to a distinct physical entity (e.g. a specific bird individual), but provides a sample which may come from an individuals or a group." ; + dcterms:modified "2024-04-16T23:27:59"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "An existence of bird sampled at a particular place at a particular time." ; + skos:example "1. A male cassowary with chicks in the Daintree in 2020.; 2. A group of migratory birds observed in a wetland region." ; + skos:historyNote "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:notation "bird-occurrence" ; + skos:note + "1. A male cassowary with chicks in the Daintree in 2020.; 2. A group of migratory birds observed in a wetland region." , + "An existence of bird sampled at a particular place at a particular time." , + "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:prefLabel "bird occurrence"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "mammal population"@en ; + dcterms:created "2024-04-16T22:49:57"^^xsd:dateTime ; + dcterms:date + "2024-04-16T22:49:57"^^xsd:dateTime , + "2024-04-16T23:34:17"^^xsd:dateTime ; + dcterms:description "A mammal population may refer to one or several individuals of a species sampled from a region." ; + dcterms:modified "2024-04-16T23:34:17"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "Group of individuals of a species of mammal (of Class Mammalia) sampled at a particular place at a particular time." ; + skos:example "1. The total number of Wombats in Cradle mountain, Tasmania.; 2. The count of male indivduals of two species of Gliders (e.g., Acrobates frontalis and Acrobates pygmaeus) in a Eucalypt woodland." ; + skos:historyNote "Added to the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:note + "1. The total number of Wombats in Cradle mountain, Tasmania.; 2. The count of male indivduals of two species of Gliders (e.g., Acrobates frontalis and Acrobates pygmaeus) in a Eucalypt woodland." , + "Added to the TERN Feature Type (Release version, 2024)." , + "Group of individuals of a species of mammal (of Class Mammalia) sampled at a particular place at a particular time." ; + skos:prefLabel "mammal population"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "mammal individual"@en ; + dcterms:created "2022-08-05T04:32:59"^^xsd:dateTime ; + dcterms:date + "2022-08-05T04:32:59"^^xsd:dateTime , + "2024-04-16T23:19:58"^^xsd:dateTime ; + dcterms:description "A single individual from the Mammalia class, which is a physiological independent individual that has some kind of autonomous agency and has a life cycle that allow them to form some kind of reproductive lineages." ; + dcterms:modified "2024-04-16T23:19:58"^^xsd:dateTime ; + dcterms:relation "Wilson, Robert A., and Matthew Barker. The biological notion of individual. (2007)." ; + dcterms:source "Wilson, Robert A., and Matthew Barker. The biological notion of individual. (2007)." ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "A mammal which is physiologically distinct and independent." ; + skos:example "A possum individual tagged and observed for their feeding behaviour over time." ; + skos:historyNote "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:notation "mammal-individual" ; + skos:note + "A mammal which is physiologically distinct and independent." , + "A possum individual tagged and observed for their feeding behaviour over time." , + "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:prefLabel "mammal individual"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "reptile population"@en ; + dcterms:created "2024-04-16T23:38:15"^^xsd:dateTime ; + dcterms:date + "2024-04-16T23:38:15"^^xsd:dateTime , + "2024-04-16T23:43:33"^^xsd:dateTime ; + dcterms:description "A population of reptiles is a collection of individuals belonging to the same reptile species, living in the same area." ; + dcterms:modified "2024-04-16T23:43:33"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "Group of individuals of the same repte species (Class: Reptilia) living in a given area at a given time." ; + skos:example "The total count of Squamata (lizards and snakes) in a Protected Area." ; + skos:historyNote "Added to the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:note + "Added to the TERN Feature Type (Release version, 2024)." , + "Group of individuals of the same repte species (Class: Reptilia) living in a given area at a given time." , + "The total count of Squamata (lizards and snakes) in a Protected Area." ; + skos:prefLabel "reptile population"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "woody vascular plant occurrence"@en ; + dcterms:created "2024-04-18T03:34:00"^^xsd:dateTime ; + dcterms:date + "2024-04-18T03:34:00"^^xsd:dateTime , + "2024-04-18T03:43:49"^^xsd:dateTime ; + dcterms:description "Woody plants are perennials that produce secondary growth in the form of wood." ; + dcterms:modified "2024-04-18T03:43:49"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "Woody plants such as trees, palms, shrubs, that are occurring at a specific area at a specific time." ; + skos:example "An individual or a group of palms sampled from a sub-tropical rainforest site." ; + skos:inScheme ; + skos:note + "An individual or a group of palms sampled from a sub-tropical rainforest site." , + "Woody plants such as trees, palms, shrubs, that are occurring at a specific area at a specific time." ; + skos:prefLabel "woody vascular plant occurrence"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "woody vascular plants community"@en ; + dcterms:created "2024-04-18T01:12:46"^^xsd:dateTime ; + dcterms:date + "2024-04-18T01:12:46"^^xsd:dateTime , + "2024-04-18T03:12:45"^^xsd:dateTime ; + dcterms:description "Woody plants are trees, shrubs and Palms whose shoots are durable and survive over a period of years." ; + dcterms:modified "2024-04-18T03:12:45"^^xsd:dateTime ; + dcterms:relation "https://www.britannica.com/plant/woody-plant" ; + dcterms:source "https://www.britannica.com/plant/woody-plant" ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "These plants are perennials that produce secondary growth in the form of wood." ; + skos:example "A community of trees and palms sampled from a sub-tropical rainforest site for its total biomass." ; + skos:inScheme ; + skos:note + "A community of trees and palms sampled from a sub-tropical rainforest site for its total biomass." , + "These plants are perennials that produce secondary growth in the form of wood." ; + skos:prefLabel "woody vascular plants community"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "amphibian occurrence"@en ; + dcterms:created "2022-08-22T05:06:31"^^xsd:dateTime ; + dcterms:date + "2022-08-22T05:06:31"^^xsd:dateTime , + "2024-04-16T23:26:38"^^xsd:dateTime ; + dcterms:description "An individual or a group of Amphibia class observed at a particular geographic location. Amphibians are cold-blooded, smooth-skinned vertebrate which characteristically hatches as an aquatic larva, breathing by gills. When mature, the amphibian breathes with lungs." ; + dcterms:modified "2024-04-16T23:26:38"^^xsd:dateTime ; + dcterms:relation "http://purl.bioontology.org/ontology/STY/T011" ; + dcterms:source "http://purl.bioontology.org/ontology/STY/T011" ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "An existence of an amphibian sampled at a particular place at a particular time." ; + skos:example "An individual or a group of frogs of a particular taxonomic rank sampled during a vertebrate fauna survey." ; + skos:historyNote "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:notation "amphibian-occurrence" ; + skos:note + "An existence of an amphibian sampled at a particular place at a particular time." , + "An individual or a group of frogs of a particular taxonomic rank sampled during a vertebrate fauna survey." , + "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:prefLabel "amphibian occurrence"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "non-woody vascular plant individual"@en ; + dcterms:created "2024-04-18T01:28:54"^^xsd:dateTime ; + dcterms:date + "2024-04-18T01:28:54"^^xsd:dateTime , + "2024-04-18T03:16:28"^^xsd:dateTime ; + dcterms:description "Any individual non-woody vascular plant, i.e., belonging to a herb, grass, forb or fern species for example. They do not produce wood, but have vascular tissues consisting of xylem, which carries water and nutrients from the roots up the stem to the leaves, and the phloem, which carries sugar produced in the leaves to other parts of the plant." ; + dcterms:modified "2024-04-18T03:16:28"^^xsd:dateTime ; + dcterms:relation "Petruzzello, M. (2024, March 21). herbaceous plant. Encyclopedia Britannica. https://www.britannica.com/plant/herbaceous-plant" ; + dcterms:source "Petruzzello, M. (2024, March 21). herbaceous plant. Encyclopedia Britannica. https://www.britannica.com/plant/herbaceous-plant" ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "A non-woody vascular plant individual is an individual that does not produce secondary growth in the form of wood." ; + skos:example "An individual fern, tagged and identified to its species level and studied for its growth over multiple site visits." ; + skos:inScheme ; + skos:note + "A non-woody vascular plant individual is an individual that does not produce secondary growth in the form of wood." , + "An individual fern, tagged and identified to its species level and studied for its growth over multiple site visits." ; + skos:prefLabel "non-woody vascular plant individual"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "amphibian individual"@en ; + dcterms:created "2022-08-22T06:11:43"^^xsd:dateTime ; + dcterms:date + "2022-08-22T06:11:43"^^xsd:dateTime , + "2024-04-16T23:19:36"^^xsd:dateTime ; + dcterms:description "A single individual from the Amphibia class. Amphibians are cold-blooded, smooth-skinned vertebrate which characteristically hatches as an aquatic larva, breathing by gills. When mature, the amphibian breathes with lungs." ; + dcterms:modified "2024-04-16T23:19:36"^^xsd:dateTime ; + dcterms:relation "http://purl.bioontology.org/ontology/STY/T011" ; + dcterms:source "http://purl.bioontology.org/ontology/STY/T011" ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "An amphibian which is a physiologically distinct and independent." ; + skos:example "An individual frog or toad in a given geographic location that has been identified and observations/measurements made on their acoustic behaviour over time." ; + skos:historyNote "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:notation "amphibian-individual" ; + skos:note + "An amphibian which is a physiologically distinct and independent." , + "An individual frog or toad in a given geographic location that has been identified and observations/measurements made on their acoustic behaviour over time." , + "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:prefLabel "amphibian individual"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "non-woody vascular plant population"@en ; + dcterms:created "2024-04-18T03:48:49"^^xsd:dateTime ; + dcterms:date + "2024-04-18T03:48:49"^^xsd:dateTime , + "2024-04-18T04:51:37"^^xsd:dateTime ; + dcterms:description "Non-woody plants are those that do not produce secondary growth in the form of wood. They include herbaceous species such as grasses, forbs, ferns, etc." ; + dcterms:modified "2024-04-18T04:51:37"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "The total number of individuals of non-woody vascular plants sampled at a specific location and time." ; + skos:example "A study on the population size of all the Cyperus spp. (sedges) from a conservation area following a cyclone event." ; + skos:inScheme ; + skos:note + "A study on the population size of all the Cyperus spp. (sedges) from a conservation area following a cyclone event." , + "The total number of individuals of non-woody vascular plants sampled at a specific location and time." ; + skos:prefLabel "non-woody vascular plant population"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "fish occurrence"@en ; + dcterms:date "2024-04-16T23:29:06"^^xsd:dateTime ; + dcterms:description "A fish occurrence is a sample of a fish (aquatic, gill-bearing animals) at a particular point and time. A fish occurrence may come from an individual or a group." ; + dcterms:modified "2024-04-16T23:29:06"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "An existence of fish sampled at a particular place at a particular time." ; + skos:example "A collection of mangrove snappers sampled in Burdekin river." ; + skos:historyNote "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:notation "fish-occurrence" ; + skos:note + "A collection of mangrove snappers sampled in Burdekin river." , + "An existence of fish sampled at a particular place at a particular time." , + "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:prefLabel "fish occurrence"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "amphibian population"@en ; + dcterms:created "2024-04-16T23:32:35"^^xsd:dateTime ; + dcterms:date + "2024-04-16T23:32:35"^^xsd:dateTime , + "2024-04-16T23:37:49"^^xsd:dateTime ; + dcterms:description "An amphibian population may refer to one or several individuals of an amphibian species sampled from a given region." ; + dcterms:modified "2024-04-16T23:37:49"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "Group of individuals of a species of amphibians (of Class Amphibia) sampled at a particular place at a particular time." ; + skos:example "The total number of male cane toads sampled along an elevation transect in north Queensland." ; + skos:historyNote "Added to the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:note + "Added to the TERN Feature Type (Release version, 2024)." , + "Group of individuals of a species of amphibians (of Class Amphibia) sampled at a particular place at a particular time." , + "The total number of male cane toads sampled along an elevation transect in north Queensland." ; + skos:prefLabel "amphibian population"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "fish individual"@en ; + dcterms:created "2022-08-22T00:28:37"^^xsd:dateTime ; + dcterms:date + "2022-08-22T00:28:37"^^xsd:dateTime , + "2024-04-16T23:19:46"^^xsd:dateTime ; + dcterms:description "An fish indvidual is a physiological independent individual that has some kind of autonomous agency and has a life cycle that allow them to form some kind of reproductive lineages." ; + dcterms:modified "2024-04-16T23:19:46"^^xsd:dateTime ; + dcterms:relation "Wilson, Robert A., and Matthew Barker. The biological notion of individual. (2007)." ; + dcterms:source "Wilson, Robert A., and Matthew Barker. The biological notion of individual. (2007)." ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "A physiologically distinct and independent organism (i.e., aquatic, gill-bearing animal)." ; + skos:example "An individual fish in a stream tagged for studying their feeding activity over time. " ; + skos:historyNote "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:notation "fish-individual" ; + skos:note + "A physiologically distinct and independent organism (i.e., aquatic, gill-bearing animal)." , + "An individual fish in a stream tagged for studying their feeding activity over time. " , + "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:prefLabel "fish individual"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "non-woody vascular plants community"@en ; + dcterms:created "2024-04-18T01:13:05"^^xsd:dateTime ; + dcterms:date + "2024-04-18T01:13:05"^^xsd:dateTime , + "2024-04-18T01:20:41"^^xsd:dateTime ; + dcterms:description "The non-woody vascular plants (also known as herbaceous plants) are grasses, sedges, herbs, ferns, and forbs. " ; + dcterms:modified "2024-04-18T01:20:41"^^xsd:dateTime ; + dcterms:relation "Petruzzello, M. (2024, March 21). herbaceous plant. Encyclopedia Britannica. https://www.britannica.com/plant/herbaceous-plant" ; + dcterms:source "Petruzzello, M. (2024, March 21). herbaceous plant. Encyclopedia Britannica. https://www.britannica.com/plant/herbaceous-plant" ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "These plants do not have a woody stem, but have vascular tissue, consisting of xylem, which carries water and nutrients from the roots up the stem to the leaves, and the phloem, which carries sugar produced in the leaves to other parts of the plant." ; + skos:example "A community of grasses and sedges sampled from an arid location." ; + skos:inScheme ; + skos:note + "A community of grasses and sedges sampled from an arid location." , + "These plants do not have a woody stem, but have vascular tissue, consisting of xylem, which carries water and nutrients from the roots up the stem to the leaves, and the phloem, which carries sugar produced in the leaves to other parts of the plant." ; + skos:prefLabel "non-woody vascular plants community"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "bird population"@en ; + dcterms:created "2022-08-05T03:58:45"^^xsd:dateTime ; + dcterms:date + "2022-08-05T03:58:45"^^xsd:dateTime , + "2024-04-16T23:32:10"^^xsd:dateTime ; + dcterms:description "A population of birds (vertebrates class Aves) is a collection of individuals belonging to the same bird species, living in the same area." ; + dcterms:modified "2024-04-16T23:32:10"^^xsd:dateTime ; + dcterms:relation "Begon, Michael, Martin Mortimer, and David J. Thompson. Population ecology: a unified study of animals and plants. John Wiley & Sons, 2009." ; + dcterms:source "Begon, Michael, Martin Mortimer, and David J. Thompson. Population ecology: a unified study of animals and plants. John Wiley & Sons, 2009." ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "Group of individuals of the same bird species (class Aves) living within a given area." ; + skos:example "A flock of Galah feeding on fruits." ; + skos:historyNote "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:notation "bird-population" ; + skos:note + "A flock of Galah feeding on fruits." , + "Group of individuals of the same bird species (class Aves) living within a given area." , + "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:prefLabel "bird population"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "bird individual"@en ; + dcterms:created "2022-08-05T03:56:43"^^xsd:dateTime ; + dcterms:date + "2022-08-05T03:56:43"^^xsd:dateTime , + "2024-04-16T23:19:33"^^xsd:dateTime ; + dcterms:description "A bird indvidual is a physiological independent individual that has some kind of autonomous agency and has a life cycle that allow them to form some kind of reproductive lineages." ; + dcterms:modified "2024-04-16T23:19:33"^^xsd:dateTime ; + dcterms:relation "Wilson, Robert A., and Matthew Barker. The biological notion of individual. (2007)." ; + dcterms:source "Wilson, Robert A., and Matthew Barker. The biological notion of individual. (2007)." ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "A physiologically distinct and independent bird individual." ; + skos:example "An individual bird tagged with a ring band for studying their activity over time." ; + skos:historyNote "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:notation "bird-individual" ; + skos:note + "A physiologically distinct and independent bird individual." , + "An individual bird tagged with a ring band for studying their activity over time." , + "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:prefLabel "bird individual"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "reptile occurrence"@en ; + dcterms:created "2022-08-15T06:19:57"^^xsd:dateTime ; + dcterms:date + "2022-08-15T06:19:57"^^xsd:dateTime , + "2024-04-16T23:30:57"^^xsd:dateTime ; + dcterms:description "An occurrence is a sample of an reptile individual or group of reptiles at a particular point and time." ; + dcterms:modified "2024-04-16T23:30:57"^^xsd:dateTime ; + dcterms:relation "http://rs.tdwg.org/dwc/terms/Occurrence" ; + dcterms:source "http://rs.tdwg.org/dwc/terms/Occurrence" ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "An existence of reptile sampled at a particular place at a particular time." ; + skos:example "The presence of lizards in Granite Belt National Park, Queensland." ; + skos:historyNote "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:notation "reptile-occurrence" ; + skos:note + "An existence of reptile sampled at a particular place at a particular time." , + "The presence of lizards in Granite Belt National Park, Queensland." , + "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:prefLabel "reptile occurrence"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "reptile individual"@en ; + dcterms:created "2022-08-19T04:13:12"^^xsd:dateTime ; + dcterms:date + "2022-08-19T04:13:12"^^xsd:dateTime , + "2024-04-16T23:20:07"^^xsd:dateTime ; + dcterms:description "A reptile indvidual is a physiological independent individual that has some kind of autonomous agency and has a life cycle that allow them to form some kind of reproductive lineages." ; + dcterms:modified "2024-04-16T23:20:07"^^xsd:dateTime ; + dcterms:relation "Wilson, Robert A., and Matthew Barker. The biological notion of individual. (2007)." ; + dcterms:source "Wilson, Robert A., and Matthew Barker. The biological notion of individual. (2007)." ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "Physiologically distinct and independent reptile." ; + skos:example "An individual snake identified and tagged with a microchip for studying their feeding behaviour over time." ; + skos:historyNote "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:notation "reptile-individual" ; + skos:note + "An individual snake identified and tagged with a microchip for studying their feeding behaviour over time." , + "Physiologically distinct and independent reptile." , + "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:prefLabel "reptile individual"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "non-woody vascular plant occurrence"@en ; + dcterms:created "2024-04-18T03:34:25"^^xsd:dateTime ; + dcterms:date + "2024-04-18T03:34:25"^^xsd:dateTime , + "2024-04-18T04:41:20"^^xsd:dateTime ; + dcterms:description "Non-woody plants are those that do not produce secondary growth in the form of wood. They include herbaceous species such as grasses, forbs, ferns, etc." ; + dcterms:modified "2024-04-18T04:41:20"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "The presence of non-woody plants at a specific location and time." ; + skos:example "An individual or a group of sedges sampled from a rocky outcrop during the dry season." ; + skos:inScheme ; + skos:note + "An individual or a group of sedges sampled from a rocky outcrop during the dry season." , + "The presence of non-woody plants at a specific location and time." ; + skos:prefLabel "non-woody vascular plant occurrence"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "mammal occurrence"@en ; + dcterms:created "2022-08-12T00:07:56"^^xsd:dateTime ; + dcterms:date + "2022-08-12T00:07:56"^^xsd:dateTime , + "2024-04-16T23:30:36"^^xsd:dateTime ; + dcterms:description "A mammal occurrence is a sample of a mammal (class Mammalia) at a particular point and time. A mammal occurrence may come from an individual or a group." ; + dcterms:modified "2024-04-16T23:30:36"^^xsd:dateTime ; + dcterms:relation "http://rs.tdwg.org/dwc/terms/Occurrence" ; + dcterms:source "http://rs.tdwg.org/dwc/terms/Occurrence" ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "An existence of mammal sampled at a particular place at a particular time." ; + skos:example "The presence of a Wombat or a group of Wombats recorded from a camera trap survey in Cradle mountain, Tasmania." ; + skos:historyNote "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:notation "mammal-occurrence" ; + skos:note + "An existence of mammal sampled at a particular place at a particular time." , + "The presence of a Wombat or a group of Wombats recorded from a camera trap survey in Cradle mountain, Tasmania." , + "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:prefLabel "mammal occurrence"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "animal individual"@en ; + dcterms:created "2021-04-21T06:30:18"^^xsd:dateTime ; + dcterms:date + "2021-04-21T06:30:18"^^xsd:dateTime , + "2024-10-15T13:07:29"^^xsd:dateTime ; + dcterms:description "An animal indvidual is a physiological independent individual that has some kind of autonomous agency and has a life cycle that allow them to form some kind of reproductive lineages. Operationally, in some cases superorganisms or colonies (e.g. corals) may be considered a special kind of individual." ; + dcterms:modified "2024-10-15T13:07:29"^^xsd:dateTime ; + dcterms:relation "Wilson, Robert A., and Matthew Barker. The biological notion of individual. (2007)." ; + dcterms:source "Wilson, Robert A., and Matthew Barker. The biological notion of individual. (2007)." ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:closeMatch + , + ; + skos:definition "Physiologically distinct and independent organism." ; + skos:exactMatch + , + ; + skos:example "An individual animal such as a Wombat identified and tagged for studying its feeding and sleeping behaviour over time. " ; + skos:inScheme ; + skos:mappingRelation + , + ; + skos:notation "animal-individual" ; + skos:note + "An individual animal such as a Wombat identified and tagged for studying its feeding and sleeping behaviour over time. " , + "Physiologically distinct and independent organism." ; + skos:prefLabel "animal individual"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "woody vascular plant population"@en ; + dcterms:created "2024-04-18T03:50:07"^^xsd:dateTime ; + dcterms:date + "2024-04-18T03:50:07"^^xsd:dateTime , + "2024-04-18T04:47:17"^^xsd:dateTime ; + dcterms:description "Woody plants are perennials that produce secondary growth in the form of wood. They include trees, palms, shrubs and cycads." ; + dcterms:modified "2024-04-18T04:47:17"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "The group of indivdiuals of a particular species of woody vascular plant at a specific region and time." ; + skos:example "The count of Fan Palm (Licuala ramsayi) in a 1 hectare plot in the Daintree National Park sampled post-cyclone in 2023." ; + skos:inScheme ; + skos:note + "The count of Fan Palm (Licuala ramsayi) in a 1 hectare plot in the Daintree National Park sampled post-cyclone in 2023." , + "The group of indivdiuals of a particular species of woody vascular plant at a specific region and time." ; + skos:prefLabel "woody vascular plant population"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "ant population"@en ; + dcterms:created "2022-04-20T04:18:46"^^xsd:dateTime ; + dcterms:date + "2022-04-20T04:18:46"^^xsd:dateTime , + "2023-06-23T01:52:50"^^xsd:dateTime ; + dcterms:description "A population of ants (insects from the family Formicidae) is a collection of individuals belonging to the same ant species, living in the same area." ; + dcterms:modified "2023-06-23T01:52:50"^^xsd:dateTime ; + dcterms:relation "Begon, Michael, Martin Mortimer, and David J. Thompson. Population ecology: a unified study of animals and plants. John Wiley & Sons, 2009." ; + dcterms:source "Begon, Michael, Martin Mortimer, and David J. Thompson. Population ecology: a unified study of animals and plants. John Wiley & Sons, 2009." ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "Group of individuals of the same ant species (family Formicidae) living within a given area." ; + skos:example "Yellow crazy ant population detected in north Queensland." ; + skos:inScheme ; + skos:notation "ant-population" ; + skos:note + "Group of individuals of the same ant species (family Formicidae) living within a given area." , + "Yellow crazy ant population detected in north Queensland." ; + skos:prefLabel "ant population"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "woody vascular plant individual"@en ; + dcterms:created "2024-04-18T01:29:14"^^xsd:dateTime ; + dcterms:date + "2024-04-18T01:29:14"^^xsd:dateTime , + "2024-04-18T03:10:57"^^xsd:dateTime ; + dcterms:description "Any individual woody vascular plant, i.e., belonging to a shrub, tree, palm or cycad. They have vascular tissues consisting of xylem, which carries water and nutrients from the roots up the stem to the leaves, and the phloem, which carries sugar produced in the leaves to other parts of the plant." ; + dcterms:modified "2024-04-18T03:10:57"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + , + ; + skos:definition "A woody vascular plant individual is an individual perennial plant that produce secondary growth in the form of wood." ; + skos:example "An individual tree or shrub, tagged and identified to its species level and studied for its diameter growth over multiple site visits." ; + skos:inScheme ; + skos:note + "A woody vascular plant individual is an individual perennial plant that produce secondary growth in the form of wood." , + "An individual tree or shrub, tagged and identified to its species level and studied for its diameter growth over multiple site visits." ; + skos:prefLabel "woody vascular plant individual"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "ecological dynamics"@en ; + dcterms:created "2024-04-17T06:31:08"^^xsd:dateTime ; + dcterms:date + "2024-04-17T06:31:08"^^xsd:dateTime , + "2024-06-21T01:45:58"^^xsd:dateTime ; + dcterms:description "Ecological dynamics refers to the complex interactions and processes that occur within ecosystems over time. These dynamics encompass a wide range of biological, physical, and chemical interactions that influence the structure, composition, and function of ecosystems. Understanding ecological dynamics is crucial for predicting changes in ecosystems, managing natural resources, and conserving biodiversity." ; + dcterms:modified "2024-06-21T01:45:58"^^xsd:dateTime ; + dcterms:relation "Garry Peterson. The Human Actor In Ecological-Economic Models. Political ecology and ecological resilience: An integration of human and ecological dynamics. Ecological Economics 35 (2000) 323 - 336" ; + dcterms:source "Garry Peterson. The Human Actor In Ecological-Economic Models. Political ecology and ecological resilience: An integration of human and ecological dynamics. Ecological Economics 35 (2000) 323 - 336" ; + skos:broader ; + skos:broaderTransitive ; + skos:definition "Ecological dynamics describes coupled dynamics of human-ecological systems." ; + skos:inScheme ; + skos:narrower ; + skos:narrowerTransitive + , + , + ; + skos:note "Ecological dynamics describes coupled dynamics of human-ecological systems." ; + skos:prefLabel "ecological dynamics"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "invertebrate population"@en ; + dcterms:created "2022-04-20T04:18:19"^^xsd:dateTime ; + dcterms:date + "2022-04-20T04:18:19"^^xsd:dateTime , + "2024-04-19T04:41:12"^^xsd:dateTime ; + dcterms:description "A population of invertebrates (animals that neither possess nor develop a vertebral column) is a collection of individuals belonging to the same invertebrate species, living in the same area." ; + dcterms:modified "2024-04-19T04:41:12"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "Group of individuals of the same invertebrate species living within a given area." ; + skos:example "The total number of male red crabs living in an area in Chrismas Island National Park." ; + skos:inScheme ; + skos:narrower ; + skos:narrowerTransitive ; + skos:notation "invertebrate-population" ; + skos:note + "Group of individuals of the same invertebrate species living within a given area." , + "The total number of male red crabs living in an area in Chrismas Island National Park." ; + skos:prefLabel "invertebrate population"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "disturbance"@en ; + dcterms:created "2021-03-09T07:21:46"^^xsd:dateTime ; + dcterms:date + "2021-03-09T07:21:46"^^xsd:dateTime , + "2024-06-28T02:56:45"^^xsd:dateTime ; + dcterms:description "In ecology, a disturbance is a temporary change in average environmental conditions that causes a pronounced change in an ecosystem. Outside disturbance forces often act quickly and with great effect, sometimes resulting in the removal of large amounts of biomass. Ecological disturbances include fires, flooding, windstorm, insect outbreaks, as well as anthropogenic disturbances such as forest clearing and the introduction of exotic species." ; + dcterms:modified "2024-06-28T02:56:45"^^xsd:dateTime ; + dcterms:relation + "https://vocab.lternet.edu/vocab/vocab/index.php?tema=662&/disturbance" , + "https://w3id.org/inbio#_000001" ; + dcterms:source + "https://vocab.lternet.edu/vocab/vocab/index.php?tema=662&/disturbance" , + "https://w3id.org/inbio#_000001" ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:closeMatch ; + skos:definition "Events that disrupts ecosystem, community, or population structure and changes resources, substrate availability, or the physical environment." ; + skos:example "1. A fire event that causes a change in the community profile in the Litchfield National Park, NT; 2. Tropical cyclones leading to disturbance in a forest community structure." ; + skos:inScheme ; + skos:mappingRelation ; + skos:narrower + , + ; + skos:narrowerTransitive + , + ; + skos:notation "land-surface-disturbance" ; + skos:note + "1. A fire event that causes a change in the community profile in the Litchfield National Park, NT; 2. Tropical cyclones leading to disturbance in a forest community structure." , + "Events that disrupts ecosystem, community, or population structure and changes resources, substrate availability, or the physical environment." ; + skos:prefLabel "disturbance"@en ; + skos:semanticRelation + , + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "atmosphere"@en ; + dcterms:created "2024-04-16T04:45:42"^^xsd:dateTime ; + dcterms:date + "2024-04-16T04:45:42"^^xsd:dateTime , + "2024-06-28T01:15:04"^^xsd:dateTime ; + dcterms:description "A gaseous envelope gravitationally bound to a celestial body (e.g., a planet, its satellite, or a star)." ; + dcterms:modified "2024-06-28T01:15:04"^^xsd:dateTime ; + dcterms:relation "Glossary of the American Meteorological Society, 2018. http://glossary.ametsoc.org/wiki/Atmosphere" ; + dcterms:source "Glossary of the American Meteorological Society, 2018. http://glossary.ametsoc.org/wiki/Atmosphere" ; + skos:closeMatch + , + ; + skos:definition "An atmosphere is a layer of gases surrounding a material body of sufficient mass that is held in place by the gravity of the body."@en ; + skos:exactMatch + , + ; + skos:historyNote "Added as a top concept for the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:mappingRelation + , + ; + skos:narrower + , + ; + skos:narrowerTransitive + , + ; + skos:note + "Added as a top concept for the TERN Feature Type (Release version, 2024)." , + "An atmosphere is a layer of gases surrounding a material body of sufficient mass that is held in place by the gravity of the body."@en ; + skos:prefLabel "atmosphere"@en ; + skos:semanticRelation + , + , + , + ; + skos:topConceptOf ; +. + + + a skos:Concept ; + rdfs:label "vegetation fuel"@en ; + dcterms:created "2021-04-20T04:15:03"^^xsd:dateTime ; + dcterms:date + "2021-04-20T04:15:03"^^xsd:dateTime , + "2023-06-23T05:28:49"^^xsd:dateTime ; + dcterms:description "Organic matter provides the fuel for fire. The diversity of types of natural fire is, in part, a result of the corresponding diversity in vegetation and litter (Cornnwell et al., 2015). The fire regime in a place will be dependent on the vegetation fule properties, along wiht climate, weather and ignition sources (Johnson, 1992; Swetnam, 1993). Vegation fuels can be classified into three major categories: crown, surface and ground." ; + dcterms:modified "2023-06-23T05:28:49"^^xsd:dateTime ; + dcterms:relation + "Cornwell, William K., et al. Flammability across the gymnosperm phylogeny: the importance of litter particle size. New Phytologist 206.2 (2015): 672-681." , + "Cruz, M.G., Gould, J.S., Hollis, J.J. and McCaw, W., 2018. A Hierarchical classification of wildland fire fuels for Australian vegetation types. Fire, 1(1), p.13." , + "Johnson, Kirk R. Leaf-fossil evidence for extensive floral extinction at the Cretaceous-Tertiary boundary, North Dakota, USA. Cretaceous Research 13.1 (1992): 91-117." , + "Swetnam, Thomas W. Fire history and climate change in giant sequoia groves. Science 262.5135 (1993): 885-889." ; + dcterms:source + "Cornwell, William K., et al. Flammability across the gymnosperm phylogeny: the importance of litter particle size. New Phytologist 206.2 (2015): 672-681." , + "Cruz, M.G., Gould, J.S., Hollis, J.J. and McCaw, W., 2018. A Hierarchical classification of wildland fire fuels for Australian vegetation types. Fire, 1(1), p.13." , + "Johnson, Kirk R. Leaf-fossil evidence for extensive floral extinction at the Cretaceous-Tertiary boundary, North Dakota, USA. Cretaceous Research 13.1 (1992): 91-117." , + "Swetnam, Thomas W. Fire history and climate change in giant sequoia groves. Science 262.5135 (1993): 885-889." ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "Dead and alive vegetation characteristics relevant to its flammability." ; + skos:example "Canopy length and load; bark fuels; biomass of dead and live plants on the ground." ; + skos:inScheme ; + skos:narrower + , + ; + skos:narrowerTransitive + , + ; + skos:notation "vegetation-fuel" ; + skos:note + "Canopy length and load; bark fuels; biomass of dead and live plants on the ground." , + "Dead and alive vegetation characteristics relevant to its flammability." ; + skos:prefLabel "vegetation fuel"@en ; + skos:semanticRelation + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "vascular plant occurrence"@en ; + dcterms:created "2024-04-18T03:18:57"^^xsd:dateTime ; + dcterms:date + "2024-04-18T03:18:57"^^xsd:dateTime , + "2024-04-21T22:53:57"^^xsd:dateTime ; + dcterms:modified "2024-04-21T22:53:57"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "Vascular plants occurring at a specific region at a specific time. These plants have vascular tissue, consisting of xylem, which carries water and nutrients from the roots up the stem to the leaves, and the phloem, which carries sugar produced in the leaves to other parts of the plant." ; + skos:example "An individual or a groups of trees sampled from a rocky area." ; + skos:inScheme ; + skos:narrower + , + ; + skos:narrowerTransitive + , + ; + skos:note + "An individual or a groups of trees sampled from a rocky area." , + "Vascular plants occurring at a specific region at a specific time. These plants have vascular tissue, consisting of xylem, which carries water and nutrients from the roots up the stem to the leaves, and the phloem, which carries sugar produced in the leaves to other parts of the plant." ; + skos:prefLabel "vascular plant occurrence"@en ; + skos:semanticRelation + , + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "vascular plant individual"@en ; + dcterms:created "2024-04-18T01:28:02"^^xsd:dateTime ; + dcterms:date + "2024-04-18T01:28:02"^^xsd:dateTime , + "2024-04-21T22:53:42"^^xsd:dateTime ; + dcterms:description "Any individual vascular plant, i.e., belonging to a herb, shrub, tree, palm, cycad and fern. They have vascular tissues consisting of xylem, which carries water and nutrients from the roots up the stem to the leaves, and the phloem, which carries sugar produced in the leaves to other parts of the plant." ; + dcterms:modified "2024-04-21T22:53:42"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "A vascular plant individual is a plant individual with vascular tissue." ; + skos:example "A tree or a shrub species, tagged and identified to its species level and studied for its diameter growth over multiple site visits." ; + skos:inScheme ; + skos:narrower + , + ; + skos:narrowerTransitive + , + ; + skos:note + "A tree or a shrub species, tagged and identified to its species level and studied for its diameter growth over multiple site visits." , + "A vascular plant individual is a plant individual with vascular tissue." ; + skos:prefLabel "vascular plant individual"@en ; + skos:semanticRelation + , + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "vascular plant population"@en ; + dcterms:created "2024-04-18T03:48:07"^^xsd:dateTime ; + dcterms:date + "2024-04-18T03:48:07"^^xsd:dateTime , + "2024-04-21T22:54:10"^^xsd:dateTime ; + dcterms:description "These are plants such as trees, shrubs, palms, cycads etc. which have true vascular tubes/tissues to transport food and water." ; + dcterms:modified "2024-04-21T22:54:10"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "The vascular plant population refers to the total count of individuals of a particular species of vascular plants." ; + skos:example "1. A count of the total number of Eucalyptus citriodora.; 2. The total number of seedlings and adult pine trees (Pinus radiata) in a forest stand." ; + skos:inScheme ; + skos:narrower + , + ; + skos:narrowerTransitive + , + ; + skos:note + "1. A count of the total number of Eucalyptus citriodora.; 2. The total number of seedlings and adult pine trees (Pinus radiata) in a forest stand." , + "The vascular plant population refers to the total count of individuals of a particular species of vascular plants." ; + skos:prefLabel "vascular plant population"@en ; + skos:semanticRelation + , + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "vascular plants community"@en ; + dcterms:created "2024-04-17T23:54:43"^^xsd:dateTime ; + dcterms:date + "2024-04-17T23:54:43"^^xsd:dateTime , + "2024-04-21T22:53:27"^^xsd:dateTime ; + dcterms:description "These plants have vascular tissue, consisting of xylem, which carries water and nutrients from the roots up the stem to the leaves, and the phloem, which carries sugar produced in the leaves to other parts of the plant." ; + dcterms:modified "2024-04-21T22:53:27"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:closeMatch "http://purl.obolibrary.org/obo/NCIT_C14336" ; + skos:definition "A community of plants such as the herbs, shrubs, trees, palms, cycads and ferns." ; + skos:exactMatch "http://purl.obolibrary.org/obo/NCIT_C14336" ; + skos:example "A community of trees, shrubs and ferns sampled from a protected area." ; + skos:inScheme ; + skos:mappingRelation "http://purl.obolibrary.org/obo/NCIT_C14336" ; + skos:narrower + , + ; + skos:narrowerTransitive + , + ; + skos:note + "A community of plants such as the herbs, shrubs, trees, palms, cycads and ferns." , + "A community of trees, shrubs and ferns sampled from a protected area." ; + skos:prefLabel "vascular plants community"@en ; + skos:semanticRelation + , + , + , + , + , + "http://purl.obolibrary.org/obo/NCIT_C14336" ; +. + + + a skos:Concept ; + rdfs:label + "adminstrative region" , + "administrative area"@en ; + dcterms:created "2022-03-01T01:52:56"^^xsd:dateTime ; + dcterms:date + "2022-03-01T01:52:56"^^xsd:dateTime , + "2024-06-28T00:37:35"^^xsd:dateTime ; + dcterms:description "An administrative area is a human-defined region for business purposes. These areas are typically defined by defined boundaries and serve governmental and administrative purposes and include areas reserved for nature preservation; areas allocated for mineral exploitation; or zoned for suburbs."@en ; + dcterms:modified "2024-06-28T00:37:35"^^xsd:dateTime ; + dcterms:relation "Administrative area. (n.d.) WordNet 3.0, Farlex clipart collection. (2003-2008). Retrieved June 22 2023 from https://www.thefreedictionary.com/Administrative+area"@en ; + dcterms:source "Administrative area. (n.d.) WordNet 3.0, Farlex clipart collection. (2003-2008). Retrieved June 22 2023 from https://www.thefreedictionary.com/Administrative+area"@en ; + skos:altLabel "adminstrative region" ; + skos:definition "A region of the earth's surface, terrestrial or marine or mixed, that is defined for human purposes and is designated with a specific level of administrative authority."@en ; + skos:example "Some examples of an 'administrative area' are: 1) Kakadu National Park; 2) Tom Price Mine; 3) Southern Kangaroo Island Marine Park; 4) Shorncliffe (suburb of Brisbane); 5) State Jurisdiction of New South Wales; 6) Meshblock 11234 (ABS census region)"@en ; + skos:inScheme ; + skos:narrower + , + , + , + , + , + ; + skos:narrowerTransitive + , + , + , + , + , + ; + skos:notation "administrative-area" ; + skos:note + "A region of the earth's surface, terrestrial or marine or mixed, that is defined for human purposes and is designated with a specific level of administrative authority."@en , + "Some examples of an 'administrative area' are: 1) Kakadu National Park; 2) Tom Price Mine; 3) Southern Kangaroo Island Marine Park; 4) Shorncliffe (suburb of Brisbane); 5) State Jurisdiction of New South Wales; 6) Meshblock 11234 (ABS census region)"@en ; + skos:prefLabel "administrative area"@en ; + skos:semanticRelation + , + , + , + , + , + ; + skos:topConceptOf ; +. + + + a skos:Concept ; + rdfs:label "vertebrate population"@en ; + dcterms:created "2024-04-16T06:03:07"^^xsd:dateTime ; + dcterms:date + "2024-04-16T06:03:07"^^xsd:dateTime , + "2024-04-19T04:44:51"^^xsd:dateTime ; + dcterms:description "A population of vertebrates (animals that possess or develop a vertebral column) is a collection of individuals belonging to the same vertebrate species, living in the same area." ; + dcterms:modified "2024-04-19T04:44:51"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "Group of individuals of the same vertebrate species living within a given area." ; + skos:example "The total count of Blue-faced Parrotfinch (Erythrura trichroa) from a tropical rainforest.; The number of male Koalas (Phascolarctos cinereus) in a Protected Area." ; + skos:historyNote "Added to the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:narrower + , + , + , + ; + skos:narrowerTransitive + , + , + , + ; + skos:note + "Added to the TERN Feature Type (Release version, 2024)." , + "Group of individuals of the same vertebrate species living within a given area." , + "The total count of Blue-faced Parrotfinch (Erythrura trichroa) from a tropical rainforest.; The number of male Koalas (Phascolarctos cinereus) in a Protected Area." ; + skos:prefLabel "vertebrate population"@en ; + skos:semanticRelation + , + , + , + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "invertebrates"@en ; + dcterms:created "2024-04-19T04:37:35"^^xsd:dateTime ; + dcterms:date + "2024-04-19T04:37:35"^^xsd:dateTime , + "2024-06-28T03:38:13"^^xsd:dateTime ; + dcterms:description "An invertebrate is any animal that lacks a vertebral column, commonly known as a spine or backbone. Unlike the cartilaginous or bony vertebrates, invertebrates make up over 90 percent of all living animal species. They span a diverse range, including sea stars, earthworms, sponges, insects, and jellyfish." ; + dcterms:modified "2024-06-28T03:38:13"^^xsd:dateTime ; + dcterms:relation "Gould, J. and W.Keaton. 1996. Biological Science. W.W. Norton and Company. New York." ; + dcterms:source "Gould, J. and W.Keaton. 1996. Biological Science. W.W. Norton and Company. New York." ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "Invertebrates are animals lacking a backbone, or without bones." ; + skos:inScheme ; + skos:narrower + , + , + , + ; + skos:narrowerTransitive + , + , + , + , + ; + skos:note "Invertebrates are animals lacking a backbone, or without bones." ; + skos:prefLabel "invertebrates"@en ; + skos:semanticRelation + , + , + , + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "soil"@en ; + dcterms:created "2021-03-16T05:07:09"^^xsd:dateTime ; + dcterms:date + "2021-03-16T05:07:09"^^xsd:dateTime , + "2024-04-17T06:35:42"^^xsd:dateTime ; + dcterms:description "It's a natural body consisting of layers (soil horizons) that are primarily composed of minerals, mixed with at least some organic matter, which differ from their parent materials in their texture, structure, consistency, color, chemical, biological and other characteristics. It is the loose covering of fine rock particles that covers the surface of the earth." ; + dcterms:modified "2024-04-17T06:35:42"^^xsd:dateTime ; + dcterms:relation + "Simons, B., Wilson, P., Ritchie, A. and Cox, S., 2013, April. ANZSoilML: an Australian-New Zealand standard for exchange of soil data. In EGU General Assembly Conference Abstracts (pp. EGU2013-6802)." , + "http://cerrado.linkeddata.es/ecology/ccon#Soil" ; + dcterms:source + "Simons, B., Wilson, P., Ritchie, A. and Cox, S., 2013, April. ANZSoilML: an Australian-New Zealand standard for exchange of soil data. In EGU General Assembly Conference Abstracts (pp. EGU2013-6802)." , + "http://cerrado.linkeddata.es/ecology/ccon#Soil" ; + skos:broader ; + skos:broaderTransitive ; + skos:closeMatch + , + , + ; + skos:definition "Natural body comprised of minerals, soil organic matter, living organisms, gas, and water." ; + skos:exactMatch + , + , + ; + skos:example "1) The texture of a soil; 2) The water holding capacity of a soil." ; + skos:inScheme ; + skos:mappingRelation + , + , + ; + skos:narrower + , + , + , + ; + skos:narrowerTransitive + , + , + , + ; + skos:notation "soil" ; + skos:note + "1) The texture of a soil; 2) The water holding capacity of a soil." , + "Natural body comprised of minerals, soil organic matter, living organisms, gas, and water." ; + skos:prefLabel "soil"@en ; + skos:semanticRelation + , + , + , + , + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "non-vascular plants"@en ; + dcterms:created "2024-04-21T22:53:01"^^xsd:dateTime ; + dcterms:date + "2024-04-21T22:53:01"^^xsd:dateTime , + "2024-04-21T22:59:31"^^xsd:dateTime ; + dcterms:modified "2024-04-21T22:59:31"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:closeMatch + , + ; + skos:definition "A plant that does not have vascular tubes/tissues to transport food and water. It belongs to the division Bryophyta, which includes liverwort, and moss." ; + skos:exactMatch + , + ; + skos:inScheme ; + skos:mappingRelation + , + ; + skos:narrower + , + , + , + ; + skos:narrowerTransitive + , + , + , + ; + skos:note "A plant that does not have vascular tubes/tissues to transport food and water. It belongs to the division Bryophyta, which includes liverwort, and moss." ; + skos:prefLabel "non-vascular plants"@en ; + skos:semanticRelation + , + , + , + , + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "vertebrate individual"@en ; + dcterms:created "2024-04-16T05:24:48"^^xsd:dateTime ; + dcterms:date + "2024-04-16T05:24:48"^^xsd:dateTime , + "2024-04-19T04:44:22"^^xsd:dateTime ; + dcterms:description "A single physiologically distinct vertebrate individual (animals that possess a vertebral column), which are tagged and studied." ; + dcterms:modified "2024-04-19T04:44:22"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "A vertebrate which is physiologically distinct and independent." ; + skos:example "A collection of individually tagged vertebrates (such as birds, mammals, reptiles etc.) that are monitored for their abundance over time." ; + skos:historyNote "Added to the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:narrower + , + , + , + , + ; + skos:narrowerTransitive + , + , + , + , + ; + skos:note + "A collection of individually tagged vertebrates (such as birds, mammals, reptiles etc.) that are monitored for their abundance over time." , + "A vertebrate which is physiologically distinct and independent." , + "Added to the TERN Feature Type (Release version, 2024)." ; + skos:prefLabel "vertebrate individual"@en ; + skos:semanticRelation + , + , + , + , + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "vertebrate occurrence"@en ; + dcterms:created "2024-04-16T05:48:56"^^xsd:dateTime ; + dcterms:date + "2024-04-16T05:48:56"^^xsd:dateTime , + "2024-04-19T04:44:40"^^xsd:dateTime ; + dcterms:description "A vertebrate occurrence (animals that neither possess or develop a vertebral column) is a sample of a vertebrate individual or group at a particular point and time." ; + dcterms:modified "2024-04-19T04:44:40"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + , + ; + skos:definition "An existence of a single vertebrate or group of vertebrates sampled at a particular place at a particular time." ; + skos:example "The presence of vertebrates (e.g., Koalas, Gliders and Lorikeets) in a tree canopy." ; + skos:historyNote "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:narrower + , + , + , + , + ; + skos:narrowerTransitive + , + , + , + , + ; + skos:note + "An existence of a single vertebrate or group of vertebrates sampled at a particular place at a particular time." , + "The presence of vertebrates (e.g., Koalas, Gliders and Lorikeets) in a tree canopy." , + "Updated the heirarchy of the TERN Feature Type (Release version, 2024)." ; + skos:prefLabel "vertebrate occurrence"@en ; + skos:semanticRelation + , + , + , + , + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "land surface"@en ; + dcterms:created "2021-02-25T01:11:44"^^xsd:dateTime ; + dcterms:date + "2021-02-25T01:11:44"^^xsd:dateTime , + "2023-06-23T06:11:03"^^xsd:dateTime ; + dcterms:description "Most of the attributes for land surface deal with its physical properties (e.g. aspect, elevation). Some other reflect properties within (e.g. microrelief). Some attributes reflect the influence of present or past land use practice (e.g. disturbance of site, erosion)." ; + dcterms:modified "2023-06-23T06:11:03"^^xsd:dateTime ; + dcterms:relation "McDonald, R.C., Isbell, R.F., Speight, J.G., Walker, J. and Hopkins, M.S., 1998. Australian soil and land survey: field handbook (No. Ed. 2). CSIRO publishing." ; + dcterms:source "McDonald, R.C., Isbell, R.F., Speight, J.G., Walker, J. and Hopkins, M.S., 1998. Australian soil and land survey: field handbook (No. Ed. 2). CSIRO publishing." ; + skos:closeMatch + , + ; + skos:definition "Surface layer of Earth which is primarily composed of solid material and is not covered by oceans or other bodies of water." ; + skos:exactMatch + , + ; + skos:example "1. The average slope of the mountain range; 2. The dominant lithology of the Great Artesian Basin." ; + skos:inScheme ; + skos:mappingRelation + , + ; + skos:narrower + , + , + ; + skos:narrowerTransitive + , + , + , + , + , + , + ; + skos:notation "land-surface" ; + skos:note + "1. The average slope of the mountain range; 2. The dominant lithology of the Great Artesian Basin." , + "Surface layer of Earth which is primarily composed of solid material and is not covered by oceans or other bodies of water." ; + skos:prefLabel "land surface"@en ; + skos:semanticRelation + , + , + , + , + , + , + , + , + ; + skos:topConceptOf ; +. + + + a skos:Concept ; + rdfs:label "vegetation"@en ; + dcterms:created "2021-03-11T00:21:46"^^xsd:dateTime ; + dcterms:date + "2021-03-11T00:21:46"^^xsd:dateTime , + "2024-04-17T06:29:00"^^xsd:dateTime ; + dcterms:description "Vegetation is an assemblage of plant species occurring in a given geographic area. They often comprise of layers/stratum that is characteristic of the vegetation type." ; + dcterms:modified "2024-04-17T06:29:00"^^xsd:dateTime ; + dcterms:relation "http://www.fao.org/aims/aos/cwr.owl#Vegetation" ; + dcterms:source "http://www.fao.org/aims/aos/cwr.owl#Vegetation" ; + skos:broader ; + skos:broaderTransitive ; + skos:closeMatch + , + ; + skos:definition "The assemblage of plant species in a given area; also used as a general term for plant life." ; + skos:exactMatch + , + ; + skos:example "1. A eucalypt woodland; 2. A Mallee shrubland; 3. A simple notophyll vine forest." ; + skos:inScheme ; + skos:mappingRelation + , + ; + skos:narrower + , + , + , + , + ; + skos:narrowerTransitive + , + , + , + , + , + , + , + ; + skos:notation "vegetation" ; + skos:note + "1. A eucalypt woodland; 2. A Mallee shrubland; 3. A simple notophyll vine forest." , + "The assemblage of plant species in a given area; also used as a general term for plant life." ; + skos:prefLabel "vegetation"@en ; + skos:semanticRelation + , + , + , + , + , + , + , + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "biosphere"@en ; + dcterms:created "2024-04-17T06:26:26"^^xsd:dateTime ; + dcterms:date + "2024-04-17T06:26:26"^^xsd:dateTime , + "2024-11-10T23:33:57"^^xsd:dateTime ; + dcterms:modified "2024-11-10T23:33:57"^^xsd:dateTime ; + dcterms:relation "https://nationalgeographic.org"^^xsd:anyURI ; + dcterms:source "https://nationalgeographic.org"^^xsd:anyURI ; + skos:definition "The biosphere is made up of the parts of Earth where life exists. The biosphere extends from the deepest root systems of trees, to the dark environment of ocean trenches, to lush rain forests and high mountaintops."@en ; + skos:historyNote "Added as a top concept for the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:narrower + , + , + ; + skos:narrowerTransitive + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:note + "Added as a top concept for the TERN Feature Type (Release version, 2024)." , + "The biosphere is made up of the parts of Earth where life exists. The biosphere extends from the deepest root systems of trees, to the dark environment of ocean trenches, to lush rain forests and high mountaintops."@en ; + skos:prefLabel "biosphere"@en ; + skos:semanticRelation + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:topConceptOf ; +. + + + a skos:Concept ; + rdfs:label "vascular plants"@en ; + dcterms:created "2024-04-21T22:52:42"^^xsd:dateTime ; + dcterms:date + "2024-04-21T22:52:42"^^xsd:dateTime , + "2024-04-21T22:57:59"^^xsd:dateTime ; + dcterms:modified "2024-04-21T22:57:59"^^xsd:dateTime ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:closeMatch + , + ; + skos:definition "The flowering herbs, shrubs, trees and ferns. These plants have vascular tissue, consisting of xylem, which carries water and nutrients from the roots up the stem to the leaves, and the phloem, which carries sugar produced in the leaves to other parts of the plant." ; + skos:exactMatch + , + ; + skos:inScheme ; + skos:mappingRelation + , + ; + skos:narrower + , + , + , + ; + skos:narrowerTransitive + , + , + , + , + , + , + , + , + , + , + , + ; + skos:note "The flowering herbs, shrubs, trees and ferns. These plants have vascular tissue, consisting of xylem, which carries water and nutrients from the roots up the stem to the leaves, and the phloem, which carries sugar produced in the leaves to other parts of the plant." ; + skos:prefLabel "vascular plants"@en ; + skos:semanticRelation + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "vertebrates"@en ; + dcterms:created "2024-04-19T04:37:51"^^xsd:dateTime ; + dcterms:date + "2024-04-19T04:37:51"^^xsd:dateTime , + "2024-06-28T03:35:06"^^xsd:dateTime ; + dcterms:description "A vertebrate is an animal with a backbone, scientifically classified under the subphylum Vertebrata. These animals are characterized by several key features that include: Backbone; Muscular System; Central Nervous System; Distinct Head; Pharyngeal Slits and Gills." ; + dcterms:modified "2024-06-28T03:35:06"^^xsd:dateTime ; + dcterms:relation "Starr, C. and R.Taggart. 1998. Biology: the unity and diversity of life. Wadsworth Publishing Company. Belmont, California." ; + dcterms:source "Starr, C. and R.Taggart. 1998. Biology: the unity and diversity of life. Wadsworth Publishing Company. Belmont, California." ; + skos:broader ; + skos:broaderTransitive + , + ; + skos:definition "Vertebrates are chordates with a backbone, either of cartilage or bone, and a brain located inside a protective chamber of skull bones." ; + skos:inScheme ; + skos:narrower + , + , + , + ; + skos:narrowerTransitive + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:note "Vertebrates are chordates with a backbone, either of cartilage or bone, and a brain located inside a protective chamber of skull bones." ; + skos:prefLabel "vertebrates"@en ; + skos:semanticRelation + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "plant"@en ; + dcterms:created "2024-04-17T05:59:57"^^xsd:dateTime ; + dcterms:date + "2024-04-17T05:59:57"^^xsd:dateTime , + "2024-04-17T06:08:11"^^xsd:dateTime ; + dcterms:modified "2024-04-17T06:08:11"^^xsd:dateTime ; + dcterms:relation "" ; + dcterms:source "" ; + skos:broader ; + skos:broaderTransitive ; + skos:definition "Any of a kingdom (Plantae) of living beings typically lacking locomotive movement or obvious sensory organs, generally making its own food, possessing cell walls, and unlimited growth." ; + skos:historyNote "Added as a narrower concept of 'biological classification' in the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:narrower + , + , + , + , + , + , + ; + skos:narrowerTransitive + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:note + "Added as a narrower concept of 'biological classification' in the TERN Feature Type (Release version, 2024)." , + "Any of a kingdom (Plantae) of living beings typically lacking locomotive movement or obvious sensory organs, generally making its own food, possessing cell walls, and unlimited growth." ; + skos:prefLabel "plant"@en ; + skos:semanticRelation + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; +. + + + a skos:Concept ; + rdfs:label "animal"@en ; + dcterms:created "2023-12-12T03:42:09"^^xsd:dateTime ; + dcterms:date + "2023-12-12T03:42:09"^^xsd:dateTime , + "2024-04-16T05:08:43"^^xsd:dateTime ; + dcterms:description "Animals are organisms with eukaryotic cells that derive nutrition from external sources (of organic nature) and are capable of voluntary movement in search of food and shelter "@en ; + dcterms:modified "2024-04-16T05:08:43"^^xsd:dateTime ; + dcterms:relation "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C14182"@en ; + dcterms:source "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C14182"@en ; + skos:broader ; + skos:broaderTransitive ; + skos:definition "A living organism (non-human) that has membranous cell walls, requires oxygen and organic foods, and is capable of voluntary movement, as distinguished from a plant or mineral."@en ; + skos:example "Any animal which includes vertebrates such as amphibians, birds, mammals, or invertebrates such as ants, beetles, etc."@en ; + skos:historyNote "Updated the heirarchy for the TERN Feature Type (Release version, 2024)." ; + skos:inScheme ; + skos:narrower + , + , + , + , + , + , + , + ; + skos:narrowerTransitive + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:notation "animal"@en ; + skos:note + "Updated the heirarchy for the TERN Feature Type (Release version, 2024)." , + "A living organism (non-human) that has membranous cell walls, requires oxygen and organic foods, and is capable of voluntary movement, as distinguished from a plant or mineral."@en , + "Any animal which includes vertebrates such as amphibians, birds, mammals, or invertebrates such as ants, beetles, etc."@en ; + skos:prefLabel "animal"@en ; + skos:semanticRelation + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; +. + + + a skos:ConceptScheme ; + rdfs:label "Feature Type"@en ; + dcterms:created "2021-02-01T04:23:43"^^xsd:dateTime ; + dcterms:date + "2021-02-01T04:23:43"^^xsd:dateTime , + "2023-11-13T23:53:05"^^xsd:dateTime ; + dcterms:description "Concept scheme for types of feature of interest." ; + dcterms:modified "2023-11-13T23:53:05"^^xsd:dateTime ; + skos:hasTopConcept + , + , + , + , + ; + skos:prefLabel "Feature Type"@en ; +. + + + a skos:Concept ; + rdfs:label "biological classification"@en ; + dcterms:created "2024-04-16T05:03:57"^^xsd:dateTime ; + dcterms:date + "2024-04-16T05:03:57"^^xsd:dateTime , + "2024-07-15T23:08:08"^^xsd:dateTime ; + dcterms:description "Organisms are classified based on how similar they are. Historically, similarity was determined by examining the physical characteristics of an organism but modern classification uses a variety of techniques including genetic analysis. Organisms are classified according to a system of seven taxonomic ranks: Kingdom; Phylum; Class; Order; Family; Genus; Species"@en ; + dcterms:modified "2024-07-15T23:08:08"^^xsd:dateTime ; + dcterms:relation "Global Change Master Directory (GCMD). 2024. GCMD Keywords, Version 18.1. Greenbelt, MD: Earth Science Data and Information System, Earth Science Projects Division, Goddard Space Flight Center (GSFC) National Aeronautics and Space Administration (NASA). URL (GCMD Keyword Forum Page): https://forum.earthdata.nasa.gov/app.php/tag/GCMD%20Keywords" ; + dcterms:source "Global Change Master Directory (GCMD). 2024. GCMD Keywords, Version 18.1. Greenbelt, MD: Earth Science Data and Information System, Earth Science Projects Division, Goddard Space Flight Center (GSFC) National Aeronautics and Space Administration (NASA). URL (GCMD Keyword Forum Page): https://forum.earthdata.nasa.gov/app.php/tag/GCMD%20Keywords" ; + skos:definition "Biological classification is the process of classification of living organisms into groups based on shared common traits and genetic information."@en ; + skos:inScheme ; + skos:narrower + , + , + ; + skos:narrowerTransitive + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:note "Biological classification is the process of classification of living organisms into groups based on shared common traits and genetic information."@en ; + skos:prefLabel "biological classification"@en ; + skos:semanticRelation + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:topConceptOf ; +. From c92404af5dcd831bf741316e8adcd41f176721c1 Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Wed, 4 Dec 2024 11:23:09 +1000 Subject: [PATCH 09/18] Added datatype for sources taken `field species name` as value --- vocab_files/attribute_concepts/field-species-name.ttl | 2 +- .../attribute_concepts/target-feral-species-controlled.ttl | 2 +- vocab_files/attribute_concepts/target-pest-species.ttl | 2 +- vocab_files/attribute_concepts/target-protected-species.ttl | 2 +- vocab_files/attribute_concepts/target-threatened-species.ttl | 2 +- vocab_files/attribute_concepts/target-weed-species.ttl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vocab_files/attribute_concepts/field-species-name.ttl b/vocab_files/attribute_concepts/field-species-name.ttl index 2fa5d1b60..b3262dd1e 100644 --- a/vocab_files/attribute_concepts/field-species-name.ttl +++ b/vocab_files/attribute_concepts/field-species-name.ttl @@ -7,7 +7,7 @@ PREFIX xsd: a skos:Concept ; - dcterms:source "https://linked.data.gov.au/def/nrm/26f843a5-e1ed-46da-b22b-053e567e3227" ; + dcterms:source "https://linked.data.gov.au/def/nrm/26f843a5-e1ed-46da-b22b-053e567e3227"^^xsd:anyURI ; rdfs:isDefinedBy ; skos:altLabel "floristics voucher name" ; skos:definition "Taxon name determined during the process of field observation." ; diff --git a/vocab_files/attribute_concepts/target-feral-species-controlled.ttl b/vocab_files/attribute_concepts/target-feral-species-controlled.ttl index 1fe975039..8bd053bb9 100644 --- a/vocab_files/attribute_concepts/target-feral-species-controlled.ttl +++ b/vocab_files/attribute_concepts/target-feral-species-controlled.ttl @@ -7,7 +7,7 @@ PREFIX xsd: a skos:Concept ; - dcterms:source "https://linked.data.gov.au/def/nrm/26f843a5-e1ed-46da-b22b-053e567e3227" ; + dcterms:source "https://linked.data.gov.au/def/nrm/26f843a5-e1ed-46da-b22b-053e567e3227"^^xsd:anyURI ; rdfs:isDefinedBy ; skos:definition "Taxon name determined during the process of field observation." ; skos:exactMatch ; diff --git a/vocab_files/attribute_concepts/target-pest-species.ttl b/vocab_files/attribute_concepts/target-pest-species.ttl index 53621f5b7..5098294ef 100644 --- a/vocab_files/attribute_concepts/target-pest-species.ttl +++ b/vocab_files/attribute_concepts/target-pest-species.ttl @@ -7,7 +7,7 @@ PREFIX xsd: a skos:Concept ; - dcterms:source "https://linked.data.gov.au/def/nrm/26f843a5-e1ed-46da-b22b-053e567e3227" ; + dcterms:source "https://linked.data.gov.au/def/nrm/26f843a5-e1ed-46da-b22b-053e567e3227"^^xsd:anyURI ; rdfs:isDefinedBy ; skos:definition "Taxon name determined during the process of field observation." ; skos:prefLabel "target pest species" ; diff --git a/vocab_files/attribute_concepts/target-protected-species.ttl b/vocab_files/attribute_concepts/target-protected-species.ttl index e5d913780..fc0d1875a 100644 --- a/vocab_files/attribute_concepts/target-protected-species.ttl +++ b/vocab_files/attribute_concepts/target-protected-species.ttl @@ -7,7 +7,7 @@ PREFIX xsd: a skos:Concept ; - dcterms:source "https://linked.data.gov.au/def/nrm/26f843a5-e1ed-46da-b22b-053e567e3227" ; + dcterms:source "https://linked.data.gov.au/def/nrm/26f843a5-e1ed-46da-b22b-053e567e3227"^^xsd:anyURI ; rdfs:isDefinedBy ; skos:definition "Target species that are protected under law (Environment Protection and Biodiversity Conservation Act 1999)." ; skos:exactMatch ; diff --git a/vocab_files/attribute_concepts/target-threatened-species.ttl b/vocab_files/attribute_concepts/target-threatened-species.ttl index 571e38a20..070d7ee94 100644 --- a/vocab_files/attribute_concepts/target-threatened-species.ttl +++ b/vocab_files/attribute_concepts/target-threatened-species.ttl @@ -7,7 +7,7 @@ PREFIX xsd: a skos:Concept ; - dcterms:source "https://linked.data.gov.au/def/nrm/26f843a5-e1ed-46da-b22b-053e567e3227" ; + dcterms:source "https://linked.data.gov.au/def/nrm/26f843a5-e1ed-46da-b22b-053e567e3227"^^xsd:anyURI ; rdfs:isDefinedBy ; skos:definition "Taxon name determined during the process of field observation." ; skos:prefLabel "target threatened species" ; diff --git a/vocab_files/attribute_concepts/target-weed-species.ttl b/vocab_files/attribute_concepts/target-weed-species.ttl index 3c7883401..26e79571b 100644 --- a/vocab_files/attribute_concepts/target-weed-species.ttl +++ b/vocab_files/attribute_concepts/target-weed-species.ttl @@ -7,7 +7,7 @@ PREFIX xsd: a skos:Concept ; - dcterms:source "https://linked.data.gov.au/def/nrm/26f843a5-e1ed-46da-b22b-053e567e3227" ; + dcterms:source "https://linked.data.gov.au/def/nrm/26f843a5-e1ed-46da-b22b-053e567e3227"^^xsd:anyURI ; rdfs:isDefinedBy ; skos:definition "Taxon name determined during the process of field observation." ; skos:exactMatch ; From 62c4c34678e0c12835c2a339c06116978532e390 Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Wed, 4 Dec 2024 11:27:16 +1000 Subject: [PATCH 10/18] Removed concepts hierarchy in OPs TEMPORARILY to make it display nicely in RVA --- vocab_files/observable_property_concepts/animal-count.ttl | 1 - .../observable_property_concepts/dominant-growth-form.ttl | 1 - .../observable_property_concepts/field-species-name.ttl | 4 ---- vocab_files/observable_property_concepts/growth-form.ttl | 1 - .../observable_property_concepts/host-species-name.ttl | 1 - vocab_files/observable_property_concepts/plant-count.ttl | 1 - vocab_files/observable_property_concepts/plant-habit.ttl | 1 - vocab_files/observable_property_concepts/plant-height.ttl | 1 - .../observable_property_concepts/plant-species-in-flower.ttl | 1 - 9 files changed, 12 deletions(-) diff --git a/vocab_files/observable_property_concepts/animal-count.ttl b/vocab_files/observable_property_concepts/animal-count.ttl index 67e1a4a51..0c23c04e9 100644 --- a/vocab_files/observable_property_concepts/animal-count.ttl +++ b/vocab_files/observable_property_concepts/animal-count.ttl @@ -12,7 +12,6 @@ PREFIX xsd: "animal individual count" , "count" , "count of individuals" ; - skos:broader ; skos:definition "The count or number of individuals of an animal species present at the time of sampling." ; skos:historyNote "Updated the definition and the source during the version-2 changes of the EMSA modules (EMSA v2 Review process, May, 2024)." ; skos:prefLabel "animal count" ; diff --git a/vocab_files/observable_property_concepts/dominant-growth-form.ttl b/vocab_files/observable_property_concepts/dominant-growth-form.ttl index ad3cd7a3c..25d8214ab 100644 --- a/vocab_files/observable_property_concepts/dominant-growth-form.ttl +++ b/vocab_files/observable_property_concepts/dominant-growth-form.ttl @@ -8,7 +8,6 @@ PREFIX xsd: a skos:Concept ; dcterms:source "Ecological Field Monitoring protocols - Vegetation mapping module draft v0.1, 30/11/2021" ; rdfs:isDefinedBy ; - skos:broader ; skos:definition "The growth form of the most dominant/abundant plants at the time the observation was recorded." ; skos:prefLabel "dominant growth form" ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_property_concepts/dominant-growth-form.ttl"^^xsd:anyURI ; diff --git a/vocab_files/observable_property_concepts/field-species-name.ttl b/vocab_files/observable_property_concepts/field-species-name.ttl index 83a18833c..22c2df91f 100644 --- a/vocab_files/observable_property_concepts/field-species-name.ttl +++ b/vocab_files/observable_property_concepts/field-species-name.ttl @@ -13,15 +13,11 @@ PREFIX xsd: "plant species" , "species" , "species name" ; - skos:broader ; skos:definition "Taxon name determined during the process of field observation. A species is given two names in binomial nomenclature (e.g. Homo sapiens), the generic name and specific epithet (italicized in the scientific liter­ature), similar and related species being grouped into genera." ; skos:exactMatch , ; skos:historyNote "Updated the altLabel, exactMatch and source during the version-2 review of changes for the EMSA modules (EMSA v2 Review process, March, 2024)." ; - skos:narrower - , - ; skos:prefLabel "field species name" ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_property_concepts/field-species-name.ttl"^^xsd:anyURI ; . diff --git a/vocab_files/observable_property_concepts/growth-form.ttl b/vocab_files/observable_property_concepts/growth-form.ttl index af424b88f..8b4ba3a9e 100644 --- a/vocab_files/observable_property_concepts/growth-form.ttl +++ b/vocab_files/observable_property_concepts/growth-form.ttl @@ -14,7 +14,6 @@ PREFIX xsd: "plant growth form" ; skos:definition "Plant growth forms can be defined as the physical form a plant assumes under the conditions of its environment." ; skos:exactMatch ; - skos:narrower ; skos:prefLabel "growth form" ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_property_concepts/growth-form.ttl"^^xsd:anyURI ; . diff --git a/vocab_files/observable_property_concepts/host-species-name.ttl b/vocab_files/observable_property_concepts/host-species-name.ttl index f96947724..0457062d8 100644 --- a/vocab_files/observable_property_concepts/host-species-name.ttl +++ b/vocab_files/observable_property_concepts/host-species-name.ttl @@ -9,7 +9,6 @@ PREFIX xsd: dcterms:source "Laws M, Bignall J, McCallum K, Cox B, Potter T, O’Neill S, Sparrow B. (2023) Floristics 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 ; skos:altLabel "species" ; - skos:broader ; skos:definition "Taxon name determined during the process of field observation." ; skos:historyNote "Updated the broader concept and source link during the version-2 changes of the EMSA modules (EMSA v2 Review process, March, 2024)." ; skos:prefLabel "host species name" ; diff --git a/vocab_files/observable_property_concepts/plant-count.ttl b/vocab_files/observable_property_concepts/plant-count.ttl index 7c02f1c93..e12881fdf 100644 --- a/vocab_files/observable_property_concepts/plant-count.ttl +++ b/vocab_files/observable_property_concepts/plant-count.ttl @@ -12,7 +12,6 @@ PREFIX xsd: "count" , "count of individuals" , "plant individual count" ; - skos:broader ; skos:definition "The count or number of individuals of a plant species present at the time of sampling." ; skos:historyNote "Updated the definition and the source during the version-2 changes of the EMSA modules (EMSA v2 Review process, May, 2024)." ; skos:prefLabel "plant count" ; diff --git a/vocab_files/observable_property_concepts/plant-habit.ttl b/vocab_files/observable_property_concepts/plant-habit.ttl index 1d6d7d3d2..dd982b499 100644 --- a/vocab_files/observable_property_concepts/plant-habit.ttl +++ b/vocab_files/observable_property_concepts/plant-habit.ttl @@ -14,7 +14,6 @@ PREFIX xsd: skos:definition "Plant habit is the the physical form and general appearence of a plant under the conditions of its environment." ; skos:exactMatch ; skos:historyNote "Added this concept during the version-2 review of the EMSA modules (EMSA v2 Review process, March, 2024)." ; - skos:narrower ; skos:prefLabel "plant habit" ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_property_concepts/plant-habit.ttl"^^xsd:anyURI ; . diff --git a/vocab_files/observable_property_concepts/plant-height.ttl b/vocab_files/observable_property_concepts/plant-height.ttl index d8aa902ba..5b92cd2b8 100644 --- a/vocab_files/observable_property_concepts/plant-height.ttl +++ b/vocab_files/observable_property_concepts/plant-height.ttl @@ -18,7 +18,6 @@ PREFIX xsd: skos:definition "The height of an individual stem from the ground to the highest vegetative component (i.e. non-reproductive), belonging to an individual plant." ; skos:exactMatch ; skos:historyNote "Added altlabel concepts for this vocab and the source during the the version-2 changes of EMSA modules (EMSA v2 Review Process, March 2024)." ; - skos:narrower ; skos:prefLabel "plant height" ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_property_concepts/plant-height.ttl"^^xsd:anyURI ; . diff --git a/vocab_files/observable_property_concepts/plant-species-in-flower.ttl b/vocab_files/observable_property_concepts/plant-species-in-flower.ttl index cbff467c2..90cccd56b 100644 --- a/vocab_files/observable_property_concepts/plant-species-in-flower.ttl +++ b/vocab_files/observable_property_concepts/plant-species-in-flower.ttl @@ -8,7 +8,6 @@ PREFIX xsd: a skos:Concept ; dcterms:source "McCallum K, Laws M, Bignall J, O’Neill S, Sparrow B. (unpublished draft) ‘Invertebrate fauna module’ in ….. (eds) Ecological Field Monitoring Protocols Manual: Standardising environmental monitoring and data systems for improved decision making. Draft v 0.1 Report to DCCEEW. TERN, Adelaide." ; rdfs:isDefinedBy ; - skos:broader ; skos:definition "The taxon in flower, during pan trap sampling- invertebrate fauna sampling." ; skos:prefLabel "plant species in flower" ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_property_concepts/plant-species-in-flower.ttl"^^xsd:anyURI ; From e7ea4bef232ec678f25e3834e85459e7a702b54d Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Wed, 4 Dec 2024 11:31:59 +1000 Subject: [PATCH 11/18] Removed LUTs collection from VegMapping OPs collection --- .../vegetation-mapping/collection.ttl | 1 - 1 file changed, 1 deletion(-) diff --git a/vocab_files/observable_properties_by_module/vegetation-mapping/collection.ttl b/vocab_files/observable_properties_by_module/vegetation-mapping/collection.ttl index 4d4923763..b8e3e9d13 100644 --- a/vocab_files/observable_properties_by_module/vegetation-mapping/collection.ttl +++ b/vocab_files/observable_properties_by_module/vegetation-mapping/collection.ttl @@ -19,7 +19,6 @@ PREFIX xsd: , , , - , , ; skos:prefLabel "Vegetation Mapping Observable Properties" ; From 62cf46f5f187f78b8312f2858b53dcca21427c00 Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Wed, 4 Dec 2024 13:11:45 +1000 Subject: [PATCH 12/18] Removed deprecated OPs --- .../observable_properties}/body-condition-comments.ttl | 0 .../observable_properties}/climatic-condition.ttl | 0 .../coarse-woody-debris-count-(cwd-count).ttl | 0 .../coarse-woody-debris-per-hectare-(cwd-volume-per-hectare).ttl | 0 .../coarse-woody-debris-volume-individual-(cwd-volume).ttl | 0 .../deprecated_vocabs/observable_properties}/cover-class.ttl | 0 .../deprecated_vocabs/observable_properties}/cover.ttl | 0 .../observable_properties}/cryptogram-cover-percent.ttl | 0 .../observable_properties}/cwd-abundance-per-hectare.ttl | 0 .../observable_properties}/cwd-cover-percent.ttl | 0 .../deprecated_vocabs/observable_properties}/fractional-cover.ttl | 0 .../deprecated_vocabs/observable_properties}/gait-length.ttl | 0 .../deprecated_vocabs/observable_properties}/gait-width.ttl | 0 .../observable_properties}/gravel-cover-percent.ttl | 0 .../deprecated_vocabs/observable_properties}/height-class.ttl | 0 .../deprecated_vocabs/observable_properties}/maximum-height.ttl | 0 .../observable_properties}/microhabitat-tier-1.ttl | 0 .../observable_properties}/microhabitat-tier-2.ttl | 0 .../observable_properties}/nvis-major-vegetation-sub-group.ttl | 0 .../observable_properties}/outcrop-cover-percent.ttl | 0 .../observable_properties}/pellets-count-buck-heap.ttl | 0 .../observable_properties}/physical-substrate-cover.ttl | 0 .../observable_properties}/plant-uppermost-height.ttl | 0 .../observable_properties}/rock-cover-percent.ttl | 0 .../observable_properties}/second-dominant-species.ttl | 0 .../observable_properties}/surface-strew-size.ttl | 0 .../observable_properties}/third-dominant-species.ttl | 0 .../observable_properties}/unknown-cover-percent.ttl | 0 .../observable_properties}/vaginal-condition.ttl | 0 .../deprecated_vocabs/observable_properties}/vegetation-type.ttl | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/body-condition-comments.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/climatic-condition.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/coarse-woody-debris-count-(cwd-count).ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/coarse-woody-debris-per-hectare-(cwd-volume-per-hectare).ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/coarse-woody-debris-volume-individual-(cwd-volume).ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/cover-class.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/cover.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/cryptogram-cover-percent.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/cwd-abundance-per-hectare.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/cwd-cover-percent.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/fractional-cover.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/gait-length.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/gait-width.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/gravel-cover-percent.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/height-class.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/maximum-height.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/microhabitat-tier-1.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/microhabitat-tier-2.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/nvis-major-vegetation-sub-group.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/outcrop-cover-percent.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/pellets-count-buck-heap.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/physical-substrate-cover.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/plant-uppermost-height.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/rock-cover-percent.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/second-dominant-species.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/surface-strew-size.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/third-dominant-species.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/unknown-cover-percent.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/vaginal-condition.ttl (100%) rename {vocab_files/observable_property_concepts => tests/deprecated_vocabs/observable_properties}/vegetation-type.ttl (100%) diff --git a/vocab_files/observable_property_concepts/body-condition-comments.ttl b/tests/deprecated_vocabs/observable_properties/body-condition-comments.ttl similarity index 100% rename from vocab_files/observable_property_concepts/body-condition-comments.ttl rename to tests/deprecated_vocabs/observable_properties/body-condition-comments.ttl diff --git a/vocab_files/observable_property_concepts/climatic-condition.ttl b/tests/deprecated_vocabs/observable_properties/climatic-condition.ttl similarity index 100% rename from vocab_files/observable_property_concepts/climatic-condition.ttl rename to tests/deprecated_vocabs/observable_properties/climatic-condition.ttl diff --git a/vocab_files/observable_property_concepts/coarse-woody-debris-count-(cwd-count).ttl b/tests/deprecated_vocabs/observable_properties/coarse-woody-debris-count-(cwd-count).ttl similarity index 100% rename from vocab_files/observable_property_concepts/coarse-woody-debris-count-(cwd-count).ttl rename to tests/deprecated_vocabs/observable_properties/coarse-woody-debris-count-(cwd-count).ttl diff --git a/vocab_files/observable_property_concepts/coarse-woody-debris-per-hectare-(cwd-volume-per-hectare).ttl b/tests/deprecated_vocabs/observable_properties/coarse-woody-debris-per-hectare-(cwd-volume-per-hectare).ttl similarity index 100% rename from vocab_files/observable_property_concepts/coarse-woody-debris-per-hectare-(cwd-volume-per-hectare).ttl rename to tests/deprecated_vocabs/observable_properties/coarse-woody-debris-per-hectare-(cwd-volume-per-hectare).ttl diff --git a/vocab_files/observable_property_concepts/coarse-woody-debris-volume-individual-(cwd-volume).ttl b/tests/deprecated_vocabs/observable_properties/coarse-woody-debris-volume-individual-(cwd-volume).ttl similarity index 100% rename from vocab_files/observable_property_concepts/coarse-woody-debris-volume-individual-(cwd-volume).ttl rename to tests/deprecated_vocabs/observable_properties/coarse-woody-debris-volume-individual-(cwd-volume).ttl diff --git a/vocab_files/observable_property_concepts/cover-class.ttl b/tests/deprecated_vocabs/observable_properties/cover-class.ttl similarity index 100% rename from vocab_files/observable_property_concepts/cover-class.ttl rename to tests/deprecated_vocabs/observable_properties/cover-class.ttl diff --git a/vocab_files/observable_property_concepts/cover.ttl b/tests/deprecated_vocabs/observable_properties/cover.ttl similarity index 100% rename from vocab_files/observable_property_concepts/cover.ttl rename to tests/deprecated_vocabs/observable_properties/cover.ttl diff --git a/vocab_files/observable_property_concepts/cryptogram-cover-percent.ttl b/tests/deprecated_vocabs/observable_properties/cryptogram-cover-percent.ttl similarity index 100% rename from vocab_files/observable_property_concepts/cryptogram-cover-percent.ttl rename to tests/deprecated_vocabs/observable_properties/cryptogram-cover-percent.ttl diff --git a/vocab_files/observable_property_concepts/cwd-abundance-per-hectare.ttl b/tests/deprecated_vocabs/observable_properties/cwd-abundance-per-hectare.ttl similarity index 100% rename from vocab_files/observable_property_concepts/cwd-abundance-per-hectare.ttl rename to tests/deprecated_vocabs/observable_properties/cwd-abundance-per-hectare.ttl diff --git a/vocab_files/observable_property_concepts/cwd-cover-percent.ttl b/tests/deprecated_vocabs/observable_properties/cwd-cover-percent.ttl similarity index 100% rename from vocab_files/observable_property_concepts/cwd-cover-percent.ttl rename to tests/deprecated_vocabs/observable_properties/cwd-cover-percent.ttl diff --git a/vocab_files/observable_property_concepts/fractional-cover.ttl b/tests/deprecated_vocabs/observable_properties/fractional-cover.ttl similarity index 100% rename from vocab_files/observable_property_concepts/fractional-cover.ttl rename to tests/deprecated_vocabs/observable_properties/fractional-cover.ttl diff --git a/vocab_files/observable_property_concepts/gait-length.ttl b/tests/deprecated_vocabs/observable_properties/gait-length.ttl similarity index 100% rename from vocab_files/observable_property_concepts/gait-length.ttl rename to tests/deprecated_vocabs/observable_properties/gait-length.ttl diff --git a/vocab_files/observable_property_concepts/gait-width.ttl b/tests/deprecated_vocabs/observable_properties/gait-width.ttl similarity index 100% rename from vocab_files/observable_property_concepts/gait-width.ttl rename to tests/deprecated_vocabs/observable_properties/gait-width.ttl diff --git a/vocab_files/observable_property_concepts/gravel-cover-percent.ttl b/tests/deprecated_vocabs/observable_properties/gravel-cover-percent.ttl similarity index 100% rename from vocab_files/observable_property_concepts/gravel-cover-percent.ttl rename to tests/deprecated_vocabs/observable_properties/gravel-cover-percent.ttl diff --git a/vocab_files/observable_property_concepts/height-class.ttl b/tests/deprecated_vocabs/observable_properties/height-class.ttl similarity index 100% rename from vocab_files/observable_property_concepts/height-class.ttl rename to tests/deprecated_vocabs/observable_properties/height-class.ttl diff --git a/vocab_files/observable_property_concepts/maximum-height.ttl b/tests/deprecated_vocabs/observable_properties/maximum-height.ttl similarity index 100% rename from vocab_files/observable_property_concepts/maximum-height.ttl rename to tests/deprecated_vocabs/observable_properties/maximum-height.ttl diff --git a/vocab_files/observable_property_concepts/microhabitat-tier-1.ttl b/tests/deprecated_vocabs/observable_properties/microhabitat-tier-1.ttl similarity index 100% rename from vocab_files/observable_property_concepts/microhabitat-tier-1.ttl rename to tests/deprecated_vocabs/observable_properties/microhabitat-tier-1.ttl diff --git a/vocab_files/observable_property_concepts/microhabitat-tier-2.ttl b/tests/deprecated_vocabs/observable_properties/microhabitat-tier-2.ttl similarity index 100% rename from vocab_files/observable_property_concepts/microhabitat-tier-2.ttl rename to tests/deprecated_vocabs/observable_properties/microhabitat-tier-2.ttl diff --git a/vocab_files/observable_property_concepts/nvis-major-vegetation-sub-group.ttl b/tests/deprecated_vocabs/observable_properties/nvis-major-vegetation-sub-group.ttl similarity index 100% rename from vocab_files/observable_property_concepts/nvis-major-vegetation-sub-group.ttl rename to tests/deprecated_vocabs/observable_properties/nvis-major-vegetation-sub-group.ttl diff --git a/vocab_files/observable_property_concepts/outcrop-cover-percent.ttl b/tests/deprecated_vocabs/observable_properties/outcrop-cover-percent.ttl similarity index 100% rename from vocab_files/observable_property_concepts/outcrop-cover-percent.ttl rename to tests/deprecated_vocabs/observable_properties/outcrop-cover-percent.ttl diff --git a/vocab_files/observable_property_concepts/pellets-count-buck-heap.ttl b/tests/deprecated_vocabs/observable_properties/pellets-count-buck-heap.ttl similarity index 100% rename from vocab_files/observable_property_concepts/pellets-count-buck-heap.ttl rename to tests/deprecated_vocabs/observable_properties/pellets-count-buck-heap.ttl diff --git a/vocab_files/observable_property_concepts/physical-substrate-cover.ttl b/tests/deprecated_vocabs/observable_properties/physical-substrate-cover.ttl similarity index 100% rename from vocab_files/observable_property_concepts/physical-substrate-cover.ttl rename to tests/deprecated_vocabs/observable_properties/physical-substrate-cover.ttl diff --git a/vocab_files/observable_property_concepts/plant-uppermost-height.ttl b/tests/deprecated_vocabs/observable_properties/plant-uppermost-height.ttl similarity index 100% rename from vocab_files/observable_property_concepts/plant-uppermost-height.ttl rename to tests/deprecated_vocabs/observable_properties/plant-uppermost-height.ttl diff --git a/vocab_files/observable_property_concepts/rock-cover-percent.ttl b/tests/deprecated_vocabs/observable_properties/rock-cover-percent.ttl similarity index 100% rename from vocab_files/observable_property_concepts/rock-cover-percent.ttl rename to tests/deprecated_vocabs/observable_properties/rock-cover-percent.ttl diff --git a/vocab_files/observable_property_concepts/second-dominant-species.ttl b/tests/deprecated_vocabs/observable_properties/second-dominant-species.ttl similarity index 100% rename from vocab_files/observable_property_concepts/second-dominant-species.ttl rename to tests/deprecated_vocabs/observable_properties/second-dominant-species.ttl diff --git a/vocab_files/observable_property_concepts/surface-strew-size.ttl b/tests/deprecated_vocabs/observable_properties/surface-strew-size.ttl similarity index 100% rename from vocab_files/observable_property_concepts/surface-strew-size.ttl rename to tests/deprecated_vocabs/observable_properties/surface-strew-size.ttl diff --git a/vocab_files/observable_property_concepts/third-dominant-species.ttl b/tests/deprecated_vocabs/observable_properties/third-dominant-species.ttl similarity index 100% rename from vocab_files/observable_property_concepts/third-dominant-species.ttl rename to tests/deprecated_vocabs/observable_properties/third-dominant-species.ttl diff --git a/vocab_files/observable_property_concepts/unknown-cover-percent.ttl b/tests/deprecated_vocabs/observable_properties/unknown-cover-percent.ttl similarity index 100% rename from vocab_files/observable_property_concepts/unknown-cover-percent.ttl rename to tests/deprecated_vocabs/observable_properties/unknown-cover-percent.ttl diff --git a/vocab_files/observable_property_concepts/vaginal-condition.ttl b/tests/deprecated_vocabs/observable_properties/vaginal-condition.ttl similarity index 100% rename from vocab_files/observable_property_concepts/vaginal-condition.ttl rename to tests/deprecated_vocabs/observable_properties/vaginal-condition.ttl diff --git a/vocab_files/observable_property_concepts/vegetation-type.ttl b/tests/deprecated_vocabs/observable_properties/vegetation-type.ttl similarity index 100% rename from vocab_files/observable_property_concepts/vegetation-type.ttl rename to tests/deprecated_vocabs/observable_properties/vegetation-type.ttl From c444a441153b55d3c1113337c4f0b4a7055347d6 Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Wed, 4 Dec 2024 14:33:19 +1000 Subject: [PATCH 13/18] Removed isolated LUT Concepts --- .../luts/categorical_concepts.ttl | 625 ------------------ 1 file changed, 625 deletions(-) diff --git a/vocab_files/categorical_collections/luts/categorical_concepts.ttl b/vocab_files/categorical_collections/luts/categorical_concepts.ttl index 258bfa70d..bbe6e75f9 100644 --- a/vocab_files/categorical_collections/luts/categorical_concepts.ttl +++ b/vocab_files/categorical_collections/luts/categorical_concepts.ttl @@ -317,13 +317,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - CAPN" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -507,13 +500,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIHE" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -847,13 +833,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SISCFR" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -1170,13 +1149,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIWG" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -1470,13 +1442,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SISCOL" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -2045,13 +2010,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIRT" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -2151,13 +2109,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - CAWT" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -2465,13 +2416,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIGT" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -2501,13 +2445,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - CAFT" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -2579,13 +2516,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation code- OBCARK" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -2691,13 +2621,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "Very steep (56-100%)" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -2926,13 +2849,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "Very Hot" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -2976,13 +2892,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "Soil sample" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -3261,13 +3170,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - CACT" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -3318,13 +3220,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation code- OBAH" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -3375,13 +3270,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIEG" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -4033,13 +3921,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SINEAC" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -4587,13 +4468,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation code- OBRC" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -4991,13 +4865,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation code- OB" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -5047,13 +4914,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIDN" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -5131,13 +4991,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - CAPT" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -5187,13 +5040,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - CAHT" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -5266,13 +5112,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "Steep (32-56%)" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -5577,13 +5416,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "Cold" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -5783,13 +5615,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SISG" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -5975,13 +5800,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIEX" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -6062,13 +5880,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIEDWA" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -6233,13 +6044,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - CAMN" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -6766,13 +6570,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "rhizomatous" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -6871,13 +6668,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIWS" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -6885,13 +6675,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "weather- Warm" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -6899,13 +6682,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIAR" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -6941,13 +6717,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIDI" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -7036,13 +6805,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIEDSO" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -7433,13 +7195,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SINEWC" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -7611,13 +7366,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIBUIN" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -7625,13 +7373,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "Moderately inclined (10-32%)" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -7845,13 +7586,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIWPRE" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -7937,13 +7671,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SISA" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -7958,13 +7685,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIEDID" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -7973,13 +7693,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "Precipitous (>100%)" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -8008,13 +7721,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - CAET" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -8072,13 +7778,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIEDVD" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -8150,13 +7849,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - CASW" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -8466,13 +8158,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIFO" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -8704,13 +8389,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation code- OBCASB" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -8908,13 +8586,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIST" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -9285,13 +8956,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIPE" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -9313,13 +8977,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SISK" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -9334,13 +8991,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation code- OBCAUK" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -9632,13 +9282,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SINEIN" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -9901,13 +9544,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "Very Cold" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -10191,13 +9827,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation code- OBSL" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -10567,13 +10196,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "Breeding present" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -10695,13 +10317,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIWPSU" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -10774,13 +10389,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIEDPL" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -10852,14 +10460,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:notation "MVS 38" ; - skos:prefLabel "Wet tussock grasslands with herbs, sedges or rushes, herblands or ferns" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -11309,13 +10909,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIUR" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -11600,13 +11193,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIFE" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -11925,13 +11511,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "No breeding evident" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -11939,13 +11518,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - CAHC" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -12019,13 +11591,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "procumbent" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -12333,13 +11898,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation code- OBCAPR" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -12676,13 +12234,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SISP" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -12711,13 +12262,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - CAMT" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -13032,13 +12576,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SISH" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -13664,13 +13201,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIBUAC" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -13692,13 +13222,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "Hot" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -13912,13 +13435,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "Level (<1%)" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -14076,13 +13592,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIOT" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -14822,13 +14331,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation code- OBOT" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -14878,13 +14380,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIHA" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -14992,13 +14487,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SITR" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -15315,13 +14803,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SISN" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -15421,13 +14902,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation code- OBCASH" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -15478,20 +14952,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SINE" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation code- OBNM" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -15499,13 +14959,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation code- OBCAOT" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -15599,13 +15052,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - CATU" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -16290,13 +15736,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SIEDAI" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -16418,13 +15857,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation code- OBSI" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -16489,13 +15921,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - CALT" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -16541,13 +15966,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - CAOT" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -17100,13 +16518,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SI" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -17520,13 +16931,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation method - SINEWE" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -17647,13 +17051,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "Cool" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -17900,13 +17297,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "Very gently inclined (1-3%)" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -18027,13 +17417,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "observation code- OBAF" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -18048,13 +17431,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - - a skos:Concept ; - rdfs:isDefinedBy ; - skos:prefLabel "Gently inclined (3-10%)" ; - schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; -. - a skos:Concept ; rdfs:isDefinedBy ; @@ -18276,4 +17652,3 @@ PREFIX xsd: skos:prefLabel "Hazard Reduction Burn" ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . - From 04c57416ce28af013f66c2b9d0637f1326a493da Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Wed, 4 Dec 2024 15:23:00 +1000 Subject: [PATCH 14/18] Updated OPs and their attributes --- .../cover/enhanced-protocol/field-species-name.ttl | 1 - .../cover/enhanced-protocol/growth-form.ttl | 1 - .../cover/enhanced-protocol/in-canopy-sky.ttl | 1 - .../cover/enhanced-protocol/plant-height.ttl | 1 - .../cover/enhanced-protocol/plant-mortality.ttl | 1 - .../cover/enhanced-protocol/substrate.ttl | 1 - .../cover/standard-protocol/fractional-cover-types.ttl | 1 - .../cover/standard-protocol/in-canopy-sky.ttl | 1 - .../cover/standard-protocol/plant-height.ttl | 1 - .../cover/standard-protocol/substrate.ttl | 1 - .../opportunistic-observations/age-class.ttl | 5 ----- .../opportunistic-observations/animal-count.ttl | 6 +----- .../opportunistic-observations/animal-pouch-condition.ttl | 5 ----- .../opportunistic-observations/animal-weight.ttl | 5 ----- .../opportunistic-observations/breeding-status.ttl | 5 ----- .../opportunistic-observations/carapace-length.ttl | 5 ----- .../opportunistic-observations/clinical-scoring-rump.ttl | 5 ----- .../opportunistic-observations/ear-length.ttl | 5 ----- .../opportunistic-observations/ear-width.ttl | 5 ----- .../opportunistic-observations/female-teat-condition.ttl | 5 ----- .../opportunistic-observations/field-species-name.ttl | 6 +----- .../opportunistic-observations/forearm-length.ttl | 5 ----- .../opportunistic-observations/growth-form.ttl | 5 ----- .../opportunistic-observations/head-body-length.ttl | 5 ----- .../opportunistic-observations/head-length.ttl | 5 ----- .../opportunistic-observations/head-to-snout-width.ttl | 5 ----- .../opportunistic-observations/hind-foot-length.ttl | 5 ----- .../opportunistic-observations/life-stage.ttl | 5 ----- .../opportunistic-observations/plant-count.ttl | 6 +----- .../opportunistic-observations/position-of-testes.ttl | 5 ----- .../opportunistic-observations/pouch-young-number.ttl | 5 ----- .../opportunistic-observations/sex.ttl | 5 ----- .../opportunistic-observations/snout-length.ttl | 5 ----- .../opportunistic-observations/snout-tail-length.ttl | 5 ----- .../opportunistic-observations/snout-vent-length.ttl | 5 ----- .../opportunistic-observations/standing-height.ttl | 5 ----- .../opportunistic-observations/tail-length.ttl | 5 ----- .../opportunistic-observations/tail-width.ttl | 5 ----- .../opportunistic-observations/taxa-type.ttl | 5 ----- .../opportunistic-observations/total-animal-length.ttl | 5 ----- .../opportunistic-observations/vent-tail-length.ttl | 5 ----- .../vegetation-mapping/average-species-height.ttl | 3 --- .../vegetation-mapping/dominant-growth-form.ttl | 3 --- .../vegetation-mapping/field-species-name.ttl | 3 --- .../vegetation-mapping/fire-history.ttl | 2 -- .../vegetation-mapping/foliage-projective-cover.ttl | 3 --- .../vegetation-mapping/homogeneity-measure.ttl | 1 - .../vegetation-mapping/site-disturbance.ttl | 3 --- .../vegetation-mapping/vegetation-growth-stage.ttl | 1 - 49 files changed, 3 insertions(+), 184 deletions(-) diff --git a/vocab_files/observable_properties_by_module/cover/enhanced-protocol/field-species-name.ttl b/vocab_files/observable_properties_by_module/cover/enhanced-protocol/field-species-name.ttl index d719dd3a1..5ca5310e6 100644 --- a/vocab_files/observable_properties_by_module/cover/enhanced-protocol/field-species-name.ttl +++ b/vocab_files/observable_properties_by_module/cover/enhanced-protocol/field-species-name.ttl @@ -8,7 +8,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/cover/enhanced-protocol/field-species-name.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/cover/enhanced-protocol/growth-form.ttl b/vocab_files/observable_properties_by_module/cover/enhanced-protocol/growth-form.ttl index a802c65f3..b14bb6109 100644 --- a/vocab_files/observable_properties_by_module/cover/enhanced-protocol/growth-form.ttl +++ b/vocab_files/observable_properties_by_module/cover/enhanced-protocol/growth-form.ttl @@ -9,7 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/cover/enhanced-protocol/growth-form.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/cover/enhanced-protocol/in-canopy-sky.ttl b/vocab_files/observable_properties_by_module/cover/enhanced-protocol/in-canopy-sky.ttl index 1be9da8c4..f5655cbfd 100644 --- a/vocab_files/observable_properties_by_module/cover/enhanced-protocol/in-canopy-sky.ttl +++ b/vocab_files/observable_properties_by_module/cover/enhanced-protocol/in-canopy-sky.ttl @@ -8,7 +8,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/cover/enhanced-protocol/in-canopy-sky.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; 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 e6e5f8cf0..2e72d2167 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 @@ -9,7 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/cover/enhanced-protocol/plant-height.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute ; urnp:maxExclusive 100 ; urnp:minExclusive 0 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/cover/enhanced-protocol/plant-mortality.ttl b/vocab_files/observable_properties_by_module/cover/enhanced-protocol/plant-mortality.ttl index fbbf9fb7c..a0813cef3 100644 --- a/vocab_files/observable_properties_by_module/cover/enhanced-protocol/plant-mortality.ttl +++ b/vocab_files/observable_properties_by_module/cover/enhanced-protocol/plant-mortality.ttl @@ -9,7 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/cover/enhanced-protocol/plant-mortality.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/cover/enhanced-protocol/substrate.ttl b/vocab_files/observable_properties_by_module/cover/enhanced-protocol/substrate.ttl index bfe7b6196..e22bf9eed 100644 --- a/vocab_files/observable_properties_by_module/cover/enhanced-protocol/substrate.ttl +++ b/vocab_files/observable_properties_by_module/cover/enhanced-protocol/substrate.ttl @@ -9,7 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/cover/enhanced-protocol/substrate.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/cover/standard-protocol/fractional-cover-types.ttl b/vocab_files/observable_properties_by_module/cover/standard-protocol/fractional-cover-types.ttl index 047f30fb6..27384b01b 100644 --- a/vocab_files/observable_properties_by_module/cover/standard-protocol/fractional-cover-types.ttl +++ b/vocab_files/observable_properties_by_module/cover/standard-protocol/fractional-cover-types.ttl @@ -9,7 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/cover/standard-protocol/fractional-cover-types.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/cover/standard-protocol/in-canopy-sky.ttl b/vocab_files/observable_properties_by_module/cover/standard-protocol/in-canopy-sky.ttl index 7dc68409d..74d8c734e 100644 --- a/vocab_files/observable_properties_by_module/cover/standard-protocol/in-canopy-sky.ttl +++ b/vocab_files/observable_properties_by_module/cover/standard-protocol/in-canopy-sky.ttl @@ -8,7 +8,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/cover/standard-protocol/in-canopy-sky.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute ; 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 75fb337f2..7fb197ff9 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 @@ -9,7 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/cover/standard-protocol/plant-height.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute ; urnp:maxExclusive 100 ; urnp:minExclusive 0 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/cover/standard-protocol/substrate.ttl b/vocab_files/observable_properties_by_module/cover/standard-protocol/substrate.ttl index f4dce0058..ed4e852f4 100644 --- a/vocab_files/observable_properties_by_module/cover/standard-protocol/substrate.ttl +++ b/vocab_files/observable_properties_by_module/cover/standard-protocol/substrate.ttl @@ -9,7 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/cover/standard-protocol/substrate.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/age-class.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/age-class.ttl index 11c9d944a..7b5655324 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/age-class.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/age-class.ttl @@ -9,11 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/age-class.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/animal-count.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/animal-count.ttl index 9147a4a5c..49d57d94d 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/animal-count.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/animal-count.ttl @@ -9,11 +9,7 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/animal-count.ttl"^^xsd:anyURI ; urnp:featureType ; urnp:hasAttribute - , - , - , - , - ; + ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/animal-pouch-condition.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/animal-pouch-condition.ttl index 39790533f..3a7c02eac 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/animal-pouch-condition.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/animal-pouch-condition.ttl @@ -9,11 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/animal-pouch-condition.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/animal-weight.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/animal-weight.ttl index 34fd887b2..ec6ca0098 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/animal-weight.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/animal-weight.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/animal-weight.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 500 ; urnp:minExclusive 0.1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/breeding-status.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/breeding-status.ttl index 0eeba0308..35c5c1e7c 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/breeding-status.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/breeding-status.ttl @@ -9,11 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/breeding-status.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/carapace-length.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/carapace-length.ttl index 86aea3ecc..60e5dc198 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/carapace-length.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/carapace-length.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/carapace-length.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 100 ; urnp:minExclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/clinical-scoring-rump.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/clinical-scoring-rump.ttl index 4ca52f403..0670baee8 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/clinical-scoring-rump.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/clinical-scoring-rump.ttl @@ -9,11 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/clinical-scoring-rump.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/ear-length.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/ear-length.ttl index 18238b7ab..b2a413f1d 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/ear-length.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/ear-length.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/ear-length.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 500 ; urnp:minExclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/ear-width.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/ear-width.ttl index 9d3b60962..557b9e250 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/ear-width.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/ear-width.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/ear-width.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 500 ; urnp:minExclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/female-teat-condition.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/female-teat-condition.ttl index 77fde1804..e6e61746d 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/female-teat-condition.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/female-teat-condition.ttl @@ -9,11 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/female-teat-condition.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/field-species-name.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/field-species-name.ttl index 96892ceb2..3cf116526 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/field-species-name.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/field-species-name.ttl @@ -11,11 +11,7 @@ PREFIX xsd: , ; urnp:hasAttribute - , - , - , - , - ; + ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/forearm-length.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/forearm-length.ttl index 988e62c92..ec97b89cd 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/forearm-length.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/forearm-length.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/forearm-length.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 500 ; urnp:minExclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/growth-form.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/growth-form.ttl index c258eb697..ad6e815e2 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/growth-form.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/growth-form.ttl @@ -9,11 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/growth-form.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/head-body-length.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/head-body-length.ttl index 2aa68547e..f5ebbdf40 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/head-body-length.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/head-body-length.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/head-body-length.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 500 ; urnp:minExclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/head-length.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/head-length.ttl index f7621480d..94617e472 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/head-length.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/head-length.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/head-length.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 500 ; urnp:minExclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/head-to-snout-width.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/head-to-snout-width.ttl index 5931b7285..9dc1cd2df 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/head-to-snout-width.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/head-to-snout-width.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/head-to-snout-width.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 500 ; urnp:minExclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/hind-foot-length.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/hind-foot-length.ttl index 24d1c68fa..5c06ef488 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/hind-foot-length.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/hind-foot-length.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/hind-foot-length.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 500 ; urnp:minExclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/life-stage.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/life-stage.ttl index 1d029c73b..991124b1d 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/life-stage.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/life-stage.ttl @@ -9,11 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/life-stage.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/plant-count.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/plant-count.ttl index a59607176..1c0fb08c3 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/plant-count.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/plant-count.ttl @@ -9,11 +9,7 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/plant-count.ttl"^^xsd:anyURI ; urnp:featureType ; urnp:hasAttribute - , - , - , - , - ; + ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/position-of-testes.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/position-of-testes.ttl index 6cf2f45a7..6f5f1e6fa 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/position-of-testes.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/position-of-testes.ttl @@ -9,11 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/position-of-testes.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/pouch-young-number.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/pouch-young-number.ttl index a522a437f..2797eedd1 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/pouch-young-number.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/pouch-young-number.ttl @@ -8,11 +8,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/pouch-young-number.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/sex.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/sex.ttl index e62c2b0e8..332d5f2ce 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/sex.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/sex.ttl @@ -9,11 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/sex.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/snout-length.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/snout-length.ttl index 11b479f28..0e04b12ae 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/snout-length.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/snout-length.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/snout-length.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 500 ; urnp:minExclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/snout-tail-length.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/snout-tail-length.ttl index bb5336f5e..e00c8eef0 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/snout-tail-length.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/snout-tail-length.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/snout-tail-length.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 500 ; urnp:minExclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/snout-vent-length.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/snout-vent-length.ttl index 835613bf3..a75fe1624 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/snout-vent-length.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/snout-vent-length.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/snout-vent-length.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 500 ; urnp:minExclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/standing-height.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/standing-height.ttl index 70a4f5314..cac0e4275 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/standing-height.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/standing-height.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/standing-height.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 200 ; urnp:minExclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/tail-length.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/tail-length.ttl index 3c8926c20..624991672 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/tail-length.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/tail-length.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/tail-length.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 500 ; urnp:minExclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/tail-width.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/tail-width.ttl index f3c7cf8d4..4df1426b7 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/tail-width.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/tail-width.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/tail-width.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 500 ; urnp:minExclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/taxa-type.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/taxa-type.ttl index 86f4fb457..fa589bc3e 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/taxa-type.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/taxa-type.ttl @@ -11,11 +11,6 @@ PREFIX xsd: urnp:featureType , ; - urnp:hasAttribute - , - , - , - ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/total-animal-length.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/total-animal-length.ttl index 0d0543761..f17e7c7de 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/total-animal-length.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/total-animal-length.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/total-animal-length.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 500 ; urnp:minExclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/vent-tail-length.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/vent-tail-length.ttl index fe54ad468..a6140a6ff 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/vent-tail-length.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/vent-tail-length.ttl @@ -9,11 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/vent-tail-length.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - , - , - ; urnp:maxExclusive 500 ; urnp:minExclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/vegetation-mapping/average-species-height.ttl b/vocab_files/observable_properties_by_module/vegetation-mapping/average-species-height.ttl index 47d4593ad..0b0a69c66 100644 --- a/vocab_files/observable_properties_by_module/vegetation-mapping/average-species-height.ttl +++ b/vocab_files/observable_properties_by_module/vegetation-mapping/average-species-height.ttl @@ -9,9 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/vegetation-mapping/average-species-height.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - ; urnp:maxInclusive 150 ; urnp:minInclusive 0 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/vegetation-mapping/dominant-growth-form.ttl b/vocab_files/observable_properties_by_module/vegetation-mapping/dominant-growth-form.ttl index b6fbc3c1d..150dcca01 100644 --- a/vocab_files/observable_properties_by_module/vegetation-mapping/dominant-growth-form.ttl +++ b/vocab_files/observable_properties_by_module/vegetation-mapping/dominant-growth-form.ttl @@ -9,9 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/vegetation-mapping/dominant-growth-form.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute - , - ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/vegetation-mapping/field-species-name.ttl b/vocab_files/observable_properties_by_module/vegetation-mapping/field-species-name.ttl index a83d71ffd..dce9a1c87 100644 --- a/vocab_files/observable_properties_by_module/vegetation-mapping/field-species-name.ttl +++ b/vocab_files/observable_properties_by_module/vegetation-mapping/field-species-name.ttl @@ -8,9 +8,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/vegetation-mapping/field-species-name.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/vegetation-mapping/fire-history.ttl b/vocab_files/observable_properties_by_module/vegetation-mapping/fire-history.ttl index 4c3f14aa0..33444fb8f 100644 --- a/vocab_files/observable_properties_by_module/vegetation-mapping/fire-history.ttl +++ b/vocab_files/observable_properties_by_module/vegetation-mapping/fire-history.ttl @@ -10,8 +10,6 @@ PREFIX xsd: urnp:categoricalValuesCollection ; urnp:featureType ; urnp:hasAttribute - , - , ; urnp:observablePropertiesCollection ; urnp:observableProperty ; diff --git a/vocab_files/observable_properties_by_module/vegetation-mapping/foliage-projective-cover.ttl b/vocab_files/observable_properties_by_module/vegetation-mapping/foliage-projective-cover.ttl index 79f022bfd..95e013854 100644 --- a/vocab_files/observable_properties_by_module/vegetation-mapping/foliage-projective-cover.ttl +++ b/vocab_files/observable_properties_by_module/vegetation-mapping/foliage-projective-cover.ttl @@ -9,9 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/vegetation-mapping/foliage-projective-cover.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - , - ; urnp:maxInclusive 100 ; urnp:minInclusive 1 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/vegetation-mapping/homogeneity-measure.ttl b/vocab_files/observable_properties_by_module/vegetation-mapping/homogeneity-measure.ttl index 9a305a091..06fe54ffb 100644 --- a/vocab_files/observable_properties_by_module/vegetation-mapping/homogeneity-measure.ttl +++ b/vocab_files/observable_properties_by_module/vegetation-mapping/homogeneity-measure.ttl @@ -9,7 +9,6 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/vegetation-mapping/homogeneity-measure.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute ; urnp:maxInclusive 1000 ; urnp:minExclusive 0 ; urnp:observablePropertiesCollection ; diff --git a/vocab_files/observable_properties_by_module/vegetation-mapping/site-disturbance.ttl b/vocab_files/observable_properties_by_module/vegetation-mapping/site-disturbance.ttl index 71aef770e..4366f0aa4 100644 --- a/vocab_files/observable_properties_by_module/vegetation-mapping/site-disturbance.ttl +++ b/vocab_files/observable_properties_by_module/vegetation-mapping/site-disturbance.ttl @@ -9,9 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/vegetation-mapping/site-disturbance.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute - , - ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/vegetation-mapping/vegetation-growth-stage.ttl b/vocab_files/observable_properties_by_module/vegetation-mapping/vegetation-growth-stage.ttl index 0ad5262e8..0467f6a14 100644 --- a/vocab_files/observable_properties_by_module/vegetation-mapping/vegetation-growth-stage.ttl +++ b/vocab_files/observable_properties_by_module/vegetation-mapping/vegetation-growth-stage.ttl @@ -9,7 +9,6 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/vegetation-mapping/vegetation-growth-stage.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; From 1a14e1039ee0ed33ecc8b00423375b6b87084b72 Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Wed, 4 Dec 2024 15:37:52 +1000 Subject: [PATCH 15/18] Moved LUTs concept schemes to custom folder to avoid concept scheme display in RVA --- ...ustralian-land-use-and-management-classification_version-8.ttl | 0 .../luts => custom_vocabs/luts/concept_schemes}/ibra7.ttl | 0 .../luts/concept_schemes/observation_method_tiers.ttl | 0 .../luts/concept_schemes/target_species.ttl | 0 .../luts/concept_schemes/voucher_types.ttl | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename vocab_files/{categorical_collections/luts => custom_vocabs/luts/concept_schemes}/abares_australian-land-use-and-management-classification_version-8.ttl (100%) rename vocab_files/{categorical_collections/luts => custom_vocabs/luts/concept_schemes}/ibra7.ttl (100%) rename vocab_files/{categorical_collections => custom_vocabs}/luts/concept_schemes/observation_method_tiers.ttl (100%) rename vocab_files/{categorical_collections => custom_vocabs}/luts/concept_schemes/target_species.ttl (100%) rename vocab_files/{categorical_collections => custom_vocabs}/luts/concept_schemes/voucher_types.ttl (100%) diff --git a/vocab_files/categorical_collections/luts/abares_australian-land-use-and-management-classification_version-8.ttl b/vocab_files/custom_vocabs/luts/concept_schemes/abares_australian-land-use-and-management-classification_version-8.ttl similarity index 100% rename from vocab_files/categorical_collections/luts/abares_australian-land-use-and-management-classification_version-8.ttl rename to vocab_files/custom_vocabs/luts/concept_schemes/abares_australian-land-use-and-management-classification_version-8.ttl diff --git a/vocab_files/categorical_collections/luts/ibra7.ttl b/vocab_files/custom_vocabs/luts/concept_schemes/ibra7.ttl similarity index 100% rename from vocab_files/categorical_collections/luts/ibra7.ttl rename to vocab_files/custom_vocabs/luts/concept_schemes/ibra7.ttl diff --git a/vocab_files/categorical_collections/luts/concept_schemes/observation_method_tiers.ttl b/vocab_files/custom_vocabs/luts/concept_schemes/observation_method_tiers.ttl similarity index 100% rename from vocab_files/categorical_collections/luts/concept_schemes/observation_method_tiers.ttl rename to vocab_files/custom_vocabs/luts/concept_schemes/observation_method_tiers.ttl diff --git a/vocab_files/categorical_collections/luts/concept_schemes/target_species.ttl b/vocab_files/custom_vocabs/luts/concept_schemes/target_species.ttl similarity index 100% rename from vocab_files/categorical_collections/luts/concept_schemes/target_species.ttl rename to vocab_files/custom_vocabs/luts/concept_schemes/target_species.ttl diff --git a/vocab_files/categorical_collections/luts/concept_schemes/voucher_types.ttl b/vocab_files/custom_vocabs/luts/concept_schemes/voucher_types.ttl similarity index 100% rename from vocab_files/categorical_collections/luts/concept_schemes/voucher_types.ttl rename to vocab_files/custom_vocabs/luts/concept_schemes/voucher_types.ttl From e0936bbf58161fdaa1c7ec7bcfc25dddd3d91b5b Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Thu, 5 Dec 2024 14:33:54 +1000 Subject: [PATCH 16/18] Renamed Opportunistics Observations to Opportune --- .../opportunistic-observations-attributes/collection.ttl | 4 ++-- vocab_files/methods_by_module/targeted-survey/collection.ttl | 2 +- .../fauna-active-protocol/fauna-active-protocol.ttl | 4 ++-- .../fauna-passive-protocol/fauna-passive-protocol.ttl | 2 +- .../targeted-survey/fauna-protocol/fauna-protocol.ttl | 2 +- .../flora-observation-protocol/flora-observation-protocol.ttl | 4 ++-- .../flora-population-protocol/flora-population-protocol.ttl | 4 ++-- .../targeted-survey/flora-protocol/flora-protocol.ttl | 4 ++-- .../opportunistic-observations/collection.ttl | 4 ++-- .../observable_property_concepts/animal-pouch-condition.ttl | 2 +- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/vocab_files/attributes_by_module/opportunistic-observations-attributes/collection.ttl b/vocab_files/attributes_by_module/opportunistic-observations-attributes/collection.ttl index a9737b4df..747b984d8 100644 --- a/vocab_files/attributes_by_module/opportunistic-observations-attributes/collection.ttl +++ b/vocab_files/attributes_by_module/opportunistic-observations-attributes/collection.ttl @@ -6,7 +6,7 @@ PREFIX xsd: a skos:Collection ; - dcterms:description "The attributes of the Opportunistic Observations module." ; + dcterms:description "The attributes of the Opportune module." ; rdfs:isDefinedBy ; skos:member , @@ -21,7 +21,7 @@ PREFIX xsd: , , ; - skos:prefLabel "Opportunistic Observations Attributes" ; + skos:prefLabel "Opportune Attributes" ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/attributes_by_module/opportunistic-observations-attributes/collection.ttl"^^xsd:anyURI ; . diff --git a/vocab_files/methods_by_module/targeted-survey/collection.ttl b/vocab_files/methods_by_module/targeted-survey/collection.ttl index 525c8835e..674e5d8c8 100644 --- a/vocab_files/methods_by_module/targeted-survey/collection.ttl +++ b/vocab_files/methods_by_module/targeted-survey/collection.ttl @@ -85,7 +85,7 @@ PREFIX xsd: Opportunistic observationsOpportune – opportunistic observations of species of interest (e.g. threatened or diff --git a/vocab_files/methods_by_module/targeted-survey/fauna-protocol/fauna-active-protocol/fauna-active-protocol.ttl b/vocab_files/methods_by_module/targeted-survey/fauna-protocol/fauna-active-protocol/fauna-active-protocol.ttl index aaaebb3f4..f2ff1a654 100644 --- a/vocab_files/methods_by_module/targeted-survey/fauna-protocol/fauna-active-protocol/fauna-active-protocol.ttl +++ b/vocab_files/methods_by_module/targeted-survey/fauna-protocol/fauna-active-protocol/fauna-active-protocol.ttl @@ -95,7 +95,7 @@ PREFIX xsd: During active methods, data can only be collected against species identified as target species at the start of the survey. The drop-down list will only contain the species selected. To record information about - observations of other species, use the Opportunistic observation module. + observations of other species, use the Opportune module.

  • @@ -413,7 +413,7 @@ PREFIX xsd: Habitat screens (see Figure 4 or Figure 5 respectively). Only the species identified as target species at the beginning of the survey can be selected from the species drop-down list. If an observation about another - species needs to be recorded, use the Opportunistic observation module. + species needs to be recorded, use the Opportune module.

  • diff --git a/vocab_files/methods_by_module/targeted-survey/fauna-protocol/fauna-passive-protocol/fauna-passive-protocol.ttl b/vocab_files/methods_by_module/targeted-survey/fauna-protocol/fauna-passive-protocol/fauna-passive-protocol.ttl index 0d53f50c3..43c670dcc 100644 --- a/vocab_files/methods_by_module/targeted-survey/fauna-protocol/fauna-passive-protocol/fauna-passive-protocol.ttl +++ b/vocab_files/methods_by_module/targeted-survey/fauna-protocol/fauna-passive-protocol/fauna-passive-protocol.ttl @@ -92,7 +92,7 @@ PREFIX xsd: During active methods, data can only be collected against species identified as target species at the start of the survey. The drop-down list will only contain the species selected. To record information about - observations of other species, use the Opportunistic observation module. + observations of other species, use the Opportune module.

  • diff --git a/vocab_files/methods_by_module/targeted-survey/fauna-protocol/fauna-protocol.ttl b/vocab_files/methods_by_module/targeted-survey/fauna-protocol/fauna-protocol.ttl index 01f0fb38d..6c15a1f52 100644 --- a/vocab_files/methods_by_module/targeted-survey/fauna-protocol/fauna-protocol.ttl +++ b/vocab_files/methods_by_module/targeted-survey/fauna-protocol/fauna-protocol.ttl @@ -101,7 +101,7 @@ PREFIX xsd: During active methods, data can only be collected against species identified as target species at the start of the survey. The drop-down list will only contain the species selected. To record information about - observations of other species, use the Opportunistic observation module. + observations of other species, use the Opportune module.

  • diff --git a/vocab_files/methods_by_module/targeted-survey/flora-protocol/flora-observation-protocol/flora-observation-protocol.ttl b/vocab_files/methods_by_module/targeted-survey/flora-protocol/flora-observation-protocol/flora-observation-protocol.ttl index 95016476c..2549df4e6 100644 --- a/vocab_files/methods_by_module/targeted-survey/flora-protocol/flora-observation-protocol/flora-observation-protocol.ttl +++ b/vocab_files/methods_by_module/targeted-survey/flora-protocol/flora-observation-protocol/flora-observation-protocol.ttl @@ -91,7 +91,7 @@ PREFIX xsd:

    Observations can only be recorded against species defined in the target species list (5 species maximum). If other species are detected, these can - be recorded using the Opportunistic observation module. + be recorded using the Opportune module.

  • @@ -109,7 +109,7 @@ PREFIX xsd: multi-species searches be restricted to a maximum of five species in the same stratum (Department of Planning 2020). If more than five species are being targeted, or target species have different life forms, undertake - multiple surveys. The Opportunistic observation module should be used to record + multiple surveys. The Opportune module should be used to record observations of non-target species, even if they are observed during a targeted survey.

    diff --git a/vocab_files/methods_by_module/targeted-survey/flora-protocol/flora-population-protocol/flora-population-protocol.ttl b/vocab_files/methods_by_module/targeted-survey/flora-protocol/flora-population-protocol/flora-population-protocol.ttl index cdff537cd..7d6107401 100644 --- a/vocab_files/methods_by_module/targeted-survey/flora-protocol/flora-population-protocol/flora-population-protocol.ttl +++ b/vocab_files/methods_by_module/targeted-survey/flora-protocol/flora-population-protocol/flora-population-protocol.ttl @@ -91,7 +91,7 @@ PREFIX xsd:

    Observations can only be recorded against species defined in the target species list (5 species maximum). If other species are detected, these can - be recorded using the Opportunistic observation module. + be recorded using the Opportune module.

  • @@ -109,7 +109,7 @@ PREFIX xsd: multi-species searches be restricted to a maximum of five species in the same stratum (Department of Planning 2020). If more than five species are being targeted, or target species have different life forms, undertake - multiple surveys. The Opportunistic observation module should be used to record + multiple surveys. The Opportune module should be used to record observations of non-target species, even if they are observed during a targeted survey.

    diff --git a/vocab_files/methods_by_module/targeted-survey/flora-protocol/flora-protocol.ttl b/vocab_files/methods_by_module/targeted-survey/flora-protocol/flora-protocol.ttl index e4f702cb3..bdf3a30d2 100644 --- a/vocab_files/methods_by_module/targeted-survey/flora-protocol/flora-protocol.ttl +++ b/vocab_files/methods_by_module/targeted-survey/flora-protocol/flora-protocol.ttl @@ -97,7 +97,7 @@ PREFIX xsd:

    Observations can only be recorded against species defined in the target species list (5 species maximum). If other species are detected, these can - be recorded using the Opportunistic observation module. + be recorded using the Opportune module.

  • @@ -115,7 +115,7 @@ PREFIX xsd: multi-species searches be restricted to a maximum of five species in the same stratum (Department of Planning 2020). If more than five species are being targeted, or target species have different life forms, undertake - multiple surveys. The Opportunistic observation module should be used to record + multiple surveys. The Opportune module should be used to record observations of non-target species, even if they are observed during a targeted survey.

    diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/collection.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/collection.ttl index 05d0fb43f..7d52388d7 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/collection.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/collection.ttl @@ -6,7 +6,7 @@ PREFIX xsd: a skos:Collection ; - dcterms:description "The observable properties of the Opportunistic Observations module." ; + dcterms:description "The observable properties of the Opportune module." ; rdfs:isDefinedBy ; skos:member , @@ -44,7 +44,7 @@ PREFIX xsd: , , ; - skos:prefLabel "Opportunistic Observations Observable Properties" ; + skos:prefLabel "Opportune Observable Properties" ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/collection.ttl"^^xsd:anyURI ; . diff --git a/vocab_files/observable_property_concepts/animal-pouch-condition.ttl b/vocab_files/observable_property_concepts/animal-pouch-condition.ttl index c039bbdc4..998bac7bc 100644 --- a/vocab_files/observable_property_concepts/animal-pouch-condition.ttl +++ b/vocab_files/observable_property_concepts/animal-pouch-condition.ttl @@ -6,7 +6,7 @@ PREFIX xsd: a skos:Concept ; - dcterms:source "Ecological Field Monitoring protocols - Opportunistic draft v0.1, 30/11/2021" ; + dcterms:source "Ecological Field Monitoring protocols - Opportune draft v0.1, 30/11/2021" ; rdfs:isDefinedBy ; skos:definition "The morphology of the marsupial pouch. " ; skos:prefLabel "animal pouch condition" ; From 8c3da760a7d87720639b30727138780f93a2f1e2 Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Thu, 5 Dec 2024 14:36:05 +1000 Subject: [PATCH 17/18] Renamed EMSA in index.ttl --- vocab_files/index.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vocab_files/index.ttl b/vocab_files/index.ttl index 54fbac96f..f8860d9b4 100644 --- a/vocab_files/index.ttl +++ b/vocab_files/index.ttl @@ -14,9 +14,9 @@ PREFIX xsd: , , ; - dcterms:provenance "The controlled vocabularies are the digital RDF representation of concepts extracted from the Ecological Monitoring System – Australia (EMSA) modules." ; - skos:definition "The EMSA controlled vocabularies support the data representation of field survey data collected using the Ecological Monitoring System – Australia (EMSA) modules." ; - skos:prefLabel "Ecological Monitoring System – Australia (EMSA) Controlled Vocabularies" ; + dcterms:provenance "The controlled vocabularies are the digital RDF representation of concepts extracted from the Ecological Monitoring System Australia (EMSA) modules." ; + skos:definition "The EMSA controlled vocabularies support the data representation of field survey data collected using the Ecological Monitoring System Australia (EMSA) modules." ; + skos:prefLabel "Ecological Monitoring System Australia (EMSA) Controlled Vocabularies" ; sdo:codeRepository "https://github.com/ternaustralia/dawe-rlp-vocabs"^^xsd:anyURI ; sdo:contributor ; sdo:creator From 169e6e7ef995e845761dc2f91f96c7f066df4f3f Mon Sep 17 00:00:00 2001 From: Junrong Yu Date: Fri, 6 Dec 2024 14:03:20 +1000 Subject: [PATCH 18/18] Normalized all files --- .../attributes_by_module/condition-attributes/collection.ttl | 1 + .../categorical_collections/luts/categorical_concepts.ttl | 1 + vocab_files/feature_types/tern_feature_types.ttl | 1 + .../opportunistic-observations/animal-count.ttl | 3 +-- .../opportunistic-observations/field-species-name.ttl | 3 +-- .../opportunistic-observations/plant-count.ttl | 3 +-- .../vegetation-mapping/fire-history.ttl | 3 +-- 7 files changed, 7 insertions(+), 8 deletions(-) diff --git a/vocab_files/attributes_by_module/condition-attributes/collection.ttl b/vocab_files/attributes_by_module/condition-attributes/collection.ttl index a570010ce..7fdb7a436 100644 --- a/vocab_files/attributes_by_module/condition-attributes/collection.ttl +++ b/vocab_files/attributes_by_module/condition-attributes/collection.ttl @@ -14,3 +14,4 @@ PREFIX xsd: skos:prefLabel "Condition Attributes" ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/attributes_by_module/condition-attributes/collection.ttl"^^xsd:anyURI ; . + diff --git a/vocab_files/categorical_collections/luts/categorical_concepts.ttl b/vocab_files/categorical_collections/luts/categorical_concepts.ttl index bbe6e75f9..c757c9a59 100644 --- a/vocab_files/categorical_collections/luts/categorical_concepts.ttl +++ b/vocab_files/categorical_collections/luts/categorical_concepts.ttl @@ -17652,3 +17652,4 @@ PREFIX xsd: skos:prefLabel "Hazard Reduction Burn" ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/categorical_collections/luts/categorical_concepts.ttl"^^xsd:anyURI ; . + diff --git a/vocab_files/feature_types/tern_feature_types.ttl b/vocab_files/feature_types/tern_feature_types.ttl index 5bed06c3f..3e83796a5 100644 --- a/vocab_files/feature_types/tern_feature_types.ttl +++ b/vocab_files/feature_types/tern_feature_types.ttl @@ -3353,3 +3353,4 @@ PREFIX xsd: ; skos:topConceptOf ; . + diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/animal-count.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/animal-count.ttl index 49d57d94d..841de1f63 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/animal-count.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/animal-count.ttl @@ -8,8 +8,7 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/animal-count.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - ; + urnp:hasAttribute ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/field-species-name.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/field-species-name.ttl index 3cf116526..0a95d34d4 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/field-species-name.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/field-species-name.ttl @@ -10,8 +10,7 @@ PREFIX xsd: urnp:featureType , ; - urnp:hasAttribute - ; + urnp:hasAttribute ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/opportunistic-observations/plant-count.ttl b/vocab_files/observable_properties_by_module/opportunistic-observations/plant-count.ttl index 1c0fb08c3..afcc4c1ba 100644 --- a/vocab_files/observable_properties_by_module/opportunistic-observations/plant-count.ttl +++ b/vocab_files/observable_properties_by_module/opportunistic-observations/plant-count.ttl @@ -8,8 +8,7 @@ PREFIX xsd: a urnc:ObservablePropertyMeta ; schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/opportunistic-observations/plant-count.ttl"^^xsd:anyURI ; urnp:featureType ; - urnp:hasAttribute - ; + urnp:hasAttribute ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ; diff --git a/vocab_files/observable_properties_by_module/vegetation-mapping/fire-history.ttl b/vocab_files/observable_properties_by_module/vegetation-mapping/fire-history.ttl index 33444fb8f..18eccc6d2 100644 --- a/vocab_files/observable_properties_by_module/vegetation-mapping/fire-history.ttl +++ b/vocab_files/observable_properties_by_module/vegetation-mapping/fire-history.ttl @@ -9,8 +9,7 @@ PREFIX xsd: schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/main/vocab_files/observable_properties_by_module/vegetation-mapping/fire-history.ttl"^^xsd:anyURI ; urnp:categoricalValuesCollection ; urnp:featureType ; - urnp:hasAttribute - ; + urnp:hasAttribute ; urnp:observablePropertiesCollection ; urnp:observableProperty ; urnp:protocolModule ;