-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the LUTs concepts and its categorical missing values for the 'd…
…isturbance status'
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
vocab_files/attribute_concepts/disturbance-history-status.ttl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | ||
PREFIX schema: <https://schema.org/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX tern: <https://w3id.org/tern/ontologies/tern/> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
<https://linked.data.gov.au/def/nrm/dd265aa9-85b5-48dc-912c-26e3798e7b8d> | ||
a skos:Concept ; | ||
dcterms:source "McCallum K, Laws M, Cox B, Bignall J, O’Neill S, Sparrow B. (2023) Plot Description Module. In ‘Ecological Field Monitoring Protocols Manual using the Ecological Monitoring System Australia’. (Eds S O’Neill, K Irvine, A Tokmakoff, B Sparrow). TERN, Adelaide." ; | ||
rdfs:isDefinedBy <https://linked.data.gov.au/def/nrm> ; | ||
skos:definition "The status of the disturbance history of the plot, i.e, whether the history information was wither not collected or was not observed during the present survey." ; | ||
skos:prefLabel "disturbance history status" ; | ||
schema:url "https://github.com/ternaustralia/dawe-rlp-vocabs/tree/vocab_files/attribute_concepts/disturbance-history-statuse.ttl"^^xsd:anyURI ; | ||
tern:hasCategoricalCollection <https://linked.data.gov.au/def/nrm/f5a470e8-d29f-4ff6-b50d-529b0444dbe4> ; | ||
tern:valueType tern:IRI ; | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters