Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
breakoutModewide
languagejs
@prefix biod: <http://linked.data.gov.au/def/biodiversity/> .
@prefix bioreg: <http://linked.data.gov.au/def/bioregion/> .
@prefix corveg: <http://linked.data.gov.au/dataset/corveg/> .
@prefix corveg-cv: <http://linked.data.gov.au/def/corveg-cv/> .
@prefix corveg-def: <http://linked.data.gov.au/def/corveg/> .
@prefix corveg-dist: <http://linked.data.gov.au/dataset/corveg/disturbance/> .
@prefix corveg-geol: <http://linked.data.gov.au/dataset/corveg/geology/> .
@prefix corveg-location: <http://linked.data.gov.au/dataset/corveg/location/> .
@prefix corveg-rfstruct: <http://linked.data.gov.au/dataset/corveg/rf-structure/> .
@prefix corveg-site: <http://linked.data.gov.au/dataset/corveg/site/> .
@prefix corveg-site-strata: <http://linked.data.gov.au/dataset/corveg/site-strata/> .
@prefix corveg-site-tax-strata: <http://linked.data.gov.au/dataset/corveg/site-tax-strata/> .
@prefix corveg-situation: <http://linked.data.gov.au/dataset/corveg/situation/> .
@prefix corveg-soil: <http://linked.data.gov.au/dataset/corveg/soil/> .
@prefix corveg-soil-text: <http://registry.it.csiro.au/sandbox/soil-data-ie/def/voc/texture/> .
@prefix corveg-struct: <http://linked.data.gov.au/dataset/corveg/structure/> .
@prefix corveg-taxa: <http://linked.data.gov.au/dataset/corveg/taxa/> .
@prefix corveg-v-comm: <http://linked.data.gov.au/dataset/corveg/vege-community/> .
@prefix data: <http://linked.data.gov.au/def/datatype/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dwct: <http://rs.tdwg.org/dwc/terms/> .
@prefix epsg-crs: <http://www.opengis.net/def/crs/epsg/0/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix geosparql: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix plot: <http://linked.data.gov.au/def/plot/> .
@prefix plot-x: <http://linked.data.gov.au/def/plot/x/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sdo: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix ssn-ext: <http://www.w3.org/ns/ssn/ext/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

corveg-location:l-361413727 a plot:Location ;
    rdfs:label "Location 361413727" ;
    plot-x:locationMethod <http://linked.data.gov.au/def/corveg-cv/2e0435e0-953e-4578-963d-a473937b04d2>isLocationOf corveg-site:site-13864 ;
    plot:locationMethod corveg-cv:bfdac18b-eb08-4842-8a7c-0f0571379b61 ;
    plot:mapScale corveg-cv:c010e5db-04c7-4bdb-a492-e7aa1d2a0d32 ;
    plot:mapsheetName "CAPE MELVILLESCORIA" ;
    plot:mapsheetNumber "79689048" ;
    dct:description "APPROXIMATELYCOPPIN 8LOGGING KMAREA, NWCOOMINGLAH OFSTATE CAPEFOREST FLATTERYNORTHWEST TOWNSHIP,OF ON THE ROAD TO LOOKOUT POINTMONTO (TSP)." ;
    dct:identifier 3614 ;
    dct:modified "2007-05-18T13:08:00"^^xsd:dateTime13727 ;
    geosparql:hasGeometry [ a geo:Point ;
            geo:lat -1424.9318118077091153 ;
            geo:long 145150.2510978295303268 ] ;
    locn:geographicName "COOKBURNETT" ;
    ssn-ext:hasUltimateFeatureOfInterest <http://linked.data.gov.au/def/corveg-cv/41acc7af-c7cc-43d9-b861-a1d6b4e62056> ..

Mapping Table

Source Column

Destination RDF Predicate

Comments

LOCATION_ID

dct:identifier

Encoded in the URIs of the plot:Location instance, displayed in the rdfs:label, and also encoded as dct:identifier for querying purposes.

DERIVATION_ID

plot:locationMethod

Domain: plot:Location

Range: A narrower value of Location Coordinate Methods matching on the skos:hiddenLabel.

MAP_NAME

plot:mapsheetName

Domain: plot:Location

Range: String literal

MAP_NUMBER

plot:mapsheetNumber

Domain: plot:Location

Range: String literal

MAP_SCALE

plot:mapScale

Domain: plot:Location

Range: A narrower value of Mapscale Values matching on the skos:hiddenLabel.

PASTORAL_DISTRICT

locn:geographicName

Status
colourYellow
titleattention
- Simon Cox removed this predicate from the Plot Ontology. We may need to ask him to add it back in. He wanted to reduce the number of namespaces used and switched locn:geometry out for geosparql:hasGeometry and at the same time, removed locn:geographicName.

Domain: plot:Location

Range: String literal

LOCALITY

dct:description

Domain: plot:Location

Range: String literal

LOCATION_PRECISION

Status
colourYellow
titleattention
- May need to create a new property in plot:Location to capture LOCATION_PRECISION (GPS error). We could capture it as a sosa:Observation but then we would need to make plot:Location a sub-class of sosa:FeatureOfInterest or sosa:Sample to allow for a connection to the ssn-ext:ObservationCollection.

Not captured by TERN Plot Ontology.

Custodian comment: This is precision or accuracy in meters of the site location. These days it is the error provided by the GPS.

LOCATION_ZONE

Not captured by TERN Plot Ontology.

Can be derived from latitude and longitude.

EASTING

Not captured by TERN Plot Ontology.

Can be derived from latitude and longitude.

NORTHING

Not captured by TERN Plot Ontology.

Can be derived from latitude and longitude.

LATITUDE, LONGITUDE

geosparql:hasGeometry

Domain: plot:Location

Range:

geo:Point instance

  • geo:lat: latitude value

  • geo:long: longitude value

UPDATE_USER

Not captured by TERN Plot Ontology.

LAST_UPDATE

dct:modified

Database entry or last modified time. Encoded with literal as type xsd:dateTime.

BIOREGION_ID

ssn-ext:hasUltimateFeatureOfInterest

Domain: plot:Location

Range: concept in concept scheme Queensland Bioregions matching on the skos:hiddenLabel.

IS_DD_ORIGINAL

Not captured by TERN Plot Ontology.

Custodian comment: This is a field which indicates if Decimal Degrees is the original source of the coordinate location. I assume this is used in the process of calculating the Easting and Northings or vice versa. I would not think that this is useful for users.

PROJECT_ID

Not captured by TERN Plot Ontology.

Custodian comment: Projects are an internal way of organising our sites for our benefit. No use to users

...