@prefix dataset: . @prefix dcat: . @prefix dcterms: . @prefix gas: . @prefix geo: . @prefix gs: . @prefix rdfs: . @prefix sosa: . @prefix xsd: . gas:hasCondition rdfs:label "Condition"@en . gas:hasDateLastVisited rdfs:label "Date Last Visited"@en . gas:hasGravityDatum rdfs:label "Gravity Datum"@en . gas:hasGravityValue rdfs:label "Gravity Value µm/s²"@en . gas:hasLatitude rdfs:label "Latitude (EPSG:4326)"@en . gas:hasLongitude rdfs:label "Longitude (EPSG:4326)"@en . gas:hasState rdfs:label "State"@en . gas:hasStationType rdfs:label "Station Type"@en . gs: a geo:FeatureCollection ; dcterms:identifier "gs"^^xsd:token ; dcterms:title "Gravity Stations"@en ; rdfs:member . 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:title rdfs:label "Title" . 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" . dataset: a dcat:Dataset ; dcterms:identifier "sites-samples-surveys"^^xsd:token ; dcterms:title "Sites Samples Surveys"@en . gas:GravityStation rdfs:label "Gravity Station"@en . 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 . sosa:Platform rdfs:label "Platform"@en ; dcterms:description "A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms."@en . a gas:GravityStation, geo:Feature, sosa:Platform ; rdfs:label "Airstrip" ; gas:hasCity "Hamelin Pool" ; gas:hasCondition "destroyed" ; gas:hasDateLastVisited "2012-06-06" ; gas:hasGeodeticDatum "GDA94" ; gas:hasGravityDatum "Australian Absolute Gravity Datum 2007 (AAGD07) based on A10 Absolute Gravity Meter Readings" ; gas:hasGravityValue "9790346.82" ; gas:hasLatitude -26.423741 ; gas:hasLongitude 114.205553 ; gas:hasSite "Airstrip" ; gas:hasState "WA" ; gas:hasStationNo 1967921207.0 ; gas:hasStationType "B" ; dcterms:identifier "GS1967921207"^^xsd:token ; dcterms:title "Airstrip" ; geo:hasGeometry [ a geo:Geometry ; geo:asGeoJSON "{\"type\": \"Point\", \"coordinates\": [114.205553, -26.423741]}"^^geo:geoJSONLiteral ; geo:asWKT "POINT (114.205553 -26.423741)" ] .