@prefix country: . @prefix dataset: . @prefix dcat: . @prefix dcterms: . @prefix gas: . @prefix geo: . @prefix org1: . @prefix prov: . @prefix rdfs: . @prefix samples: . @prefix sosa: . @prefix tern: . @prefix void: . @prefix xsd: . gas:hasCountry rdfs:label "Country"@en . gas:hasENO rdfs:label "ENO"@en . gas:hasFoiName rdfs:label "Feature of Interest Name"@en . gas:hasFoiType rdfs:label "Feature of Interest Type"@en . gas:hasIGSN rdfs:label "IGSN"@en . gas:hasMaterialClass rdfs:label "Material Class"@en . gas:hasSampleID rdfs:label "Sample ID"@en . gas:hasSampleNo rdfs:label "SAMPLENO"@en . gas:hasSampleOriginator rdfs:label "Sample Originator"@en . gas:hasSampleType rdfs:label "Sample Type"@en . gas:hasSamplingFeatureName rdfs:label "Sampling Feature Name"@en . gas:hasSamplingFeatureType rdfs:label "Sampling Feature Type"@en . gas:hasSamplingMethod rdfs:label "Sampling Method"@en ; dcterms:description "Process used to obtain the Specimen from its sampledFeature"@en . gas:hasState rdfs:label "State"@en . dcterms:identifier rdfs:label "Identifier"@en ; dcterms:description "Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN). Persistent identifiers should be provided as HTTP URIs."@en . dcterms:isPartOf rdfs:label "Is Part Of"@en ; dcterms:description "This property is intended to be used with non-literal values. This property is an inverse property of Has Part."@en . dcterms:title rdfs:label "Title" . dcterms:type rdfs:label "Type"@en ; dcterms:description "Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [[DCMI-TYPE](http://dublincore.org/documents/dcmi-type-vocabulary/)]. To describe the file format, physical medium, or dimensions of the resource, use the property Format."@en . void:inDataset rdfs:label "in dataset" . geo:asGeoJSON rdfs:label "as GeoJSON"@en ; dcterms:description "The GeoJSON serialization of a Geometry"@en . geo:asWKT rdfs:label "as WKT"@en ; dcterms:description "The WKT serialization of a Geometry"@en . geo:hasGeometry rdfs:label "has geometry"@en ; dcterms:description "A spatial representation for a given Feature."@en . rdf:type rdfs:label "type" . rdfs:label rdfs:label "label" . prov:agent rdfs:label "agent" . prov:hadRole rdfs:label "hadRole" . prov:qualifiedAttribution rdfs:label "qualifiedAttribution" . sosa:isResultOf rdfs:label "is result of"@en ; dcterms:description "Relation linking a Result to the Observation or Actuation or act of Sampling that created or caused it."@en . sosa:isSampleOf rdfs:label "is sample of"@en ; dcterms:description "Relation from a Sample to the FeatureOfInterest that it is intended to be representative of."@en . dataset: a dcat:Dataset ; dcterms:identifier "sites-samples-surveys"^^xsd:token ; dcterms:title "Sites Samples Surveys"@en . tern:samplingType rdfs:label "sampling type" ; dcterms:description "The type of sampling act." . country:AUS rdfs:label "Australia" . org1:geoscienceaustralia rdfs:label "Geoscience Australia" . geo:Feature rdfs:label "Feature"@en ; dcterms:description "A discrete spatial phenomenon in a universe of discourse."@en . geo:Geometry rdfs:label "Geometry"@en ; dcterms:description "A coherent set of direct positions in space. The positions are held within a Spatial Reference System (SRS)."@en . prov:Entity rdfs:label "Entity" . sosa:Sample rdfs:label "Sample"@en ; dcterms:description "Feature which is intended to be representative of a FeatureOfInterest on which Observations may be made."@en . sosa:Sampling rdfs:label "Sampling"@en ; dcterms:description "An act of Sampling carries out a sampling Procedure to create or transform one or more samples."@en . a geo:Feature, prov:Entity, sosa:Sample, tern:MaterialSample, tern:Sample ; rdfs:label "Sample 1243"@en ; gas:hasCountry country:AUS ; gas:hasENO "17437" ; gas:hasFoiName "CBAC095" ; gas:hasFoiType "borehole" ; gas:hasIGSN "10273/AU1243" ; gas:hasLatitude4326 -31.0551714 ; gas:hasLongitude4326 146.3820254 ; gas:hasMaterialClass "rock" ; gas:hasSampleID "CB1178(5-6)" ; gas:hasSampleNo 1243.0 ; gas:hasSampleOriginator "Chan, R.A." ; gas:hasSampleType "core" ; gas:hasSamplingFeatureName "CBAC095" ; gas:hasSamplingFeatureType "borehole" ; gas:hasSamplingMethod "core air" ; gas:hasState "NSW" ; dcterms:identifier "17437"^^gas:ENO, "AU1243"^^gas:IGSN, "AU1243"^^gas:gaIdentifier, "AU1243"^^xsd:token ; dcterms:isPartOf samples: ; dcterms:title "Sample 1243"@en ; void:inDataset samples: ; geo:hasGeometry [ a geo:Geometry ; geo:asGeoJSON "{\"type\": \"Point\", \"coordinates\": [146.3820254, -31.0551714]}"^^geo:geoJSONLiteral ; geo:asWKT "POINT (146.3820254 -31.0551714)" ] ; prov:qualifiedAttribution [ a prov:Attribution ; prov:agent [ ] ; prov:hadRole ], [ a prov:Attribution ; prov:agent org1:geoscienceaustralia ; prov:hadRole ] ; sosa:isResultOf [ a sosa:Sampling, tern:Sampling ; rdfs:label "CBAC095" ; dcterms:type "borehole" ; tern:samplingType ] ; sosa:isSampleOf . tern:MaterialSample rdfs:label "Material sample" ; dcterms:description "A physical result of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed.", "A physical result of a sampling (or subsampling) event."@en . tern:Sample rdfs:label "Sample" ; dcterms:description "*A feature which is intended to be representative of a [FeatureOfInterest](http://w3.org/ns/sosa/FeatureOfInterest) on which [Observations](#Observation) may be made. Physical samples are sometimes known as physical specimens." . tern:Sampling rdfs:label "Sampling" ; dcterms:description "An activity of [Sampling](#Sampling) carries out a (Sampling) [Procedure](#Procedure) to create or transform one or more [Samples](#Sample)." . samples: a geo:FeatureCollection ; rdfs:label "Samples"@en ; dcterms:description "Geoscience Australia's feature collection of Samples"@en ; dcterms:identifier "samples"^^xsd:token ; dcterms:title "Samples"@en ; rdfs:member . prov:Attribution rdfs:label "Attribution" .