diff --git a/catalogue.ttl b/catalogue.ttl index 1e71282..84348ea 100644 --- a/catalogue.ttl +++ b/catalogue.ttl @@ -4,6 +4,17 @@ PREFIX xsd: a schema:DataCatalog ; + skos:historyNote "This catalogue was was created in 2024 from pre-existing vocabularies"@en ; + schema:codeRepository "https://github.com/GeoscienceAustralia/ga-vocabs" ; + schema:contributor ; + schema:creator ; + schema:dateCreated "2017"^^xsd:gYear ; + schema:dateModified "2026-04-20"^^xsd:date ; + schema:description """Geoscience Australia's vocabularies of controlled terms. + +Geoscience Australia uses domain standards that are openly available, to provide a common language for communicating ideas and provide consistency of meaning of the data collected, research undertaken and products created. Part of the use of standards is the use of controlled terms - vocabularies - and this system contains those vocabularies created by Geosceince Australia. + +These vocabularies must be used in concert with international geo-domain vocabularies from the Commission for Geoscience Information (CGI), the Open Geospatial Consortium (OGC) and the International Organization for Standardization (ISO) and with Australian national vocabularies from the Government Geoscience Information Committee (GGIC) and the Intergovernmental Committee on Surveying and Mapping (ICSM).""" ; schema:hasPart , , @@ -16,6 +27,7 @@ PREFIX xsd: , , , + , , , , @@ -50,17 +62,6 @@ PREFIX xsd: , , ; - skos:historyNote "This catalogue was was created in 2024 from pre-existing vocabularies"@en ; - schema:codeRepository "https://github.com/GeoscienceAustralia/ga-vocabs" ; - schema:contributor ; - schema:creator ; - schema:dateCreated "2017"^^xsd:gYear ; - schema:dateModified "2025-11-24"^^xsd:date ; - schema:description """Geoscience Australia's vocabularies of controlled terms. - -Geoscience Australia uses domain standards that are openly available, to provide a common language for communicating ideas and provide consistency of meaning of the data collected, research undertaken and products created. Part of the use of standards is the use of controlled terms - vocabularies - and this system contains those vocabularies created by Geosceince Australia. - -These vocabularies must be used in concert with international geo-domain vocabularies from the Commission for Geoscience Information (CGI), the Open Geospatial Consortium (OGC) and the International Organization for Standardization (ISO) and with Australian national vocabularies from the Government Geoscience Information Committee (GGIC) and the Intergovernmental Committee on Surveying and Mapping (ICSM).""" ; schema:name "GA Vocabularies" ; schema:publisher ; -. \ No newline at end of file +. diff --git a/manifest.ttl b/manifest.ttl index 9d42efc..c2e6d7c 100644 --- a/manifest.ttl +++ b/manifest.ttl @@ -18,7 +18,7 @@ PREFIX schema: prof:hasRole mrr:ResourceData ; schema:description "skos:ConceptsScheme objects in RDF (Turtle) files in the vocabs/ folder" ; schema:name "Resource Data" ; - dcterms:conformsTo ; + dcterms:conformsTo ; ] , [ prof:hasArtifact "labels.ttl" ; diff --git a/scripts/reformat_all.py b/scripts/reformat_all.py new file mode 100644 index 0000000..6204e7b --- /dev/null +++ b/scripts/reformat_all.py @@ -0,0 +1,8 @@ +from pathlib import Path +from kurra.file import reformat + +voc_dir = Path(Path(__file__).parent.parent / "vocabularies") + +for f in sorted(voc_dir.glob("*.ttl")): + print(f) + reformat(f, check=False, output_format="longturtle") diff --git a/vocabularies/AssociationType.ttl b/vocabularies/AssociationType.ttl index 74d7c5b..3786e58 100644 --- a/vocabularies/AssociationType.ttl +++ b/vocabularies/AssociationType.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX dcat: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -11,6 +10,7 @@ PREFIX xsd: :StereoMate a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Stereo Mate"@en ; skos:definition "part of a set of imagery that when used together, provides three-dimensional images"@en ; skos:inScheme cs: ; @@ -21,6 +21,7 @@ PREFIX xsd: :collectiveTitle a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "collective Title"@en ; skos:definition "common title for a collection of resources. NOTE: Title identifies elements of a series collectively, combined with information about what volumes are available at the source cite. "@en ; skos:inScheme cs: ; @@ -31,6 +32,7 @@ PREFIX xsd: :crossreference a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Cross Reference"@en ; skos:definition "reference from one resource to another"@en ; skos:inScheme cs: ; @@ -41,6 +43,7 @@ PREFIX xsd: :dependency a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "dependency"@en ; skos:definition "associated through a common heritage such as produced to a common product specification"@en ; skos:inScheme cs: ; @@ -51,6 +54,7 @@ PREFIX xsd: :generated a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "generated"@en ; skos:definition "inverse of wasGeneratedBy where the domain resource generated the range resource implying that the domain resource is a temporal event, such as a data processing action, and the range resource is an entity"@en ; skos:inScheme cs: ; @@ -61,6 +65,7 @@ PREFIX xsd: :hadDerivation a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "had Derivation"@en ; skos:definition "inverse of wasDerivedFrom where the range resource was derived from the domain resource"@en ; skos:inScheme cs: ; @@ -71,6 +76,7 @@ PREFIX xsd: :informed a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "informed"@en ; skos:definition "inverse of wasInformedBy "@en ; skos:inScheme cs: ; @@ -81,6 +87,7 @@ PREFIX xsd: :isComposedOf a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "is Composed Of"@en ; skos:definition "reference to resources that are parts of this resource"@en ; skos:inScheme cs: ; @@ -91,6 +98,7 @@ PREFIX xsd: :largerWorkCitation a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Larger Work Citation"@en ; skos:definition "reference to a master resource of which this one is a part"@en ; skos:inScheme cs: ; @@ -101,6 +109,7 @@ PREFIX xsd: :operatedOnBy a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "operated On By"@en ; skos:definition "inverse of operatesOn where the domain resource is, or can be, operated on (i.e.queried) by the range resource which must be an agent (i.e. is something that bears some form of responsibility for the operation taking place) "@en ; skos:inScheme cs: ; @@ -111,6 +120,7 @@ PREFIX xsd: :operatesOn a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "operates On"@en ; skos:definition "an equivalent relationship to srv:operatesOn from a Service to a Dataset"@en ; skos:inScheme cs: ; @@ -121,6 +131,7 @@ PREFIX xsd: :partOfSeamlessDatabase a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "part Of Seamless Database"@en ; skos:definition "part of same structured set of data held in a computer"@en ; skos:inScheme cs: ; @@ -131,6 +142,7 @@ PREFIX xsd: :revisionOf a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "revision Of"@en ; skos:definition "resource is a revision of associated resource"@en ; skos:inScheme cs: ; @@ -141,6 +153,7 @@ PREFIX xsd: :series a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "series"@en ; skos:definition "associated through a common heritage such as produced to a common product specification"@en ; skos:inScheme cs: ; @@ -151,6 +164,7 @@ PREFIX xsd: :wasDerivedFrom a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "was Derived From"@en ; skos:definition "the domain resource was derived from the range resource which must be an entity (i.e. not an actor with agency or a temporal event) "@en ; skos:inScheme cs: ; @@ -161,6 +175,7 @@ PREFIX xsd: :wasGeneratedBy a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "was Generated By"@en ; skos:definition "the domain resource was generated by the range resource which must have been a temporal event such as a data processing action or a field survey"@en ; skos:inScheme cs: ; @@ -171,6 +186,7 @@ PREFIX xsd: :wasInformedBy a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "was Informed By"@en ; skos:definition "The domain resource was informed by the range resource which must have been an Entity (i.e. not an Agent with agency or an Activity temporal event). This is a looser association than wasDerivedFrom and does not indicate direct derivation, as wasDerivedFrom does."@en ; skos:inScheme cs: ; @@ -181,8 +197,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/147628"^^xsd:anyURI ; - owl:versionInfo "1.5" ; skos:definition "This is a SKOS vocabulary version of the ISO19115-1 standard's AssociationType code list with code list extensions described in the GA Profile document http://pid.geoscience.gov.au/dataset/ga/122551."@en ; skos:hasTopConcept :StereoMate , @@ -205,10 +219,12 @@ cs: skos:historyNote "https://pid.geoscience.gov.au/dataset/ga/122551"@en ; skos:prefLabel "Associated Resource Type"@en ; dcat:contactPoint "DPI" ; - schema:dateCreated "2019-11-01"^^xsd:date ; schema:creator ; - schema:dateModified "2023-04-06"^^xsd:date ; - schema:publisher ; + schema:dateCreated "2019-11-01"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/147628"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1.5" ; . + diff --git a/vocabularies/Borehole_Construction_Type.ttl b/vocabularies/Borehole_Construction_Type.ttl index 69d4700..e9a3e5a 100644 --- a/vocabularies/Borehole_Construction_Type.ttl +++ b/vocabularies/Borehole_Construction_Type.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX dcat: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -11,6 +10,7 @@ PREFIX xsd: :annulusFill a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Fill within the annulus between the lining and the surrounding geological material (eg, gravel pack, seal and grout)."@en ; skos:inScheme cs: ; skos:prefLabel "annulus fill"@en ; @@ -20,6 +20,7 @@ PREFIX xsd: :inlet a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Part of a borehole construction that allows intake of groundwater (eg, screen and slotted casing)."@en ; skos:inScheme cs: ; skos:prefLabel "inlet"@en ; @@ -29,6 +30,7 @@ PREFIX xsd: :lining a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Material inserted to line the inside of the void (eg, casing and pipe)."@en ; skos:inScheme cs: ; skos:prefLabel "lining"@en ; @@ -38,6 +40,7 @@ PREFIX xsd: :protection a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Fittings used to protect the borehole from damage (eg, casing); recommended minimum casing standard."@en ; skos:inScheme cs: ; skos:prefLabel "protection"@en ; @@ -47,6 +50,7 @@ PREFIX xsd: :void a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "A hole excavated to intercept groundwater."@en ; skos:inScheme cs: ; skos:prefLabel "void"@en ; @@ -56,6 +60,7 @@ PREFIX xsd: :voidFill a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Material reinserted inside the void or existing lining (eg, backfill and packer)."@en ; skos:inScheme cs: ; skos:prefLabel "void fill"@en ; @@ -65,8 +70,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "These terms describe the type of downhole construction in a borehole (eg, inlet screen, protection casing)."@en ; skos:hasTopConcept :annulusFill , @@ -79,9 +82,10 @@ cs: dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; schema:creator ; schema:dateCreated "2022-08-09"^^xsd:date ; - schema:dateModified "2022-08-09"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; + schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; schema:provenance "Geoscience Australia Borehole Construction Type database table (BOREHOLE. LU_CONSTRUCTION_TYPE)"@en ; schema:publisher ; - schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/Borehole_Material_Boreholes.ttl b/vocabularies/Borehole_Material_Boreholes.ttl index 1195ee4..3cbace9 100644 --- a/vocabularies/Borehole_Material_Boreholes.ttl +++ b/vocabularies/Borehole_Material_Boreholes.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX dcat: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -11,6 +10,7 @@ PREFIX xsd: :aggregate a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Mass of rock particles and or mineral grains "@en ; skos:inScheme cs: ; skos:prefLabel "aggregate"@en ; @@ -20,6 +20,7 @@ PREFIX xsd: :cement a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Finely ground powder which when mixed with water makes a plastic mass that will harden "@en ; skos:inScheme cs: ; skos:prefLabel "cement"@en ; @@ -29,6 +30,7 @@ PREFIX xsd: :clay a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Geological material consisting of particles having diameters less than 2-4 micrometres "@en ; skos:inScheme cs: ; skos:prefLabel "clay"@en ; @@ -38,6 +40,7 @@ PREFIX xsd: :concrete a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Mixture of cement, an aggregate and water which hardens to a rocklike consistency "@en ; skos:inScheme cs: ; skos:prefLabel "concrete"@en ; @@ -47,6 +50,7 @@ PREFIX xsd: :gravel a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Rock fragments typically rounded and dominated by particles larger than sand (>2mm) "@en ; skos:inScheme cs: ; skos:prefLabel "gravel"@en ; @@ -56,6 +60,7 @@ PREFIX xsd: :metal a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "An elemental substance usually with good strength, reflectivity and electrical and thermal conductivity properties "@en ; skos:inScheme cs: ; skos:prefLabel "metal"@en ; @@ -65,6 +70,7 @@ PREFIX xsd: :plastic a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "A polymeric material of large molecular weight which can be shaped by flow "@en ; skos:inScheme cs: ; skos:prefLabel "plastic"@en ; @@ -74,6 +80,7 @@ PREFIX xsd: :rock a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Undifferentiated mineral matter "@en ; skos:inScheme cs: ; skos:prefLabel "rock"@en ; @@ -83,6 +90,7 @@ PREFIX xsd: :sand a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Rock or mineral particles having a diameter range of 1/16 to 2mm "@en ; skos:inScheme cs: ; skos:prefLabel "sand"@en ; @@ -92,6 +100,7 @@ PREFIX xsd: :spoilOrCuttings a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Geological material excavated from feature "@en ; skos:inScheme cs: ; skos:prefLabel "spoil or cuttings"@en ; @@ -101,6 +110,7 @@ PREFIX xsd: :stainlessSteel a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Corrosion resistant iron-chromium alloy "@en ; skos:inScheme cs: ; skos:prefLabel "stainless steel"@en ; @@ -110,6 +120,7 @@ PREFIX xsd: :steel a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "An iron base alloy with up to 2% carbon and malleable under proper conditions "@en ; skos:inScheme cs: ; skos:prefLabel "steel"@en ; @@ -119,6 +130,7 @@ PREFIX xsd: :uPVC a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Unplasticised polyvinylchloride uPVC - thermoplastic polymer of vinyl chloride that is cheap, lightweight and chemically inert and typically used in molded rigid products "@en ; skos:inScheme cs: ; skos:prefLabel "uPVC"@en ; @@ -128,6 +140,7 @@ PREFIX xsd: :uPVC12 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Unplasticised polyvinylchloride uPVC with a moderate Class 12 pressure rating which is the "@en ; skos:inScheme cs: ; skos:prefLabel "uPVC12"@en ; @@ -137,6 +150,7 @@ PREFIX xsd: :uPVC18 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Unplasticised polyvinylchloride uPVC with a high Class 18 pressure rating "@en ; skos:inScheme cs: ; skos:prefLabel "uPVC18"@en ; @@ -146,6 +160,7 @@ PREFIX xsd: :uPVC6 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Unplasticised polyvinylchloride uPVC with a low Class 6 pressure rating that is typically used in drainage or sewage applications "@en ; skos:inScheme cs: ; skos:prefLabel "uPVC6"@en ; @@ -155,6 +170,7 @@ PREFIX xsd: :uPVC9 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Unplasticised polyvinylchloride uPVC with a Class 9 pressure rating which is the minimum class allowable for shallow bore casing "@en ; skos:inScheme cs: ; skos:prefLabel "uPVC9"@en ; @@ -164,6 +180,7 @@ PREFIX xsd: :uPVS15 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Unplasticised polyvinylchloride uPVC with a high Class 15 pressure rating"@en ; skos:inScheme cs: ; skos:prefLabel "uPVC15"@en ; @@ -173,6 +190,7 @@ PREFIX xsd: :unknown a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Borehole construction material is unknown"@en ; skos:inScheme cs: ; skos:prefLabel "unknown"@en ; @@ -182,8 +200,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "Describes the type of material used in downhole construction in a borehole (eg, PVC, steel, cement)."@en ; skos:hasTopConcept :aggregate , @@ -209,9 +225,10 @@ cs: dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; schema:creator ; schema:dateCreated "2022-08-09"^^xsd:date ; - schema:dateModified "2022-08-09"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; schema:provenance "Geoscience Australia Borehole Material database table (BOREHOLE.LU_CONSTRUCTION_MATERIALS)"@en ; schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/Borehole_Purpose_Boreholes.ttl b/vocabularies/Borehole_Purpose_Boreholes.ttl index 271ca5c..c8f27c2 100644 --- a/vocabularies/Borehole_Purpose_Boreholes.ttl +++ b/vocabularies/Borehole_Purpose_Boreholes.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX dcat: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -201,8 +200,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "Purpose or intention for which the borehole was drilled. eg, exploration, development or production, geotechnical. Equivalent to PPDM Business Intention."@en ; skos:hasTopConcept :appraisal , @@ -229,9 +226,9 @@ cs: schema:citation "Geoscience Australia Borehole Purpose (BOREHOLE.LU_BOREHOLE_PURPOSES)" ; schema:creator ; schema:dateCreated "2022-08-09"^^xsd:date ; - schema:dateModified "2022-08-09"^^xsd:date ; - schema:identifier - "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:dateModified "2026-04-09"^^xsd:date ; + schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/Borehole_Status_Boreholes.ttl b/vocabularies/Borehole_Status_Boreholes.ttl index 2905f46..e8cfa9f 100644 --- a/vocabularies/Borehole_Status_Boreholes.ttl +++ b/vocabularies/Borehole_Status_Boreholes.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX dcat: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -11,6 +10,7 @@ PREFIX xsd: :abandoned a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "All operations and activities are terminated. The operator has left the site with no intention of returning to the borehole. The borehole is not necessarily plugged. Similar to CoalLog status \"completed\"."@en ; skos:inScheme cs: ; skos:prefLabel "abandoned"@en ; @@ -20,6 +20,7 @@ PREFIX xsd: :completed a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Drilling is completed. Production infrastructure may be installed. The borehole has not necessarily been abandoned. Note that the CoalLog \"completed\" status is more similar to \"abandoned\" in this vocabulary."@en ; skos:inScheme cs: ; skos:prefLabel "completed"@en ; @@ -29,6 +30,7 @@ PREFIX xsd: :drillingSuspended a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Drilling operations have been temporarily suspended (eg, for weather, maintenance, or other reasons)."@en ; skos:inScheme cs: ; skos:prefLabel "drilling suspended"@en ; @@ -38,6 +40,7 @@ PREFIX xsd: :injecting a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "The status of a borehole during which liquids or gas are being pumped into the borehole."@en ; skos:inScheme cs: ; skos:prefLabel "injecting"@en ; @@ -47,6 +50,7 @@ PREFIX xsd: :inprogress a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "The status of a borehole commencing from the rig being moved onsite to the time that drilling operations are completed. Similar to PPDM's \"drilling\", but different."@en ; skos:inScheme cs: ; skos:prefLabel "in progress"@en ; @@ -56,6 +60,7 @@ PREFIX xsd: :monitoring a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Borehole is being used for monitoring parameters such as water level, water quality, fluid pressure."@en ; skos:inScheme cs: ; skos:prefLabel "monitoring"@en ; @@ -65,6 +70,7 @@ PREFIX xsd: :plugged a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "The borehole has been filled or sealed. The extent of seal may vary from just plugged near the surface (eg, many coal boreholes) to plugged in order to prevent the migration of oil, gas, water, or other substance from one stratum to another (ie, PPDM definition)."@en ; skos:inScheme cs: ; skos:prefLabel "plugged"@en ; @@ -74,6 +80,7 @@ PREFIX xsd: :pluggedAndAbandoned a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "An abandoned borehole that has also been plugged. The extent of seal may vary from just plugged near the surface (eg, many coal boreholes) to plugged to prevent the migration of oil, gas, water, or other substance from one stratum to another (ie, PPDM definition)."@en ; skos:inScheme cs: ; skos:prefLabel "plugged and abandoned"@en ; @@ -83,6 +90,7 @@ PREFIX xsd: :producing a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "The status of a borehole during which liquids or gas are being extracted from the borehole."@en ; skos:inScheme cs: ; skos:prefLabel "producing"@en ; @@ -92,6 +100,7 @@ PREFIX xsd: :producingAndInjecting a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "The status of a borehole that alternately produces and injects liquid or gas into a borehole."@en ; skos:inScheme cs: ; skos:prefLabel "producing and injecting"@en ; @@ -101,6 +110,7 @@ PREFIX xsd: :proposed a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "A concept or application exists to drill a borehole, but drilling has not yet commenced or been approved. Similar to PPDM's \"location\" classification, but different."@en ; skos:inScheme cs: ; skos:prefLabel "proposed"@en ; @@ -110,6 +120,7 @@ PREFIX xsd: :rehabilitated a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "The borehole site has been fully rehabilitated. Note that this status is included within the PPDM definition of \"plugged and abandoned\"."@en ; skos:inScheme cs: ; skos:prefLabel "rehabilitated"@en ; @@ -119,6 +130,7 @@ PREFIX xsd: :suspended a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Borehole operations have been halted for a significant period of time or in a manner that requires significant effort for the resumption of activities. The borehole can be plugged downhole and fluids injected on top of the plug in order to create a temporary seal to prevent hydrocarbon leakage. The surface equipment remains in place. Suspended is never the final status of a borehole."@en ; skos:inScheme cs: ; skos:prefLabel "suspended"@en ; @@ -128,7 +140,9 @@ PREFIX xsd: :unknown a skos:Concept ; - rdfs:isDefinedBy ; + rdfs:isDefinedBy + , + cs: ; skos:definition "The drilling status of the borehole is unknown."@en ; skos:inScheme cs: ; skos:prefLabel "unknown"@en ; @@ -138,6 +152,7 @@ PREFIX xsd: :workover a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "Activities relating to production wells, etc. For example logging activities, recompletion, testing, repairs, maintenance, plug and abandonment and demobilisation."@en ; skos:inScheme cs: ; skos:prefLabel "workover"@en ; @@ -147,8 +162,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "\"Borehole status” information provided by Geoscience Australia (GA) is not guaranteed to be authoritative or current. GA is not a reporting or regulatory authority for borehole drilling, but it sources borehole information for its research purposes from various regulatory authorities in the States, Northern Territory and Commonwealth governments. The quality and currency of borehole status data in GA’s database reflects information gathered from a borehole operator’s well completion report or from a responsible regulatory authority on a particular date. Changes in a borehole’s status after GA sourced the borehole status information may not be reflected in GA’s data. Due to the wide variety of borehole types in GA’s database, GA’s vocabulary for “borehole status” is an amalgam of terms used by professional bodies (eg, PPDM, CoalLog) and regulatory authorities. Some of the terminology used across these professional domains and jurisdictions has varied over time, and in some cases the same term has a different meaning for different types of boreholes. GA has endeavoured to merge these sources of terminology into a consistent classification that applies for all borehole types."@en ; skos:hasTopConcept :abandoned , @@ -170,9 +183,10 @@ cs: dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; schema:creator ; schema:dateCreated "2022-08-09"^^xsd:date ; - schema:dateModified "2022-08-09"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; schema:provenance "Geoscience Australia Borehole Status (BOREHOLE.LU_BOREHOLE_STATUS)"@en ; schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/CDCS.ttl b/vocabularies/CDCS.ttl index ce9a3b4..5fb4f18 100644 --- a/vocabularies/CDCS.ttl +++ b/vocabularies/CDCS.ttl @@ -1090,7 +1090,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/150902"^^xsd:anyURI ; skos:definition "LEGACY GA Corporate Data Classification Scheme used 2005 - 2014"@en ; skos:hasTopConcept :administrative-boundaries , @@ -1116,7 +1115,7 @@ cs: dcat:contactPoint "GAIA" ; schema:creator ; schema:dateCreated "2005-01-01"^^xsd:date ; - schema:dateModified "2023-03-22"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/150902"^^gavoc:eCatID ; schema:publisher ; schema:status astatus:experimental ; diff --git a/vocabularies/Confidence_Level_Boreholes.ttl b/vocabularies/Confidence_Level_Boreholes.ttl index b7999dd..faa5247 100644 --- a/vocabularies/Confidence_Level_Boreholes.ttl +++ b/vocabularies/Confidence_Level_Boreholes.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX dcat: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -110,8 +109,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "A generic list of confidence levels."@en ; skos:hasTopConcept :definite , @@ -125,11 +122,12 @@ cs: :veryLow ; skos:prefLabel "General Geology - Confidence Level "@en ; dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; - schema:dateCreated "2022-08-11"^^xsd:date ; schema:creator ; + schema:dateCreated "2022-08-11"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; - schema:dateModified "2022-08-11"^^xsd:date ; schema:provenance "Geoscience Australia Confidence Level (VOCABULARY.CONFIDENCE"@en ; schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/ContactCharacterBoreholes.ttl b/vocabularies/ContactCharacterBoreholes.ttl index 1bf31cc..60c2b44 100644 --- a/vocabularies/ContactCharacterBoreholes.ttl +++ b/vocabularies/ContactCharacterBoreholes.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX dcat: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -48,8 +47,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "Terms to describe the character of a contact between two geological units."@en ; skos:hasTopConcept :diffuse , @@ -60,8 +57,9 @@ cs: dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; schema:creator ; schema:dateCreated "2022-08-11"^^xsd:date ; - schema:dateModified "2022-08-11"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/ContactTypeBoreholes.ttl b/vocabularies/ContactTypeBoreholes.ttl index 1e3c90c..1f86e9f 100644 --- a/vocabularies/ContactTypeBoreholes.ttl +++ b/vocabularies/ContactTypeBoreholes.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX dcat: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -182,8 +181,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "Type of contact that forms the top or base of a geological unit exposed in a borehole, measured section, or field site."@en ; skos:hasTopConcept :alteration-facies-contact , @@ -209,8 +206,9 @@ cs: dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; schema:creator ; schema:dateCreated "2022-08-11"^^xsd:date ; - schema:dateModified "2023-06-14"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/CountryCodes.ttl b/vocabularies/CountryCodes.ttl index 8848375..52f7e4d 100644 --- a/vocabularies/CountryCodes.ttl +++ b/vocabularies/CountryCodes.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX dcat: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -193,6 +192,7 @@ PREFIX xsd: :AU-ACT a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :AUS ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -202,6 +202,7 @@ PREFIX xsd: :AU-NSW a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :AUS ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -211,6 +212,7 @@ PREFIX xsd: :AU-NT a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :AUS ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -220,6 +222,7 @@ PREFIX xsd: :AU-QLD a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :AUS ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -229,6 +232,7 @@ PREFIX xsd: :AU-SA a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :AUS ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -238,6 +242,7 @@ PREFIX xsd: :AU-TAS a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :AUS ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -247,6 +252,7 @@ PREFIX xsd: :AU-VIC a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :AUS ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -256,6 +262,7 @@ PREFIX xsd: :AU-WA a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :AUS ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -564,6 +571,7 @@ PREFIX xsd: :CA-AB a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Alberta"@fra ; skos:broader :CAN ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -574,6 +582,7 @@ PREFIX xsd: :CA-BC a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Colombie-Britannique"@fra ; skos:broader :CAN ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -584,6 +593,7 @@ PREFIX xsd: :CA-MB a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Manitoba"@fra ; skos:broader :CAN ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -594,6 +604,7 @@ PREFIX xsd: :CA-NB a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Nouveau-Brunswick"@fra ; skos:broader :CAN ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -604,6 +615,7 @@ PREFIX xsd: :CA-NL a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Terre-Neuve-et-Labrador"@fra ; skos:broader :CAN ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -614,6 +626,7 @@ PREFIX xsd: :CA-NS a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Nouvelle-Ecosse"@fra ; skos:broader :CAN ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -624,6 +637,7 @@ PREFIX xsd: :CA-NT a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Territoires du Nord-Ouest"@fra ; skos:broader :CAN ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -634,6 +648,7 @@ PREFIX xsd: :CA-NU a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Nunavut"@fra ; skos:broader :CAN ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -644,6 +659,7 @@ PREFIX xsd: :CA-ON a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Ontario"@fra ; skos:broader :CAN ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -654,6 +670,7 @@ PREFIX xsd: :CA-PE a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Île-du-Prince-Édouard"@fra ; skos:broader :CAN ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -664,6 +681,7 @@ PREFIX xsd: :CA-QC a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Quebec"@fra ; skos:broader :CAN ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -674,6 +692,7 @@ PREFIX xsd: :CA-SK a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Saskatchewan"@fra ; skos:broader :CAN ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -684,6 +703,7 @@ PREFIX xsd: :CA-YT a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Yukon"@fra ; skos:broader :CAN ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -759,6 +779,7 @@ PREFIX xsd: :CL-AI a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Aisen del General Carlos Ibanez del Campo"@spa ; skos:broader :CHL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -769,6 +790,7 @@ PREFIX xsd: :CL-AN a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Antofagasta"@spa ; skos:broader :CHL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -779,6 +801,7 @@ PREFIX xsd: :CL-AP a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Arica y Parinacota"@spa ; skos:broader :CHL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -789,6 +812,7 @@ PREFIX xsd: :CL-AR a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "La Araucania"@spa ; skos:broader :CHL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -799,6 +823,7 @@ PREFIX xsd: :CL-AT a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Atacama"@spa ; skos:broader :CHL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -809,6 +834,7 @@ PREFIX xsd: :CL-BI a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Biobío"@spa ; skos:broader :CHL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -819,6 +845,7 @@ PREFIX xsd: :CL-CO a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Coquimbo"@spa ; skos:broader :CHL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -829,6 +856,7 @@ PREFIX xsd: :CL-LI a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Libertador General Bernardo O'Higgins"@spa ; skos:broader :CHL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -839,6 +867,7 @@ PREFIX xsd: :CL-LL a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Los Lagos"@spa ; skos:broader :CHL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -849,6 +878,7 @@ PREFIX xsd: :CL-LR a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Los Rios"@spa ; skos:broader :CHL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -859,6 +889,7 @@ PREFIX xsd: :CL-MA a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Magallanes"@spa ; skos:broader :CHL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -869,6 +900,7 @@ PREFIX xsd: :CL-ML a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Maule"@spa ; skos:broader :CHL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -879,6 +911,7 @@ PREFIX xsd: :CL-NB a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Nuble"@spa ; skos:broader :CHL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -889,6 +922,7 @@ PREFIX xsd: :CL-RM a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Region Metropolitana de Santiago"@spa ; skos:broader :CHL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -899,6 +933,7 @@ PREFIX xsd: :CL-TA a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Tarapaca"@spa ; skos:broader :CHL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2181,6 +2216,7 @@ PREFIX xsd: :ME-01 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Andrijevica"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2191,6 +2227,7 @@ PREFIX xsd: :ME-02 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Bar"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2201,6 +2238,7 @@ PREFIX xsd: :ME-03 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Berane"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2211,6 +2249,7 @@ PREFIX xsd: :ME-04 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Bijelo Polje"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2221,6 +2260,7 @@ PREFIX xsd: :ME-05 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Budva"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2231,6 +2271,7 @@ PREFIX xsd: :ME-06 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Cetinje"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2241,6 +2282,7 @@ PREFIX xsd: :ME-07 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Danilovgrad"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2251,6 +2293,7 @@ PREFIX xsd: :ME-08 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Herceg-Novi"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2261,6 +2304,7 @@ PREFIX xsd: :ME-09 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Kolasin"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2271,6 +2315,7 @@ PREFIX xsd: :ME-10 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Kotor"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2281,6 +2326,7 @@ PREFIX xsd: :ME-11 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Mojkovac"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2291,6 +2337,7 @@ PREFIX xsd: :ME-12 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Niksic"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2301,6 +2348,7 @@ PREFIX xsd: :ME-13 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Plav"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2311,6 +2359,7 @@ PREFIX xsd: :ME-14 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Pljevlja"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2321,6 +2370,7 @@ PREFIX xsd: :ME-15 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Pluzine"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2331,6 +2381,7 @@ PREFIX xsd: :ME-16 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Podgorica"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2341,6 +2392,7 @@ PREFIX xsd: :ME-17 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Rozaje"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2351,6 +2403,7 @@ PREFIX xsd: :ME-18 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Savnik"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2361,6 +2414,7 @@ PREFIX xsd: :ME-19 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Tivat"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2371,6 +2425,7 @@ PREFIX xsd: :ME-20 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Ulcinj"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2381,6 +2436,7 @@ PREFIX xsd: :ME-21 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Zabljak"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2391,6 +2447,7 @@ PREFIX xsd: :ME-22 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Gusinje"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2401,6 +2458,7 @@ PREFIX xsd: :ME-23 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Petnjica"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2411,6 +2469,7 @@ PREFIX xsd: :ME-24 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Tuzi"@cnr ; skos:broader :MNE ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2590,6 +2649,7 @@ PREFIX xsd: :MX-AGU a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Aguascalientes"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2600,6 +2660,7 @@ PREFIX xsd: :MX-BCN a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Baja California"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2610,6 +2671,7 @@ PREFIX xsd: :MX-BCS a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Baja California Sur"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2620,6 +2682,7 @@ PREFIX xsd: :MX-CAM a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Campeche"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2630,6 +2693,7 @@ PREFIX xsd: :MX-CHH a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Chihuahua"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2640,6 +2704,7 @@ PREFIX xsd: :MX-CHP a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Chiapas"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2650,6 +2715,7 @@ PREFIX xsd: :MX-CMX a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Ciudad de Mexico"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2660,6 +2726,7 @@ PREFIX xsd: :MX-COA a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Coahuila de Zaragoza"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2670,6 +2737,7 @@ PREFIX xsd: :MX-COL a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Colima"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2680,6 +2748,7 @@ PREFIX xsd: :MX-DUR a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Durango"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2690,6 +2759,7 @@ PREFIX xsd: :MX-GRO a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Guerrero"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2700,6 +2770,7 @@ PREFIX xsd: :MX-GUA a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Guanajuato"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2710,6 +2781,7 @@ PREFIX xsd: :MX-HID a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Hidalgo"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2720,6 +2792,7 @@ PREFIX xsd: :MX-JAL a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Jalisco"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2730,6 +2803,7 @@ PREFIX xsd: :MX-MEX a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Mexico"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2740,6 +2814,7 @@ PREFIX xsd: :MX-MIC a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Michoacan de Ocampo"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2750,6 +2825,7 @@ PREFIX xsd: :MX-MOR a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Morelos"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2760,6 +2836,7 @@ PREFIX xsd: :MX-NAY a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Nayarit"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2770,6 +2847,7 @@ PREFIX xsd: :MX-NLE a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Nuevo Leon"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2780,6 +2858,7 @@ PREFIX xsd: :MX-OAX a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Oaxaca"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2790,6 +2869,7 @@ PREFIX xsd: :MX-PUE a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Puebla"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2800,6 +2880,7 @@ PREFIX xsd: :MX-QUE a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Queretaro"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2810,6 +2891,7 @@ PREFIX xsd: :MX-ROO a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Quintana Roo"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2820,6 +2902,7 @@ PREFIX xsd: :MX-SIN a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Sinaloa"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2830,6 +2913,7 @@ PREFIX xsd: :MX-SLP a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "San Luis Potosi"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2840,6 +2924,7 @@ PREFIX xsd: :MX-SON a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Sonora"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2850,6 +2935,7 @@ PREFIX xsd: :MX-TAB a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Tabasco"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2860,6 +2946,7 @@ PREFIX xsd: :MX-TAM a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Tamaulipas"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2870,6 +2957,7 @@ PREFIX xsd: :MX-TLA a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Tlaxcala"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2880,6 +2968,7 @@ PREFIX xsd: :MX-VER a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Veracruz de Ignacio de la Llave"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2890,6 +2979,7 @@ PREFIX xsd: :MX-YUC a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Yucatan"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -2900,6 +2990,7 @@ PREFIX xsd: :MX-ZAC a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Zacatecas"@spa ; skos:broader :MEX ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3079,6 +3170,7 @@ PREFIX xsd: :NZ-AUK a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Tamaki-makau-rau"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3089,6 +3181,7 @@ PREFIX xsd: :NZ-BOP a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Te Moana a Toi Te Huatahi"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3099,6 +3192,7 @@ PREFIX xsd: :NZ-CAN a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Waitaha"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3109,6 +3203,7 @@ PREFIX xsd: :NZ-CIT a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Wharekauri"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3119,6 +3214,7 @@ PREFIX xsd: :NZ-GIS a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Turanga nui a Kiwa"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3129,6 +3225,7 @@ PREFIX xsd: :NZ-HKB a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Te Matau a Maui"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3139,6 +3236,7 @@ PREFIX xsd: :NZ-MBH a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Te Tauihu-o-te-waka"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3149,6 +3247,7 @@ PREFIX xsd: :NZ-MWT a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Manawatu-Wanganui"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3159,6 +3258,7 @@ PREFIX xsd: :NZ-NSN a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Whakatu"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3169,6 +3269,7 @@ PREFIX xsd: :NZ-NTL a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Te Tai tokerau"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3179,6 +3280,7 @@ PREFIX xsd: :NZ-OTA a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "O Takou"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3189,6 +3291,7 @@ PREFIX xsd: :NZ-STL a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Murihiku"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3199,6 +3302,7 @@ PREFIX xsd: :NZ-TAS a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Te Tai-o-Aorere"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3209,6 +3313,7 @@ PREFIX xsd: :NZ-TKI a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Taranaki"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3219,6 +3324,7 @@ PREFIX xsd: :NZ-WGN a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Te Whanga-nui-a-Tara"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3229,6 +3335,7 @@ PREFIX xsd: :NZ-WKO a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Waikato"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3239,6 +3346,7 @@ PREFIX xsd: :NZ-WTC a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Te Taihau a uru"@mri ; skos:broader :NZL ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3483,6 +3591,7 @@ PREFIX xsd: :RS-00 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Beograd"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3493,6 +3602,7 @@ PREFIX xsd: :RS-08 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Macvanski okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3503,6 +3613,7 @@ PREFIX xsd: :RS-09 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Kolubarski okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3513,6 +3624,7 @@ PREFIX xsd: :RS-10 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Podunavski okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3523,6 +3635,7 @@ PREFIX xsd: :RS-11 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Branicevski okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3533,6 +3646,7 @@ PREFIX xsd: :RS-12 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Sumadijski okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3543,6 +3657,7 @@ PREFIX xsd: :RS-13 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Pomoravski okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3553,6 +3668,7 @@ PREFIX xsd: :RS-14 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Borski okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3563,6 +3679,7 @@ PREFIX xsd: :RS-15 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Zajecarski okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3573,6 +3690,7 @@ PREFIX xsd: :RS-16 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Zlatiborski okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3583,6 +3701,7 @@ PREFIX xsd: :RS-17 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Moravicki okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3593,6 +3712,7 @@ PREFIX xsd: :RS-18 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Raski okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3603,6 +3723,7 @@ PREFIX xsd: :RS-19 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Rasinski okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3613,6 +3734,7 @@ PREFIX xsd: :RS-20 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Nisavski okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3623,6 +3745,7 @@ PREFIX xsd: :RS-21 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Toplicki okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3633,6 +3756,7 @@ PREFIX xsd: :RS-22 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Pirotski okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3643,6 +3767,7 @@ PREFIX xsd: :RS-23 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Jablanicki okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -3653,6 +3778,7 @@ PREFIX xsd: :RS-24 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Pcinjski okrug"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -4235,6 +4361,7 @@ PREFIX xsd: :US-AK a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4244,6 +4371,7 @@ PREFIX xsd: :US-AL a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4253,6 +4381,7 @@ PREFIX xsd: :US-AR a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4262,6 +4391,7 @@ PREFIX xsd: :US-AS a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4271,6 +4401,7 @@ PREFIX xsd: :US-AZ a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4280,6 +4411,7 @@ PREFIX xsd: :US-CA a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4289,6 +4421,7 @@ PREFIX xsd: :US-CO a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4298,6 +4431,7 @@ PREFIX xsd: :US-CT a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4307,6 +4441,7 @@ PREFIX xsd: :US-DC a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4316,6 +4451,7 @@ PREFIX xsd: :US-DE a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4325,6 +4461,7 @@ PREFIX xsd: :US-FL a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4334,6 +4471,7 @@ PREFIX xsd: :US-GA a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4343,6 +4481,7 @@ PREFIX xsd: :US-GU a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4352,6 +4491,7 @@ PREFIX xsd: :US-HI a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4361,6 +4501,7 @@ PREFIX xsd: :US-IA a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4370,6 +4511,7 @@ PREFIX xsd: :US-ID a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4379,6 +4521,7 @@ PREFIX xsd: :US-IL a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4388,6 +4531,7 @@ PREFIX xsd: :US-IN a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4397,6 +4541,7 @@ PREFIX xsd: :US-KS a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4406,6 +4551,7 @@ PREFIX xsd: :US-KY a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4415,6 +4561,7 @@ PREFIX xsd: :US-LA a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4424,6 +4571,7 @@ PREFIX xsd: :US-MA a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4433,6 +4581,7 @@ PREFIX xsd: :US-MD a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4442,6 +4591,7 @@ PREFIX xsd: :US-ME a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4451,6 +4601,7 @@ PREFIX xsd: :US-MI a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4460,6 +4611,7 @@ PREFIX xsd: :US-MN a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4469,6 +4621,7 @@ PREFIX xsd: :US-MO a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4478,6 +4631,7 @@ PREFIX xsd: :US-MP a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4487,6 +4641,7 @@ PREFIX xsd: :US-MS a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4496,6 +4651,7 @@ PREFIX xsd: :US-MT a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4505,6 +4661,7 @@ PREFIX xsd: :US-NC a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4514,6 +4671,7 @@ PREFIX xsd: :US-ND a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4523,6 +4681,7 @@ PREFIX xsd: :US-NE a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4532,6 +4691,7 @@ PREFIX xsd: :US-NH a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4541,6 +4701,7 @@ PREFIX xsd: :US-NJ a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4550,6 +4711,7 @@ PREFIX xsd: :US-NM a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4559,6 +4721,7 @@ PREFIX xsd: :US-NV a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4568,6 +4731,7 @@ PREFIX xsd: :US-NY a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4577,6 +4741,7 @@ PREFIX xsd: :US-OH a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4586,6 +4751,7 @@ PREFIX xsd: :US-OK a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4595,6 +4761,7 @@ PREFIX xsd: :US-OR a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4604,6 +4771,7 @@ PREFIX xsd: :US-PA a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4613,6 +4781,7 @@ PREFIX xsd: :US-PR a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4622,6 +4791,7 @@ PREFIX xsd: :US-RI a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4631,6 +4801,7 @@ PREFIX xsd: :US-SC a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4640,6 +4811,7 @@ PREFIX xsd: :US-SD a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4649,6 +4821,7 @@ PREFIX xsd: :US-TN a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4658,6 +4831,7 @@ PREFIX xsd: :US-TX a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4667,6 +4841,7 @@ PREFIX xsd: :US-UM a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4676,6 +4851,7 @@ PREFIX xsd: :US-UT a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4685,6 +4861,7 @@ PREFIX xsd: :US-VA a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4694,6 +4871,7 @@ PREFIX xsd: :US-VI a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4703,6 +4881,7 @@ PREFIX xsd: :US-VT a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4712,6 +4891,7 @@ PREFIX xsd: :US-WA a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4721,6 +4901,7 @@ PREFIX xsd: :US-WI a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4730,6 +4911,7 @@ PREFIX xsd: :US-WV a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4739,6 +4921,7 @@ PREFIX xsd: :US-WY a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :USA ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; skos:inScheme cs: ; @@ -4930,6 +5113,7 @@ PREFIX xsd: :RS-01 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Severnobacki okrug"@srp ; skos:broader :RS-VO , @@ -4942,6 +5126,7 @@ PREFIX xsd: :RS-02 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Srednjebanatski okrug"@srp ; skos:broader :RS-VO , @@ -4954,6 +5139,7 @@ PREFIX xsd: :RS-03 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Severnobanatski okrug"@srp ; skos:broader :RS-VO , @@ -4966,6 +5152,7 @@ PREFIX xsd: :RS-04 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Juznobanatski okrug"@srp ; skos:broader :RS-VO , @@ -4978,6 +5165,7 @@ PREFIX xsd: :RS-05 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Zapadnobacki okrug"@srp ; skos:broader :RS-VO , @@ -4990,6 +5178,7 @@ PREFIX xsd: :RS-06 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Juznobacki okrug"@srp ; skos:broader :RS-VO , @@ -5002,6 +5191,7 @@ PREFIX xsd: :RS-07 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Sremski okrug"@srp ; skos:broader :RS-VO , @@ -5014,6 +5204,7 @@ PREFIX xsd: :RS-25 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Kosovski okrug"@srp ; skos:broader :RS-KM , @@ -5026,6 +5217,7 @@ PREFIX xsd: :RS-26 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Pecki okrug"@srp ; skos:broader :RS-KM , @@ -5038,6 +5230,7 @@ PREFIX xsd: :RS-27 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Prizrenski okrug"@srp ; skos:broader :RS-KM , @@ -5050,6 +5243,7 @@ PREFIX xsd: :RS-28 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Kosovsko-Mitrovacki okrug"@srp ; skos:broader :RS-KM , @@ -5062,6 +5256,7 @@ PREFIX xsd: :RS-29 a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Kosovsko-Pomoravski okrug"@srp ; skos:broader :RS-KM , @@ -5074,6 +5269,7 @@ PREFIX xsd: :RS-KM a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Kosovo-Metohija"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -5090,6 +5286,7 @@ PREFIX xsd: :RS-VO a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:altLabel "Vojvodina"@srp ; skos:broader :SRB ; skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@en ; @@ -5423,8 +5620,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/146414"^^xsd:anyURI ; - owl:versionInfo "1.6" ; skos:definition "GA Country Codes are the ISO3166 compliant country codes used by GA database custodians for reference. This list is NOT complete and is maintained semi-regularly so there will be updates made in the ISO3166 that will not be reflected in this vocabulary. The controlled ISO3166 list is found here https://www.iso.org/obp/ui "@en ; skos:hasTopConcept :ABW , @@ -5681,8 +5876,9 @@ cs: dcat:contactPoint "DPI" ; schema:creator ; schema:dateCreated "2020-11-04"^^xsd:date ; - schema:dateModified "2023-09-27"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/150902"^^gavoc:eCatID ; schema:publisher ; schema:status astatus:experimental ; + schema:version "1.6" ; . diff --git a/vocabularies/DataThemes.ttl b/vocabularies/DataThemes.ttl new file mode 100644 index 0000000..6b88a0e --- /dev/null +++ b/vocabularies/DataThemes.ttl @@ -0,0 +1,447 @@ +PREFIX : +PREFIX DATAROLES: +PREFIX astatus: +PREFIX cs: +PREFIX gavoc: +PREFIX owl: +PREFIX prov: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:geochronology + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :geology ; + skos:definition "Geochronology is a discipline of geoscience which measures the age of earth materials and provides the temporal framework in which other geoscience data can be interpreted in the context of Earth history."@en ; + skos:inScheme cs: ; + skos:prefLabel "geochronology"@en ; + schema:citation "https://www.ga.gov.au/scientific-topics/disciplines/geochronology"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:m-types + a skos:Collection ; + rdfs:isDefinedBy cs: ; + skos:definition "Concepts starting with \"M\""@en ; + skos:historyNote "Made for testing the example file" ; + skos:inScheme cs: ; + skos:member + , + :marble ; + skos:prefLabel "M-Types"@en ; +. + +:administration + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:definition "Related to the management of the duties and business of the organisation (Geoscience Australia), i.e. covering the work involved in planning, organising, directing, controlling and coordinating resources and operations. It includes management of internal day-to-day operations as well as the external-facing fulfillment of functions and responsibilities."@en ; + skos:inScheme cs: ; + skos:prefLabel "administration"@en ; + skos:topConceptOf cs: ; + schema:citation "https://linked.data.gov.au/def/gswa-vocabulary-themes/administration"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:ambient_noise_tomography + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:altLabel "ANT"@en ; + skos:broader :seismology ; + skos:definition "Ambient noise tomography is a way to get a subsurface image by using an ambient noise source."@en ; + skos:inScheme cs: ; + skos:prefLabel "ambient noise tomography"@en ; + schema:citation "Ambient noise tomography - SEG Wiki"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:data_acquisition + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :sample_acquisition_management ; + skos:definition "Data acquisition related to the systematic processes of gathering observations and measurements, and related analytical techniques and methodologies, including sample preparation techniques."@en ; + skos:inScheme cs: ; + skos:prefLabel "data acquisition"@en ; + schema:citation "https://linked.data.gov.au/def/gswa-vocabulary-themes/data-acquisition"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:energy + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :resources ; + skos:definition "Related to the study, exploration for and exploitation of physical processes and natural concentrations of materials for the main purpose of power generation. Energy resources include (a) concentrations of solid and/or fluid, inorganic or fossilized organic materials naturally occurring on or in the Earth’s crust (e.g. non-renewable fossil fuels such as petroleum, and natural gases); (b) natural physical processes within the Earth’s crust, atmosphere and hydrosphere (i.e. renewable energy resources such as solar, wind, hydro, solar thermal, marine, geothermal) or human-controlled activities (e.g. bioenergy/biomass, energy storage); and (c) nuclear energy. Adapted from Glossary of geology (Neuendorf et. al., 2011, 5th edition revised)."@en ; + skos:inScheme cs: ; + skos:prefLabel "energy"@en ; + schema:citation "https://linked.data.gov.au/def/gswa-vocabulary-themes/energy"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:geoinformatics + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:altLabel "geomatics"@en ; + skos:definition "Geoinformatics is a scientific field primarily within the domains of Computer Science and technical geography. It focuses on the programming of applications, spatial data structures, and the analysis of objects and space-time phenomena related to the surface and underneath of Earth and other celestial bodies. The field develops software and web services to model and analyse spatial data, serving the needs of geosciences and related scientific and engineering disciplines. The term is often used interchangeably with Geomatics, although they are not exactly same. The field of geomatics is a comprehensive discipline encompassing both geodesy and geoinformatics, thus offering a more extensive scope."@en ; + skos:inScheme cs: ; + skos:prefLabel "geoinformatics"@en ; + skos:topConceptOf cs: ; + schema:citation "https://en.wikipedia.org/wiki/Geoinformatics"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:geomorphology + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :physical_geography ; + skos:definition "Geomorphology is a branch of Earth science that focuses on the study of landforms, their origin, development, and classification. It examines the processes that shape the Earth’s surface, such as erosion, weathering, tectonic activity, and sedimentation."@en ; + skos:inScheme cs: ; + skos:prefLabel "geomorphology"@en ; + schema:citation "https://physicalgeography.org/geomorphology/"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:hydrogeochemistry + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :geochemistry ; + skos:definition "The chemistry of ground and surface waters, particularly the relationships between the chemical characteristics and quality of waters and the areal and regional geology."@en ; + skos:inScheme cs: ; + skos:prefLabel "hydrogeochemistry"@en ; + schema:citation "hydrogeochemistry | glossary.americangeosciences.org"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:hydrogeology + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :geology ; + skos:definition "Hydrogeology is defined as the study of groundwater, encompassing its origin, occurrence, movement, and quality, while also examining its interactions within the hydrologic cycle and its relationship with other water components like precipitation and streams."@en ; + skos:inScheme cs: ; + skos:prefLabel "hydrogeology"@en ; + schema:citation "https://www.sciencedirect.com/topics/earth-and-planetary-sciences/hydrogeology"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:hydrology + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:definition "Hydrology is the science that encompasses the occurrence, distribution, movement and properties of the waters of the earth and their relationship with the environment within each phase of the hydrologic cycle. The water cycle, or hydrologic cycle, is a continuous process by which water is purified by evaporation and transported from the earth's surface (including the oceans) to the atmosphere and back to the land and oceans. All of the physical, chemical and biological processes involving water as it travels its various paths in the atmosphere, over and beneath the earth's surface and through growing plants, are of interest to those who study the hydrologic cycle."@en ; + skos:inScheme cs: ; + skos:prefLabel "hydrology"@en ; + skos:topConceptOf cs: ; + schema:citation "https://www.usgs.gov/water-science-school/science/what-hydrology#Hydrology"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:legislation + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:definition "Related to laws and regulations governing, controlling or affecting the business of the organization, including those the organization is tasked to implement and administer."@en ; + skos:inScheme cs: ; + skos:prefLabel "legislation"@en ; + skos:topConceptOf cs: ; + schema:citation "https://linked.data.gov.au/def/gswa-vocabulary-themes/legislation"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:magnetotellurics + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :geophysics ; + skos:definition "Magnetotellurics (MT) is a passive geophysical method which uses natural time variations of the Earth's magnetic and electric fields to measure the electrical resistivity of the sub-surface."@en ; + skos:inScheme cs: ; + skos:prefLabel "magnetotellurics"@en ; + schema:citation "https://www.ga.gov.au/scientific-topics/disciplines/magnetotellurics"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:marine_geoscience + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :geology ; + skos:definition "Marine geoscience encompasses marine geology, geophysics, and geochemistry. It involves the study of the rocks that make up the ocean floor, its morphology, the processes that have created, modified, and destroyed it, and the structures that lie beneath it."@en ; + skos:inScheme cs: ; + skos:prefLabel "marine geoscience"@en ; + schema:citation "https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021CN000144#:~:text=The%20marine%20geosciences%2C%20which%20encompass"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:minerals + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :resources ; + skos:definition "Related to the study, exploration for and exploitation of concentrations of natural inorganic or fossilized organic material occurring on or within the Earth’s crust, in sufficient quantity and quality to have reasonable prospects for economic extraction. Mineral resources are non-renewable and include metals (e.g. iron, copper, and aluminium), non-metals (e.g. salt, gypsum, clay, sand, phosphates), and rocks (e.g. dimension stones, basic raw materials)."@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral"@en ; + schema:citation "https://glossary.americangeosciences.org/term/resources"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:natural_hazards + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :physical_geography ; + skos:definition "A natural hazard is a natural event driven primarily by weather or geology (for example, flood, volcanic eruption, earthquake, tropical storm) that threatens people or has the potential to cause damage, destruction and/or death."@en ; + skos:inScheme cs: ; + skos:prefLabel "natural hazard"@en ; + schema:citation "https://www.internetgeography.net/topics/what-are-natural-hazards/"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:palaeontology + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :geology ; + skos:definition "Palaeontology is the study of fossils and what they reveal about the history of our planet. In marine environments microfossils collected within in layers of sediment cores provide a rich source of information about the environmental history of an area."@en ; + skos:inScheme cs: ; + skos:prefLabel "palaeontology"@en ; + schema:citation "https://www.ga.gov.au/scientific-topics/disciplines/palaeontology"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:petrophysics + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :geophysics ; + skos:definition "The study of the physical and chemical properties of rocks in relation to their interaction with fluids. A major application of petrophysics is in studying reservoirs for the hydrocarbon industry (especially the distribution of the pore system and its contained hydrocarbons and water)."@en ; + skos:inScheme cs: ; + skos:prefLabel "petrophysics"@en ; + schema:citation "https://linked.data.gov.au/def/earthsci-for/petrophysics"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:radiometrics + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :geophysics ; + skos:definition "The radiometric, or gamma-ray spectrometric method is a geophysical process used to estimate concentrations of the radioelements: potassium, uranium and thorium in the near surface. This is done by measuring the gamma-rays which the radioactive isotopes of these elements emit during radioactive decay."@en ; + skos:inScheme cs: ; + skos:prefLabel "radiometrics"@en ; + schema:citation "https://www.ga.gov.au/scientific-topics/disciplines/radiometrics"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:sample_acquisition + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:definition "Sample acquisition is related to the collection/procurement, handling, tracking, storing, and retrieving of primary geoscience material (typically, but not exclusively, a rock, mineral, fossil or soil) collected in the field or from materials collected in the field (e.g. drillcore)"@en ; + skos:inScheme cs: ; + skos:narrower :sample_acquisition_management ; + skos:prefLabel "sample acquisition"@en ; + skos:topConceptOf cs: ; + schema:citation "https://linked.data.gov.au/def/gswa-vocabulary-themes/sample-acquisition-management"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:data_management + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :sample_acquisition_management ; + skos:definition "Data Management is the development, execution, and supervision of plans, policies, programs, and practices that deliver, control, protect, and enhance the value of data and information assets throughout their lifecycles. It encompasses a range of disciplines and processes that collectively enable organizations to derive meaningful insights, make informed decisions, and maintain compliance with regulatory standards."@en ; + skos:inScheme cs: ; + skos:prefLabel "data management"@en ; + schema:citation "https://dama.org/about-dama/what-is-data-management/"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:earth_observation + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:definition "Earth Observation is the collection, analysis and presentation of information about planet Earth’s physical, chemical and biological systems via remote sensing technologies."@en ; + skos:inScheme cs: ; + skos:narrower :geodesy ; + skos:prefLabel "earth observation"@en ; + skos:topConceptOf cs: ; + schema:citation "https://www.gov.uk/government/collections/earth-observation-eo"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:geochemistry + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:definition "Geochemistry is the study of the distribution and amounts of the chemical elements in minerals, ores, rocks, soils, water, and the atmosphere, and the study of the circulation of the elements in nature, on the basis of the properties of their atoms and ions; also, the study of the distribution and abundance of isotopes, including problems of nuclear frequency and stability in the universe. A major concern of geochemistry is the synoptic evaluation of the abundances of the elements in the Earth's crust and in major classes of rocks and minerals."@en ; + skos:inScheme cs: ; + skos:narrower :hydrogeochemistry ; + skos:prefLabel "geochemistry"@en ; + skos:topConceptOf cs: ; + schema:citation "https://glossary.americangeosciences.org/term/geochemistry"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:geodesy + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader + :earth_observation , + :geophysics ; + skos:definition "Geodesy measures the size, shape, orientation and gravity field of our dynamic Earth and how it changes over time."@en ; + skos:inScheme cs: ; + skos:prefLabel "geodesy"@en ; + schema:citation "https://www.ga.gov.au/scientific-topics/positioning-navigation/positioning-australia/geodesy"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:geography + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:definition "Geography is the study of place, space, and the environment, and of people and others in relation to those."@en ; + skos:inScheme cs: ; + skos:narrower :physical_geography ; + skos:prefLabel "geography"@en ; + skos:topConceptOf cs: ; + schema:citation "https://www.iag.org.au/what-is-geography"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:information_management + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:definition "The function of managing information as an enterprise resource, including planning, organising and staffing, and leading, directing, and controlling information."@en ; + skos:inScheme cs: ; + skos:prefLabel "information management"@en ; + skos:topConceptOf cs: ; + schema:citation "https://www.dama-uk.org/pages/glossary"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:seismology + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :geophysics ; + skos:definition "Seismology is the scientific study of earthquakes (or generally, quakes) and the generation and propagation of elastic waves through planetary bodies. It also includes studies of the environmental effects of earthquakes such as tsunamis; other seismic sources such as volcanoes, plate tectonics, glaciers, rivers, oceanic microseisms, and the atmosphere; and artificial processes such as explosions."@en ; + skos:inScheme cs: ; + skos:narrower :ambient_noise_tomography ; + skos:prefLabel "seismology"@en ; + schema:citation "https://en.wikipedia.org/wiki/Seismology"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:physical_geography + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :geography ; + skos:definition "Physical geography is the branch of natural science which deals with the processes and patterns in the natural environment such as the atmosphere, hydrosphere, biosphere, and geosphere."@en ; + skos:inScheme cs: ; + skos:narrower + :geomorphology , + :natural_hazards ; + skos:prefLabel "physical geography"@en ; + schema:citation "https://en.wikipedia.org/wiki/Physical_geography"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:resources + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :geology ; + skos:definition "Concept related to the study, exploration for and exploitation of concentrations of solid, liquid, or gaseous materials in or on the Earth's crust in such form and amount that economic extraction of a commodity from the concentration is currently or potentially feasible. Adapted from Glossary of geology (Neuendorf et. al., 2011, 5th edition revised)."@en ; + skos:inScheme cs: ; + skos:narrower + :energy , + :minerals ; + skos:prefLabel "resources"@en ; + schema:citation "https://linked.data.gov.au/def/gswa-vocabulary-themes/resources"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:sample_acquisition_management + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:broader :data_management ; + skos:definition "Sample acquisition and management is related to the collection/procurement, handling, tracking, storing, and retrieving of primary geoscience material (typically, but not exclusively, a rock, mineral, fossil or soil) collected in the field or from materials collected in the field (e.g. drillcore), as well as derived specimens from such materials for the purpose of analysis and research. Included are vocabularies related to collections as single entities."@en ; + skos:inScheme cs: ; + skos:narrower + :data_acquisition , + :sample_acquisition ; + skos:prefLabel "sample acquisition and management"@en ; + schema:citation "https://linked.data.gov.au/def/gswa-vocabulary-themes/sample-acquisition-management"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:geology + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:definition "Geology is the study of the materials of which the planet Earth is made, the processes that act on these materials, the products formed, and the history of the planet and its life forms since its origin."@en ; + skos:inScheme cs: ; + skos:narrower + :geocronology , + :hydrogeology , + :marine_geoscience , + :palaeontology , + :resources ; + skos:prefLabel "geology"@en ; + skos:topConceptOf cs: ; + schema:citation "geology | glossary.americangeosciences.org"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +:geophysics + a skos:Concept ; + rdfs:isDefinedBy cs: ; + skos:definition "Geophysics is the investigation of the solid and molten Earth using physical principles which allow studies on large scales and of the otherwise inaccessible deep Earth. Geophysical methods are used to study large scale Earth Structure, to measure the exact shape and size of the planet (Geodesy), to study the dynamics of the Earth’s interior and tectonic plates (Geodynamics), to study the history of Earth’s magnetic field and its present state (Geomagnetism), to study the physical properties of rocks and minerals at or near the surface, as well as those in the core (Mineral Physics), and finally, to study the physical causes and effects of earthquakes (Seismology)."@en ; + skos:inScheme cs: ; + skos:narrower + :geodesy , + :magnetotellurics , + :petrophysics , + :radiometrics , + :seismology ; + skos:prefLabel "geophysics"@en ; + skos:topConceptOf cs: ; + schema:citation "https://www.sciencedirect.com/science/chapter/referencework/pii/B9780124095489053549#s0015"^^xsd:anyURI ; + schema:status astatus:experimental ; +. + +cs: + a skos:ConceptScheme ; + owl:versionIRI :1.0 ; + skos:definition "These geoscience data themes are used by Geoscience Australia to enable sorting of content in their registers."@en ; + skos:hasTopConcept + :administration , + :data_management , + :earth_observation , + :geochemistry , + :geography , + :geoinformatics , + :geology , + :geophysics , + :hydrology , + :information_management , + :legislation ; + skos:historyNote "This vocabulary is a refresh of a previous GA data classification. The definitions have been sourced from other Australian Geological Surveys where possible. This was created for the purpose of grouping related vocabularies and other GA products to enable easy sorting by data type." ; + skos:prefLabel "GA Register Data Themes"@en ; + prov:qualifiedAttribution + [ + prov:agent + [ + a schema:Person ; + schema:email ""^^xsd:anyURI ; + schema:name "Margie Smith" ; + ] ; + prov:hadRole DATAROLES:custodian ; + ] , + [ + prov:agent + [ + a schema:Person ; + schema:email ""^^xsd:anyURI ; + schema:name "Mfm" ; + ] ; + prov:hadRole DATAROLES:custodian ; + ] ; + schema:creator + [ + a schema:Organization ; + schema:name "Data Governance And Catalogue Team" ; + schema:parentOrganization ; + schema:url ""^^xsd:anyURI ; + ] ; + schema:dateCreated "2025-12-11"^^xsd:date ; + schema:dateModified "2026-04-20"^^xsd:date ; + schema:identifier "https://pid.geoscience.gov.au/dataset/ga/150902"^^gavoc:eCatID ; + schema:keywords :information_management ; + schema:publisher ; + schema:status astatus:experimental ; + schema:version "2" ; +. \ No newline at end of file diff --git a/vocabularies/Date_Qualifiers_Boreholes.ttl b/vocabularies/Date_Qualifiers_Boreholes.ttl index a95c0c2..cafd244 100644 --- a/vocabularies/Date_Qualifiers_Boreholes.ttl +++ b/vocabularies/Date_Qualifiers_Boreholes.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX dcat: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -21,6 +20,7 @@ PREFIX xsd: :estimatedEarliest a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :estimated ; skos:definition "The recorded date is the earliest known date, but it is possible the true date is earlier than what is recorded."@en ; skos:inScheme cs: ; @@ -30,6 +30,7 @@ PREFIX xsd: :estimatedLatest a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:broader :estimated ; skos:definition "The recorded date is the latest known date, but it is possible the true date is later than what is recorded."@en ; skos:inScheme cs: ; @@ -39,6 +40,7 @@ PREFIX xsd: :known a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "The recorded date is known"@en ; skos:inScheme cs: ; skos:prefLabel "known"@en ; @@ -48,6 +50,7 @@ PREFIX xsd: :estimated a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "The recorded date is estimated"@en ; skos:inScheme cs: ; skos:narrower @@ -60,8 +63,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "Terms to describe the confidence or quality in a recorded date "@en ; skos:hasTopConcept :dateUnknown , @@ -71,9 +72,10 @@ cs: dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division" ; schema:creator ; schema:dateCreated "2022-08-04"^^xsd:date ; - schema:dateModified "2022-08-04"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; schema:provenance "Geoscience Australia Date Qualifer Terms (BOREHOLE.LU_DATE_QUALIFIERS)" ; schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/Directional_Survey_Azimuth_Boreholes.ttl b/vocabularies/Directional_Survey_Azimuth_Boreholes.ttl index 64ff0a8..742c152 100644 --- a/vocabularies/Directional_Survey_Azimuth_Boreholes.ttl +++ b/vocabularies/Directional_Survey_Azimuth_Boreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -12,46 +10,39 @@ PREFIX xsd: :gridNorth a skos:Concept ; - dcterms:provenance "GA"@en ; rdfs:isDefinedBy cs: ; skos:definition "Azimuth measurements in this directional survey are relative to a local grid north."@en ; skos:exactMatch ; skos:inScheme cs: ; skos:prefLabel "grid north"@en ; skos:topConceptOf cs: ; + schema:citation "GA"@en ; . :magneticNorth a skos:Concept ; - dcterms:provenance "GA"@en ; rdfs:isDefinedBy cs: ; skos:definition "Azimuth measurements in this directional survey are relative to magnetic north."@en ; skos:exactMatch ; skos:inScheme cs: ; skos:prefLabel "magnetic north"@en ; skos:topConceptOf cs: ; + schema:citation "GA"@en ; . :trueNorth a skos:Concept ; - dcterms:provenance "GA"@en ; rdfs:isDefinedBy cs: ; skos:definition "Azimuth measurements in this directional survey are relative to true north."@en ; skos:exactMatch ; skos:inScheme cs: ; skos:prefLabel "true north"@en ; skos:topConceptOf cs: ; + schema:citation "GA"@en ; . cs: a skos:ConceptScheme ; - dcterms:created "2022-08-04"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2022-08-04"^^xsd:date ; - dcterms:provenance "Geoscience Australia Directional Survey Azimuth Terms (BOREHOLE.LU_DIR_SRVY_AZ_TYPE)"@en ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "The type of North datum used for azimuth measurements (eg, true north, magnetic north, local grid north)."@en ; skos:hasTopConcept :gridNorth , @@ -59,6 +50,12 @@ cs: :trueNorth ; skos:prefLabel "Borehole Geology - Directional Survey Azimuth "@en ; dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division " ; + schema:citation "Geoscience Australia Directional Survey Azimuth Terms (BOREHOLE.LU_DIR_SRVY_AZ_TYPE)"@en ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/Directional_Survey_Class_Boreholes.ttl b/vocabularies/Directional_Survey_Class_Boreholes.ttl index a4d9b65..46dde1c 100644 --- a/vocabularies/Directional_Survey_Class_Boreholes.ttl +++ b/vocabularies/Directional_Survey_Class_Boreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -30,19 +28,18 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - dcterms:created "2022-08-04"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2022-08-04"^^xsd:date ; - dcterms:provenance "Geoscience Australia Directional Survey Class (BOREHOLE.LU_DIR_SRVY_CLASS)"@en ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "Terms to denote whether the directional survey is comprised of azimuth and inclination measurements, or only inclination measurements."@en ; skos:hasTopConcept :azimuthAndInclination , :inclinationOnly ; skos:prefLabel "Borehole Geology - Directional Survey Class"@en ; dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division" ; + schema:citation "Geoscience Australia Directional Survey Class (BOREHOLE.LU_DIR_SRVY_CLASS)"@en ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/Directional_Survey_Method_Boreholes.ttl b/vocabularies/Directional_Survey_Method_Boreholes.ttl index 2e88555..4d71505 100644 --- a/vocabularies/Directional_Survey_Method_Boreholes.ttl +++ b/vocabularies/Directional_Survey_Method_Boreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -12,112 +10,110 @@ PREFIX xsd: :acidBottle a skos:Concept ; - dcterms:identifier "acidBottle"^^xsd:token ; - dcterms:provenance "https://www.netwasgroup.us/services-2/directional-surveying-measurements-and-sensors.html"@en ; rdfs:isDefinedBy cs: ; skos:definition "A historical method of borehole surveying where a bottle containing acid was lowered down the hole and the acid would etch a mark on a copper cylinder inside the bottle to indicate the inclination. A single-shot method."@en ; skos:inScheme cs: ; skos:prefLabel "acid bottle"@en ; skos:topConceptOf cs: ; + schema:citation "https://www.netwasgroup.us/services-2/directional-surveying-measurements-and-sensors.html"@en ; + schema:identifier "acidBottle"^^xsd:token ; . :collarInclinationOnly a skos:Concept ; - dcterms:identifier "collarInclinationOnly"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Borehole path is estimated only from a measurement of the inclination of the drill stem at the collar."@en ; skos:inScheme cs: ; skos:prefLabel "collar inclination only"@en ; skos:topConceptOf cs: ; + schema:identifier "collarInclinationOnly"^^xsd:token ; . :differentialSurvey a skos:Concept ; - dcterms:identifier "differentialSurvey"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Borehole surveyed by a tool that measures the angular differences between fixed points as it moves down or up the hole. The starting angles are known and the differences are added incrementally at each station to obtain the borehole survey angles."@en ; skos:inScheme cs: ; skos:prefLabel "differential survey"@en ; skos:topConceptOf cs: ; + schema:identifier "differentialSurvey"^^xsd:token ; . :ems a skos:Concept ; - dcterms:identifier "ems"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :magneticSurvey ; skos:definition "Borehole surveyed with an electronic multi-shot system (EMS)."@en ; skos:inScheme cs: ; skos:prefLabel "EMS"@en ; + schema:identifier "ems"^^xsd:token ; . :gpit a skos:Concept ; - dcterms:identifier "gpit"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :magneticSurvey ; skos:definition "The GPIT General-Purpose Inclinometry Tool provides inclinometer measurements. Tool orientation is defined by three parameters: tool deviation, tool azimuth, and relative bearing. The GPIT tool uses both a three-axis inclinometer and a three-axis magnetometer to make measurements for determining these parameters."@en ; skos:inScheme cs: ; skos:prefLabel "GPIT"@en ; + schema:identifier "gpit"^^xsd:token ; . :gyroscopicSurvey a skos:Concept ; - dcterms:identifier "gyroscopicSurvey"^^xsd:token ; - dcterms:provenance "https://petrowiki.spe.org/Directional_survey_instruments#Gyroscopic_sensors"@en ; rdfs:isDefinedBy cs: ; skos:definition "Borehole surveyed using a gyroscopic sensor. Includes free gyros (tilt scale, level rotor, stable platform), rate gyros, inertial navigation systems."@en ; skos:inScheme cs: ; skos:prefLabel "gyroscopic survey"@en ; skos:topConceptOf cs: ; + schema:citation "https://petrowiki.spe.org/Directional_survey_instruments#Gyroscopic_sensors"@en ; + schema:identifier "gyroscopicSurvey"^^xsd:token ; . :mechanicalCompass a skos:Concept ; - dcterms:identifier "mechanicalCompass"^^xsd:token ; - dcterms:provenance "https://petrowiki.spe.org/Directional_survey_instruments#Mechanical_compass"@en ; rdfs:isDefinedBy cs: ; skos:broader :magneticSurvey ; skos:definition "Borehole surveyed using a magnetic well surveying instrument with a mechanical compass."@en ; skos:inScheme cs: ; skos:prefLabel "mechanical compass"@en ; + schema:citation "https://petrowiki.spe.org/Directional_survey_instruments#Mechanical_compass"@en ; + schema:identifier "mechanicalCompass"^^xsd:token ; . :mwd a skos:Concept ; - dcterms:identifier "mwd"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Survey by a tool that enables 'measurement while drilling' (MWD), including wireline steering tools. In practice it means 'wire-less' measuring systems, e.g. systems using mud pulse or electromagnetic telemetry. The downhole probe of a MWD system typically comprises three solid state accelerometers to measure inclination and three solid state magnetometers to measure azimuth. Teledrift is an inclination-only mud pulse MWD system. "@en ; skos:inScheme cs: ; skos:prefLabel "MWD"@en ; skos:topConceptOf cs: ; + schema:identifier "mwd"^^xsd:token ; . :totco a skos:Concept ; - dcterms:identifier "totco"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Borehole surveyed using a single-shot, inclination-only survey tool. These are mechanical inclination indicators, often called by the trade name 'TOTCO' although they are also made by other manufacturers."@en ; skos:inScheme cs: ; skos:prefLabel "TOTCO"@en ; skos:topConceptOf cs: ; + schema:identifier "totco"^^xsd:token ; . :unkown a skos:Concept ; - dcterms:identifier "unkown"^^xsd:token ; - dcterms:provenance "http://www.opengis.net/def/nil/OGC/0/unknown"@en ; rdfs:isDefinedBy cs: ; skos:definition "No directional survey method is specified, or it is not known."@en ; skos:inScheme cs: ; skos:prefLabel "unknown"@en ; skos:topConceptOf cs: ; + schema:citation "http://www.opengis.net/def/nil/OGC/0/unknown"@en ; + schema:identifier "unkown"^^xsd:token ; . :magneticSurvey a skos:Concept ; - dcterms:identifier "magneticSurvey"^^xsd:token ; - dcterms:provenance "https://petrowiki.spe.org/Directional_survey_instruments#Magnetic_sensors"@en ; rdfs:isDefinedBy cs: ; skos:definition "Borehole surveyed using a method that includes a magnetic sensor (electronic or mechanical compass, magnetometer and accelerometer). May be single or multi-shot."@en ; skos:inScheme cs: ; @@ -127,18 +123,12 @@ PREFIX xsd: :mechanicalCompass ; skos:prefLabel "magnetic survey"@en ; skos:topConceptOf cs: ; + schema:citation "https://petrowiki.spe.org/Directional_survey_instruments#Magnetic_sensors"@en ; + schema:identifier "magneticSurvey"^^xsd:token ; . cs: a skos:ConceptScheme ; - dcterms:created "2022-08-04"^^xsd:date ; - dcterms:creator ; - dcterms:identifier "DirectionalSurveyMethod"^^xsd:token ; - dcterms:modified "2022-08-04"^^xsd:date ; - dcterms:provenance "Geoscience Australia Directional Survey Method terms (BOREHOLE.LU_DIR_SRVY_METHOD)"@en ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "A vocabulary of common directional survey methods"@en ; skos:hasTopConcept :acidBottle , @@ -151,6 +141,12 @@ cs: :unkown ; skos:prefLabel "Borehole Geology - Directional Survey Method "@en ; dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division" ; + schema:citation "Geoscience Australia Directional Survey Method terms (BOREHOLE.LU_DIR_SRVY_METHOD)"@en ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/Directional_Survey_Path_compute_Methods_Boreholes.ttl b/vocabularies/Directional_Survey_Path_compute_Methods_Boreholes.ttl index a993850..34f0fcb 100644 --- a/vocabularies/Directional_Survey_Path_compute_Methods_Boreholes.ttl +++ b/vocabularies/Directional_Survey_Path_compute_Methods_Boreholes.ttl @@ -1,9 +1,7 @@ PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -51,13 +49,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - dcterms:created "2202-08-04"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2202-08-04"^^xsd:date ; - dcterms:provenance "Geoscience Australia Directional Survey Path Computing Method Terms (BOREHOLE.LU_DIR_SRVY_COMPUTE_METHOD)"@en ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "Terms to describe the geometric method used to calculate the survey path from the measured survey stations (eg, minimum curvature, offset survey)."@en ; skos:hasTopConcept , @@ -66,6 +57,12 @@ cs: ; skos:prefLabel "Borehole Geology - Directional Survey Path Computing Method"@en ; dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division" ; + schema:citation "Geoscience Australia Directional Survey Path Computing Method Terms (BOREHOLE.LU_DIR_SRVY_COMPUTE_METHOD)"@en ; + schema:creator ; + schema:dateCreated "2202-08-04"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/Directional_Survey_Recording_Mode_Boreholes.ttl b/vocabularies/Directional_Survey_Recording_Mode_Boreholes.ttl index 1a006d4..3a41d3c 100644 --- a/vocabularies/Directional_Survey_Recording_Mode_Boreholes.ttl +++ b/vocabularies/Directional_Survey_Recording_Mode_Boreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -12,40 +10,38 @@ PREFIX xsd: :multiShot a skos:Concept ; - dcterms:identifier "multiShot"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Multi-shot recording mode of survey"@en ; skos:inScheme cs: ; skos:prefLabel "multi-shot"@en ; skos:topConceptOf cs: ; + schema:identifier "multiShot"^^xsd:token ; . :singleShot a skos:Concept ; - dcterms:identifier "singleShot"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Single-shot recording mode of survey"@en ; skos:inScheme cs: ; skos:prefLabel "single-shot"@en ; skos:topConceptOf cs: ; + schema:identifier "singleShot"^^xsd:token ; . cs: a skos:ConceptScheme ; - dcterms:created "2022-08-04"^^xsd:date ; - dcterms:creator ; - dcterms:identifier "DirectionalSurveyRecordingMode"^^xsd:token ; - dcterms:modified "2022-08-04"^^xsd:date ; - dcterms:provenance "Geoscience Australia Directional Survey Recording Mode (BOREHOLE.LU_DIR_SRVY_RECORD_MODE)"@en ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "Terms to describe the recording mode of the survey (eg, single-shot, multi-shot)."@en ; skos:hasTopConcept :multiShot , :singleShot ; skos:prefLabel "Borehole Geology - Directional Survey Recording Mode "@en ; dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division" ; + schema:citation "Geoscience Australia Directional Survey Recording Mode (BOREHOLE.LU_DIR_SRVY_RECORD_MODE)"@en ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/Drilling_Methods_Boreholes.ttl b/vocabularies/Drilling_Methods_Boreholes.ttl index d552d44..b29d75d 100644 --- a/vocabularies/Drilling_Methods_Boreholes.ttl +++ b/vocabularies/Drilling_Methods_Boreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -201,12 +199,12 @@ PREFIX xsd: :unknown a skos:Concept ; - dcterms:provenance "http://www.opengis.net/def/nil/OGC/0/unknown"@en ; rdfs:isDefinedBy cs: ; skos:definition "The method of drilling is unknown"@en ; skos:inScheme cs: ; skos:prefLabel "unknown"@en ; skos:topConceptOf cs: ; + schema:citation "http://www.opengis.net/def/nil/OGC/0/unknown"@en ; . :coreDiamond @@ -246,13 +244,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - dcterms:created "2022-08-04"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2022-08-04"^^xsd:date ; - dcterms:provenance "Geoscience Australia Drilling Methods (BOREHOLE.LU_DRILLING_METHODS)"@en ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "Method of drilling."@en ; skos:hasTopConcept :auger , @@ -276,6 +267,12 @@ cs: :unknown ; skos:prefLabel "Borehole Geology - Drilling Methods"@en ; dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division" ; + schema:citation "Geoscience Australia Drilling Methods (BOREHOLE.LU_DRILLING_METHODS)"@en ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/Entity_Type_or_Feature_Boreholes.ttl b/vocabularies/Entity_Type_or_Feature_Boreholes.ttl index 183323c..da24522 100644 --- a/vocabularies/Entity_Type_or_Feature_Boreholes.ttl +++ b/vocabularies/Entity_Type_or_Feature_Boreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -30,12 +28,12 @@ PREFIX xsd: :country a skos:Concept ; - dcterms:provenance "See GA Country Codes vocab"@en ; rdfs:isDefinedBy cs: ; skos:definition "Country name (ISO 3166-1998 Code for the representation of names of countries)"@en ; skos:inScheme cs: ; skos:prefLabel "country"@en ; skos:topConceptOf cs: ; + schema:citation "See GA Country Codes vocab"@en ; . :emitter @@ -355,13 +353,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - dcterms:created "2022-08-04"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2022-08-04"^^xsd:date ; - dcterms:provenance "Geoscience Australia Entity Type or Feature (A.ENTITY_TYPES)"@en ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "Type of entity or feature. (eg, measured section, borehole, field site)."@en ; skos:hasTopConcept :acreageRelease , @@ -404,6 +395,12 @@ cs: :wildcatLocation ; skos:prefLabel "General Geology - Entity or Feature Type"@en ; dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division " ; + schema:citation "Geoscience Australia Entity Type or Feature (A.ENTITY_TYPES)"@en ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/FieldSitePurposeBoreholes.ttl b/vocabularies/FieldSitePurposeBoreholes.ttl index 6b42bd4..bd29578 100644 --- a/vocabularies/FieldSitePurposeBoreholes.ttl +++ b/vocabularies/FieldSitePurposeBoreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -120,12 +118,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - dcterms:created "2022-08-04"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2022-08-04"^^xsd:date ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "The purpose of the field site (eg, geological study, geochemistry, neotectonics)."@en ; skos:hasTopConcept :environmental-study , @@ -143,6 +135,11 @@ cs: skos:historyNote "Geoscience Australia Field Site Purpose Terms (FGDM. LU-FIELDSITE-PURPOSE)"@en ; skos:prefLabel "Field Geology - Field Site Purpose "@en ; dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/FieldSiteTypeBoreholes.ttl b/vocabularies/FieldSiteTypeBoreholes.ttl index 2e7b492..cb9357e 100644 --- a/vocabularies/FieldSiteTypeBoreholes.ttl +++ b/vocabularies/FieldSiteTypeBoreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -12,97 +10,96 @@ PREFIX xsd: :open-cut-mine a skos:Concept ; - dcterms:identifier "open-cut-mine"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :mine ; skos:definition "Open cut (open pit, open cast) mine workings."@en ; skos:inScheme cs: ; skos:prefLabel "open cut mine"@en ; + schema:identifier "open-cut-mine"^^xsd:token ; . :outcrop a skos:Concept ; - dcterms:identifier "outcrop"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :natural-land-surface ; skos:definition "An exposure of rock at the Earth surface."@en ; skos:inScheme cs: ; skos:prefLabel "outcrop"@en ; + schema:identifier "outcrop"^^xsd:token ; . :regolith-site a skos:Concept ; - dcterms:identifier "regolith-site"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :natural-land-surface ; skos:definition "A field site for observation or sampling of unconsolidated regolith material."@en ; skos:inScheme cs: ; skos:prefLabel "regolith site"@en ; + schema:identifier "regolith-site"^^xsd:token ; . :sea-floor a skos:Concept ; - dcterms:identifier "sea-floor"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "A location on the sea floor."@en ; skos:inScheme cs: ; skos:prefLabel "sea floor"@en ; skos:topConceptOf cs: ; + schema:identifier "sea-floor"^^xsd:token ; . :spring a skos:Concept ; - dcterms:identifier "spring"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "A natural site where water flows from an aquifer to the Earth's surface."@en ; skos:inScheme cs: ; skos:prefLabel "spring"@en ; skos:topConceptOf cs: ; + schema:identifier "spring"^^xsd:token ; . :underground-mine a skos:Concept ; - dcterms:identifier "underground-mine"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :mine ; skos:definition "Underground mine workings."@en ; skos:inScheme cs: ; skos:prefLabel "underground mine"@en ; + schema:identifier "underground-mine"^^xsd:token ; . :unknown a skos:Concept ; - dcterms:identifier "unknown"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "The type of field site is unknown or unspecified."@en ; skos:inScheme cs: ; skos:prefLabel "unknown"@en ; skos:topConceptOf cs: ; + schema:identifier "unknown"^^xsd:token ; . :water-site a skos:Concept ; - dcterms:identifier "water-site"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "A field site where water is collected at the Earth surface. The origin of the water may be unclear."@en ; skos:inScheme cs: ; skos:prefLabel "water site"@en ; skos:topConceptOf cs: ; + schema:identifier "water-site"^^xsd:token ; . :watercourse a skos:Concept ; - dcterms:identifier "watercourse"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "A field site located in a stream or river course, either as a dry bed or with running water."@en ; skos:inScheme cs: ; skos:prefLabel "watercourse"@en ; skos:topConceptOf cs: ; + schema:identifier "watercourse"^^xsd:token ; . :mine a skos:Concept ; - dcterms:identifier "mine"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "An exposure at an open cut or underground mine site."@en ; skos:inScheme cs: ; @@ -111,11 +108,11 @@ PREFIX xsd: :underground-mine ; skos:prefLabel "mine"@en ; skos:topConceptOf cs: ; + schema:identifier "mine"^^xsd:token ; . :natural-land-surface a skos:Concept ; - dcterms:identifier "natural-land-surface"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Natural land surface"@en ; skos:inScheme cs: ; @@ -124,16 +121,11 @@ PREFIX xsd: :regolith-site ; skos:prefLabel "natural land surface"@en ; skos:topConceptOf cs: ; + schema:identifier "natural-land-surface"^^xsd:token ; . cs: a skos:ConceptScheme ; - dcterms:created "2022-08-04"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2022-08-04"^^xsd:date ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "A site on the Earth, generally visited in the field from a particular geoscientific perspective. A field site type is defined by the information collected regarding rock, regolith, water, landform, or vegetation."@en ; skos:hasTopConcept :mine , @@ -146,6 +138,11 @@ cs: skos:historyNote "Geoscience Australia Field Site Types (FGMD. LU-FIELDSITE-TYPE)"@en ; skos:prefLabel "Field Geology - Field Site Type"@en ; dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division " ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/HazardAndRisk.ttl b/vocabularies/HazardAndRisk.ttl index fee02d2..5d709d9 100644 --- a/vocabularies/HazardAndRisk.ttl +++ b/vocabularies/HazardAndRisk.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX gavoc: PREFIX isoroles: -PREFIX owl: PREFIX prov: PREFIX rdfs: PREFIX schema: @@ -1750,8 +1749,6 @@ Other types of accommodation such as hotels, holiday rentals, hospitals and aged cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148603"^^xsd:anyURI ; - owl:versionIRI :1.0 ; skos:definition "This vocabulary is used to describe terms used for climate and disaster risk themes, covering hazard, exposure, vulnerability, impact, climate, weather and geophysical disasters"@en ; skos:hasTopConcept :abnormally_high_tide , @@ -1911,7 +1908,7 @@ cs: ] ; schema:creator ; schema:dateCreated "2022-05-25"^^xsd:date ; - schema:dateModified "2022-05-25"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148603"^^gavoc:eCatID ; schema:publisher ; schema:status astatus:experimental ; diff --git a/vocabularies/LandformTypeBoreholes.ttl b/vocabularies/LandformTypeBoreholes.ttl index c9e3eb9..c1c0bab 100644 --- a/vocabularies/LandformTypeBoreholes.ttl +++ b/vocabularies/LandformTypeBoreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -12,200 +10,200 @@ PREFIX xsd: :aeolian-dunes a skos:Concept ; - dcterms:provenance "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "DU10"@en ; skos:broader :aeolian-landforms ; skos:definition "Low mounds, ridges, banks, or hills of loose, windblown granular material (generally sand; in some places volcanic ash), either bare or covered with vegetation, capable of being moved from place to place by wind, but always retaining their own characteristic shape."@en ; skos:inScheme cs: ; skos:prefLabel "aeolian dunes"@en ; + schema:citation "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :aeolian-sheet a skos:Concept ; - dcterms:provenance "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "DU20"@en ; skos:broader :aeolian-landforms ; skos:definition "A sheet of aeolian material- generally sand - formed when wind moulding of the surface is prevented either by vegetation or, more usually, because the sand grains are too coarse. They are commonly associated with sources that give rise to coarse sand grains, such as alluvial plains, or the weathering of coarse-grained granite, as occurs in the Yilgarn of Western Australia."@en ; skos:inScheme cs: ; skos:prefLabel "aeolian sheet"@en ; + schema:citation "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :alluvial-fan a skos:Concept ; - dcterms:provenance "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "FA01"@en ; skos:broader :fan ; skos:definition "A level (<1 percent slope) to very gently inclined complex landform pattern of extremely low relief with a generally fan-shaped plan form. The rapidly migrating alluvial stream channels are shallow to moderately deep, locally numerous, but elsewhere widely spaced. The channels form a centrifugal to divergent, integrated, reticulated to distributary pattern. The landform pattern includes areas that are bar plains - being aggraded or eroded by frequently active channelled stream flow - and other areas comprising terraces or stagnant alluvial plains with slopes that are greater than usual, formed by channelled stream flow but now relict. Incision in the up-slope area may give rise to an erosional stream bed between scarps."@en ; skos:inScheme cs: ; skos:prefLabel "alluvial fan"@en ; + schema:citation "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :alluvial-plain a skos:Concept ; - dcterms:provenance "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "AL10"@en ; skos:broader :alluvial-landforms ; skos:definition "A level, gently sloping or slightly undulating land surface produced by extensive deposition of alluvium, generally adjacent to a river that periodically overflows its banks; it may be situated on a flood plain, a delta, or an alluvial fan."@en ; skos:inScheme cs: ; skos:prefLabel "alluvial plain"@en ; + schema:citation "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :alluvial-swamp a skos:Concept ; - dcterms:provenance "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "AL50"@en ; skos:broader :alluvial-landforms ; skos:definition "An almost level, closed, or almost closed, depression with a seasonal or permanent water table at or above the surface, commonly aggraded by over-bank stream flow and sometimes biological (peat) accumulation."@en ; skos:inScheme cs: ; skos:prefLabel "alluvial swamp"@en ; + schema:citation "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :alluvial-terrace a skos:Concept ; - dcterms:provenance "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "AL20"@en ; skos:broader :alluvial-landforms ; skos:definition "A former flood plain on which erosion and aggradation by channelled and over-bank stream flow is slightly active or inactive because of deepening or enlargement of the stream channel has lowered the level of flooding. A pattern that includes a significant active flood plain, or former flood plains at more than one level, becomes terraced land."@en ; skos:inScheme cs: ; skos:prefLabel "alluvial terrace"@en ; + schema:citation "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :anastomatic-plain a skos:Concept ; - dcterms:provenance "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "AL12"@en ; skos:broader :alluvial-landforms ; skos:definition "A flood plain on which the stream channels join and divide, as do the veins on a leaf. Flood plain with slowly migrating, deep alluvial channels, usually moderately spaced, forming a divergent to unidirectional integrated reticulated network. There is frequently active aggradation by over-bank and channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "anastomatic plain"@en ; + schema:citation "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :ash-plain a skos:Concept ; - dcterms:provenance "PDF pg 67, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "VO04"@en ; skos:broader :volcano ; skos:definition "A level to undulating landform pattern of very low to extremely low relief typically with widely spaced fixed stream channels that form an integrated or interrupted tributary pattern. The landform pattern is aggraded by volcanism (ash fall) that is generally relict; it is subject to erosion by continuously active sheet flow, creep and channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "ash plain"@en ; + schema:citation "PDF pg 67, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :badlands a skos:Concept ; - dcterms:provenance "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "ER70"@en ; skos:broader :erosional-landforms ; skos:definition "A landform pattern of low to extremely low relief (<9 m) and steep to precipitous slopes, typically with numerous fixed erosional stream channels that form a dendritic to parallel integrated tributary network. There is continuously active erosion by collapse, landslide, sheet flow, creep and channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "badlands"@en ; + schema:citation "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :bar-plain a skos:Concept ; - dcterms:provenance "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "AL13"@en ; skos:broader :alluvial-landforms ; skos:definition "A flood plain having sub-parallel stream channels that both aggrade and erode so as to develop a generally corrugated surface with numerous bars. Flood plain with numerous rapidly migrating shallow alluvial channels forming a unidirectional integrated reticulated network. There is frequently active aggradation and erosion by channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "bar plain"@en ; + schema:citation "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :beach a skos:Concept ; - dcterms:provenance "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "CO08"@en ; skos:broader :coastal-lands ; skos:definition "A short, low, very wide slope, gently or moderately inclined, built up or eroded by waves, forming the shore of a lake or sea."@en ; skos:inScheme cs: ; skos:prefLabel "beach"@en ; + schema:citation "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :beach-ridge a skos:Concept ; - dcterms:provenance "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "CO01"@en ; skos:broader :coastal-lands ; skos:definition "A level to gently undulating landform pattern of extremely low relief on which stream channels are absent or very rare; it consists of relict parallel linear ridges built up by waves and modified by wind."@en ; skos:inScheme cs: ; skos:prefLabel "beach ridge plain"@en ; + schema:citation "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :caldera a skos:Concept ; - dcterms:provenance "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "VO01"@en ; skos:broader :volcano ; skos:definition "A rare landform pattern typically of very high relief and steep to precipitous slopes. It has no stream channels or has fixed erosional channels forming a centripetal integrated tributary pattern. The landform has subsided or was excavated as a result of volcanism."@en ; skos:inScheme cs: ; skos:prefLabel "caldera"@en ; + schema:citation "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :chenier-plain a skos:Concept ; - dcterms:provenance "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "CO02"@en ; skos:broader :coastal-lands ; skos:definition "A level to gently undulating landform pattern of extremely low relief on which stream channels are very rare. The pattern consists of relict, parallel linear ridges built by waves, separated by, and built over, flats aggraded by tides or over-bank stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "chenier plain"@en ; + schema:citation "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :coastal-dunes a skos:Concept ; - dcterms:provenance "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "CO06"@en ; skos:broader :coastal-lands ; skos:definition "A level to rolling landform pattern of very low to extremely low relief - without stream channels - built up or locally excavated, eroded or aggraded by wind. This landform pattern occurs in usually restricted coastal locations."@en ; skos:inScheme cs: ; skos:prefLabel "coastal dunes"@en ; + schema:citation "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :coastal-plain a skos:Concept ; - dcterms:provenance "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "CO07"@en ; skos:broader :coastal-lands ; skos:definition "A level landform pattern with extremely low relief either with or without stream channels, built up by coastal - usually tidal - processes."@en ; skos:inScheme cs: ; skos:prefLabel "coastal plain"@en ; + schema:citation "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :colluvial-fan a skos:Concept ; - dcterms:provenance "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "FA02"@en ; skos:broader :fan ; skos:definition "A very gently to moderately inclined complex landform pattern of extremely low relief with a generally fan-shaped plan form. Divergent stream channels are commonly present, but the dominant process is colluvial deposition of materials. The pattern is usually steeper than an alluvial fan."@en ; skos:inScheme cs: ; skos:prefLabel "colluvial fan"@en ; + schema:citation "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :cone-volcanic a skos:Concept ; - dcterms:provenance "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "VO02"@en ; skos:broader :volcano ; skos:definition "A typically low to high relief and very steep landform pattern without stream channels, or with erosional rills forming a radial tributary pattern. The landform is built up by volcanism and slightly modified by erosional agents."@en ; skos:inScheme cs: ; skos:prefLabel "cone (volcanic)"@en ; + schema:citation "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :coral-reef @@ -219,51 +217,50 @@ PREFIX xsd: :covered-plain a skos:Concept ; - dcterms:provenance "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "AL14"@en ; skos:broader :alluvial-landforms ; skos:definition "A flood plain with a number of alluvial channels that are widely-spaced (i.e. a little under 1 km), migrating, more or less parallel, and deep (i.e. width-depth ratio <20:1). Aggradation by over-bank stream flow occurs at least once every 50 years, providing further alluvial cover."@en ; skos:inScheme cs: ; skos:prefLabel "covered plain"@en ; + schema:citation "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :delta a skos:Concept ; - dcterms:provenance "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "DE00"@en ; skos:definition "A flood plain projecting into a sea or lake, with slowly migrating deep alluvial channels, usually moderately spaced, typically forming a divergent distributary network. This landform is aggraded by frequently active overbank and channelled stream flow that is modified by tides."@en ; skos:inScheme cs: ; skos:prefLabel "delta"@en ; skos:topConceptOf cs: ; + schema:citation "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :depostional-glacial-features a skos:Concept ; - dcterms:provenance "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "GL10"@en ; skos:broader :glacial-features ; skos:definition "Also called Depositional glacial landforms. This collective term includes features such as moraines of various kinds, as well as irregular landforms made up of glacial deposits. "@en ; skos:inScheme cs: ; skos:prefLabel "depositional glacial features"@en ; + schema:citation "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :depostional-plain a skos:Concept ; - dcterms:provenance "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "PL01"@en ; skos:broader :plain ; skos:definition "A level to undulating or, rarely, rolling landform pattern of extremely low relief (<9 m). Some types of plains are described under alluvial landforms and some are also described under erosional landforms."@en ; skos:inScheme cs: ; skos:prefLabel "depositional plain"@en ; + schema:citation "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :drainage-depression a skos:Concept ; - dcterms:provenance "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "ER80"@en ; skos:broader :erosional-landforms ; @@ -271,44 +268,44 @@ PREFIX xsd: the depression to be subdivided into its component parts (e.g. rises, floodplain). """@en ; skos:inScheme cs: ; skos:prefLabel "drainage depression"@en ; + schema:citation "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :erosional-glacial-features a skos:Concept ; - dcterms:provenance "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "GL20"@en ; skos:broader :glacial-features ; skos:definition "Also called Erosional glacial landforms. Glacial erosion produces a variety of streamlined forms such as cirques and U-shaped valleys."@en ; skos:inScheme cs: ; skos:prefLabel "erosional glacial features"@en ; + schema:citation "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :erosional-plain a skos:Concept ; - dcterms:provenance "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "ER10"@en ; skos:broader :erosional-landforms ; skos:definition "A level to undulating or, rarely, rolling landform pattern of extremely low relief (< 9 m) eroded by continuously active to slightly active or inactive geomorphic processes."@en ; skos:inScheme cs: ; skos:prefLabel "erosional plain"@en ; + schema:citation "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :escarpment a skos:Concept ; - dcterms:provenance "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "ER60"@en ; skos:broader :erosional-landforms ; skos:definition "A steep to precipitous landform pattern forming a linearly extensive, straight or sinuous inclined surface that separates terrains at different altitudes, that above the escarpment commonly being a plateau. Relief within the landform pattern may be high (hilly) or low (planar). An included cliff or scarp often marks the upper margin of the scarp."@en ; skos:inScheme cs: ; skos:prefLabel "escarpment"@en ; + schema:citation "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :etchplain a skos:Concept ; - dcterms:provenance "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "ER14"@en ; skos:broader :erosional-landforms ; @@ -316,121 +313,121 @@ the depression to be subdivided into its component parts (e.g. rises, floodplain either partial or complete."""@en ; skos:inScheme cs: ; skos:prefLabel "etchplain"@en ; + schema:citation "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :flood-plain a skos:Concept ; - dcterms:provenance "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "AL11"@en ; skos:broader :alluvial-landforms ; skos:definition "An alluvial plain characterised by frequently active aggradation by overbank stream flow (i.e. by flooding more often than every 50 years) and erosion by channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "flood plain"@en ; + schema:citation "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :floodout a skos:Concept ; - dcterms:provenance "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "AL16"@en ; skos:broader :alluvial-landforms ; skos:definition "A flat inclined radially away from a point on the margin, or at the end, of a stream channel, aggraded by over-bank stream flow, or by channelled stream flow associated with channels developed within the over-bank part."@en ; skos:inScheme cs: ; skos:prefLabel "floodout"@en ; + schema:citation "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :hills a skos:Concept ; - dcterms:provenance "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "ER40"@en ; skos:broader :erosional-landforms ; skos:definition "A landform pattern of high relief (90 - 300 m) with gently sloping to precipitous slopes. Fixed, shallow erosional stream channels are closely to very widely spaced and form a dendritic or convergent integrated tributary network. There is continuously active erosion by wash and creep and, in some cases, rarely active erosion by landslides."@en ; skos:inScheme cs: ; skos:prefLabel "hills"@en ; + schema:citation "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :irregular-dune-field a skos:Concept ; - dcterms:provenance "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "DU13"@en ; skos:broader :aeolian-landforms ; skos:definition "A dune field with a mixture of longitudinal and transverse dunes, as well as other more complicated forms."@en ; skos:inScheme cs: ; skos:prefLabel "irregular dune field"@en ; + schema:citation "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :karst a skos:Concept ; - dcterms:provenance "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "KA00"@en ; skos:definition "A landform pattern of unspecified relief and slope (for specification use terms such as ‘karst rolling hills’) typically with fixed deep erosional stream channels forming a non-directional disintegrated tributary pattern and many closed depressions without stream channels. It is eroded by continuously active solution and rarely active collapse, with the products being removed through underground channels."@en ; skos:inScheme cs: ; skos:prefLabel "karst"@en ; skos:topConceptOf cs: ; + schema:citation "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :lacustrine-plain a skos:Concept ; - dcterms:provenance "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "PL02"@en ; skos:broader :plain ; skos:definition "A level landform pattern with extremely low relief formerly occupied by a lake, but now partly or completely dry. It is relict after aggradation by waves and by deposition of material from suspension and solution in standing water. The landform pattern is usually bounded by wave-formed cliffs, rock platforms, beaches, berms and lunettes that may be included or excluded."@en ; skos:inScheme cs: ; skos:prefLabel "lacustrine plain"@en ; + schema:citation "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :lava-flow a skos:Concept ; - dcterms:provenance "PDF pg 67, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "VO05"@en ; skos:broader :volcano ; skos:definition "A landform produced on the land surface by flowing magma. It is generally relict and subject to erosion by continuously active sheet flow, creep and channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "lava flow"@en ; + schema:citation "PDF pg 67, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :lava-plain a skos:Concept ; - dcterms:provenance "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "VO03"@en ; skos:broader :volcano ; skos:definition "A level to undulating landform pattern of very low to extremely low relief, typically with widely spaced fixed stream channels that form a non-directional integrated or interrupted tributary pattern. The landform pattern is aggraded by volcanism (lava flow) that is generally relict; it is subject to erosion by continuously active sheet flow, creep and channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "lava plain"@en ; + schema:citation "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :lava-plateau a skos:Concept ; - dcterms:provenance "PDF pg 67, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "VO06"@en ; skos:broader :volcano ; skos:definition "A plateau aggraded by volcanism (lava flow) that is generally relict and subject to erosion by continuously active sheet flow, creep and channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "lava plateau"@en ; + schema:citation "PDF pg 67, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :longitudinal-dune-field a skos:Concept ; - dcterms:provenance "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "DU11"@en ; skos:broader :aeolian-landforms ; skos:definition "A dune field characterised by long narrow sand dunes and wide flat swales. The dunes are oriented parallel with the direction of the prevailing wind and, in cross section, one slope is typically steeper than the other."@en ; skos:inScheme cs: ; skos:prefLabel "longitudinal dune field"@en ; + schema:citation "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :low-hills a skos:Concept ; - dcterms:provenance "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "ER30"@en ; skos:broader :erosional-landforms ; @@ -438,77 +435,77 @@ either partial or complete."""@en ; pattern. There is continuously active sheet flow, creep and channelled stream flow."""@en ; skos:inScheme cs: ; skos:prefLabel "low hills"@en ; + schema:citation "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :lunette a skos:Concept ; - dcterms:provenance "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "DU15"@en ; skos:broader :aeolian-landforms ; skos:definition "An elongated, gently curved, low ridge built up by wind on the margin of a playa, typically with a moderate, wave-modified slope towards the playa and a gentle outer slope."@en ; skos:inScheme cs: ; skos:prefLabel "lunette"@en ; + schema:citation "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :made-land a skos:Concept ; - dcterms:provenance "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "MA00"@en ; skos:definition "A landform pattern typically of very low or extremely low relief and with slopes in the classes level and very steep. Sparse, fixed deep artificial steam channels form a non-directional interrupted tributary pattern. The landform pattern is eroded and aggraded, and locally built up or excavated, by rarely active human agency."@en ; skos:inScheme cs: ; skos:prefLabel "made land"@en ; skos:topConceptOf cs: ; + schema:citation "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :marine-plain a skos:Concept ; - dcterms:provenance "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "CO04"@en ; skos:broader :coastal-lands ; skos:definition "A plain eroded or aggraded by waves, tides or submarine currents, and aggraded by deposition of material from suspension and solution in sea water, elevated above sea level by earth movements or eustacy, and little modified by subaerial agents such as stream flow or wind."@en ; skos:inScheme cs: ; skos:prefLabel "marine plain"@en ; + schema:citation "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :meander-plain a skos:Concept ; - dcterms:provenance "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "AL15"@en ; skos:broader :alluvial-landforms ; skos:definition "A flood plain aggraded and eroded by meandering streams. Flood plain with widely spaced, rapidly migrating, moderately deep alluvial stream channels that form a unidirectional integrated non-tributary network. There is frequently active aggradation and erosion by channelled stream flow, with subordinate aggradation by over-bank stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "meander plain"@en ; + schema:citation "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :meteor-crater a skos:Concept ; - dcterms:provenance "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "ME00"@en ; skos:definition "A rare landform pattern comprising a circular closed depression with a raised margin; it is typically of low to high relief and has a large range of slope values, without stream channels, or with a peripheral integrated pattern of centrifugal tributary streams. The pattern is excavated, heaved up and built up by a meteor impact and now relict."@en ; skos:inScheme cs: ; skos:prefLabel "meteor crater"@en ; skos:topConceptOf cs: ; + schema:citation "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :mountains a skos:Concept ; - dcterms:provenance "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "ER50"@en ; skos:broader :erosional-landforms ; skos:definition "A landform pattern of very high relief (>300 m) with moderate to precipitous slopes and fixed erosional stream channels that are closely to very widely spaced and form a dendritic of diverging integrated tributary network. There is continuously active erosion by collapse, landslide, sheet flow, creep and channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "mountains"@en ; + schema:citation "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :pediment a skos:Concept ; - dcterms:provenance "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "ER11"@en ; skos:broader :erosional-landforms ; @@ -516,11 +513,11 @@ pattern. There is continuously active sheet flow, creep and channelled stream fl slopes."""@en ; skos:inScheme cs: ; skos:prefLabel "pediment"@en ; + schema:citation "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :pediplain a skos:Concept ; - dcterms:provenance "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "ER12"@en ; skos:broader :erosional-landforms ; @@ -528,182 +525,183 @@ slopes."""@en ; channels as on a pediment."""@en ; skos:inScheme cs: ; skos:prefLabel "pediplain"@en ; + schema:citation "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :peneplain a skos:Concept ; - dcterms:provenance "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "ER13"@en ; skos:broader :erosional-landforms ; skos:definition "A level to gently undulating landform pattern with extremely low relief and sparse slowly migrating alluvial stream channels that form a nondirectional integrated tributary pattern. It is eroded by slightly active sheet flow, creep and channelled and over-bank stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "peneplain"@en ; + schema:citation "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :plateau-edge a skos:Concept ; - dcterms:provenance "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "PT01"@en ; skos:broader :plateau ; skos:definition "The cliff, scarp or escarpment that extends around a large part of the perimeter of a plateau."@en ; skos:inScheme cs: ; skos:prefLabel "plateau edge"@en ; + schema:citation "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :plateau-surface a skos:Concept ; - dcterms:provenance "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "PT02"@en ; skos:broader :plateau ; skos:definition "The low relief surface of a plateau."@en ; skos:inScheme cs: ; skos:prefLabel "plateau surface"@en ; + schema:citation "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :playa-plain a skos:Concept ; - dcterms:provenance "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "PL03"@en ; skos:broader :plain ; skos:definition "A level landform pattern with extremely low relief, typically without stream channels, aggraded by rarely active sheet flow and modified by wind, waves and soil phenomena. Playa plains are sediment sinks and are the lowest parts of the landscape."@en ; skos:inScheme cs: ; skos:prefLabel "playa plain"@en ; + schema:citation "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :reef a skos:Concept ; - dcterms:provenance "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "CO03"@en ; skos:definition "A continuously active or relict landform pattern built up to the present sea level, or that of a former time, by corals and other organisms. It is mainly level, with moderately inclined to precipitous slopes below sea level. Stream channels are generally absent, but there may occasionally be fixed deep erosional tidal stream channels forming a disintegrated non-tributary pattern."@en ; skos:inScheme cs: ; skos:prefLabel "reef"@en ; skos:topConceptOf cs: ; + schema:citation "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :residual-low-hills a skos:Concept ; - dcterms:provenance "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "ER31"@en ; skos:broader :erosional-landforms ; skos:definition "A landform of low relief (30-90 m) and gentle to very steep slopes. This term is used to refer to an isolated low hill surrounded by other landforms."@en ; skos:inScheme cs: ; skos:prefLabel "residual low hills"@en ; + schema:citation "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :residual-rise a skos:Concept ; - dcterms:provenance "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "ER21"@en ; skos:broader :erosional-landforms ; skos:definition "A landform facet of very low relief (9 - 30 m) and very gentle to steep slopes. This term is used to refer to an isolated rise surrounded by other landforms."@en ; skos:inScheme cs: ; skos:prefLabel "residual rise"@en ; + schema:citation "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :rises a skos:Concept ; - dcterms:provenance "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "ER20"@en ; skos:broader :erosional-landforms ; skos:definition "A landform pattern of very low relief (9 - 30 m) and very gentle to steep slopes. Fixed erosional stream channels are closely to very widely spaced and form a dendritic to convergent, integrated or interrupted tributary pattern. The pattern is eroded by continuously active to slightly active creep and sheet flow."@en ; skos:inScheme cs: ; skos:prefLabel "rises"@en ; + schema:citation "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :sand-plain a skos:Concept ; - dcterms:provenance "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "PL04"@en ; skos:broader :plain ; skos:definition "A level landform pattern with extremely low relief - typically without stream channels - aggraded by active wind deposition and rarely active sheet flow."@en ; skos:inScheme cs: ; skos:prefLabel "sand plain"@en ; + schema:citation "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :sheet-flood-fan a skos:Concept ; - dcterms:provenance "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "FA03"@en ; skos:broader :fan ; skos:definition "A level (<1 percent slope) to very gently inclined landform pattern of extremely low relief with numerous rapidly migrating very shallow incipient stream channels forming a divergent to unidirectional, integrated or interrupted reticulated pattern. Frequently active sheet flow and channelled stream flow, with subordinate wind erosion aggrade the landform pattern."@en ; skos:inScheme cs: ; skos:prefLabel "sheet-flood fan"@en ; + schema:citation "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :source-bordering-dune a skos:Concept ; - dcterms:provenance "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "DU14"@en ; skos:broader :aeolian-landforms ; skos:definition "A dune formed adjacent to the source of the wind-blown material. Most commonly the source is a river or floodplain that supplies aeolian sediment during periods of low or no flow."@en ; skos:inScheme cs: ; skos:prefLabel "source bordering dune"@en ; + schema:citation "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :stagnant-alluvial-plain a skos:Concept ; - dcterms:provenance "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "AL30"@en ; skos:broader :alluvial-landforms ; skos:definition "An alluvial plain on which erosion and aggradation by channelled and over-bank stream flow is slightly active or inactive because of reduced water supply, without apparent incision or channel enlargement that would lower the level of stream action."@en ; skos:inScheme cs: ; skos:prefLabel "stagnant alluvial plain"@en ; + schema:citation "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :stream-channel a skos:Concept ; - dcterms:provenance "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "AL17"@en ; skos:broader :alluvial-landforms ; skos:definition "A linear, generally sinuous open depression - eroded in parts - excavated, built up and aggraded by channelled stream flow. This element comprises stream beds and banks."@en ; skos:inScheme cs: ; skos:prefLabel "stream channel"@en ; + schema:citation "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :terraced-land a skos:Concept ; - dcterms:provenance "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "AL40"@en ; skos:broader :alluvial-landforms ; skos:definition "A landform pattern including one or more terraces and often a flood plain. Relief is low or very low (9-90 m). Terrace plains or terrace flats occur at stated heights above the top of the stream bank."@en ; skos:inScheme cs: ; skos:prefLabel "terraced land"@en ; + schema:citation "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :tidal-flat a skos:Concept ; - dcterms:provenance "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "CO05"@en ; skos:broader :coastal-lands ; skos:definition "A level landform pattern with extremely low relief and slowly migrating deep alluvial stream channels that form dendritic tributary patterns; it is aggraded by frequently active tides."@en ; skos:inScheme cs: ; skos:prefLabel "tidal flat"@en ; + schema:citation "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :transverse-dune-field a skos:Concept ; - dcterms:provenance "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "DU12"@en ; skos:broader :aeolian-landforms ; skos:definition "A dune field characterised by long narrow sand dunes and wide flat swales. The dunes are oriented normal to the direction of the prevailing wind and, in cross section, the windward slope is typically steeper than the lee slope."@en ; skos:inScheme cs: ; skos:prefLabel "transverse dune field"@en ; + schema:citation "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :unknown @@ -717,7 +715,6 @@ channels as on a pediment."""@en ; :glacial-features a skos:Concept ; - dcterms:provenance "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "GL00"@en ; skos:definition "Also called Glacial landforms. This term covers a wide range of landforms that are produced by glacial processes. In Australia most landforms of this type are all relict, with the exception of Heard Island."@en ; @@ -727,11 +724,11 @@ channels as on a pediment."""@en ; :erosional-glacial-features ; skos:prefLabel "glacial features"@en ; skos:topConceptOf cs: ; + schema:citation "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :plateau a skos:Concept ; - dcterms:provenance "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "PT00"@en ; skos:definition "A level to rolling landform pattern of plains, rises or low hills standing above a cliff, scarp or escarpment that extends around a large part of its perimeter. A bounding scarp or cliff may be included or excluded; a bounding escarpment would be an adjacent landform pattern."@en ; @@ -741,11 +738,11 @@ channels as on a pediment."""@en ; :plateau-surface ; skos:prefLabel "plateau"@en ; skos:topConceptOf cs: ; + schema:citation "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :fan a skos:Concept ; - dcterms:provenance "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "FA00"@en ; skos:definition "A level (<1 percent slope) to moderately inclined complex landform pattern of extremely low relief with a generally fan-shaped plan form. The channels form a centrifugal to divergent, integrated, reticulated to distributary pattern."@en ; @@ -756,11 +753,11 @@ channels as on a pediment."""@en ; :sheet-flood-fan ; skos:prefLabel "fan"@en ; skos:topConceptOf cs: ; + schema:citation "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :plain a skos:Concept ; - dcterms:provenance "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "PL00"@en ; skos:definition "A level to undulating or, rarely, rolling landform pattern of extremely low relief (<9 m). Some types of plains are described under alluvial landforms and some are also described under erosional landforms."@en ; @@ -772,11 +769,11 @@ channels as on a pediment."""@en ; :sand-plain ; skos:prefLabel "plain"@en ; skos:topConceptOf cs: ; + schema:citation "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :volcano a skos:Concept ; - dcterms:provenance "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "VO00"@en ; skos:definition "A typically very high and very steep landform pattern without stream channels, or with erosional stream channels forming a centrifugal or radial tributary pattern. The landform is built up by volcanism and modified by erosional agents."@en ; @@ -790,11 +787,11 @@ channels as on a pediment."""@en ; :lava-plateau ; skos:prefLabel "volcano"@en ; skos:topConceptOf cs: ; + schema:citation "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :aeolian-landforms a skos:Concept ; - dcterms:provenance "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "DU00"@en ; skos:definition "A landform pattern built up or locally excavated, eroded or aggraded by wind. Mabbutt (1977) provides a useful summary of the variety of aeolian landforms found in arid climates."@en ; @@ -809,11 +806,11 @@ channels as on a pediment."""@en ; :transverse-dune-field ; skos:prefLabel "aeolian landforms"@en ; skos:topConceptOf cs: ; + schema:citation "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :coastal-lands a skos:Concept ; - dcterms:provenance "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "CO00"@en ; skos:definition "A level to gently undulating landform pattern of extremely low relief eroded or aggraded by waves, tides, over-bank or channel flow, or wind. The landform pattern may be either active or relict."@en ; @@ -829,11 +826,11 @@ channels as on a pediment."""@en ; :tidal-flat ; skos:prefLabel "coastal lands"@en ; skos:topConceptOf cs: ; + schema:citation "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :alluvial-landforms a skos:Concept ; - dcterms:provenance "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "AL00"@en ; skos:definition "A complex landform pattern on valley floors, with active, inactive or relict erosion and aggradation by channelled and over-bank stream flow."@en ; @@ -853,11 +850,11 @@ channels as on a pediment."""@en ; :terraced-land ; skos:prefLabel "alluvial landforms"@en ; skos:topConceptOf cs: ; + schema:citation "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . :erosional-landforms a skos:Concept ; - dcterms:provenance "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; rdfs:isDefinedBy cs: ; skos:altLabel "ER00"@en ; skos:definition "A landform pattern of very low to high relief and very gentle to steep slopes. The pattern is eroded by continuously active to slightly active or inactive geomorphic processes."@en ; @@ -879,16 +876,11 @@ channels as on a pediment."""@en ; :rises ; skos:prefLabel "erosional landforms"@en ; skos:topConceptOf cs: ; + schema:citation "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf"@en ; . cs: a skos:ConceptScheme ; - dcterms:created "2022-08-09"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2022-08-09"^^xsd:date ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "A vocabulary of landform types used in GA Boreholes database. Reference Pain CF, 2008. Field Guide for Describing Regolith and Landforms. ISBN 978-0-9806030-0-2."@en ; skos:hasTopConcept :aeolian-landforms , @@ -909,6 +901,11 @@ cs: skos:historyNote "Geoscience Australia Landform type (FGDM. LU_landform_type)"@en ; skos:prefLabel "Field Geology - Landform Type"@en ; dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Divison " ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/Legislation_Boreholes.ttl b/vocabularies/Legislation_Boreholes.ttl index 6ef7fab..109ea9a 100644 --- a/vocabularies/Legislation_Boreholes.ttl +++ b/vocabularies/Legislation_Boreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -12,12 +10,12 @@ PREFIX xsd: :anpm a skos:Concept ; - dcterms:provenance "http://www.anpm.tl/"@en ; rdfs:isDefinedBy cs: ; skos:definition "Autoridade Nacional do Petróleo e Minerais (ANPM)"@en ; skos:inScheme cs: ; skos:prefLabel "ANPM"@en ; skos:topConceptOf cs: ; + schema:citation "http://www.anpm.tl/"@en ; . :dsdp @@ -103,12 +101,12 @@ PREFIX xsd: :unknown a skos:Concept ; - dcterms:provenance "http://www.opengis.net/def/nil/OGC/0/unknown"@en ; rdfs:isDefinedBy cs: ; skos:definition "The legislation under which the drilling was conducted is not known."@en ; skos:inScheme cs: ; skos:prefLabel "unknown"@en ; skos:topConceptOf cs: ; + schema:citation "http://www.opengis.net/def/nil/OGC/0/unknown"@en ; . :zoc @@ -122,13 +120,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - dcterms:created "2022-08-09"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2022-08-09"^^xsd:date ; - dcterms:provenance "Geoscience Australia Legislation (BOREHOLE.LU_LEGISLATION)"@en ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "Legislative or administrative frameworks under which drilling is performed."@en ; skos:hasTopConcept :anpm , @@ -145,6 +136,12 @@ cs: :zoc ; skos:prefLabel "Borehole Geology - Legislation"@en ; dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division " ; + schema:citation "Geoscience Australia Legislation (BOREHOLE.LU_LEGISLATION)"@en ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/LocationMethodBoreholes.ttl b/vocabularies/LocationMethodBoreholes.ttl index c9fb53f..75c5283 100644 --- a/vocabularies/LocationMethodBoreholes.ttl +++ b/vocabularies/LocationMethodBoreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -12,384 +10,376 @@ PREFIX xsd: :1000000Map a skos:Concept ; - dcterms:identifier "1000000Map"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a printed map at 1:1 000 000 scale"@en ; skos:inScheme cs: ; skos:prefLabel "1:1 000 000 map"@en ; skos:topConceptOf cs: ; + schema:identifier "1000000Map"^^xsd:token ; . :100000Map a skos:Concept ; - dcterms:identifier "100000Map"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a printed map at 1:100 000 scale"@en ; skos:inScheme cs: ; skos:prefLabel "1:100 000 map"@en ; skos:topConceptOf cs: ; + schema:identifier "100000Map"^^xsd:token ; . :250000Map a skos:Concept ; - dcterms:identifier "250000Map"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a printed map at 1:250 000 scale"@en ; skos:inScheme cs: ; skos:prefLabel "1:250 000 map"@en ; skos:topConceptOf cs: ; + schema:identifier "250000Map"^^xsd:token ; . :25000Map a skos:Concept ; - dcterms:identifier "25000Map"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a printed map at 1:25 000 scale"@en ; skos:inScheme cs: ; skos:prefLabel "1:25 000 map"@en ; skos:topConceptOf cs: ; + schema:identifier "25000Map"^^xsd:token ; . :25000Orthophoto a skos:Concept ; - dcterms:identifier "25000Orthophoto"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from an orthophoto at 1:25 000 scale"@en ; skos:inScheme cs: ; skos:prefLabel "1:25 000 orthophoto"@en ; skos:topConceptOf cs: ; + schema:identifier "25000Orthophoto"^^xsd:token ; . :500000Map a skos:Concept ; - dcterms:identifier "500000Map"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a printed map at 1:500 000 scale"@en ; skos:inScheme cs: ; skos:prefLabel "1:500 000 map"@en ; skos:topConceptOf cs: ; + schema:identifier "500000Map"^^xsd:token ; . :50000Map a skos:Concept ; - dcterms:identifier "50000Map"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a printed map at 1:50 000 scale"@en ; skos:inScheme cs: ; skos:prefLabel "1:50 000 map"@en ; skos:topConceptOf cs: ; + schema:identifier "50000Map"^^xsd:token ; . :aerialPhotographUnrectified a skos:Concept ; - dcterms:identifier "aerialPhotographUnrectified"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from an aerial photograph that has not been rectified to a known geographical datum or projection"@en ; skos:inScheme cs: ; skos:prefLabel "aerial photograph, unrectified"@en ; skos:topConceptOf cs: ; + schema:identifier "aerialPhotographUnrectified"^^xsd:token ; . :astronomicalObservation a skos:Concept ; - dcterms:identifier "astronomicalObservation"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location is estimated from an astronomical observation"@en ; skos:inScheme cs: ; skos:prefLabel "astronomical observation"@en ; skos:topConceptOf cs: ; + schema:identifier "astronomicalObservation"^^xsd:token ; . :astronomicalObservationAndDeadReckoningBetweenFixes a skos:Concept ; - dcterms:identifier "astronomicalObservationAndDeadReckoningBetweenFixes"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location is estimated from an astronomical observation and dead reckoning between fixes."@en ; skos:inScheme cs: ; skos:prefLabel "astronomical observation and dead reckoning between fixes"@en ; skos:topConceptOf cs: ; + schema:identifier "astronomicalObservationAndDeadReckoningBetweenFixes"^^xsd:token ; . :companySuppliedLocationMethodUnknown a skos:Concept ; - dcterms:identifier "companySuppliedLocationMethodUnknown"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "The location is supplied by a private company. The location method is not known."@en ; skos:inScheme cs: ; skos:prefLabel "company supplied location, method unknown"@en ; skos:topConceptOf cs: ; + schema:identifier "companySuppliedLocationMethodUnknown"^^xsd:token ; . :deadReckoning a skos:Concept ; - dcterms:identifier "deadReckoning"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a dead reckoning observation"@en ; skos:inScheme cs: ; skos:prefLabel "dead reckoning"@en ; skos:topConceptOf cs: ; + schema:identifier "deadReckoning"^^xsd:token ; . :deadReckoningTiedToTransitSatelliteFixes a skos:Concept ; - dcterms:identifier "deadReckoningTiedToTransitSatelliteFixes"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a dead reckoning observation tied to transit satellite fixes"@en ; skos:inScheme cs: ; skos:prefLabel "dead reckoning tied to transit satellite fixes"@en ; skos:topConceptOf cs: ; + schema:identifier "deadReckoningTiedToTransitSatelliteFixes"^^xsd:token ; . :deadReckoningTiedToTransitSatelliteFixesAndDifferentialGPS a skos:Concept ; - dcterms:identifier "deadReckoningTiedToTransitSatelliteFixesAndDifferentialGPS"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a dead reckoning observation tied to transit satellite fixes and differential GPS"@en ; skos:inScheme cs: ; skos:prefLabel "dead reckoning tied to transit satellite fixes and differential GPS"@en ; skos:topConceptOf cs: ; + schema:identifier "deadReckoningTiedToTransitSatelliteFixesAndDifferentialGPS"^^xsd:token ; . :deadReckoningTiedToTransitSatelliteFixesAndStandAloneGPS a skos:Concept ; - dcterms:identifier "deadReckoningTiedToTransitSatelliteFixesAndStandAloneGPS"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a dead reckoning observation tied to transit satellite fixes and stand alone GPS"@en ; skos:inScheme cs: ; skos:prefLabel "dead reckoning tied to transit satellite fixes and stand-alone GPS"@en ; skos:topConceptOf cs: ; + schema:identifier "deadReckoningTiedToTransitSatelliteFixesAndStandAloneGPS"^^xsd:token ; . :digitalElevationModel a skos:Concept ; - dcterms:identifier "digitalElevationModel"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a digital elevation model or image"@en ; skos:inScheme cs: ; skos:prefLabel "digital elevation model"@en ; skos:topConceptOf cs: ; + schema:identifier "digitalElevationModel"^^xsd:token ; . :digitalElevationModel90mSRTM a skos:Concept ; - dcterms:identifier "digitalElevationModel90mSRTM"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a 90 metre resolution digital elevation model or image of data from the Shuttle Radar Topography Mission"@en ; skos:inScheme cs: ; skos:prefLabel "digital elevation model, 90m SRTM"@en ; skos:topConceptOf cs: ; + schema:identifier "digitalElevationModel90mSRTM"^^xsd:token ; . :digitalElevationModel9second a skos:Concept ; - dcterms:identifier "digitalElevationModel9second"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a 9 second resolution digital elevation model or image"@en ; skos:inScheme cs: ; skos:prefLabel "digital elevation model, 9 second"@en ; skos:topConceptOf cs: ; + schema:identifier "digitalElevationModel9second"^^xsd:token ; . :gpsAveragedObservations a skos:Concept ; - dcterms:identifier "gpsAveragedObservations"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from averaging a number of Global Positioning System observations"@en ; skos:inScheme cs: ; skos:prefLabel "GPS averaged observations"@en ; skos:topConceptOf cs: ; + schema:identifier "gpsAveragedObservations"^^xsd:token ; . :gpsDifferentialObservation a skos:Concept ; - dcterms:identifier "gpsDifferentialObservation"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated using DGPS, an enhancement to Global Positioning System which uses a network of fixed, ground-based reference stations to broadcast the difference between the positions indicated by the satellite systems and the known fixed positions."@en ; skos:inScheme cs: ; skos:prefLabel "GPS differential observation"@en ; skos:topConceptOf cs: ; + schema:identifier "gpsDifferentialObservation"^^xsd:token ; . :gpsDifferentialObservationSurveyQuality a skos:Concept ; - dcterms:identifier "gpsDifferentialObservationSurveyQuality"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location determined using DGPS, an enhancement to Global Positioning System which uses a network of fixed, ground-based reference stations to broadcast the difference between the positions indicated by the satellite systems and the known fixed positions."@en ; skos:inScheme cs: ; skos:prefLabel "GPS differential observation, survey quality"@en ; skos:topConceptOf cs: ; + schema:identifier "gpsDifferentialObservationSurveyQuality"^^xsd:token ; . :gpsObservation a skos:Concept ; - dcterms:identifier "gpsObservation"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a Global Positioning System satellite navigation system"@en ; skos:inScheme cs: ; skos:prefLabel "GPS observation"@en ; skos:topConceptOf cs: ; + schema:identifier "gpsObservation"^^xsd:token ; . :gpsObservationSubjectToSelectiveAvailability a skos:Concept ; - dcterms:identifier "gpsObservationSubjectToSelectiveAvailability"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a Global Positioning System prior to May 2000 before when the US government commonly degraded the accuracy of GPS signals by adding intentional, time varying errors of up to 100 meters to the publicly available navigation signal."@en ; skos:inScheme cs: ; skos:prefLabel "GPS observation subject to union all selective availability"@en ; skos:topConceptOf cs: ; + schema:identifier "gpsObservationSubjectToSelectiveAvailability"^^xsd:token ; . :gpsObservationWithPcodeAccess a skos:Concept ; - dcterms:identifier "gpsObservationWithPcodeAccess"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from GPS observation with P-Code access"@en ; skos:inScheme cs: ; skos:prefLabel "GPS observation with P-Code access"@en ; skos:topConceptOf cs: ; + schema:identifier "gpsObservationWithPcodeAccess"^^xsd:token ; . :map a skos:Concept ; - dcterms:identifier "map"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a printed topographic, geological, or other map"@en ; skos:inScheme cs: ; skos:prefLabel "map"@en ; skos:topConceptOf cs: ; + schema:identifier "map"^^xsd:token ; . :orthophoto a skos:Concept ; - dcterms:identifier "orthophoto"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from an aerial photograph geometrically corrected (\"orthorectified\") such that the scale across the image is uniform"@en ; skos:inScheme cs: ; skos:prefLabel "orthophoto"@en ; skos:topConceptOf cs: ; + schema:identifier "orthophoto"^^xsd:token ; . :otherMethod a skos:Concept ; - dcterms:identifier "otherMethod"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "The location method is known, but is not specified in this vocabulary"@en ; skos:inScheme cs: ; skos:prefLabel "other method"@en ; skos:topConceptOf cs: ; + schema:identifier "otherMethod"^^xsd:token ; . :personalCommunicationMethodUnknown a skos:Concept ; - dcterms:identifier "personalCommunicationMethodUnknown"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "The location is supplied via personal communication. The location method is not known."@en ; skos:inScheme cs: ; skos:prefLabel "personal communication, method unknown"@en ; skos:topConceptOf cs: ; + schema:identifier "personalCommunicationMethodUnknown"^^xsd:token ; . :publishedReportMethodUnknown a skos:Concept ; - dcterms:identifier "publishedReportMethodUnknown"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "The location is taken from a published report or article. The location method is not known."@en ; skos:inScheme cs: ; skos:prefLabel "published report, method unknown"@en ; skos:topConceptOf cs: ; + schema:identifier "publishedReportMethodUnknown"^^xsd:token ; . :radioNavigation a skos:Concept ; - dcterms:identifier "radioNavigation"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from radio navigation"@en ; skos:inScheme cs: ; skos:prefLabel "radio navigation"@en ; skos:topConceptOf cs: ; + schema:identifier "radioNavigation"^^xsd:token ; . :satelliteDopplerAndAVLFRadioNavigation a skos:Concept ; - dcterms:identifier "satelliteDopplerAndAVLFRadioNavigation"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from satellite Doppler and AVLF radio navigation"@en ; skos:inScheme cs: ; skos:prefLabel "satellite Doppler and AVLF radio navigation"@en ; skos:topConceptOf cs: ; + schema:identifier "satelliteDopplerAndAVLFRadioNavigation"^^xsd:token ; . :satelliteImage a skos:Concept ; - dcterms:identifier "satelliteImage"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a satellite image"@en ; skos:inScheme cs: ; skos:prefLabel "satellite image"@en ; skos:topConceptOf cs: ; + schema:identifier "satelliteImage"^^xsd:token ; . :satelliteImageGoogle a skos:Concept ; - dcterms:identifier "satelliteImageGoogle"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated from a satellite image provided by Google Earth or Google Maps"@en ; skos:inScheme cs: ; skos:prefLabel "satellite image, Google"@en ; skos:topConceptOf cs: ; + schema:identifier "satelliteImageGoogle"^^xsd:token ; . :stateOrNTAgencySuppliedLocationMethodUnknown a skos:Concept ; - dcterms:identifier "stateOrNTAgencySuppliedLocationMethodUnknown"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "The location is supplied by a State or Territory government agency. The location method is not known."@en ; skos:inScheme cs: ; skos:prefLabel "State or NT agency supplied location, method unknown"@en ; skos:topConceptOf cs: ; + schema:identifier "stateOrNTAgencySuppliedLocationMethodUnknown"^^xsd:token ; . :surveyedFromGroundControl a skos:Concept ; - dcterms:identifier "surveyedFromGroundControl"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Location estimated using survey from ground control"@en ; skos:inScheme cs: ; skos:prefLabel "surveyed from ground control"@en ; skos:topConceptOf cs: ; + schema:identifier "surveyedFromGroundControl"^^xsd:token ; . :unknown a skos:Concept ; - dcterms:identifier "unknown"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "The location method is unknown. However, the correct value probably exists."@en ; skos:inScheme cs: ; skos:prefLabel "unknown"@en ; skos:topConceptOf cs: ; + schema:identifier "unknown"^^xsd:token ; . :unpublishedReportMethodUnknown a skos:Concept ; - dcterms:identifier "unpublishedReportMethodUnknown"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "The location is taken from an unpublished report. The location method is not known."@en ; skos:inScheme cs: ; skos:prefLabel "unpublished report, method unknown"@en ; skos:topConceptOf cs: ; + schema:identifier "unpublishedReportMethodUnknown"^^xsd:token ; . cs: a skos:ConceptScheme ; - dcterms:created "2022-08-09"^^xsd:date ; - dcterms:creator ; - dcterms:identifier "LocationMethod"^^xsd:token ; - dcterms:modified "2022-08-09"^^xsd:date ; - dcterms:provenance "Geoscience Australia Loaction Method (BOREHOLE.LU_LOCATION_METHODS)"@en ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "Method used to estimate the location of a point. eg, satellite navigation, estimation from printed maps or aerial photography."@en ; skos:hasTopConcept :1000000Map , @@ -431,6 +421,12 @@ cs: :unpublishedReportMethodUnknown ; skos:prefLabel "Borehole Geology - Location Method"@en ; dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:citation "Geoscience Australia Loaction Method (BOREHOLE.LU_LOCATION_METHODS)"@en ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/Material_Class_Boreholes_20230927.ttl b/vocabularies/Material_Class_Boreholes_20230927.ttl index a276083..36aa53f 100644 --- a/vocabularies/Material_Class_Boreholes_20230927.ttl +++ b/vocabularies/Material_Class_Boreholes_20230927.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -705,13 +703,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - dcterms:created "2022-08-09"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2024-05-02"^^xsd:date ; - dcterms:provenance "Geoscience Australia Mineral Class (A.LU_MATERIAL_CLASS)"@en ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1.3" ; skos:definition "Broad categories of earth materials (eg, rock, sediment, water, vegetation) that may be observed or sampled."@en ; skos:hasTopConcept :adsorbed_phase , @@ -734,6 +725,12 @@ cs: :water ; skos:prefLabel "General Geology - Sample Material Class"@en ; dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:citation "Geoscience Australia Mineral Class (A.LU_MATERIAL_CLASS)"@en ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1.3" ; . diff --git a/vocabularies/MiningWasteStatus.ttl b/vocabularies/MiningWasteStatus.ttl index 2a74f73..a5c2140 100644 --- a/vocabularies/MiningWasteStatus.ttl +++ b/vocabularies/MiningWasteStatus.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX gavoc: PREFIX isoroles: -PREFIX owl: PREFIX prov: PREFIX rdfs: PREFIX schema: @@ -36,8 +35,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionIRI :1.0 ; skos:definition "Terms that describe the storage type a mining waste feature may have."@en ; skos:hasTopConcept :currently_used , @@ -65,7 +62,7 @@ cs: ] ; schema:creator ; schema:dateCreated "2022-04-13"^^xsd:date ; - schema:dateModified "2024-02-22"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; schema:keywords "Geology" , diff --git a/vocabularies/MiningWasteStorageType.ttl b/vocabularies/MiningWasteStorageType.ttl index 8a3c4c5..01e50ca 100644 --- a/vocabularies/MiningWasteStorageType.ttl +++ b/vocabularies/MiningWasteStorageType.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX gavoc: PREFIX isoroles: -PREFIX owl: PREFIX prov: PREFIX rdfs: PREFIX schema: @@ -72,8 +71,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionIRI :1.0 ; skos:definition "Terms that describe the storage type a mining waste feature may have."@en ; skos:hasTopConcept :surface , @@ -102,7 +99,7 @@ cs: ] ; schema:creator ; schema:dateCreated "2022-04-13"^^xsd:date ; - schema:dateModified "2024-02-22"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; schema:keywords "Geology" , diff --git a/vocabularies/MiningWasteStructureType.ttl b/vocabularies/MiningWasteStructureType.ttl index 416e868..f03d0c4 100644 --- a/vocabularies/MiningWasteStructureType.ttl +++ b/vocabularies/MiningWasteStructureType.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX gavoc: PREFIX isoroles: -PREFIX owl: PREFIX prov: PREFIX rdfs: PREFIX schema: @@ -116,8 +115,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionIRI :1.0 ; skos:definition "Terms that describe the mining waste structure."@en ; skos:hasTopConcept :centreline_dam , @@ -153,7 +150,7 @@ cs: ] ; schema:creator ; schema:dateCreated "2022-04-13"^^xsd:date ; - schema:dateModified "2024-02-22"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; schema:keywords "Geology" , diff --git a/vocabularies/MiningWasteType.ttl b/vocabularies/MiningWasteType.ttl index c1051b0..912c3ec 100644 --- a/vocabularies/MiningWasteType.ttl +++ b/vocabularies/MiningWasteType.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX gavoc: PREFIX isoroles: -PREFIX owl: PREFIX prov: PREFIX rdfs: PREFIX schema: @@ -132,8 +131,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionIRI :1.0 ; skos:definition "Terms that describe the storage type a mining waste feature may have."@en ; skos:hasTopConcept :fly_ash , @@ -165,7 +162,7 @@ cs: ] ; schema:creator ; schema:dateCreated "2022-04-13"^^xsd:date ; - schema:dateModified "2024-02-22"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; schema:keywords "Geology" , diff --git a/vocabularies/ModesOfOccurrence.ttl b/vocabularies/ModesOfOccurrence.ttl index bc37ef3..9038536 100644 --- a/vocabularies/ModesOfOccurrence.ttl +++ b/vocabularies/ModesOfOccurrence.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -971,12 +969,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - dcterms:created "2022-08-09"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2022-08-09"^^xsd:date ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "Mode of occurrence of geological units and samples (eg: dyke, bed, phenocryst)."@en ; skos:hasTopConcept :band-layer , @@ -1009,6 +1001,11 @@ cs: skos:historyNote "Geoscience Australia Mode of Occurrence (FGDM.MODE_OCCURENCES)"@en ; skos:prefLabel "Field Geology - Mode of Occurrence"@en ; dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division " ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/OnlineFunction.ttl b/vocabularies/OnlineFunction.ttl index 49c3eb5..806efb1 100644 --- a/vocabularies/OnlineFunction.ttl +++ b/vocabularies/OnlineFunction.ttl @@ -1,9 +1,7 @@ PREFIX : PREFIX astatus: PREFIX cs: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -11,140 +9,128 @@ PREFIX xsd: :browseGraphic a skos:Concept ; - dcterms:provenance "ISO19115-1:2014"@en ; rdfs:isDefinedBy cs: ; skos:definition "browse graphic provided"@en ; skos:inScheme cs: ; skos:prefLabel "browseGraphic"@en ; skos:topConceptOf cs: ; + schema:citation "ISO19115-1:2014"@en ; . :browsing a skos:Concept ; - dcterms:provenance "ISO19115-1:2014"@en ; rdfs:isDefinedBy cs: ; skos:definition "online browsing provided"@en ; skos:inScheme cs: ; skos:prefLabel "browsing"@en ; skos:topConceptOf cs: ; + schema:citation "ISO19115-1:2014"@en ; . :completeMetadata a skos:Concept ; - dcterms:provenance "ISO19115-1:2014"@en ; rdfs:isDefinedBy cs: ; skos:definition "complete metadata provided"@en ; skos:inScheme cs: ; skos:prefLabel "completeMetadata"@en ; skos:topConceptOf cs: ; + schema:citation "ISO19115-1:2014"@en ; . :download a skos:Concept ; - dcterms:provenance "ISO19115-1:2014"@en ; rdfs:isDefinedBy cs: ; skos:definition "online instructions for transferring data from one stor- age device or system to another"@en ; skos:inScheme cs: ; skos:prefLabel "download"@en ; skos:topConceptOf cs: ; + schema:citation "ISO19115-1:2014"@en ; . :emailService a skos:Concept ; - dcterms:provenance "ISO19115-1:2014"@en ; rdfs:isDefinedBy cs: ; skos:definition "online email service provided"@en ; skos:inScheme cs: ; skos:prefLabel "emailService"@en ; skos:topConceptOf cs: ; + schema:citation "ISO19115-1:2014"@en ; . :fileAccess a skos:Concept ; - dcterms:provenance "ISO19115-1:2014"@en ; rdfs:isDefinedBy cs: ; skos:definition "online file access provided"@en ; skos:inScheme cs: ; skos:prefLabel "fileAccess"@en ; skos:topConceptOf cs: ; + schema:citation "ISO19115-1:2014"@en ; . :offlineAccess a skos:Concept ; - dcterms:provenance "ISO19115-1:2014"@en ; rdfs:isDefinedBy cs: ; skos:definition "online instructions for requesting the resource from the provider"@en ; skos:inScheme cs: ; skos:prefLabel "offlineAccess"@en ; skos:topConceptOf cs: ; + schema:citation "ISO19115-1:2014"@en ; . :order a skos:Concept ; - dcterms:provenance "ISO19115-1:2014"@en ; rdfs:isDefinedBy cs: ; skos:definition "online order process for obtaining the resource"@en ; skos:inScheme cs: ; skos:prefLabel "order"@en ; skos:topConceptOf cs: ; + schema:citation "ISO19115-1:2014"@en ; . :provenanceQueryService a skos:Concept ; - dcterms:provenance "Geoscience Australia / PROV-O"@en ; rdfs:isDefinedBy cs: ; skos:broader :information ; skos:definition "an online service that allows querying for provenance records about the resource. The provenance records delivered are conformat to the W3C's PROV Data Model"@en ; skos:inScheme cs: ; skos:prefLabel "provenanceQueryService"@en ; + schema:citation "Geoscience Australia / PROV-O"@en ; . :search a skos:Concept ; - dcterms:provenance "ISO19115-1:2014"@en ; rdfs:isDefinedBy cs: ; skos:definition "online search interface for seeking out information about the resource"@en ; skos:inScheme cs: ; skos:prefLabel "search"@en ; skos:topConceptOf cs: ; + schema:citation "ISO19115-1:2014"@en ; . :upload a skos:Concept ; - dcterms:modified "2018-12-12T03:07:36+00:00"^^xsd:dateTime ; - dcterms:provenance "ISO19115-1:2014"@en ; rdfs:isDefinedBy cs: ; skos:definition "online resource upload capability provided"@en ; skos:inScheme cs: ; skos:prefLabel "upload"@en ; skos:topConceptOf cs: ; + schema:citation "ISO19115-1:2014"@en ; . :information a skos:Concept ; - dcterms:provenance "ISO19115-1:2014"@en ; rdfs:isDefinedBy cs: ; skos:definition "online information about the resource"@en ; skos:inScheme cs: ; skos:narrower :provenanceQueryService ; skos:prefLabel "information"@en ; skos:topConceptOf cs: ; + schema:citation "ISO19115-1:2014"@en ; . cs: a skos:ConceptScheme ; - rdfs:label "OnLine Function Type"@en ; - dcterms:created "2017-05-11"^^xsd:date ; - dcterms:creator ; - dcterms:description "This vocabulary is an extension to the ISO19115-1 standard's OnLine Function Code list. It includes additional terms implemented by Geoscience Australia to allow for online functions not included in the original codelist. An example of an extension term in this vocabulary is \"provenance query service\" which, in the SKOS structure of this vocabulary, is given as a narrower concept of the \"information\" concept which is one of the original ISO19115-1 concepts. An object indicated as having an online function of a \"provenance query service\" should be understood to perform a specialised form of an \"information\" function by allowing provenance querying. Further details are given in the term's description. "@en ; - dcterms:issued "2018-12-12"^^xsd:date ; - dcterms:modified "2023-07-26"^^xsd:date ; - dcterms:publisher ; - dcterms:subject "online functions"@en ; - dcterms:title "OnLine Function"@en ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/150902"^^xsd:anyURI ; - owl:versionInfo "v1.0" ; - skos:definition "OnLine Function Type"@en ; + skos:definition "This vocabulary is an extension to the ISO19115-1 standard's OnLine Function Code list. It includes additional terms implemented by Geoscience Australia to allow for online functions not included in the original codelist. An example of an extension term in this vocabulary is \"provenance query service\" which, in the SKOS structure of this vocabulary, is given as a narrower concept of the \"information\" concept which is one of the original ISO19115-1 concepts. An object indicated as having an online function of a \"provenance query service\" should be understood to perform a specialised form of an \"information\" function by allowing provenance querying. Further details are given in the term's description."@en ; skos:hasTopConcept :browseGraphic , :browsing , @@ -159,6 +145,12 @@ cs: :upload ; skos:historyNote "ISO19115-1:2014"@en ; skos:prefLabel "OnLine Function Type"@en ; + schema:creator ; + schema:dateCreated "2017-05-11"^^xsd:date ; + schema:dateIssued "2018-12-12"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/150902"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1.0" ; . diff --git a/vocabularies/Petrophysical_Property_Boreholes.ttl b/vocabularies/Petrophysical_Property_Boreholes.ttl index 8b8e4f7..bf29af2 100644 --- a/vocabularies/Petrophysical_Property_Boreholes.ttl +++ b/vocabularies/Petrophysical_Property_Boreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -823,13 +821,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - dcterms:created "2022-08-09"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2022-08-09"^^xsd:date ; - dcterms:provenance "Geoscience Australia Petrophysical Properties (ROCKPROPS.LU_ROCKPROPERTY)"@en ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "A vocabulary of terms defining petrophysical properties (eg, density, porosity, magnetic susceptibility, remanent magnetisation)."@en ; skos:hasTopConcept :caliper , @@ -859,6 +850,12 @@ cs: :youngsModulus ; skos:prefLabel "Geology Rock Properties - Petrophysical"@en ; dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:citation "Geoscience Australia Petrophysical Properties (ROCKPROPS.LU_ROCKPROPERTY)"@en ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/ProportionTermsBoreholes.ttl b/vocabularies/ProportionTermsBoreholes.ttl index add0c6a..b9f46a3 100644 --- a/vocabularies/ProportionTermsBoreholes.ttl +++ b/vocabularies/ProportionTermsBoreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -103,6 +101,7 @@ PREFIX xsd: :present a skos:Concept ; + rdfs:isDefinedBy cs: ; skos:definition "The component is present in the observed feature, but the proportion is unknown."@en ; skos:inScheme cs: ; skos:narrower @@ -120,12 +119,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - dcterms:created "2022-08-09"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2022-08-09"^^xsd:date ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "The proportion of an observed or sampled feature that is comprised by one or more earth materials. The vocabulary also provides approximate numeric percent ranges that correspond to the qualitative terms"@en ; skos:hasTopConcept :absent , @@ -141,6 +134,11 @@ cs: skos:historyNote "Geoscience Australia Proportion Terms (FGDM.LU_PROPORTION_TERMS)"@en ; skos:prefLabel "Field Geology - Proportion Terms "@en ; dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/ProtocolType.ttl b/vocabularies/ProtocolType.ttl index a5555d1..2464ef2 100644 --- a/vocabularies/ProtocolType.ttl +++ b/vocabularies/ProtocolType.ttl @@ -2,7 +2,6 @@ PREFIX : PREFIX DATAROLES: PREFIX cs: PREFIX gavoc: -PREFIX owl: PREFIX prov: PREFIX rdfs: PREFIX schema: @@ -770,8 +769,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/150902"^^xsd:anyURI ; - owl:versionIRI :1.4 ; skos:definition "This vocab is developed to enable the selection of Web Service protocols from a controlled list, rather than creating free text descriptions of protocols within the ISO19115-1 geospatial metadata standard. "@en ; skos:hasTopConcept :DataTurbine , @@ -806,7 +803,7 @@ cs: ] ; schema:creator ; schema:dateCreated "2017-11-17"^^xsd:date ; - schema:dateModified "2026-02-19"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/150902"^^gavoc:eCatID ; schema:publisher ; schema:status ; diff --git a/vocabularies/QA_Status_Code_Boreholes.ttl b/vocabularies/QA_Status_Code_Boreholes.ttl index 54cec10..eb68b4f 100644 --- a/vocabularies/QA_Status_Code_Boreholes.ttl +++ b/vocabularies/QA_Status_Code_Boreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -30,19 +28,18 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - dcterms:created "2022-08-09"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2022-08-09"^^xsd:date ; - dcterms:provenance "Geoscience Australia QA Status Code (A.QA_STATUS_CODES)"@en ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "Indicates the status of whether or not QA of the data for this record has been undertaken (C - Checked, U - Unchecked)."@en ; skos:hasTopConcept :c , :u ; skos:prefLabel "General Geology - QA Status Code"@en ; dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater" ; + schema:citation "Geoscience Australia QA Status Code (A.QA_STATUS_CODES)"@en ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/Sample_Type_Boreholes.ttl b/vocabularies/Sample_Type_Boreholes.ttl index f049c92..f010097 100644 --- a/vocabularies/Sample_Type_Boreholes.ttl +++ b/vocabularies/Sample_Type_Boreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -759,13 +757,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - dcterms:created "2022-08-09"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2022-08-09"^^xsd:date ; - dcterms:provenance "Geoscience Australia Sample Type (A.LU_SAMPLE_TYPE)"@en ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "The form, shape, purpose, or environment of a collected specimen or observation. Where possible the sample type description is independent of the material that comprises the specimen (eg, rock, oil, sand), or the sampling method (eg, drilling, dredging), but in practice it is not always possible or convenient to completely separate these concepts from the sample type (eg, water column specimen)."@en ; skos:hasTopConcept :analyticalBlank , @@ -808,6 +799,12 @@ cs: :waterSpecimen ; skos:prefLabel "General Geology - Sample Type"@en ; dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and " ; + schema:citation "Geoscience Australia Sample Type (A.LU_SAMPLE_TYPE)"@en ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/Sampling_Methods_Boreholes.ttl b/vocabularies/Sampling_Methods_Boreholes.ttl index 77fa3bd..c8e6b29 100644 --- a/vocabularies/Sampling_Methods_Boreholes.ttl +++ b/vocabularies/Sampling_Methods_Boreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -12,342 +10,341 @@ PREFIX xsd: :RABDrilling a skos:Concept ; - dcterms:identifier "RABDrilling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "rotary air blast drilling"@en ; skos:broader :percussionDrilling ; skos:definition "RAB, rotary air blast, or \"Down-the-hole\" drilling. Rock or sediment chips or fragments are derived from a percussion drilling method where the cuttings are blown up the outside of the rods and collected at surface, using air or a combination of air and foam lift the cuttings."@en ; skos:inScheme cs: ; skos:prefLabel "RAB drilling"@en ; + schema:identifier "RABDrilling"^^xsd:token ; . :airfallDustCollector a skos:Concept ; - dcterms:identifier "airfallDustCollector"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Sample of fine-grained solid material that is passively collected by airfall from the atmosphere."@en ; skos:inScheme cs: ; skos:prefLabel "airfall dust collector"@en ; skos:topConceptOf cs: ; + schema:identifier "airfallDustCollector"^^xsd:token ; . :auger a skos:Concept ; - dcterms:identifier "auger"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :drilling ; skos:definition "Specimens collected by hand or mechanical auger which enable samples to be taken at intervals down profile. For example regolith, soil or sediment."@en ; skos:inScheme cs: ; skos:prefLabel "auger"@en ; + schema:identifier "auger"^^xsd:token ; . :baitedRemoteUnderwaterStillPhotography a skos:Concept ; - dcterms:identifier "baitedRemoteUnderwaterStillPhotography"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :underwaterStillPhotography ; skos:definition "A photograph taken using a baited remote underwater camera."@en ; skos:inScheme cs: ; skos:prefLabel "baited remote underwater still photograph"@en ; + schema:identifier "baitedRemoteUnderwaterStillPhotography"^^xsd:token ; . :baitedRemoteUnderwaterVideo a skos:Concept ; - dcterms:identifier "baitedRemoteUnderwaterVideo"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "BRUV"@en ; skos:broader :underwaterVideo ; skos:definition "A video taken using a baited remote underwater video camera."@en ; skos:inScheme cs: ; skos:prefLabel "baited remote underwater video"@en ; + schema:identifier "baitedRemoteUnderwaterVideo"^^xsd:token ; . :boreholeDstTest a skos:Concept ; - dcterms:identifier "boreholeDstTest"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "drill stem test"@en ; skos:broader :boreholeFluidSampling ; skos:definition "A sample is collected during drilling by a test using a hydrostatic head to measure the formation pressures and to bring the formation fluids to the surface. The test can provide information for determination of potential petroleum producing formations and their exact depth."@en ; skos:inScheme cs: ; skos:prefLabel "borehole DST test"@en ; + schema:identifier "boreholeDstTest"^^xsd:token ; . :boreholeLoggingTool a skos:Concept ; - dcterms:identifier "boreholeLoggingTool"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Observation of measurement of physical properties down a borehole by an instrument in a continuous linear format. (e.g. a gamma log)"@en ; skos:inScheme cs: ; skos:prefLabel "borehole logging tool"@en ; skos:topConceptOf cs: ; + schema:identifier "boreholeLoggingTool"^^xsd:token ; . :boreholeProdTest a skos:Concept ; - dcterms:identifier "boreholeProdTest"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "well production test"@en ; skos:broader :boreholeFluidSampling ; skos:definition "A borehole sampling test similar to DST test, but on a larger scale and under the production conditions after the well completion is conducted."@en ; skos:inScheme cs: ; skos:prefLabel "borehole PROD test"@en ; + schema:identifier "boreholeProdTest"^^xsd:token ; . :boreholePurgingUntilAnalyteStabilisation a skos:Concept ; - dcterms:identifier "boreholePurgingUntilAnalyteStabilisation"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :pumpingHighFlow ; skos:definition "Continued purging until key analytes were stabilised."@en ; skos:inScheme cs: ; skos:prefLabel "borehole purging until analyte stabilisation"@en ; + schema:identifier "boreholePurgingUntilAnalyteStabilisation"^^xsd:token ; . :boreholeWftTest a skos:Concept ; - dcterms:identifier "boreholeWftTest"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "wireline formation test"@en ; skos:broader :boreholeFluidSampling ; skos:definition "A sample is taken from a borehole with a wireline formation tester by inserting a probe into a well wall to withdraw a small amount of formation fluid and to measure the formation pore pressure. This measurement can provide formation pressures along the well hole, thereby giving a measure of pressure with depth or along a horizontal borehole."@en ; skos:inScheme cs: ; skos:prefLabel "borehole WFT test"@en ; + schema:identifier "boreholeWftTest"^^xsd:token ; . :bottleIncubationDark a skos:Concept ; - dcterms:identifier "bottleIncubationDark"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :bottleIncubation ; skos:definition "A method to derive the oxygen consumption rate/respiration rates of organic matter conducted in a bottle or vial under controlled light and temperature conditions."@en ; skos:inScheme cs: ; skos:prefLabel "bottle incubation dark"@en ; + schema:identifier "bottleIncubationDark"^^xsd:token ; . :bottleIncubationLight a skos:Concept ; - dcterms:identifier "bottleIncubationLight"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :bottleIncubation ; skos:definition "A method to derive the oxygen consumption rate/respiration rates of organic matter conducted in a bottle or vial under controlled light and temperature conditions."@en ; skos:inScheme cs: ; skos:prefLabel "bottle incubation light"@en ; + schema:identifier "bottleIncubationLight"^^xsd:token ; . :cableToolDrilling a skos:Concept ; - dcterms:identifier "cableToolDrilling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :percussionDrilling ; skos:definition "A percussion drilling method that uses a heavy drilling tool that is raised and lowered with enough force to pulverise the rock, with the debris removed by a bailer."@en ; skos:inScheme cs: ; skos:prefLabel "cable tool drilling"@en ; + schema:identifier "cableToolDrilling"^^xsd:token ; . :chamberIncubationDark a skos:Concept ; - dcterms:identifier "chamberIncubationDark"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :chamberIncubation ; skos:definition "A in situ method that isolates sediment and overlying water in a dark benthic chamber. Incubation water samples are collected from the benthic chamber during the incubation. The dark chamber restricts light penetration and therefore stops the process of photosynthesis. This enables benthic respiration to be measured."@en ; skos:inScheme cs: ; skos:prefLabel "chamber incubation dark"@en ; + schema:identifier "chamberIncubationDark"^^xsd:token ; . :chamberIncubationLight a skos:Concept ; - dcterms:identifier "chamberIncubationLight"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :chamberIncubation ; skos:definition "A in situ method that isolates sediment and overlying water in a light benthic chamber. Incubation water samples are collected from the benthic chamber during the incubation. The transparent walls of the chamber allow light penetration and enables benthic respiration and photosynthesis to be measured."@en ; skos:inScheme cs: ; skos:prefLabel "chamber incubation light"@en ; + schema:identifier "chamberIncubationLight"^^xsd:token ; . :coreAir a skos:Concept ; - dcterms:identifier "coreAir"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :coreDrilling ; skos:definition "Rock or sediment core derived from a dry, air-cooled diamond drilling method."@en ; skos:inScheme cs: ; skos:prefLabel "core air"@en ; + schema:identifier "coreAir"^^xsd:token ; . :coreBox a skos:Concept ; - dcterms:identifier "coreBox"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :coreDrilling ; skos:definition "A method that obtains a large volume or large surface area core with shallow penetration and minimum disturbance. Commonly uses a double spade system."@en ; skos:inScheme cs: ; skos:prefLabel "core box"@en ; + schema:identifier "coreBox"^^xsd:token ; . :coreCatcher a skos:Concept ; - dcterms:identifier "coreCatcher"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :drilling ; skos:definition "A method by which a specimen of sediment is collected from the end of the core in the core catcher. The core catcher has curved finger-like projections that extend down to the lowest part of the core liner. The core catcher helps keep the sediment in the core liner when the core is being removed from the surface."@en ; skos:inScheme cs: ; skos:prefLabel "core catcher"@en ; + schema:identifier "coreCatcher"^^xsd:token ; . :coreConventional a skos:Concept ; - dcterms:identifier "coreConventional"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :coreDrilling ; skos:definition "Core drilling using diamond or tungsten carbide bit using a core barrel with fibreglass inner sleeves. Used in the oil industry."@en ; skos:inScheme cs: ; skos:prefLabel "core conventional"@en ; + schema:identifier "coreConventional"^^xsd:token ; . :coreCutter a skos:Concept ; - dcterms:identifier "coreCutter"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :drilling ; skos:definition "A method by which a specimen of sediment is collected from the lowest part of a coring assembly at the core cutter. The core cutter has sharp edges which cut and shape the sediment entering the core liner as the corer goes into the sediment."@en ; skos:inScheme cs: ; skos:prefLabel "core cutter"@en ; + schema:identifier "coreCutter"^^xsd:token ; . :coreDiamond a skos:Concept ; - dcterms:identifier "coreDiamond"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :coreDrilling ; skos:definition "Rock or sediment core drilling using a liquid-cooled, diamond or tungsten carbide bit."@en ; skos:inScheme cs: ; skos:prefLabel "core diamond"@en ; + schema:identifier "coreDiamond"^^xsd:token ; . :coreGeoprobe a skos:Concept ; - dcterms:identifier "coreGeoprobe"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :coreDrilling ; skos:definition "High quality core extracted by hydraulic power. Used in rough terrain, soft sand, mud, shallow water, or tight, congested areas. Long high quality cores. "@en ; skos:inScheme cs: ; skos:prefLabel "core geoprobe"@en ; + schema:identifier "coreGeoprobe"^^xsd:token ; . :coreGravity a skos:Concept ; - dcterms:identifier "coreGravity"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :coreDrilling ; skos:definition "Used only where short cores are required. Core barrel is gravity forced. Near surface high quality core."@en ; skos:inScheme cs: ; skos:prefLabel "core gravity"@en ; + schema:identifier "coreGravity"^^xsd:token ; . :coreIncubationDark a skos:Concept ; - dcterms:identifier "coreIncubationDark"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "A method whereby a sediment core is collected along with overlying water. The sediment and water are incubated under no light and controlled temperature conditions."@en ; skos:inScheme cs: ; skos:prefLabel "core incubation dark"@en ; skos:topConceptOf cs: ; + schema:identifier "coreIncubationDark"^^xsd:token ; . :coreIncubationLight a skos:Concept ; - dcterms:identifier "coreIncubationLight"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "A method whereby a sediment core is collected along with overlying water. The sediment and water are incubated under controlled light and temperature conditions."@en ; skos:inScheme cs: ; skos:prefLabel "core incubation light"@en ; skos:topConceptOf cs: ; + schema:identifier "coreIncubationLight"^^xsd:token ; . :coreKasten a skos:Concept ; - dcterms:identifier "coreKasten"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :coreDrilling ; skos:definition "Large volume, reletatively undisturbed sediment core (~3m long) from a Kasten Corer. The corer is constructed of stainless steel and is square in cross-section. A weight of several hundred kilograms on top of the corer pushes it 2-3 metres into the seabed. It is designed for sedimentological and geochemical sampling of fine-grained sediments. This type of corer obtains relatively undisturbed cores and can preserve the sediment/water interface. This type of core is useful for determining sediment accumulation rates."@en ; skos:inScheme cs: ; skos:prefLabel "core Kasten"@en ; + schema:identifier "coreKasten"^^xsd:token ; . :coreMackereth a skos:Concept ; - dcterms:identifier "coreMackereth"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :coreDrilling ; skos:definition "The Mackereth is a complex coring system utilizing compressed gas to penetrate and recover single-drive moderate (up to 12 m) cores from lakes of diverse depths. Mackereth cores can be deployed on virutally any small craft and and can be used in water depths up to 80 m."@en ; skos:inScheme cs: ; skos:prefLabel "core Mackereth"@en ; + schema:identifier "coreMackereth"^^xsd:token ; . :corePiston a skos:Concept ; - dcterms:identifier "corePiston"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :coreDrilling ; skos:definition "Uses a piston to drive the core barrel. High quality long cores."@en ; skos:inScheme cs: ; skos:prefLabel "core piston"@en ; + schema:identifier "corePiston"^^xsd:token ; . :corePush a skos:Concept ; - dcterms:identifier "corePush"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :coreDrilling ; skos:definition "A pipe that is pushed into the sediment to gain a core that is no longer than 2m long. Can be used in up to 5m of water. Core pipe has a valve on top that is used to create a vacuum at the top of the core when pulling the core out of the sediment. "@en ; skos:inScheme cs: ; skos:prefLabel "core push"@en ; + schema:identifier "corePush"^^xsd:token ; . :coreRov a skos:Concept ; - dcterms:identifier "coreRov"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :coreDrilling ; skos:definition "A core drilled from a remotely operated vehicle"@en ; skos:inScheme cs: ; skos:prefLabel "core ROV"@en ; + schema:identifier "coreRov"^^xsd:token ; . :coreSonic a skos:Concept ; - dcterms:identifier "coreSonic"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :coreDrilling ; skos:definition "Similar to the vibro-core technique, the drill stem and barrel are vibrated vertically at frequencies between 50Hz and 180Hz such that the sampler barrel advances by slicing through the regolith."@en ; skos:inScheme cs: ; skos:prefLabel "core sonic"@en ; + schema:identifier "coreSonic"^^xsd:token ; . :coreSpike a skos:Concept ; - dcterms:identifier "coreSpike"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :coreDrilling ; skos:definition "A core of surficial material taken by driving a spike into the ground."@en ; skos:inScheme cs: ; skos:prefLabel "core spike"@en ; + schema:identifier "coreSpike"^^xsd:token ; . :coreVeihmeyerTube a skos:Concept ; - dcterms:identifier "coreVeihmeyerTube"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "A tube that is pushed into the ground to obtain a soil sample. The Veihmeyer tube has a larger diameter at the cutting end than in the rest of the tube."@en ; skos:inScheme cs: ; skos:prefLabel "core Veihmeyer tube"@en ; skos:topConceptOf cs: ; + schema:identifier "coreVeihmeyerTube"^^xsd:token ; . :coreVibro a skos:Concept ; - dcterms:identifier "coreVibro"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "vibracore"@en , @@ -356,501 +353,501 @@ PREFIX xsd: skos:definition "A core tube is attached to a source of mechanical vibration (the power head) and lowered into sediment. The vibrations provide energy for rearranging the particles within the sediment in such a way that the coretube penetrates under the static weight of the vibracoring apparatus. Samples include stiff and stony clays, soft rock and sands, and saturated sediments which can not be sampled using gravity or piston corers. Also know as VIBRA. "@en ; skos:inScheme cs: ; skos:prefLabel "core vibro"@en ; + schema:identifier "coreVibro"^^xsd:token ; . :crushing a skos:Concept ; - dcterms:identifier "crushing"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Sample derived by crushing a rock or sediment"@en ; skos:inScheme cs: ; skos:prefLabel "crushing"@en ; skos:topConceptOf cs: ; + schema:identifier "crushing"^^xsd:token ; . :currentMeter a skos:Concept ; - dcterms:identifier "currentMeter"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "A mooring deployed on the seabed for a finite time during a marine survey to measure sea-levels and current velocities near to the seafloor. Moorings may contain a suite of instruments measuring other parameters."@en ; skos:inScheme cs: ; skos:prefLabel "current meter"@en ; skos:topConceptOf cs: ; + schema:identifier "currentMeter"^^xsd:token ; . :diverOperatedUnderwaterStillPhotography a skos:Concept ; - dcterms:identifier "diverOperatedUnderwaterStillPhotography"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :underwaterStillPhotography ; skos:definition "A photograph taken by a diver using an underwater camera."@en ; skos:inScheme cs: ; skos:prefLabel "diver-operated underwater still photograph"@en ; + schema:identifier "diverOperatedUnderwaterStillPhotography"^^xsd:token ; . :diverOperatedUnderwaterVideo a skos:Concept ; - dcterms:identifier "diverOperatedUnderwaterVideo"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "DOV"@en ; skos:broader :underwaterVideo ; skos:definition "A video taken by a diver using an underwater camera."@en ; skos:inScheme cs: ; skos:prefLabel "diver-operated underwater video"@en ; + schema:identifier "diverOperatedUnderwaterVideo"^^xsd:token ; . :dredgeBenthic a skos:Concept ; - dcterms:identifier "dredgeBenthic"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :dredge ; skos:definition "Seabed sampling taken over a small area seaward of the continental shelf. Sample of the upper few cm of rocky sea floor particularly for biota."@en ; skos:inScheme cs: ; skos:prefLabel "dredge benthic"@en ; + schema:identifier "dredgeBenthic"^^xsd:token ; . :dredgeChainBag a skos:Concept ; - dcterms:identifier "dredgeChainBag"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :dredge ; skos:definition "Sampling of large rocks from the sea floor using a chain bag"@en ; skos:inScheme cs: ; skos:prefLabel "dredge chain bag"@en ; + schema:identifier "dredgeChainBag"^^xsd:token ; . :dredgeDiamantina a skos:Concept ; - dcterms:identifier "dredgeDiamantina"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :dredge ; skos:definition "Used as a spot dredge to quickly ascertain sea bed geology. Samples give the seabed character unless it is deep when any mud is washed out during retrieval. In shallow water this dredge will return rock, mud, benthic samples and any thing else that is on the bottom."@en ; skos:inScheme cs: ; skos:prefLabel "dredge diamantina"@en ; + schema:identifier "dredgeDiamantina"^^xsd:token ; . :dredgePipe a skos:Concept ; - dcterms:identifier "dredgePipe"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :dredge ; skos:definition "Sampling of small fragments and mud from the sea floor, using a metal pipe linked to the tow cable. Total weight of the dredge is around 25kg."@en ; skos:inScheme cs: ; skos:prefLabel "dredge pipe"@en ; + schema:identifier "dredgePipe"^^xsd:token ; . :filteredDustCollector a skos:Concept ; - dcterms:identifier "filteredDustCollector"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Sample of fine-grained solid material that is actively collected from the atmosphere by pumping and filtration."@en ; skos:inScheme cs: ; skos:prefLabel "filtered dust collector"@en ; skos:topConceptOf cs: ; + schema:identifier "filteredDustCollector"^^xsd:token ; . :filtration a skos:Concept ; - dcterms:identifier "filtration"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Separation of undissolved sediment and biological particles collected from a water column by filtration. For total dissolved solids measurements the sample is filtered through a glass fibre filter under controlled conditions. The type of filter is dependent on the method used and the purpose of the determination."@en ; skos:inScheme cs: ; skos:prefLabel "filtration"@en ; skos:topConceptOf cs: ; + schema:identifier "filtration"^^xsd:token ; . :gasSampling a skos:Concept ; - dcterms:identifier "gasSampling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Sampling of gas by an unspecified method"@en ; skos:inScheme cs: ; skos:prefLabel "gas sampling"@en ; skos:topConceptOf cs: ; + schema:identifier "gasSampling"^^xsd:token ; . :grabEckman a skos:Concept ; - dcterms:identifier "grabEckman"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :grab ; skos:definition "The Eckman Bottom Grab sampler is designed for sampling in soft bottomed lakes and rivers composed of muck, mud or fine peat"@en ; skos:inScheme cs: ; skos:prefLabel "grab Eckman"@en ; + schema:identifier "grabEckman"^^xsd:token ; . :grabROV a skos:Concept ; - dcterms:identifier "grabROV"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :grab ; skos:definition "A grad sampling method mounted on a remotely operated vehicle."@en ; skos:inScheme cs: ; skos:prefLabel "grab ROV"@en ; + schema:identifier "grabROV"^^xsd:token ; . :grabShipek a skos:Concept ; - dcterms:identifier "grabShipek"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :grab ; skos:definition "Near surface unconsolidated marine sediment sample taken using the Shipek Method."@en ; skos:inScheme cs: ; skos:prefLabel "grab Shipek"@en ; + schema:identifier "grabShipek"^^xsd:token ; . :grabSmithMcintyre a skos:Concept ; - dcterms:identifier "grabSmithMcintyre"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :grab ; skos:definition "Near surface sediment grab sample. Sample has a surface area of 0.1m2. It is useful for quantitative macrobenthos sampling in either shallow or deep water."@en ; skos:inScheme cs: ; skos:prefLabel "grab Smith Mcintyre"@en ; + schema:identifier "grabSmithMcintyre"^^xsd:token ; . :grabVanVeen a skos:Concept ; - dcterms:identifier "grabVanVeen"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :grab ; skos:definition "Quantitative sample of the sediment. Van Veen grab has long arms for levering the clam shell scoop."@en ; skos:inScheme cs: ; skos:prefLabel "grab Van Veen"@en ; + schema:identifier "grabVanVeen"^^xsd:token ; . :grainsizeSeparation a skos:Concept ; - dcterms:identifier "grainsizeSeparation"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "seive"@en ; skos:definition "Separation of various size fractions of mineral or rock particles from the original specimen. For example, by using a seive."@en ; skos:inScheme cs: ; skos:prefLabel "grainsize separation"@en ; skos:topConceptOf cs: ; + schema:identifier "grainsizeSeparation"^^xsd:token ; . :handheldPortableDevice a skos:Concept ; - dcterms:identifier "handheldPortableDevice"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :fieldMappingSurvey ; skos:definition "Sample measurements taken with a portable handheld device (e.g. pXRF, geiger counter, spectrometer)"@en ; skos:inScheme cs: ; skos:prefLabel "handheld portable device - field observation"@en ; + schema:identifier "handheldPortableDevice"^^xsd:token ; . :liquidGasSeparation a skos:Concept ; - dcterms:identifier "liquidGasSeparation"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :boreholeFluidSampling ; skos:definition "Separation of natural gas from a liquid phase at a surface separator."@en ; skos:inScheme cs: ; skos:prefLabel "liquid-gas separation"@en ; + schema:identifier "liquidGasSeparation"^^xsd:token ; . :marineSurvey a skos:Concept ; - dcterms:identifier "marineSurvey"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "A mapping survey undertaken in a marine environment. May include observations and/or sampling."@en ; skos:inScheme cs: ; skos:prefLabel "marine survey"@en ; skos:topConceptOf cs: ; + schema:identifier "marineSurvey"^^xsd:token ; . :mineralSeparation a skos:Concept ; - dcterms:identifier "mineralSeparation"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Separation of individual mineral type grains from a larger sample. Methods may include magnetic separation and various density separation methods."@en ; skos:inScheme cs: ; skos:prefLabel "mineral separation"@en ; skos:topConceptOf cs: ; + schema:identifier "mineralSeparation"^^xsd:token ; . :niskinBottle a skos:Concept ; - dcterms:identifier "niskinBottle"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :waterSampling ; skos:definition "Surface water/seawater collection. A device for collection of water samples from a specific depth in the water column"@en ; skos:inScheme cs: ; skos:prefLabel "Niskin Bottle"@en ; + schema:identifier "niskinBottle"^^xsd:token ; . :outcropSampling a skos:Concept ; - dcterms:identifier "outcropSampling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :surfaceMaterialSampling ; skos:definition "Collection of material from a rock outcrop or subcrop at the ground surface, typically using a hammer, or feathers and wedges."@en ; skos:inScheme cs: ; skos:prefLabel "outcrop sampling"@en ; + schema:identifier "outcropSampling"^^xsd:token ; . :passiveWaterSampling a skos:Concept ; - dcterms:identifier "passiveWaterSampling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :waterSampling ; skos:definition "Water sample collected in-situ using passive methods (e.g. by absorption)"@en ; skos:inScheme cs: ; skos:prefLabel "passive water sampling"@en ; + schema:identifier "passiveWaterSampling"^^xsd:token ; . :pitOrTrenchSampling a skos:Concept ; - dcterms:identifier "pitOrTrenchSampling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "costean"@en ; skos:broader :surfaceMaterialSampling ; skos:definition "Collection of materials, typically regolith, near the ground surface from a pit, trench, or costean dug by spade or other mechanical means (not drilling)."@en ; skos:inScheme cs: ; skos:prefLabel "pit or trench sampling"@en ; + schema:identifier "pitOrTrenchSampling"^^xsd:token ; . :plantobenthicSampler a skos:Concept ; - dcterms:identifier "plantobenthicSampler"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "Mounted Assembly for Planktobenthic Sampling (MAPS)"@en ; skos:broader :epibenthicSled ; skos:definition "Mounted Assembly for Planktobenthic Sampling (MAPS) - a trilayered net with a seafloor-triggered opening and closing mechanism attached to an epibenthic sled"@en ; skos:inScheme cs: ; skos:prefLabel "plantobenthic sampler"@en ; + schema:identifier "plantobenthicSampler"^^xsd:token ; . :poreFluidSamplingCentrifugal a skos:Concept ; - dcterms:identifier "poreFluidSamplingCentrifugal"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :waterSampling ; skos:definition "Pore water is extracted by centrifuging the sample"@en ; skos:inScheme cs: ; skos:prefLabel "pore fluid sampling - centrifugal"@en ; + schema:identifier "poreFluidSamplingCentrifugal"^^xsd:token ; . :poreFluidSamplingSqueezing a skos:Concept ; - dcterms:identifier "poreFluidSamplingSqueezing"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "core press"@en ; skos:broader :waterSampling ; skos:definition "Pore water is extracted by squeezing (e.g. hydraulic press) the sample"@en ; skos:inScheme cs: ; skos:prefLabel "pore fluid sampling - squeezing"@en ; + schema:identifier "poreFluidSamplingSqueezing"^^xsd:token ; . :purgingOfThreeCaseVolumes a skos:Concept ; - dcterms:identifier "purgingOfThreeCaseVolumes"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :pumpingHighFlow ; skos:definition "Three case volumes were purged prior to sampling ground water."@en ; skos:inScheme cs: ; skos:prefLabel "purging of three case volumes"@en ; + schema:identifier "purgingOfThreeCaseVolumes"^^xsd:token ; . :rainGauge a skos:Concept ; - dcterms:identifier "rainGauge"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :waterSampling ; skos:definition "Precipitation is collected using an appropriately constructed rain gauge/collector"@en ; skos:inScheme cs: ; skos:prefLabel "rain gauge"@en ; + schema:identifier "rainGauge"^^xsd:token ; . :reverseCirculationDrilling a skos:Concept ; - dcterms:identifier "reverseCirculationDrilling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "RC"@en ; skos:broader :drilling ; skos:definition "A drilling technique similar to rotary drilling except that drilling fluid flow down the annular space between the drilling stem and the wall of the hole forcing cuttings up through the inside of the drill stem ."@en ; skos:inScheme cs: ; skos:prefLabel "reverse circulation drilling"@en ; + schema:identifier "reverseCirculationDrilling"^^xsd:token ; . :rotaryDrilling a skos:Concept ; - dcterms:identifier "rotaryDrilling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :drilling ; skos:definition "A drilling method using a drill stem equipped with a bit that is rotated to cut and grind the rock with a fluid pumped down the stem to force cuttings up through the annular space between the stem and the wall of the hole "@en ; skos:inScheme cs: ; skos:prefLabel "rotary drilling"@en ; + schema:identifier "rotaryDrilling"^^xsd:token ; . :rotaryHammerDrilling a skos:Concept ; - dcterms:identifier "rotaryHammerDrilling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "hammer drilling"@en ; skos:broader :percussionDrilling ; skos:definition "A percussion drilling method using a cutting tool powered by compressed air that creates a rapid percussion effect coupled with rotary action to drill hard rocks."@en ; skos:inScheme cs: ; skos:prefLabel "rotary hammer drilling"@en ; + schema:identifier "rotaryHammerDrilling"^^xsd:token ; . :sedimentTrap a skos:Concept ; - dcterms:identifier "sedimentTrap"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Sediment traps are containers placed in the water column to collect particles falling toward the sea floor. The traps collect tiny sediment or larger accumulations called marine snow - made up of organic matter, dead sea creatures, tiny shells, dust and minerals."@en ; skos:inScheme cs: ; skos:prefLabel "sediment trap"@en ; skos:topConceptOf cs: ; + schema:identifier "sedimentTrap"^^xsd:token ; . :sidewallCoreBullet a skos:Concept ; - dcterms:identifier "sidewallCoreBullet"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :sidewallCore ; skos:definition "Percussion cores are taken by firing hollow bullets into the formation. The bullets are attached to the tool by fasteners, and are retrieved, along with the core inside, by pulling up the tool and the fasteners. Percussion coring tools typically hold 20 to 30 bullets, but two or three tools can be combined on one run in the hole."@en ; skos:inScheme cs: ; skos:prefLabel "sidewall core, bullet"@en ; + schema:identifier "sidewallCoreBullet"^^xsd:token ; . :sidewallCoreMechanical a skos:Concept ; - dcterms:identifier "sidewallCoreMechanical"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :sidewallCore ; skos:definition "Mechanical tools use hollow rotary drills to cut and then pull out core plugs. Up to 75 plugs can be recovered on one run. With full recovery, cores from typical percussion tools are 1 in. [2.5 cm] in diameter by 1 3/4 in. [4.4 cm] long, while those from mechanical tools are 0.91 in. [2.3 cm] in diameter by 2 in. [5 cm] long. The latter are also known as rotary sidewall cores. "@en ; skos:inScheme cs: ; skos:prefLabel "sidewall core, mechanical"@en ; + schema:identifier "sidewallCoreMechanical"^^xsd:token ; . :sonde a skos:Concept ; - dcterms:identifier "sonde"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "probe"@en ; skos:definition "A sonde (French for probe) is a water quality monitoring instrument, that may be stationary or may move up and down a water column, measuring, but not limited to, the following water attributes; temperature, conductivity, salinity, dissolved oxygen, pH, turbidity, light, flourescence and depth. This includes CTDs, light meters or any other probes. They may be lowered through the water column by hand, or mechanically (e.g. by a winch), and measurements can be taken continuously or at discrete depth intervals. The probes may be attached to a frame (e.g. a CTD frame) with other instruments (e.g. niskin bottles, cameras), or they may be stand-alone probes attached to a meter by a cable."@en ; skos:inScheme cs: ; skos:prefLabel "sonde"@en ; skos:topConceptOf cs: ; + schema:identifier "sonde"^^xsd:token ; . :stereoTowedUnderwaterStillPhotography a skos:Concept ; - dcterms:identifier "stereoTowedUnderwaterStillPhotography"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :underwaterStillPhotography ; skos:definition "A photograph taken using a towed underwater stereo camera."@en ; skos:inScheme cs: ; skos:prefLabel "stereo towed underwater still photograph"@en ; + schema:identifier "stereoTowedUnderwaterStillPhotography"^^xsd:token ; . :stereoTowedUnderwaterVideo a skos:Concept ; - dcterms:identifier "stereoTowedUnderwaterVideo"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "STV"@en ; skos:broader :underwaterVideo ; skos:definition "A video taken using a towed underwater stereo video camera."@en ; skos:inScheme cs: ; skos:prefLabel "stereo towed underwater video"@en ; + schema:identifier "stereoTowedUnderwaterVideo"^^xsd:token ; . :towedUnderwaterStillPhotography a skos:Concept ; - dcterms:identifier "towedUnderwaterStillPhotography"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :underwaterStillPhotography ; skos:definition "A photograph taken using a towed underwater camera."@en ; skos:inScheme cs: ; skos:prefLabel "towed underwater still photograph"@en ; + schema:identifier "towedUnderwaterStillPhotography"^^xsd:token ; . :towedUnderwaterVideo a skos:Concept ; - dcterms:identifier "towedUnderwaterVideo"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :underwaterVideo ; skos:definition "A video taken using a towed underwater video camera."@en ; skos:inScheme cs: ; skos:prefLabel "towed underwater video"@en ; + schema:identifier "towedUnderwaterVideo"^^xsd:token ; . :undergroundMineSampling a skos:Concept ; - dcterms:identifier "undergroundMineSampling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :mineSampling ; skos:definition "Collection of material from a rock outcrop exposed beneath the ground surface (ie, an underground mine), typically using a hammer."@en ; skos:inScheme cs: ; skos:prefLabel "undergound mine sampling"@en ; + schema:identifier "undergroundMineSampling"^^xsd:token ; . :underwaterStillPhotographyAUV a skos:Concept ; - dcterms:identifier "underwaterStillPhotographyAUV"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :underwaterStillPhotography ; skos:definition "A photograph taken using a camera on an autonomous underwater vehicle."@en ; skos:inScheme cs: ; skos:prefLabel "underwater still photograph AUV"@en ; + schema:identifier "underwaterStillPhotographyAUV"^^xsd:token ; . :underwaterStillPhotographyROV a skos:Concept ; - dcterms:identifier "underwaterStillPhotographyROV"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :underwaterStillPhotography ; skos:definition "A photograph taken using an underwater camera on a remotely operated vehicle. "@en ; skos:inScheme cs: ; skos:prefLabel "underwater still photograph ROV"@en ; + schema:identifier "underwaterStillPhotographyROV"^^xsd:token ; . :underwaterVideoAUV a skos:Concept ; - dcterms:identifier "underwaterVideoAUV"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :underwaterVideo ; skos:definition "A video taken using a camera on an autonomous underwater vehicle."@en ; skos:inScheme cs: ; skos:prefLabel "underwater video AUV"@en ; + schema:identifier "underwaterVideoAUV"^^xsd:token ; . :underwaterVideoROV a skos:Concept ; - dcterms:identifier "underwaterVideoROV"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :underwaterVideo ; skos:definition "A video taken using an underwater camera on a remotely operated vehicle. "@en ; skos:inScheme cs: ; skos:prefLabel "underwater video ROV"@en ; + schema:identifier "underwaterVideoROV"^^xsd:token ; . :unknown a skos:Concept ; - dcterms:identifier "unknown"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "The sampling method is unknown."@en ; skos:inScheme cs: ; skos:prefLabel "unknown"@en ; skos:topConceptOf cs: ; + schema:identifier "unknown"^^xsd:token ; . :waterGrabSampling a skos:Concept ; - dcterms:identifier "waterGrabSampling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "discrete bailer"@en ; skos:broader :boreholeFluidSampling ; skos:definition "Sample acquired using a bailer to sample a bore, otherwise a bucket or other open vessel used to collect from an artesian discharge point or a surface water feature"@en ; skos:inScheme cs: ; skos:prefLabel "water grab sampling"@en ; + schema:identifier "waterGrabSampling"^^xsd:token ; . :airlift a skos:Concept ; - dcterms:identifier "airlift"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :boreholeFluidSampling , @@ -858,11 +855,11 @@ PREFIX xsd: skos:definition "Compressed air is used to produce a sample of groundwater during or immediately following drilling."@en ; skos:inScheme cs: ; skos:prefLabel "airlift"@en ; + schema:identifier "airlift"^^xsd:token ; . :epibenthicSled a skos:Concept ; - dcterms:identifier "epibenthicSled"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "sled benthic"@en ; skos:broader :dredge ; @@ -870,33 +867,33 @@ PREFIX xsd: skos:inScheme cs: ; skos:narrower :plantobenthicSampler ; skos:prefLabel "epibenthic sled"@en ; + schema:identifier "epibenthicSled"^^xsd:token ; . :fieldMappingSurvey a skos:Concept ; - dcterms:identifier "fieldMappingSurvey"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "A mapping survey undertaken in a land environment. May include observations and/or sampling."@en ; skos:inScheme cs: ; skos:narrower :handheldPortableDevice ; skos:prefLabel "field mapping survey"@en ; skos:topConceptOf cs: ; + schema:identifier "fieldMappingSurvey"^^xsd:token ; . :mineSampling a skos:Concept ; - dcterms:identifier "mineSampling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Collection of a sample at a mine, in surface or underground outcrop, or collected from ore or waste dumps."@en ; skos:inScheme cs: ; skos:narrower :undergroundMineSampling ; skos:prefLabel "mine sampling"@en ; skos:topConceptOf cs: ; + schema:identifier "mineSampling"^^xsd:token ; . :pumpingLowFlow a skos:Concept ; - dcterms:identifier "pumpingLowFlow"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :pumping , @@ -904,33 +901,33 @@ PREFIX xsd: skos:definition "Pump extraction rate is such that the water level remains stable (i.e. no/minimal change in water level during sampling); can also apply to use of a low flow pump to collect sample from a spring, dam, tank or surface water body"@en ; skos:inScheme cs: ; skos:prefLabel "pumping - low flow"@en ; + schema:identifier "pumpingLowFlow"^^xsd:token ; . :stillPhotography a skos:Concept ; - dcterms:identifier "stillPhotography"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :camera ; skos:definition "A still image captured by a camera."@en ; skos:inScheme cs: ; skos:narrower :underwaterStillPhotography ; skos:prefLabel "still photography"@en ; + schema:identifier "stillPhotography"^^xsd:token ; . :videoPhotography a skos:Concept ; - dcterms:identifier "videoPhotography"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :camera ; skos:definition "Moving images captured by a video camera, either digital or film."@en ; skos:inScheme cs: ; skos:narrower :underwaterVideo ; skos:prefLabel "video photography"@en ; + schema:identifier "videoPhotography"^^xsd:token ; . :bottleIncubation a skos:Concept ; - dcterms:identifier "bottleIncubation"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "A method to derive the oxygen consumption rate/respiration rates of organic matter conducted in a bottle or vial under controlled light and temperature conditions."@en ; skos:inScheme cs: ; @@ -939,11 +936,11 @@ PREFIX xsd: :bottleIncubationLight ; skos:prefLabel "bottle incubation"@en ; skos:topConceptOf cs: ; + schema:identifier "bottleIncubation"^^xsd:token ; . :chamberIncubation a skos:Concept ; - dcterms:identifier "chamberIncubation"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "A method that isolates sediment and overlying water in a benthic chamber. Water samples are collected from the benthic chamber during the incubation."@en ; skos:inScheme cs: ; @@ -952,11 +949,11 @@ PREFIX xsd: :chamberIncubationLight ; skos:prefLabel "chamber incubation"@en ; skos:topConceptOf cs: ; + schema:identifier "chamberIncubation"^^xsd:token ; . :marineSurveySampling a skos:Concept ; - dcterms:identifier "marineSurveySampling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Collection of materials from a marine or coastal survey by any method."@en ; skos:inScheme cs: ; @@ -965,11 +962,11 @@ PREFIX xsd: :grab ; skos:prefLabel "marine survey sampling"@en ; skos:topConceptOf cs: ; + schema:identifier "marineSurveySampling"^^xsd:token ; . :pumping a skos:Concept ; - dcterms:identifier "pumping"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :boreholeFluidSampling ; skos:definition "Pump used to sample surface water"@en ; @@ -978,11 +975,11 @@ PREFIX xsd: :pumpingHighFlow , :pumpingLowFlow ; skos:prefLabel "pumping"@en ; + schema:identifier "pumping"^^xsd:token ; . :sidewallCore a skos:Concept ; - dcterms:identifier "sidewallCore"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :coreDrilling ; skos:definition "A method to extract core or plug from the sidewall of a borehole."@en ; @@ -991,11 +988,11 @@ PREFIX xsd: :sidewallCoreBullet , :sidewallCoreMechanical ; skos:prefLabel "sidewall core"@en ; + schema:identifier "sidewallCore"^^xsd:token ; . :surfaceMaterialSampling a skos:Concept ; - dcterms:identifier "surfaceMaterialSampling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Collection of earth materials at the ground surface on land."@en ; skos:inScheme cs: ; @@ -1004,11 +1001,11 @@ PREFIX xsd: :pitOrTrenchSampling ; skos:prefLabel "surface material sampling"@en ; skos:topConceptOf cs: ; + schema:identifier "surfaceMaterialSampling"^^xsd:token ; . :underwaterCamera a skos:Concept ; - dcterms:identifier "underwaterCamera"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :camera ; skos:definition "The process of capturing a still image or moving scene of an underwater feature by a video or still photographic camera."@en ; @@ -1017,11 +1014,11 @@ PREFIX xsd: :underwaterStillPhotography , :underwaterVideo ; skos:prefLabel "underwater camera"@en ; + schema:identifier "underwaterCamera"^^xsd:token ; . :camera a skos:Concept ; - dcterms:identifier "camera"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "The process of capturing a still image or moving scene of a feature by a video or still photographic camera"@en ; skos:inScheme cs: ; @@ -1031,11 +1028,11 @@ PREFIX xsd: :videoPhotography ; skos:prefLabel "camera"@en ; skos:topConceptOf cs: ; + schema:identifier "camera"^^xsd:token ; . :percussionDrilling a skos:Concept ; - dcterms:identifier "percussionDrilling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :drilling ; skos:definition "Rock or sediment chips or fragments derived from a percussion (hammer) method."@en ; @@ -1045,11 +1042,11 @@ PREFIX xsd: :cableToolDrilling , :rotaryHammerDrilling ; skos:prefLabel "percussion drilling"@en ; + schema:identifier "percussionDrilling"^^xsd:token ; . :pumpingHighFlow a skos:Concept ; - dcterms:identifier "pumpingHighFlow"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :pumping , @@ -1060,11 +1057,11 @@ PREFIX xsd: :boreholePurgingUntilAnalyteStabilisation , :purgingOfThreeCaseVolumes ; skos:prefLabel "pumping - high flow"@en ; + schema:identifier "pumpingHighFlow"^^xsd:token ; . :dredge a skos:Concept ; - dcterms:identifier "dredge"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :marineSurveySampling ; skos:definition "Sampling of either benthic or pelagic material using a dredge method. "@en ; @@ -1076,11 +1073,11 @@ PREFIX xsd: :dredgePipe , :epibenthicSled ; skos:prefLabel "dredge"@en ; + schema:identifier "dredge"^^xsd:token ; . :grab a skos:Concept ; - dcterms:identifier "grab"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :marineSurveySampling ; skos:definition "Specimens gathered from the bed of a water body by a mechanical grab primarily for lithogical and petrographical analyses. "@en ; @@ -1092,11 +1089,11 @@ PREFIX xsd: :grabSmithMcintyre , :grabVanVeen ; skos:prefLabel "grab"@en ; + schema:identifier "grab"^^xsd:token ; . :boreholeFluidSampling a skos:Concept ; - dcterms:identifier "boreholeFluidSampling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Sampling of fluids (oil, gas, or water) from a borehole by an unspecified method."@en ; skos:inScheme cs: ; @@ -1110,11 +1107,11 @@ PREFIX xsd: :waterGrabSampling ; skos:prefLabel "borehole fluid sampling"@en ; skos:topConceptOf cs: ; + schema:identifier "boreholeFluidSampling"^^xsd:token ; . :drilling a skos:Concept ; - dcterms:identifier "drilling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Sampling by a hole drilled into the Earth by any method"@en ; skos:inScheme cs: ; @@ -1128,11 +1125,11 @@ PREFIX xsd: :rotaryDrilling ; skos:prefLabel "drilling"@en ; skos:topConceptOf cs: ; + schema:identifier "drilling"^^xsd:token ; . :underwaterStillPhotography a skos:Concept ; - dcterms:identifier "underwaterStillPhotography"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :stillPhotography , @@ -1147,11 +1144,11 @@ PREFIX xsd: :underwaterStillPhotographyAUV , :underwaterStillPhotographyROV ; skos:prefLabel "underwater still photograph"@en ; + schema:identifier "underwaterStillPhotography"^^xsd:token ; . :underwaterVideo a skos:Concept ; - dcterms:identifier "underwaterVideo"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :underwaterCamera , @@ -1166,11 +1163,11 @@ PREFIX xsd: :underwaterVideoAUV , :underwaterVideoROV ; skos:prefLabel "underwater video"@en ; + schema:identifier "underwaterVideo"^^xsd:token ; . :waterSampling a skos:Concept ; - dcterms:identifier "waterSampling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:definition "Sampling of water by an unspecified method"@en ; skos:inScheme cs: ; @@ -1185,11 +1182,11 @@ PREFIX xsd: :rainGauge ; skos:prefLabel "water sampling"@en ; skos:topConceptOf cs: ; + schema:identifier "waterSampling"^^xsd:token ; . :coreDrilling a skos:Concept ; - dcterms:identifier "coreDrilling"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:broader :drilling ; skos:definition "Sampling of a core of earth material by an unspecified drilling method"@en ; @@ -1211,18 +1208,11 @@ PREFIX xsd: :coreVibro , :sidewallCore ; skos:prefLabel "core drilling"@en ; + schema:identifier "coreDrilling"^^xsd:token ; . cs: a skos:ConceptScheme ; - dcterms:created "2022-08-09"^^xsd:date ; - dcterms:creator ; - dcterms:identifier "BoreholesSamplingMethod"^^xsd:token ; - dcterms:modified "2022-08-09"^^xsd:date ; - dcterms:provenance "Geoscience Australia Sampling Method (A.LU_SAMPLING_METHODS)"@en ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "Method by which a physical specimen was obtained, or may indicate that a feature was only observed and not physically sampled. "@en ; skos:hasTopConcept :airfallDustCollector , @@ -1253,6 +1243,12 @@ cs: :waterSampling ; skos:prefLabel "General Geology - Sampling Method"@en ; dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:citation "Geoscience Australia Sampling Method (A.LU_SAMPLING_METHODS)"@en ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/SeabedGeomorphologyGeneral.ttl b/vocabularies/SeabedGeomorphologyGeneral.ttl index c5f71d2..f51406e 100644 --- a/vocabularies/SeabedGeomorphologyGeneral.ttl +++ b/vocabularies/SeabedGeomorphologyGeneral.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX gavoc: PREFIX isoroles: -PREFIX owl: PREFIX prov: PREFIX rdfs: PREFIX schema: @@ -302,8 +301,6 @@ Cf. MORPHOMETRICS."""@en ; cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/150006"^^xsd:anyURI ; - owl:versionIRI :1.0 ; skos:definition """A vocabulary of general terms used in the two-part marine and coastal geomorphology classification scheme (International Seabed Geomorphology Mapping Working Group - ISGM-WG: Part 1 Morphology: [https://doi.org/10.5281/zenodo.4071940](https://doi.org/10.5281/zenodo.4071940); Part 2 Geomorphology: [https://doi.org/10.5281/zenodo.7804019](https://doi.org/10.5281/zenodo.7804019)). This is one of four linked ISGM-WG vocabularies. Definitions in this vocabulary are subject to intermittent review and versioning."""@en ; @@ -359,7 +356,7 @@ This is one of four linked ISGM-WG vocabularies. Definitions in this vocabulary ] ; schema:creator ; schema:dateCreated "2024-05-22"^^xsd:date ; - schema:dateModified "2024-10-11"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/150006"^^gavoc:eCatID ; schema:publisher ; schema:status astatus:experimental ; diff --git a/vocabularies/SeabedGeomorphologyMorphology.ttl b/vocabularies/SeabedGeomorphologyMorphology.ttl index 6f43c1a..fcf7f85 100644 --- a/vocabularies/SeabedGeomorphologyMorphology.ttl +++ b/vocabularies/SeabedGeomorphologyMorphology.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX gavoc: PREFIX isoroles: -PREFIX owl: PREFIX prov: PREFIX rdfs: PREFIX schema: @@ -424,8 +423,6 @@ Cf. "trough" in Harris et al., (2014)."""@en ; cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/150006"^^xsd:anyURI ; - owl:versionIRI :1.1 ; skos:definition """A vocabulary of MORPHOLOGY FEATURE (Part 1) terms used in the two-part marine and coastal geomorphology classification scheme (International Seabed Geomorphology Mapping Working Group - ISGM-WG: Part 1 Morphology: [https://doi.org/10.5281/zenodo.4071940](https://doi.org/10.5281/zenodo.4071940); Part 2 Geomorphology: [https://doi.org/10.5281/zenodo.7804019](https://doi.org/10.5281/zenodo.7804019)) to describe the shape of the seabed. This is one of four linked ISGM-WG vocabularies. Definitions in this vocabulary are subject to intermittent review and versioning. Unless otherwise stated, all definitions are derived from the Part 1 Morphology report (Version 2.0 [https://doi.org/10.5281/zenodo.4071940](https://doi.org/10.5281/zenodo.4071940))."""@en ; @@ -504,7 +501,7 @@ This vocabulary describes the glossary in Part 1 of the two-part seabed geomorph ] ; schema:creator ; schema:dateCreated "2024-05-22"^^xsd:date ; - schema:dateModified "2025-11-18"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/150006"^^gavoc:eCatID ; schema:publisher ; schema:status astatus:experimental ; diff --git a/vocabularies/SeabedGeomorphologyPhysiography.ttl b/vocabularies/SeabedGeomorphologyPhysiography.ttl index ca8a668..d3be62c 100644 --- a/vocabularies/SeabedGeomorphologyPhysiography.ttl +++ b/vocabularies/SeabedGeomorphologyPhysiography.ttl @@ -3,13 +3,16 @@ PREFIX astatus: PREFIX cs: PREFIX gavoc: PREFIX isoroles: -PREFIX owl: PREFIX prov: PREFIX rdfs: PREFIX schema: PREFIX skos: PREFIX xsd: +:1.0 + schema:name "1.0" ; +. + a skos:Concept ; rdfs:isDefinedBy cs: ; @@ -30,10 +33,6 @@ Cf. "rise" in Harris et al., (2014)."""@en ; skos:topConceptOf cs: ; . -:1.0 - schema:name "1.0" ; -. - :abyssal_plain a skos:Concept ; rdfs:isDefinedBy cs: ; @@ -132,8 +131,6 @@ Cf. "trench" in Harris et al., (2014)."""@en ; cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/150006"^^xsd:anyURI ; - owl:versionIRI :1.0 ; skos:definition """A vocabulary of physiographic terms used by Harris et al (2014:[https://doi.org/10.1016/j.margeo.2014.01.011](https://doi.org/10.1016/j.margeo.2014.01.011)) to map the macroscale shape and geology of the seabed. Many of these terms have been retained by the International Seabed Geomorphology Mapping Working Group (ISGM-WG) in this PHYISOGRAPHY vocabulary, and some have been shifted into either Part 1 Morphology or Part 2 Geomorphology vocabularies, as indicated (Part 1 Morphology: [https://doi.org/10.5281/zenodo.4071940](https://doi.org/10.5281/zenodo.4071940); Part 2 Geomorphology:[https://doi.org/10.5281/zenodo.7804019](https://doi.org/10.5281/zenodo.7804019)). This vocabulary comprises one of four linked ISGM-WG vocabularies. """@en ; @@ -182,7 +179,7 @@ This vocabulary comprises one of four linked ISGM-WG vocabularies. """@en ; ] ; schema:creator ; schema:dateCreated "2024-05-22"^^xsd:date ; - schema:dateModified "2024-10-18"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/150006"^^gavoc:eCatID ; schema:publisher ; schema:status astatus:experimental ; diff --git a/vocabularies/SeabedGeomorphologySettings.ttl b/vocabularies/SeabedGeomorphologySettings.ttl index 1ef4073..91fb63b 100644 --- a/vocabularies/SeabedGeomorphologySettings.ttl +++ b/vocabularies/SeabedGeomorphologySettings.ttl @@ -3,7 +3,6 @@ PREFIX astatus: PREFIX cs: PREFIX gavoc: PREFIX isoroles: -PREFIX owl: PREFIX prov: PREFIX rdfs: PREFIX schema: @@ -3937,8 +3936,6 @@ Cf. FLUVIAL DELTA"""@en ; cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/150006"^^xsd:anyURI ; - owl:versionIRI :1.1 ; skos:definition """A vocabulary of GEOMORPHIC UNIT terms (Part 2) used in the two-part marine and coastal geomorphology classification scheme (International Seabed Geomorphology Mapping Working Group - ISGM-WG: Part 1 Morphology: [https://doi.org/10.5281/zenodo.4071940](https://doi.org/10.5281/zenodo.4071940); Part 2 Geomorphology: [https://doi.org/10.5281/zenodo.7804019](https://doi.org/10.5281/zenodo.7804019) to classify MORPHOLOGY FEATURES (Part 1) with their process interpretation. These UNIT terms are structured within a consistent framework design that is replicated between eleven SETTING and PROCESS categories. This is one of four linked ISGM-WG vocabularies. Definitions in this vocabulary are subject to intermittent review and versioning. Unless otherwise stated, all definitions are derived from the Part 2 Geomorphology report (Version 1.0) [https://doi.org/10.5281/zenodo.7804019](https://doi.org/10.5281/zenodo.7804019))."""@en ; @@ -3986,7 +3983,7 @@ This is one of four linked ISGM-WG vocabularies. Definitions in this vocabulary ] ; schema:creator ; schema:dateCreated "2024-06-17"^^xsd:date ; - schema:dateModified "2025-04-02"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/150006"^^gavoc:eCatID ; schema:publisher ; schema:status astatus:experimental ; diff --git a/vocabularies/Source_Rock_Quality_Boreholes.ttl b/vocabularies/Source_Rock_Quality_Boreholes.ttl index de9a0d8..f6e1305 100644 --- a/vocabularies/Source_Rock_Quality_Boreholes.ttl +++ b/vocabularies/Source_Rock_Quality_Boreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -12,80 +10,72 @@ PREFIX xsd: :effectiveSourceRock a skos:Concept ; - dcterms:identifier "effectiveSourceRock"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "ESR"@en ; skos:definition "An organic-rich rock that is presently generating and has expelled hydrocarbons"@en ; skos:inScheme cs: ; skos:prefLabel "effective source rock"@en ; skos:topConceptOf cs: ; + schema:identifier "effectiveSourceRock"^^xsd:token ; . :notASourceRock a skos:Concept ; - dcterms:identifier "notASourceRock"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "NSR"@en ; skos:definition "A sedimentary rock that does not contain enough carbon-rich and hydrogen-rich organic matter to generate hydrocarbons"@en ; skos:inScheme cs: ; skos:prefLabel "not a source rock"@en ; skos:topConceptOf cs: ; + schema:identifier "notASourceRock"^^xsd:token ; . :notAssessed a skos:Concept ; - dcterms:identifier "notAssessed"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "NA"@en ; skos:definition "Data has not been assessed for source rock quality"@en ; skos:inScheme cs: ; skos:prefLabel "not assessed"@en ; skos:topConceptOf cs: ; + schema:identifier "notAssessed"^^xsd:token ; . :potentialSourceRock a skos:Concept ; - dcterms:identifier "potentialSourceRock"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "PSR"@en ; skos:definition "A sedimentary rock that contains enough carbon-rich and hydrogen-rich organic matter to generate and expel hydrocarbons upon maturation"@en ; skos:inScheme cs: ; skos:prefLabel "potential source rock"@en ; skos:topConceptOf cs: ; + schema:identifier "potentialSourceRock"^^xsd:token ; . :relicEffectiveSourceRock a skos:Concept ; - dcterms:identifier "relicEffectiveSourceRock"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "RESR"@en ; skos:definition "An effective source rock which has ceased to generate and expel hydrocabrons due to thermal cooling (uplift) before exhausting its organic matter supply"@en ; skos:inScheme cs: ; skos:prefLabel "relic effective source rock"@en ; skos:topConceptOf cs: ; + schema:identifier "relicEffectiveSourceRock"^^xsd:token ; . :spentSourceRock a skos:Concept ; - dcterms:identifier "spentSourceRock"^^xsd:token ; rdfs:isDefinedBy cs: ; skos:altLabel "SSR"@en ; skos:definition "An active source rock which has exhausted its ability to generate and expel hydrocarbons either through insufficient remaining organic matter or due to reaching overmaturity"@en ; skos:inScheme cs: ; skos:prefLabel "spent source rock"@en ; skos:topConceptOf cs: ; + schema:identifier "spentSourceRock"^^xsd:token ; . cs: a skos:ConceptScheme ; - dcterms:created "2022-08-09"^^xsd:date ; - dcterms:creator ; - dcterms:identifier "SourceRockQuality"^^xsd:token ; - dcterms:modified "2022-08-09"^^xsd:date ; - dcterms:provenance "Geoscience Australia Source Rock Quality (ORGCHEM.LU_SOURCE_ROCK_QUALITY)"@en ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "The quality of source rock from which organic chemistry samples were obtained."@en ; skos:hasTopConcept :effectiveSourceRock , @@ -96,6 +86,12 @@ cs: :spentSourceRock ; skos:prefLabel "Boreholes Organic Geochemistry - Source Rock Quality"@en ; dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:citation "Geoscience Australia Source Rock Quality (ORGCHEM.LU_SOURCE_ROCK_QUALITY)"@en ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/Statistical_Result_Qualifier_Boreholes.ttl b/vocabularies/Statistical_Result_Qualifier_Boreholes.ttl index 37f2e43..f007e37 100644 --- a/vocabularies/Statistical_Result_Qualifier_Boreholes.ttl +++ b/vocabularies/Statistical_Result_Qualifier_Boreholes.ttl @@ -2,7 +2,6 @@ PREFIX astatus: PREFIX cs: PREFIX dcat: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -103,8 +102,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "Statistical qualifier for rock property measurements (e.g. mean, maximum, median)."@en ; skos:hasTopConcept , @@ -121,8 +118,9 @@ cs: schema:citation "Geoscience Australia Statistical Result Qualifier (ROCKPROPS.LU_RESULTQUALIFIER)" ; schema:creator ; schema:dateCreated "2022-08-09"^^xsd:date ; - schema:dateModified "2022-08-09"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/Statistical_Uncertainty_Type_Boreholes.ttl b/vocabularies/Statistical_Uncertainty_Type_Boreholes.ttl index 625a355..07be936 100644 --- a/vocabularies/Statistical_Uncertainty_Type_Boreholes.ttl +++ b/vocabularies/Statistical_Uncertainty_Type_Boreholes.ttl @@ -2,9 +2,7 @@ PREFIX : PREFIX astatus: PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX gavoc: -PREFIX owl: PREFIX rdfs: PREFIX schema: PREFIX skos: @@ -141,13 +139,6 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - dcterms:created "2022-08-09"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2022-08-09"^^xsd:date ; - dcterms:provenance "Geoscience Australia Statistical Uncertainty Type (ROCKPROPS.LU_UNCERTAINTYTYPE)"@en ; - dcterms:publisher ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553"^^xsd:anyURI ; - owl:versionInfo "1" ; skos:definition "The type of statistical uncertainty for rock property measurements (e.g. 1 sigma, 2 sigma, 99 percent confidence, unknown)."@en ; skos:hasTopConcept :1Sigma , @@ -164,6 +155,12 @@ cs: :unknown ; skos:prefLabel "Geology Rock Properties - Statistical Uncertainty Type "@en ; dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:citation "Geoscience Australia Statistical Uncertainty Type (ROCKPROPS.LU_UNCERTAINTYTYPE)"@en ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/148553"^^gavoc:eCatID ; + schema:publisher ; schema:status astatus:experimental ; + schema:version "1" ; . diff --git a/vocabularies/UoM.ttl b/vocabularies/UoM.ttl index 993d805..33f8d30 100644 --- a/vocabularies/UoM.ttl +++ b/vocabularies/UoM.ttl @@ -70,7 +70,6 @@ unit:MegaYR cs: a skos:ConceptScheme ; - rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/150902"^^xsd:anyURI ; skos:definition "A vocabulary of Units from the QUDT ontology used by Geoscience Australia."@en ; skos:hasTopConcept unit:GM , @@ -83,7 +82,7 @@ cs: schema:contributor ; schema:creator ; schema:dateCreated "2021-12-14"^^xsd:date ; - schema:dateModified "2026-03-11"^^xsd:date ; + schema:dateModified "2026-04-09"^^xsd:date ; schema:identifier "https://pid.geoscience.gov.au/dataset/ga/150902"^^gavoc:eCatID ; schema:publisher ; .