@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 "Airport" ; gas:hasCity "Canberra" ; gas:hasCondition "destroyed" ; gas:hasDateLastVisited "1966-12-31" ; gas:hasGeodeticDatum "GDA94" ; gas:hasGravityDatum "Australian Absolute Gravity Datum 2007 (AAGD07) based on A10 Absolute Gravity Meter Readings" ; gas:hasGravityValue "9796063.32" ; gas:hasLatitude -35.306768 ; gas:hasLongitude 149.189544 ; gas:hasSite "Airport" ; gas:hasState "ACT" ; gas:hasStationNo 1964910104.0 ; gas:hasStationType "B" ; dcterms:identifier "GS1964910104"^^xsd:token ; dcterms:title "Airport" ; geo:hasGeometry [ a geo:Geometry ; geo:asGeoJSON "{\"type\": \"Point\", \"coordinates\": [149.189544, -35.306768]}"^^geo:geoJSONLiteral ; geo:asWKT "POINT (149.189544 -35.306768)" ] .