From 6f21d384656a9fe0499d8906a259e06f05fca043 Mon Sep 17 00:00:00 2001 From: Margie Smith <5697354+Metaduck@users.noreply.github.com> Date: Thu, 28 Sep 2023 17:21:24 +1000 Subject: [PATCH] Uploading the next round of general geology vocabs --- vocabularies/ConfidenceLevelBoreholes.ttl | 123 ++ vocabularies/EntityTypeOrFeatureBorehole.ttl | 452 +++++++ vocabularies/QaStatusCode.ttl | 44 + vocabularies/SampleType.ttl | 809 +++++++++++++ vocabularies/SamplingMethod.ttl | 1146 ++++++++++++++++++ 5 files changed, 2574 insertions(+) create mode 100644 vocabularies/ConfidenceLevelBoreholes.ttl create mode 100644 vocabularies/EntityTypeOrFeatureBorehole.ttl create mode 100644 vocabularies/QaStatusCode.ttl create mode 100644 vocabularies/SampleType.ttl create mode 100644 vocabularies/SamplingMethod.ttl diff --git a/vocabularies/ConfidenceLevelBoreholes.ttl b/vocabularies/ConfidenceLevelBoreholes.ttl new file mode 100644 index 0000000..a1fd211 --- /dev/null +++ b/vocabularies/ConfidenceLevelBoreholes.ttl @@ -0,0 +1,123 @@ +PREFIX cs: +PREFIX dcat: +PREFIX dcterms: +PREFIX owl: +PREFIX rdfs: +PREFIX skos: +PREFIX xsd: + + + a skos:Concept ; + dcterms:identifier "definite"^^xsd:token ; + skos:altLabel "D"@en ; + skos:definition "Confidence level is highest."@en ; + skos:inScheme cs: ; + skos:prefLabel "definite"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "high"^^xsd:token ; + skos:altLabel "H"@en ; + skos:definition "Confidence level is high."@en ; + skos:inScheme cs: ; + skos:prefLabel "high"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "high-moderate"^^xsd:token ; + skos:altLabel "HM"@en ; + skos:definition "Confidence level is from moderate to high."@en ; + skos:inScheme cs: ; + skos:prefLabel "high-moderate"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "low"^^xsd:token ; + skos:altLabel "L"@en ; + skos:definition "Confidence level is low."@en ; + skos:inScheme cs: ; + skos:prefLabel "low"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "low-moderate"^^xsd:token ; + skos:altLabel "ML"@en ; + skos:definition "Confidence level is from low to moderate."@en ; + skos:inScheme cs: ; + skos:prefLabel "low-moderate"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "moderate"^^xsd:token ; + skos:altLabel "M"@en ; + skos:definition "Confidence level is moderate."@en ; + skos:inScheme cs: ; + skos:prefLabel "moderate"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "none"^^xsd:token ; + skos:altLabel "N"@en ; + skos:definition "There is no confidence provided."@en ; + skos:inScheme cs: ; + skos:prefLabel "none"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "very_high"^^xsd:token ; + skos:altLabel "VH"@en ; + skos:definition "Confidence level is very high."@en ; + skos:inScheme cs: ; + skos:prefLabel "very high"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "very_low"^^xsd:token ; + skos:altLabel "VL"@en ; + skos:definition "Confidence level is very low."@en ; + skos:inScheme cs: ; + skos:prefLabel "very low"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + dcterms:created "2022-08-11"^^xsd:date ; + dcterms:creator ; + dcterms:identifier "confidence_level"^^xsd:token ; + dcterms:modified "2022-08-11"^^xsd:date ; + skos:historyNote "Geoscience Australia Confidence Level (VOCABULARY.CONFIDENCE)"@en ; + dcterms:publisher ; + rdfs:seeAlso ; + owl:versionInfo "1" ; + skos:definition "A generic list of confidence levels."@en ; + skos:hasTopConcept + , + , + , + , + , + , + , + , + ; + skos:prefLabel "General Geology - Confidence Level "@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; +. + diff --git a/vocabularies/EntityTypeOrFeatureBorehole.ttl b/vocabularies/EntityTypeOrFeatureBorehole.ttl new file mode 100644 index 0000000..ce21b47 --- /dev/null +++ b/vocabularies/EntityTypeOrFeatureBorehole.ttl @@ -0,0 +1,452 @@ +PREFIX cs: +PREFIX dcat: +PREFIX dcterms: +PREFIX owl: +PREFIX rdfs: +PREFIX skos: +PREFIX xsd: + + + a skos:Collection ; + dcterms:identifier "entity_type_or_feature"^^xsd:token ; + dcterms:isPartOf cs: ; + skos:definition "All concepts in this vocabulary"@en ; + skos:member + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:prefLabel "Entity Type or Feature - All concepts "@en ; +. + + + a skos:Concept ; + dcterms:identifier "acreage_release"^^xsd:token ; + skos:definition "Offshore acreage released by the various Australian Government-State/NT Joint Authorities."@en ; + skos:inScheme cs: ; + skos:prefLabel "acreage release"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "borehole"^^xsd:token ; + skos:definition "A generic term for any hole or shaft drilled into the Earth. A borehole may have many purposes (eg, petroleum, mineral, or groundwater exploration or production; stratigraphic or engineering investigation)."@en ; + skos:inScheme cs: ; + skos:prefLabel "borehole"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "country"^^xsd:token ; + 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: ; +. + + + a skos:Concept ; + dcterms:identifier "emitter"^^xsd:token ; + skos:definition "This entity contains data about CO2 Emission sources - including power stations, petroleum fields, gas processing plants, oil refineries, coke production plants"@en ; + skos:inScheme cs: ; + skos:prefLabel "emitter"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "essci"^^xsd:token ; + skos:definition "This entity contains data about ESSCIs - environmentally sustainable sites for CO2 injection"@en ; + skos:inScheme cs: ; + skos:prefLabel "ESSCI"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "estuary"^^xsd:token ; + skos:definition "This entity contains data about Australian estuaries"@en ; + skos:inScheme cs: ; + skos:prefLabel "estuary"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "exploration_permit"^^xsd:token ; + skos:definition "Permit to provide exclusive rights to undertake seismic surveys and drilling in a defined area."@en ; + skos:inScheme cs: ; + skos:prefLabel "exploration permit"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "facies"^^xsd:token ; + skos:definition "This entity contains information about facies - derived from within Australian estuaries"@en ; + skos:inScheme cs: ; + skos:prefLabel "facies"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "field_site"^^xsd:token ; + skos:definition "Place (site) where an observation and/or measurement was made and/or sampling took place. For example observations/measurements/samples of rocks, soil, stream sediments, water, regolith, landform, vegetation, or rock properties."@en ; + skos:inScheme cs: ; + skos:prefLabel "field site"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "laboratory"^^xsd:token ; + skos:definition "A facility that provides controlled conditions in which scientific or technological research, experiments, and measurement may be performed."@en ; + skos:inScheme cs: ; + skos:prefLabel "laboratory"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "mapsheet"^^xsd:token ; + skos:definition "A MAPSHEET is the bounding polygon of the map as in, for example, the National Mapping 1:250 000 map sheet index. Mapsheets can be any scale, and include standard mapsheet boundaries and non-standard mapsheet boundaries."@en ; + skos:inScheme cs: ; + skos:prefLabel "mapsheet"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "marsegment"^^xsd:token ; + skos:definition "This table contains information on data subsets of a survey, referred to as segments. Operations segments are defined by a substantial change in the recording parameters of a survey, loop segments are defined where the survey loops on itself, and sampling segments identify where the ship may have stopped or slowed for sampling."@en ; + skos:inScheme cs: ; + skos:prefLabel "MARSEGMENT"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "mine_waste"^^xsd:token ; + skos:definition "Locality of mining or processing plant waste, such as tailings dam, slag heap, or dumps"@en ; + skos:inScheme cs: ; + skos:prefLabel "mine waste"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "mineral_deposit"^^xsd:token ; + skos:definition "An aggregation of mineralisation that may or may not have resources defined"@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral deposit"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "mineral_occurrence"^^xsd:token ; + skos:definition "A mineral accumulation in the lithosphere."@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral occurrence"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "mineral_project"^^xsd:token ; + skos:definition "A mining operation or mineral exploration project that includes multiple mineral deposits"@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral project"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "mineralised_zone"^^xsd:token ; + skos:definition "A mineralised zone may describe a zone of uneconomic mineralisation or an economic orebody. There may be one or more mineralised zone within a specific Mineral Deposit entity."@en ; + skos:inScheme cs: ; + skos:prefLabel "mineralised zone"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "museum_collection"^^xsd:token ; + skos:definition "a generic term for any CPC/PALEO and mineral specimen museum collection."@en ; + skos:inScheme cs: ; + skos:prefLabel "museum collection"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "observatory"^^xsd:token ; + skos:definition "This entity contains data about observatories - buildings or places set apart for, and furnished with instruments for making, observations of natural phenomena; esp., for magnetic observations, ,astronomical, meteorological"@en ; + skos:inScheme cs: ; + skos:prefLabel "observatory"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "opggsa_reprocessing"^^xsd:token ; + skos:definition "This entity contains data for reprocessing activities carried out under the Offshore Petroleum and Greenhouse Gas Storage Act."@en ; + skos:inScheme cs: ; + skos:prefLabel "OPGGSA reprocessing"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "pipeline"^^xsd:token ; + skos:definition "This entity contains data about pipelines - containers joining two connection points for the transportation of oil, gas, water or other materials"@en ; + skos:inScheme cs: ; + skos:prefLabel "pipeline"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "place_name"^^xsd:token ; + skos:definition "This entity contains data about Gazetteer place names"@en ; + skos:inScheme cs: ; + skos:prefLabel "place name"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "political_region"^^xsd:token ; + skos:definition "This entity contains data about political regions and boundaries."@en ; + skos:inScheme cs: ; + skos:prefLabel "political region"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "port"^^xsd:token ; + skos:definition "Harbour - a place by the sea, or by a river or other waterway,where ships and boats can dock, load, and unload."@en ; + skos:inScheme cs: ; + skos:prefLabel "port"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "power_station"^^xsd:token ; + skos:definition "Site where fossil fuel, nuclear, hydro, solar, wind, biological or other resources are converted into electrical power."@en ; + skos:inScheme cs: ; + skos:prefLabel "power station"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "production_licence"^^xsd:token ; + skos:definition "Licence granted to holder of exploration permit or retention lease, for the recovery of petroleum following a commercial discovery."@en ; + skos:inScheme cs: ; + skos:prefLabel "production licence"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "project"^^xsd:token ; + skos:definition "This entity contains data about projects"@en ; + skos:inScheme cs: ; + skos:prefLabel "project"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "province"^^xsd:token ; + skos:definition "This entity contains data about provinces"@en ; + skos:inScheme cs: ; + skos:prefLabel "province"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "resource_processing_plant"^^xsd:token ; + skos:definition "Locality for adding value to raw materials, particularly minerals."@en ; + skos:inScheme cs: ; + skos:prefLabel "resource processing plant"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "resource_project"^^xsd:token ; + skos:definition "Proposed, planned or developing scheme, including infrastructure, for extracting resources that requires a large amount of time, effort, capital, or planning. Once developed, the type of entity could change to MINE, WELL, RESOURCE PROCESSING PLANT, or something similar."@en ; + skos:inScheme cs: ; + skos:prefLabel "resource project"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "retention_lease"^^xsd:token ; + skos:definition "Lease granted to holder of exploration permit, where a discovery is not currently commercial but is expected to become so."@en ; + skos:inScheme cs: ; + skos:prefLabel "retention lease"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "section"^^xsd:token ; + skos:definition "A set of observations and/or measurements and/or samples taken at points or intervals along a line, section or traverse, in any direction at or beneath the earth's surface (measured section). For example, observations of a group of stratigraphic units or regolith zones."@en ; + skos:inScheme cs: ; + skos:prefLabel "section"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "seismicline"^^xsd:token ; + skos:definition "Information about seismic lines for a given survey. Each seismic line has a different name, but the parameters of seismic lines in any given segment should be similar. A segment may consist of many lines, and a line may fall within more than 1 segment if the operating parameters change."@en ; + skos:inScheme cs: ; + skos:prefLabel "seismic line"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "state"^^xsd:token ; + skos:definition "All States and Territories (currently only Australian implemented)"@en ; + skos:inScheme cs: ; + skos:prefLabel "state"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "strat_unit_definition_location"^^xsd:token ; + skos:definition "The physical points that outline a section or a point that indicates an area that displays the defining characteristics of a stratigraphic unit"@en ; + skos:inScheme cs: ; + skos:prefLabel "stratigraphic unit definition location"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "survey"^^xsd:token ; + skos:definition "This entity contains data for marine, gravity, seismic and airborne surveys."@en ; + skos:inScheme cs: ; + skos:prefLabel "survey"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "well"^^xsd:token ; + skos:definition "This entity contains general and header information about wells. A well is an actual or proposed hole in the ground, designed to exchange fluids between a subsurface reservoir and the surface (or another reservoir) or to retrieve rock core or samples or to enable the detection and measurement of rock properties. A well (eg sidetrack or horizontal well) may originate from another well defined by PARENT."@en ; + skos:inScheme cs: ; + skos:prefLabel "well"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "wildcat_location"^^xsd:token ; + skos:definition "Permit to conduct further exploration and/or appraisal activities within the location blocks to determine more accurately the nature of the discovery."@en ; + skos:inScheme cs: ; + skos:prefLabel "wildcat location"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + dcterms:created "2022-08-04"^^xsd:date ; + dcterms:creator ; + dcterms:hasPart ; + dcterms:identifier "entity_type_or_feature"^^xsd:token ; + dcterms:modified "2022-08-04"^^xsd:date ; + skos:historyNote "Geoscience Australia Entity Type or Feature (A.ENTITY_TYPES)"@en ; + dcterms:publisher ; + rdfs:seeAlso ; + owl:versionInfo "1" ; + skos:definition "Type of entity or feature. (eg, measured section, borehole, field site)."@en ; + skos:hasTopConcept + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:prefLabel "General Geology - Entity or Feature Type"@en ; + dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division " ; +. + diff --git a/vocabularies/QaStatusCode.ttl b/vocabularies/QaStatusCode.ttl new file mode 100644 index 0000000..b19284f --- /dev/null +++ b/vocabularies/QaStatusCode.ttl @@ -0,0 +1,44 @@ +PREFIX cs: +PREFIX dcat: +PREFIX dcterms: +PREFIX owl: +PREFIX rdfs: +PREFIX skos: +PREFIX xsd: + + + a skos:Concept ; + dcterms:identifier "C"^^xsd:token ; + skos:definition "This data has been checked. The data was entered by an Internal user."@en ; + skos:inScheme cs: ; + skos:prefLabel "C"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "U"^^xsd:token ; + skos:definition "This data has not been checked. The data was entered by an Internal user."@en ; + skos:inScheme cs: ; + skos:prefLabel "U"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + dcterms:created "2022-08-09"^^xsd:date ; + dcterms:creator ; + dcterms:identifier "QA_status_code"^^xsd:token ; + dcterms:modified "2022-08-09"^^xsd:date ; + skos:historyNote "Geoscience Australia QA Status Code (A.QA_STATUS_CODES)"@en ; + dcterms:publisher ; + rdfs:seeAlso ; + 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 + , + ; + skos:prefLabel "General Geology - QA Status Code"@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater" ; +. + diff --git a/vocabularies/SampleType.ttl b/vocabularies/SampleType.ttl new file mode 100644 index 0000000..8782af0 --- /dev/null +++ b/vocabularies/SampleType.ttl @@ -0,0 +1,809 @@ +PREFIX cs: +PREFIX dcat: +PREFIX dcterms: +PREFIX owl: +PREFIX rdfs: +PREFIX skos: +PREFIX xsd: + + + a skos:Concept ; + dcterms:identifier "analytical_blank"^^xsd:token ; + skos:definition "An analytical procedure run without a \"substitute material\" and results obtained are considered to be the \"analytical blank\". Example 1: An acid digestion procedure is run without a sample, to show level of impurities introduced by the acids and the digestion vessels used."@en ; + skos:inScheme cs: ; + skos:prefLabel "analytical blank"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "anthropogenic_material"^^xsd:token ; + skos:definition "Anthropogenic material originating from human activity"@en ; + skos:inScheme cs: ; + skos:prefLabel "anthropogenic material"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "burn_spot"^^xsd:token ; + skos:definition "A part of a grain which is the subject of a detailed analysis via a microprobe beam of electrons or energised ions."@en ; + skos:inScheme cs: ; + skos:prefLabel "burn spot"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "catchment_outlet_specimen"^^xsd:token ; + skos:broader ; + skos:definition "Terrestrial sediment specimen sampled from close to the lower boundary of a hydrologic catchment; may have an aeolian component mixed in with fluvial sediments."@en ; + skos:inScheme cs: ; + skos:prefLabel "catchment outlet specimen"@en ; +. + + + a skos:Concept ; + dcterms:identifier "cavings"^^xsd:token ; + skos:broader ; + skos:definition "Drill chips/cuttings material that is foreign to the depth interval sampled and most likely derived from higher in the stratigraphic column or possibly recirculated within the mud system from previous drilling activity."@en ; + skos:inScheme cs: ; + skos:prefLabel "cavings"@en ; +. + + + a skos:Concept ; + dcterms:identifier "coastal_float_specimen"^^xsd:token ; + skos:broader ; + skos:definition "A float specimen collected along the coastline, usually washed up on beaches. (eg, coastal bitumen)."@en ; + skos:inScheme cs: ; + skos:prefLabel "coastal float specimen"@en ; +. + + + a skos:Concept ; + dcterms:identifier "coastal_sample"^^xsd:token ; + skos:definition "A sample, usually of unconsolidated materials, collected in a coastal environment by any method. May include sediment, rocks, water, and/or organic matter. Coastal is here defined as any location above Lowest Astronomical Tide"@en ; + skos:inScheme cs: ; + skos:prefLabel "coastal sample"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "core_plug"^^xsd:token ; + skos:broader ; + skos:definition "A small plug (cylinder) of core, typically taken from a larger rock or core sample (ie, a sub-sample)"@en ; + skos:inScheme cs: ; + skos:prefLabel "core plug"@en ; +. + + + a skos:Concept ; + dcterms:identifier "core_slice"^^xsd:token ; + skos:broader ; + skos:definition "A section of core that represents a specified depth interval, typically cut from a larger core specimen."@en ; + skos:inScheme cs: ; + skos:prefLabel "core slice"@en ; +. + + + a skos:Concept ; + dcterms:identifier "crush"^^xsd:token ; + skos:definition "A coarse crushed sample."@en ; + skos:inScheme cs: ; + skos:prefLabel "crush"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "downhole_reservoir_fluid_sample"^^xsd:token ; + skos:definition "A fluid sample retrieved from a downhole formation test (WFT)"@en ; + skos:inScheme cs: ; + skos:prefLabel "downhole reservoir fluid sample"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "drilling_fluid_specimen"^^xsd:token ; + skos:broader ; + skos:definition "Fluid used for drill bit lubrication and return of ground rock material from the drill bit, e.g. drilling mud."@en ; + skos:inScheme cs: ; + skos:prefLabel "drilling fluid specimen"@en ; +. + + + a skos:Concept ; + dcterms:identifier "field_site_specimen"^^xsd:token ; + skos:definition "Any specimen of material taken from a field site (eg, rock, sediment, water, hydrocarbon). This generic value is only used where no other information about the specimen type is available."@en ; + skos:inScheme cs: ; + skos:prefLabel "field site specimen"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "filtered_water_column_specimen"^^xsd:token ; + skos:broader ; + skos:definition "A water column specimen filtered for suspended solids."@en ; + skos:inScheme cs: ; + skos:prefLabel "filtered water column specimen"@en ; +. + + + a skos:Concept ; + dcterms:identifier "fluid_inclusion"^^xsd:token ; + skos:definition "A fluid-filled inclusion in a rock or mineral (may also contain vapour and solids at room temperature)."@en ; + skos:inScheme cs: ; + skos:prefLabel "fluid inclusion"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "fuild_melt_inclusion_section"^^xsd:token ; + skos:definition "A thick section used to examine tiny inclusions of liquid, vapour, solid, or mixtures of these phases, trapped as impurities within mineral grains."@en ; + skos:inScheme cs: ; + skos:prefLabel "fluid or melt inclusion section"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "gravel"^^xsd:token ; + skos:broader ; + skos:definition "A specimen of unconsolidated gravel size regolith material."@en ; + skos:inScheme cs: ; + skos:prefLabel "gravel"@en ; +. + + + a skos:Concept ; + dcterms:identifier "half_core"^^xsd:token ; + skos:broader ; + skos:definition "A cylindrical drill core which has been cut in half parallel to its length."@en ; + skos:inScheme cs: ; + skos:prefLabel "half core"@en ; +. + + + a skos:Concept ; + dcterms:identifier "incubation_water_specimen"^^xsd:token ; + skos:broader ; + skos:definition "A water sample collected from a chamber or core incubation for the purpose of use of profiling the water column."@en ; + skos:inScheme cs: ; + skos:prefLabel "incubation water specimen"@en ; +. + + + a skos:Concept ; + dcterms:identifier "melt_inclusion"^^xsd:token ; + skos:definition "A glassy inclusion in a rock or mineral (may also contain liquid, vapour and crystals at room temperature)."@en ; + skos:inScheme cs: ; + skos:prefLabel "melt inclusion"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "microfossil_slide"^^xsd:token ; + skos:broader ; + skos:definition "A slide prepared for microscope analysis of microfossils."@en ; + skos:inScheme cs: ; + skos:prefLabel "microfossil slide"@en ; +. + + + a skos:Concept ; + dcterms:identifier "mineral_grain"^^xsd:token ; + skos:definition "An individual mineralogical particle, usually isolated from a thin section, or mounted with other grains in a polished mount."@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral grain"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "mineral_precipitate"^^xsd:token ; + skos:definition "A collection of one or more minerals precipitated from solution (eg, salt crust or gypsum crystals precipitated on a salt lake)."@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral precipitate"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "mineral_separate"^^xsd:token ; + skos:altLabel "mineral concetrate"@en ; + skos:broader ; + skos:definition "A collection of mineral grains separated using density and magnetic contrast from other mineral grains."@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral separate"@en ; +. + + + a skos:Concept ; + dcterms:identifier "mineral_specimen"^^xsd:token ; + skos:definition "A high quality or type mineral specimen, collected for scientific or display purposes in a museum or similar setting"@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral specimen"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "observation_log"^^xsd:token ; + skos:altLabel + "borehole observation log"@en , + "measured section log"@en ; + skos:broader ; + skos:definition "A description of a sampling feature in a continuous linear format (e.g. stratigraphic or lithology logs for boreholes and measured sections), where the observation description is not related to a specific collected specimen "@en ; + skos:inScheme cs: ; + skos:prefLabel "observation log"@en ; +. + + + a skos:Concept ; + dcterms:identifier "observation_only"^^xsd:token ; + skos:definition "An observation made of a feature, without collection of a physical specimen."@en ; + skos:inScheme cs: ; + skos:prefLabel "observation only"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "oriented_core"^^xsd:token ; + skos:broader ; + skos:definition "A drill core specimen taken with its orientation preserved to enable structural or other oriented analysis."@en ; + skos:inScheme cs: ; + skos:prefLabel "oriented core"@en ; +. + + + a skos:Concept ; + dcterms:identifier "oriented_outcrop_specimen"^^xsd:token ; + skos:altLabel "oriented hand specimen"@en ; + skos:broader ; + skos:definition "An outcrop specimen taken with its orientation preserved to enable structural or geophysical analysis."@en ; + skos:inScheme cs: ; + skos:prefLabel "oriented outcrop specimen"@en ; +. + + + a skos:Concept ; + dcterms:identifier "pellet"^^xsd:token ; + skos:definition "A specimen that has been ground into a powder and pressed into a pellet."@en ; + skos:inScheme cs: ; + skos:prefLabel "pellet"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "photography"^^xsd:token ; + skos:definition "A digital or film photographic still image"@en ; + skos:inScheme cs: ; + skos:prefLabel "photograph"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "polished_mount"^^xsd:token ; + skos:definition "Materials mounted in a medium, typically an epoxy glue or resin, and polished."@en ; + skos:inScheme cs: ; + skos:prefLabel "polished mount"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "polished_slab"^^xsd:token ; + skos:definition "A polished slab of rock material."@en ; + skos:inScheme cs: ; + skos:prefLabel "polished slab"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "polished_thin_section"^^xsd:token ; + skos:broader ; + skos:definition "A polished thin section of a material for microscope analysis."@en ; + skos:inScheme cs: ; + skos:prefLabel "polished thin section"@en ; +. + + + a skos:Concept ; + dcterms:identifier "powder"^^xsd:token ; + skos:definition "A specimen that has been ground into a powder."@en ; + skos:inScheme cs: ; + skos:prefLabel "powder"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "powder_tungsten_mill"^^xsd:token ; + skos:definition "A specimen that has been ground into a powder in a tungsten alloy mill."@en ; + skos:inScheme cs: ; + skos:prefLabel "powder (tungsten mill)"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "quarter_core"^^xsd:token ; + skos:broader ; + skos:definition "A cylindrical drill core which has been cut in quarters parallel to its length."@en ; + skos:inScheme cs: ; + skos:prefLabel "quarter core"@en ; +. + + + a skos:Concept ; + dcterms:identifier "replicate_field_specimen"^^xsd:token ; + skos:broader ; + skos:definition "Repeat specimen taken in the field over given space and/or time scales to test field heterogeneity of a sampling medium. Should be related to a previous original specimen."@en ; + skos:inScheme cs: ; + skos:prefLabel "replicate field specimen"@en ; +. + + + a skos:Concept ; + dcterms:identifier "replicate_laboratory_specimen"^^xsd:token ; + skos:broader ; + skos:definition "Identical split(s) of an original sample submitted blindly to the laboratory to test reproducibility (bias) of results. Should be related to a previous original specimen."@en ; + skos:inScheme cs: ; + skos:prefLabel "replicate laboratory specimen"@en ; +. + + + a skos:Concept ; + dcterms:identifier "residue"^^xsd:token ; + skos:definition "An unspecified residue from a sample preparation or analytical technique."@en ; + skos:inScheme cs: ; + skos:prefLabel "residue"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "rock_chips"^^xsd:token ; + skos:broader ; + skos:definition "Rock fragments derived from crushing or chipping material other than by drilling (eg, chips from an outcrop or mine channel sampling)."@en ; + skos:inScheme cs: ; + skos:prefLabel "rock chips"@en ; +. + + + a skos:Concept ; + dcterms:identifier "seabed_subsample"^^xsd:token ; + skos:broader ; + skos:definition "Specimens of surficial seafloor sediments obtained by sub-sampling the contents of a grab or box core. Depending on the intended analyses, these may be volumetric, gravimetric or qualitative."@en ; + skos:inScheme cs: ; + skos:prefLabel "seabed subsample"@en ; +. + + + a skos:Concept ; + dcterms:identifier "separator_fluid"^^xsd:token ; + skos:broader ; + skos:definition "Liquid that has been separated from a gas phase at a surface separator."@en ; + skos:inScheme cs: ; + skos:prefLabel "separator fluid"@en ; +. + + + a skos:Concept ; + dcterms:identifier "sieved_sample"^^xsd:token ; + skos:broader ; + skos:definition "A grainsize fraction specimen generated by sieving"@en ; + skos:inScheme cs: ; + skos:prefLabel "sieved sample"@en ; +. + + + a skos:Concept ; + dcterms:identifier "soil_specimen"^^xsd:token ; + skos:broader ; + skos:definition "A specimen of soil or similar regolith materials, collected by any method."@en ; + skos:inScheme cs: ; + skos:prefLabel "soil specimen"@en ; +. + + + a skos:Concept ; + dcterms:identifier "specimen_blank"^^xsd:token ; + skos:altLabel "sample blank"@en ; + skos:definition "A specimen blank is used to determine if any impurities are introduced during sample preparation procedures. A \"sample blank material\" substitutes regular \"sample material\" in the procedure. Example 1: Quartz substitutes a rock sample to determine levels of impurities introduced by grinding equipment. Example 2: Cellulose substitutes vegetable material to determine levels of impurities introduced during sample preparation. Example 3: Pure deionized water is substituted for sample water to determine if impurities are introduced during sample filtering and bottling procedures."@en ; + skos:inScheme cs: ; + skos:prefLabel "specimen blank"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "standard_reference_material"^^xsd:token ; + skos:definition "Also known as SRM, these samples may range from International Standards and Certified Reference Materials (CRMs) to locally prepared standard samples for use as project reference standards. They are comprised of homogenous material prepared under strict guidelines, divided into numerous aliquots and sent to reputable laboratories to derive an assigned value. The values for Standard Reference Materials are generally well known published figures. SRMs with certified values are used to calibrate instruments or analytical techniques, to quantify analytical accuracy, and to verify new or improved analytical techniques. The material of the reference standard (eg, rock, mineral, water, etc) should be denoted in \"material type\"."@en ; + skos:inScheme cs: ; + skos:prefLabel "standard reference material"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "strained_sample"^^xsd:token ; + skos:definition "A specimen, often a rock slab, that has been stained for mineral idenification."@en ; + skos:inScheme cs: ; + skos:prefLabel "stained sample"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "stream_sediment_specimen"^^xsd:token ; + skos:broader ; + skos:definition "A sample of sediment taken from the bed of a river or stream."@en ; + skos:inScheme cs: ; + skos:prefLabel "stream sediment specimen"@en ; +. + + + a skos:Concept ; + dcterms:identifier "thin_section_offcut"^^xsd:token ; + skos:broader ; + skos:definition "A small slab of rock remaining from the preparation of a thin section."@en ; + skos:inScheme cs: ; + skos:prefLabel "thin section offcut"@en ; +. + + + a skos:Concept ; + dcterms:identifier "unknown"^^xsd:token ; + skos:definition "The sample_type is unknown"@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "vegetation_specimen"^^xsd:token ; + skos:definition "A specimen of vegetation collected by any method."@en ; + skos:inScheme cs: ; + skos:prefLabel "vegetation specimen"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "video"^^xsd:token ; + skos:definition "A digital or film capture of a sequence of still images representing scenes in motion"@en ; + skos:inScheme cs: ; + skos:prefLabel "video"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "vitrinite_reflectance_specimen"^^xsd:token ; + skos:definition "A polished slab, mount, or slide for analysing vitrinite reflectance."@en ; + skos:inScheme cs: ; + skos:prefLabel "vitrinite reflectance specimen"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "water_column_observation"^^xsd:token ; + skos:broader ; + skos:definition "An observation or measurement of the water column recorded by a sonde/probe, typically taken at measured intervals used to profile the water column. No actual specimen is collected but the observation records the water conditions at a particular time and place."@en ; + skos:inScheme cs: ; + skos:prefLabel "water column observation"@en ; +. + + + a skos:Concept ; + dcterms:identifier "wireline_log"^^xsd:token ; + skos:broader ; + skos:definition "A continuous log of measurements made by an instrument in a borehole."@en ; + skos:inScheme cs: ; + skos:prefLabel "wireline log"@en ; +. + + + a skos:Concept ; + dcterms:identifier "concentrate"^^xsd:token ; + skos:broader ; + skos:definition "A form of substance which has had the majority of its base component (in the case of a liquid: the solvent) removed. Typically this will be the removal of water from a solution or suspension"@en ; + skos:inScheme cs: ; + skos:narrower ; + skos:prefLabel "concentrate"@en ; +. + + + a skos:Concept ; + dcterms:identifier "drill_chips_cuttings"^^xsd:token ; + skos:altLabel + "chips"@en , + "cuttings"@en ; + skos:broader ; + skos:definition "Rock or sediment chips or fragments derived from any drilling method."@en ; + skos:inScheme cs: ; + skos:narrower ; + skos:prefLabel "drill chips or cuttings"@en ; +. + + + a skos:Concept ; + dcterms:identifier "float_specimen"^^xsd:token ; + skos:broader ; + skos:definition "A specimen taken of an isolated fragment or rock or other consolidated earth material, displaced from its original outcrop or location."@en ; + skos:inScheme cs: ; + skos:narrower ; + skos:prefLabel "float specimen"@en ; +. + + + a skos:Concept ; + dcterms:identifier "fossil"^^xsd:token ; + skos:definition "A specimen of remains or traces of a plant or animal preserved in the Earth's crust."@en ; + skos:inScheme cs: ; + skos:narrower ; + skos:prefLabel "fossil"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "grainsize_fraction"^^xsd:token ; + skos:broader ; + skos:definition "A specimen that has been generated by separating various size fractions from the original sample. For example, a sieved sediment sample."@en ; + skos:inScheme cs: ; + skos:narrower ; + skos:prefLabel "grainsize fraction"@en ; +. + + + a skos:Concept ; + dcterms:identifier "isotube"^^xsd:token ; + skos:broader + , + ; + skos:definition "A 110ml aluminium cylinder used to collect and store gas from a sampling manifold on a borehole druing mudgas logging. A product of ISOTECH Laboratories."@en ; + skos:inScheme cs: ; + skos:prefLabel "IsoTube"@en ; +. + + + a skos:Concept ; + dcterms:identifier "outcrop_specimen"^^xsd:token ; + skos:altLabel "hand specimen"@en ; + skos:broader ; + skos:definition "A specimen of material removed from outcropping or near-outcropping bedrock. Includes subterranean rock outcrops (ie, from a mine)."@en ; + skos:inScheme cs: ; + skos:narrower ; + skos:prefLabel "outcrop specimen"@en ; +. + + + a skos:Concept ; + dcterms:identifier "seabead_sample"^^xsd:token ; + skos:definition "A sample, usually of unconsolidated materials, collected on the seabed by any method. May include sediment, rocks, water, and/or organic matter. Seabed is here defined as any location below Lowest Astronomical Tide"@en ; + skos:inScheme cs: ; + skos:narrower ; + skos:prefLabel "seabed sample"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "separator_gas"^^xsd:token ; + skos:broader + , + ; + skos:definition "Natural gas that has been separated from a liquid phase at a surface separator."@en ; + skos:inScheme cs: ; + skos:prefLabel "separator gas"@en ; +. + + + a skos:Concept ; + dcterms:identifier "thin_section"^^xsd:token ; + skos:definition "A translucent thin section of a material for microscope analysis."@en ; + skos:inScheme cs: ; + skos:narrower ; + skos:prefLabel "thin section"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "water_column_specimen"^^xsd:token ; + skos:broader ; + skos:definition "A water specimen taken at measured intervals in the water column. "@en ; + skos:inScheme cs: ; + skos:narrower ; + skos:prefLabel "water column specimen"@en ; +. + + + a skos:Concept ; + dcterms:identifier "gas_specimen"^^xsd:token ; + skos:definition "A generic specimen of gas of any type. Includes gas specimen types collected by any method."@en ; + skos:inScheme cs: ; + skos:narrower + , + ; + skos:prefLabel "gas specimen"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "replicate_specimen"^^xsd:token ; + skos:definition "A repeat analytical specimen designed to replicate the original specimen type and method of sample preparation and/or collection. Should be related to a previous original specimen."@en ; + skos:inScheme cs: ; + skos:narrower + , + ; + skos:prefLabel "replicate specimen"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "water_specimen"^^xsd:token ; + skos:definition "A generic specimen of water of any type. Includes water specimen types collected by any method."@en ; + skos:inScheme cs: ; + skos:narrower + , + ; + skos:prefLabel "water specimen"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "borehole_specimen"^^xsd:token ; + skos:definition "Any specimen of material taken from a borehole. Only used where no other information about the borehole specimen type is available."@en ; + skos:inScheme cs: ; + skos:narrower + , + , + , + ; + skos:prefLabel "borehole specimen"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "field_site_observation"^^xsd:token ; + skos:broader ; + skos:definition "An observation made of a field site (eg, an outcrop), without collection of a physical specimen."@en ; + skos:inScheme cs: ; + skos:narrower + , + , + , + ; + skos:prefLabel "field site observation"@en ; +. + + + a skos:Concept ; + dcterms:identifier "fraction"^^xsd:token ; + skos:definition "A specimen that has been modified to be a specific fraction separated from the original sample eg. a panned or separated sample."@en ; + skos:inScheme cs: ; + skos:narrower + , + , + , + ; + skos:prefLabel "fraction"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "rock_pieces"^^xsd:token ; + skos:definition "Unspecified rock samples or fragments of rock of unknown origin."@en ; + skos:inScheme cs: ; + skos:narrower + , + , + , + ; + skos:prefLabel "rock pieces"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "unconsolidated"^^xsd:token ; + skos:definition "A specimen of unconsolidated materials (eg, regolith, sediment, gravel, soil) collected by any method at or near the ground surface, including soil and organic matter."@en ; + skos:inScheme cs: ; + skos:narrower + , + , + , + ; + skos:prefLabel "unconsolidated surficial specimen"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "core"^^xsd:token ; + skos:broader ; + skos:definition "A specimen (often, but not always cylindrical) of rock, regolith, or vegetation."@en ; + skos:inScheme cs: ; + skos:narrower + , + , + , + , + ; + skos:prefLabel "core"@en ; +. + +cs: + a skos:ConceptScheme ; + dcterms:created "2022-08-09"^^xsd:date ; + dcterms:creator ; + dcterms:identifier "sample_type"^^xsd:token ; + dcterms:modified "2022-08-09"^^xsd:date ; + skos:historyNote "Geoscience Australia Sample Type (A.LU_SAMPLE_TYPE)"@en ; + dcterms:publisher ; + rdfs:seeAlso ; + owl:versionInfo "1.0" ; + 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 + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:prefLabel "General Geology - Sample Type"@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and " ; +. + diff --git a/vocabularies/SamplingMethod.ttl b/vocabularies/SamplingMethod.ttl new file mode 100644 index 0000000..196d04a --- /dev/null +++ b/vocabularies/SamplingMethod.ttl @@ -0,0 +1,1146 @@ +PREFIX cs: +PREFIX dcat: +PREFIX dcterms: +PREFIX owl: +PREFIX rdfs: +PREFIX skos: +PREFIX xsd: + + + a skos:Concept ; + dcterms:identifier "RAB_drilling"^^xsd:token ; + skos:altLabel "rotary air blast drilling"@en ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "airfall_dust_collector"^^xsd:token ; + 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: ; +. + + + a skos:Concept ; + dcterms:identifier "auger"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "baited_remote_underwater_still_photography"^^xsd:token ; + skos:broader ; + skos:definition "A photograph taken using a baited remote underwater camera."@en ; + skos:inScheme cs: ; + skos:prefLabel "baited remote underwater still photograph"@en ; +. + + + a skos:Concept ; + dcterms:identifier "baited_remote_underwater_video"^^xsd:token ; + skos:altLabel "BRUV"@en ; + skos:broader ; + skos:definition "A video taken using a baited remote underwater video camera."@en ; + skos:inScheme cs: ; + skos:prefLabel "baited remote underwater video"@en ; +. + + + a skos:Concept ; + dcterms:identifier "borehole_dst_test"^^xsd:token ; + skos:altLabel "drill stem test"@en ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "borehole_logging_tool"^^xsd:token ; + 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: ; +. + + + a skos:Concept ; + dcterms:identifier "borehole_prod_test"^^xsd:token ; + skos:altLabel "well production test"@en ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "borehole_purging_until_analyte_stabilisation"^^xsd:token ; + skos:broader ; + skos:definition "Continued purging until key analytes were stabilised."@en ; + skos:inScheme cs: ; + skos:prefLabel "borehole purging until analyte stabilisation"@en ; +. + + + a skos:Concept ; + dcterms:identifier "borehole_wft_test"^^xsd:token ; + skos:altLabel "wireline formation test"@en ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "bottle_incubation_dark"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "bottle_incubation_light"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "cable_tool_drilling"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "chamber_incubation_dark"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "chamber_incubation_light"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "core_air"^^xsd:token ; + skos:broader ; + skos:definition "Rock or sediment core derived from a dry, air-cooled diamond drilling method."@en ; + skos:inScheme cs: ; + skos:prefLabel "core air"@en ; +. + + + a skos:Concept ; + dcterms:identifier "core_box"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "core_catcher"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "core_conventional"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "core_cutter"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "core_diamond"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "core_geoprobe"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "core_gravity"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "core_incubation_dark"^^xsd:token ; + 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: ; +. + + + a skos:Concept ; + dcterms:identifier "core_incubation_light"^^xsd:token ; + 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: ; +. + + + a skos:Concept ; + dcterms:identifier "core_kasten"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "core_mackereth"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "core_piston"^^xsd:token ; + skos:broader ; + skos:definition "Uses a piston to drive the core barrel. High quality long cores."@en ; + skos:inScheme cs: ; + skos:prefLabel "core piston"@en ; +. + + + a skos:Concept ; + dcterms:identifier "core_push"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "core_rov"^^xsd:token ; + skos:broader ; + skos:definition "A core drilled from a remotely operated vehicle"@en ; + skos:inScheme cs: ; + skos:prefLabel "core ROV"@en ; +. + + + a skos:Concept ; + dcterms:identifier "core_sonic"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "core_spike"^^xsd:token ; + skos:broader ; + skos:definition "A core of surficial material taken by driving a spike into the ground."@en ; + skos:inScheme cs: ; + skos:prefLabel "core spike"@en ; +. + + + a skos:Concept ; + dcterms:identifier "core_veihmeyer_tube"^^xsd:token ; + 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: ; +. + + + a skos:Concept ; + dcterms:identifier "core_vibro"^^xsd:token ; + skos:altLabel + "vibracore"@en , + "vibrocore"@en ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "crushing"^^xsd:token ; + skos:definition "Sample derived by crushing a rock or sediment"@en ; + skos:inScheme cs: ; + skos:prefLabel "crushing"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "current_meter"^^xsd:token ; + 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: ; +. + + + a skos:Concept ; + dcterms:identifier "diver_operated_underwater_still_photography"^^xsd:token ; + skos:broader ; + skos:definition "A photograph taken by a diver using an underwater camera."@en ; + skos:inScheme cs: ; + skos:prefLabel "diver-operated underwater still photograph"@en ; +. + + + a skos:Concept ; + dcterms:identifier "diver_operated_underwater_video"^^xsd:token ; + skos:altLabel "DOV"@en ; + skos:broader ; + skos:definition "A video taken by a diver using an underwater camera."@en ; + skos:inScheme cs: ; + skos:prefLabel "diver-operated underwater video"@en ; +. + + + a skos:Concept ; + dcterms:identifier "dredge_benthic"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "dredge_chain_bag"^^xsd:token ; + skos:broader ; + skos:definition "Sampling of large rocks from the sea floor using a chain bag"@en ; + skos:inScheme cs: ; + skos:prefLabel "dredge chain bag"@en ; +. + + + a skos:Concept ; + dcterms:identifier "dredge_diamantina"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "dredge_pipe"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "filtered_dust_collector"^^xsd:token ; + 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: ; +. + + + a skos:Concept ; + dcterms:identifier "filtration"^^xsd:token ; + 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: ; +. + + + a skos:Concept ; + dcterms:identifier "gas_sampling"^^xsd:token ; + skos:definition "Sampling of gas by an unspecified method"@en ; + skos:inScheme cs: ; + skos:prefLabel "gas sampling"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "grab_ROV"^^xsd:token ; + skos:broader ; + skos:definition "A grad sampling method mounted on a remotely operated vehicle."@en ; + skos:inScheme cs: ; + skos:prefLabel "grab ROV"@en ; +. + + + a skos:Concept ; + dcterms:identifier "grab_eckman"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "grab_shipek"^^xsd:token ; + skos:broader ; + skos:definition "Near surface unconsolidated marine sediment sample taken using the Shipek Method."@en ; + skos:inScheme cs: ; + skos:prefLabel "grab Shipek"@en ; +. + + + a skos:Concept ; + dcterms:identifier "grab_smith_mcintyre"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "grab_van_veen"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "grainsize_separation"^^xsd:token ; + 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: ; +. + + + a skos:Concept ; + dcterms:identifier "handheld_portable_device"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "liquid-gas_separation"^^xsd:token ; + skos:broader ; + skos:definition "Separation of natural gas from a liquid phase at a surface separator."@en ; + skos:inScheme cs: ; + skos:prefLabel "liquid-gas separation"@en ; +. + + + a skos:Concept ; + dcterms:identifier "marine_survey"^^xsd:token ; + 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: ; +. + + + a skos:Concept ; + dcterms:identifier "mineral_separation"^^xsd:token ; + 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: ; +. + + + a skos:Concept ; + dcterms:identifier "niskin_bottle"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "outcrop_sampling"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "passive_water_sampling"^^xsd:token ; + skos:broader ; + skos:definition "Water sample collected in-situ using passive methods (e.g. by absorption)"@en ; + skos:inScheme cs: ; + skos:prefLabel "passive water sampling"@en ; +. + + + a skos:Concept ; + dcterms:identifier "pit_or_trench_sampling"^^xsd:token ; + skos:altLabel "costean"@en ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "plantobenthic_sampler"^^xsd:token ; + skos:altLabel "Mounted Assembly for Planktobenthic Sampling (MAPS)"@en ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "pore_fluid_sampling_cetrifugal"^^xsd:token ; + skos:broader ; + skos:definition "Pore water is extracted by centrifuging the sample"@en ; + skos:inScheme cs: ; + skos:prefLabel "pore fluid sampling - centrifugal"@en ; +. + + + a skos:Concept ; + dcterms:identifier "pore_fluid_sampling_squeezing"^^xsd:token ; + skos:altLabel "core press"@en ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "purging_of_three_case_volumes"^^xsd:token ; + skos:broader ; + skos:definition "Three case volumes were purged prior to sampling ground water."@en ; + skos:inScheme cs: ; + skos:prefLabel "purging of three case volumes"@en ; +. + + + a skos:Concept ; + dcterms:identifier "rain_gauge"^^xsd:token ; + skos:broader ; + skos:definition "Precipitation is collected using an appropriately constructed rain gauge/collector"@en ; + skos:inScheme cs: ; + skos:prefLabel "rain gauge"@en ; +. + + + a skos:Concept ; + dcterms:identifier "reverse_circulation_drilling"^^xsd:token ; + skos:altLabel "RC"@en ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "rotary_drilling"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "rotary_hammer_drilling"^^xsd:token ; + skos:altLabel "hammer drilling"@en ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "sediment_trap"^^xsd:token ; + 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: ; +. + + + a skos:Concept ; + dcterms:identifier "sidewall_core_bullet"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "sidewall_core_mechanical"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "sonde"^^xsd:token ; + 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: ; +. + + + a skos:Concept ; + dcterms:identifier "stereo_towed_underwater_still_photography"^^xsd:token ; + skos:broader ; + skos:definition "A photograph taken using a towed underwater stereo camera."@en ; + skos:inScheme cs: ; + skos:prefLabel "stereo towed underwater still photograph"@en ; +. + + + a skos:Concept ; + dcterms:identifier "stereo_towed_underwater_video"^^xsd:token ; + skos:altLabel "STV"@en ; + skos:broader ; + skos:definition "A video taken using a towed underwater stereo video camera."@en ; + skos:inScheme cs: ; + skos:prefLabel "stereo towed underwater video"@en ; +. + + + a skos:Concept ; + dcterms:identifier "towed_underwater_still_photography"^^xsd:token ; + skos:broader ; + skos:definition "A photograph taken using a towed underwater camera."@en ; + skos:inScheme cs: ; + skos:prefLabel "towed underwater still photograph"@en ; +. + + + a skos:Concept ; + dcterms:identifier "towed_underwater_video"^^xsd:token ; + skos:broader ; + skos:definition "A video taken using a towed underwater video camera."@en ; + skos:inScheme cs: ; + skos:prefLabel "towed underwater video"@en ; +. + + + a skos:Concept ; + dcterms:identifier "underground_mine_sampling"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "underwater_still_photography_AUV"^^xsd:token ; + skos:broader ; + skos:definition "A photograph taken using a camera on an autonomous underwater vehicle."@en ; + skos:inScheme cs: ; + skos:prefLabel "underwater still photograph AUV"@en ; +. + + + a skos:Concept ; + dcterms:identifier "underwater_still_photography_ROV"^^xsd:token ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "underwater_video_AUV"^^xsd:token ; + skos:broader ; + skos:definition "A video taken using a camera on an autonomous underwater vehicle."@en ; + skos:inScheme cs: ; + skos:prefLabel "underwater video AUV"@en ; +. + + + a skos:Concept ; + dcterms:identifier "underwater_video_ROV"^^xsd:token ; + skos:broader ; + skos:definition "A video taken using an underwater camera on a remotely operated vehicle. "@en ; + skos:inScheme cs: ; + skos:prefLabel "underwater video ROV"@en ; +. + + + a skos:Concept ; + dcterms:identifier "unknown"^^xsd:token ; + skos:definition "The sampling method is unknown."@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "water_grab_sampling"^^xsd:token ; + skos:altLabel "discrete bailer"@en ; + skos:broader ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "airlift"^^xsd:token ; + skos:broader + , + ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "epibenthic_sled"^^xsd:token ; + skos:altLabel "sled benthic"@en ; + skos:broader ; + skos:definition "A method designed to collect benthic and benthopelagic faunas from the deep sea. The sled is made from a steel frame consisting of two skids and stabilizing planes to keep it from sinking too deep into the mud."@en ; + skos:inScheme cs: ; + skos:narrower ; + skos:prefLabel "epibenthic sled"@en ; +. + + + a skos:Concept ; + dcterms:identifier "field_mapping_survey"^^xsd:token ; + skos:definition "A mapping survey undertaken in a land environment. May include observations and/or sampling."@en ; + skos:inScheme cs: ; + skos:narrower ; + skos:prefLabel "field mapping survey"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "mine_sampling"^^xsd:token ; + 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 ; + skos:prefLabel "mine sampling"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "pumping_low_flow"^^xsd:token ; + skos:broader + , + ; + 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 ; +. + + + a skos:Concept ; + dcterms:identifier "still_photography"^^xsd:token ; + skos:broader ; + skos:definition "A still image captured by a camera."@en ; + skos:inScheme cs: ; + skos:narrower ; + skos:prefLabel "still photography"@en ; +. + + + a skos:Concept ; + dcterms:identifier "video_photography"^^xsd:token ; + skos:broader ; + skos:definition "Moving images captured by a video camera, either digital or film."@en ; + skos:inScheme cs: ; + skos:narrower ; + skos:prefLabel "video photography"@en ; +. + + + a skos:Concept ; + dcterms:identifier "bottle_incubation"^^xsd:token ; + 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:narrower + , + ; + skos:prefLabel "bottle incubation"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "chamber_incubation"^^xsd:token ; + 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: ; + skos:narrower + , + ; + skos:prefLabel "chamber incubation"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "marine_survey_sampling"^^xsd:token ; + skos:definition "Collection of materials from a marine or coastal survey by any method."@en ; + skos:inScheme cs: ; + skos:narrower + , + ; + skos:prefLabel "marine survey sampling"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "pumping"^^xsd:token ; + skos:broader ; + skos:definition "Pump used to sample surface water"@en ; + skos:inScheme cs: ; + skos:narrower + , + ; + skos:prefLabel "pumping"@en ; +. + + + a skos:Concept ; + dcterms:identifier "sidewall_core"^^xsd:token ; + skos:broader ; + skos:definition "A method to extract core or plug from the sidewall of a borehole."@en ; + skos:inScheme cs: ; + skos:narrower + , + ; + skos:prefLabel "sidewall core"@en ; +. + + + a skos:Concept ; + dcterms:identifier "surface_material_sampling"^^xsd:token ; + skos:definition "Collection of earth materials at the ground surface on land."@en ; + skos:inScheme cs: ; + skos:narrower + , + ; + skos:prefLabel "surface material sampling"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "underwater_camera"^^xsd:token ; + skos:broader ; + skos:definition "The process of capturing a still image or moving scene of an underwater feature by a video or still photographic camera."@en ; + skos:inScheme cs: ; + skos:narrower + , + ; + skos:prefLabel "underwater camera"@en ; +. + + + a skos:Concept ; + dcterms:identifier "camera"^^xsd:token ; + 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: ; + skos:narrower + , + , + ; + skos:prefLabel "camera"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "percussion_drilling"^^xsd:token ; + skos:broader ; + skos:definition "Rock or sediment chips or fragments derived from a percussion (hammer) method."@en ; + skos:inScheme cs: ; + skos:narrower + , + , + ; + skos:prefLabel "percussion drilling"@en ; +. + + + a skos:Concept ; + dcterms:identifier "pumping_high_flow"^^xsd:token ; + skos:broader + , + ; + skos:definition "Pump extraction rate induces drawdown within the bore (i.e. lowers the water level) as a result of water being purged from the bore casing - includes samples collected from functioning windmills or other equipped bores (incl. water pumped into tanks/dams) and tapping artesian water sources"@en ; + skos:inScheme cs: ; + skos:narrower + , + ; + skos:prefLabel "pumping - high flow"@en ; +. + + + a skos:Concept ; + dcterms:identifier "dredge"^^xsd:token ; + skos:broader ; + skos:definition "Sampling of either benthic or pelagic material using a dredge method. "@en ; + skos:inScheme cs: ; + skos:narrower + , + , + , + , + ; + skos:prefLabel "dredge"@en ; +. + + + a skos:Concept ; + dcterms:identifier "grab"^^xsd:token ; + skos:broader ; + skos:definition "Specimens gathered from the bed of a water body by a mechanical grab primarily for lithogical and petrographical analyses. "@en ; + skos:inScheme cs: ; + skos:narrower + , + , + , + , + ; + skos:prefLabel "grab"@en ; +. + + + a skos:Concept ; + dcterms:identifier "borehole_fluid_sampling"^^xsd:token ; + skos:definition "Sampling of fluids (oil, gas, or water) from a borehole by an unspecified method."@en ; + skos:inScheme cs: ; + skos:narrower + , + , + , + , + , + , + ; + skos:prefLabel "borehole fluid sampling"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "drilling"^^xsd:token ; + skos:definition "Sampling by a hole drilled into the Earth by any method"@en ; + skos:inScheme cs: ; + skos:narrower + , + , + , + , + , + , + ; + skos:prefLabel "drilling"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "underwater_still_photography"^^xsd:token ; + skos:broader + , + ; + skos:definition "A video/still camera used under water to take picture images /observations of the sea floor (incl. sediment, rocks and biota). Cameras can be vertically dropped from the ship, towed, hand-held by divers, or mounted on remotely operated vehicles (ROVs)."@en ; + skos:inScheme cs: ; + skos:narrower + , + , + , + , + , + ; + skos:prefLabel "underwater still photograph"@en ; +. + + + a skos:Concept ; + dcterms:identifier "underwater_video"^^xsd:token ; + skos:broader + , + ; + skos:definition "A video taken underwater."@en ; + skos:inScheme cs: ; + skos:narrower + , + , + , + , + , + ; + skos:prefLabel "underwater video"@en ; +. + + + a skos:Concept ; + dcterms:identifier "water_sampling"^^xsd:token ; + skos:definition "Sampling of water by an unspecified method"@en ; + skos:inScheme cs: ; + skos:narrower + , + , + , + , + , + , + , + ; + skos:prefLabel "water sampling"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + dcterms:identifier "core_drilling"^^xsd:token ; + skos:broader ; + skos:definition "Sampling of a core of earth material by an unspecified drilling method"@en ; + skos:inScheme cs: ; + skos:narrower + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:prefLabel "core drilling"@en ; +. + +cs: + a skos:ConceptScheme ; + dcterms:created "2022-08-09"^^xsd:date ; + dcterms:creator ; + dcterms:identifier "sampling_method"^^xsd:token ; + dcterms:modified "2022-08-09"^^xsd:date ; + skos:historyNote "Geoscience Australia Sampling Method (A.LU_SAMPLING_METHODS)"@en ; + dcterms:publisher ; + rdfs:seeAlso ; + owl:versionInfo "1.0" ; + 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 + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:prefLabel "General Geology - Sampling Method"@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; +. +