From c1487d8e7d00eff779157f4f6dac50afc62fc84b Mon Sep 17 00:00:00 2001 From: Margie Smith <5697354+Metaduck@users.noreply.github.com> Date: Wed, 9 Aug 2023 17:30:55 +1000 Subject: [PATCH] Final field geology types vocab --- vocabularies/FieldSitePurposeBoreholes.ttl | 144 +++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 vocabularies/FieldSitePurposeBoreholes.ttl diff --git a/vocabularies/FieldSitePurposeBoreholes.ttl b/vocabularies/FieldSitePurposeBoreholes.ttl new file mode 100644 index 0000000..47c24dc --- /dev/null +++ b/vocabularies/FieldSitePurposeBoreholes.ttl @@ -0,0 +1,144 @@ +PREFIX cs: +PREFIX dcat: +PREFIX dcterms: +PREFIX owl: +PREFIX rdfs: +PREFIX skos: +PREFIX xsd: + + + a skos:Concept ; + dcterms:identifier "environmental_study"^^xsd:token ; + skos:definition "A field site to make observations or collect samples for environmental purposes."@en ; + skos:inScheme cs: ; + skos:prefLabel "environmental study"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "geochemistry"^^xsd:token ; + skos:definition "A field site used to make observations or collect rock or regolith samples for geochemical (including isotopic) analysis."@en ; + skos:inScheme cs: ; + skos:prefLabel "geochemistry"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "geochronology"^^xsd:token ; + skos:definition "A field site used to determine the age of geological materials."@en ; + skos:inScheme cs: ; + skos:prefLabel "geochronology"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "geological_study"^^xsd:token ; + skos:definition "A field site from a geological survey, including lithological, stratigraphic, structural, metamorphic, and other geological description."@en ; + skos:inScheme cs: ; + skos:prefLabel "geological study"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "geophysics"^^xsd:token ; + skos:definition "A field site to make observations about the geophysical properties at that location."@en ; + skos:inScheme cs: ; + skos:prefLabel "geophysics"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "hydrochemistry"^^xsd:token ; + skos:definition "A field site to make observations or collect samples for hydrochemical analysis."@en ; + skos:inScheme cs: ; + skos:prefLabel "hydrochemistry"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "mineral_resource_appraisal"^^xsd:token ; + skos:definition "A field site to make observations or collect samples for determining the mineral resource character or potential of an area."@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral resource appraisal"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "multi-purpose_appraisal"^^xsd:token ; + skos:definition "A field site to make observations or collect samples for multiple purposes. (eg, geological description, geochemical sampling, geochronological sampling, etc)"@en ; + skos:inScheme cs: ; + skos:prefLabel "multi-purpose appraisal"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "natural_resource_management_study"^^xsd:token ; + skos:definition "A field site used for the purpose of determining the natural resource management aspects of an area."@en ; + skos:inScheme cs: ; + skos:prefLabel "natural resource management study"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "neotectonics"^^xsd:token ; + skos:definition "A field site to make observations or collect samples for determining the deformation/earthquake history of an area under conditions imposed by the current crustal stress regime."@en ; + skos:inScheme cs: ; + skos:prefLabel "neotectonics"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "petrophysics"^^xsd:token ; + skos:definition "A field site to make observations or collect samples for rock properties. (eg porosity, permeability, magnetic susceptibility)"@en ; + skos:inScheme cs: ; + skos:prefLabel "petrophysics"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "unknown"^^xsd:token ; + skos:definition "The field site purpose is unknown"@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + dcterms:created "2022-08-04"^^xsd:date ; + dcterms:creator ; + dcterms:identifier "field_site_purpose"^^xsd:token ; + dcterms:modified "2022-08-04"^^xsd:date ; + dcterms:provenance "Geoscience Australia Field Site Purpose Terms (FGDM. LU_FIELDSITE_PURPOSE)"@en ; + dcterms:publisher ; + rdfs:seeAlso ; + owl:versionInfo "1" ; + skos:definition "The purpose of the field site (eg, geological study, geochemistry, neotectonics)."@en ; + skos:hasTopConcept + , + , + , + , + , + , + , + , + , + , + , + ; + skos:prefLabel "Field Geology - Field Site Purpose "@en ; + dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division" ; +. +