Photo Points
Input
Source: AUSPLOTS_RANGELANDS.PHOTOPOINTS
Interpretation in TERN Plot Ontology
Encoding each row in RDF requires:
…
Mapping Table
Source Column | Destination RDF Predicate | Comments |
---|---|---|
|
|
|
|
| Domain: Range: |
|
| Member of TERN: Vegetation AUSPLOTS: Structural vegetation formation
|
|
| Not captured by TERN Plot Ontology. All values are null. |
|
| Not captured by TERN Plot Ontology. All values are null. |
|
| Not captured by TERN Plot Ontology. All values are null. |
|
| Not captured by TERN Plot Ontology. All values are null. |
|
| Not captured by TERN Plot Ontology. All values are null. |
|
| Not captured by TERN Plot Ontology. All values are null. |
|
| Not captured by TERN Plot Ontology. All values are null. |
|
| Not captured by TERN Plot Ontology. All values are null. |
Example Row
ID | SITE_LOCATION_VISIT_ID | COMPLETION_DATE_TIME | PHOTO_STORAGE_LOCATION | PHOTOPOINT_LAT_1 | PHOTOPOINT_LONG_1 | PHOTOPOINT_LAT_2 | PHOTOPOINT_LONG_2 | PHOTOPOINT_LAT_3 | PHOTOPOINT_LONG_3 | PHOTOPOINT_CENTRE_PEG_LAT | PHOTOPOINT_CENTRE_PEG_LONG |
---|---|---|---|---|---|---|---|---|---|---|---|
10493 | 53483 | 2014-09-03 12:00:00 | All photos are stored at the TERN AusPlots facility, Level 12 Schultz building, Adelaide University North Terrace Campus. Contact christina.pahl@adelaide.edu.au for access requests. | null | null | null | null | null | null | null | null |
Example RDF
@prefix ausplots: <http://linked.data.gov.au/dataset/ausplots/> .
@prefix ausplots-cv: <http://linked.data.gov.au/def/ausplots-cv/> .
@prefix data: <http://linked.data.gov.au/def/datatype/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix plot: <http://linked.data.gov.au/def/plot/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
ausplots:t2016-01-31-h23-m0-s0 a time:Instant ;
time:inXSDDateTime "t2016-01-31-h23-m0-s0" .
ausplots:t2018-10-30-h16-m35-s2 a time:Instant ;
time:inXSDDateTime "t2018-10-30-h16-m35-s2" .
ausplots:vs-oc-53471 a ssn-ext:ObservationCollection ;
rdfs:label "AUSPLOTS Rangelands 'Vegetation Structure' Observation Collection for SiteVisit: '53471'" ;
plot:wasSubActivityOf ausplots:sv-53471 ;
dct:type ausplots-cv:3e51e519-b19f-4ad5-9f7a-3a5fcfc50ec0 ;
sosa:hasFeatureOfInterest [ sosa:isSampleOf ausplots:site-59890 ] ;
ssn-ext:hasMember ausplots:vs-oc-53471-pp-10483-o-1 .
ausplots:vs-oc-58053 a ssn-ext:ObservationCollection ;
rdfs:label "AUSPLOTS Rangelands 'Vegetation Structure' Observation Collection for SiteVisit: '58053'" ;
plot:wasSubActivityOf ausplots:sv-58053 ;
dct:type ausplots-cv:3e51e519-b19f-4ad5-9f7a-3a5fcfc50ec0 ;
sosa:hasFeatureOfInterest [ sosa:isSampleOf ausplots:site-60341 ] .
ausplots:vs-oc-58629 a ssn-ext:ObservationCollection ;
rdfs:label "AUSPLOTS Rangelands 'Vegetation Structure' Observation Collection for SiteVisit: '58629'" ;
plot:wasSubActivityOf ausplots:sv-58629 ;
dct:type ausplots-cv:3e51e519-b19f-4ad5-9f7a-3a5fcfc50ec0 ;
sosa:hasFeatureOfInterest [ sosa:isSampleOf ausplots:site-61306 ] .
ausplots:t2013-06-13-h15-m1-s0 a time:Instant ;
time:inXSDDateTime "t2013-06-13-h15-m1-s0" .
ausplots:vs-oc-53471-pp-10483-o-1 a sosa:Observation ;
rdfs:label "Site Visit: '53471' | Photopoints: '10483' | Observation 1 (PHOTO_STORAGE_LOCATION)" ;
sosa:hasFeatureOfInterest [ sosa:isSampleOf ausplots:site-59890 ] ;
sosa:hasResult [ a data:Text ;
data:value "All photos are stored at the TERN AusPlots facility, Level 12 Schultz building, Adelaide University North Terrace Campus. Contact christina.pahl@adelaide.edu.au for access requests." ] ;
sosa:observedProperty [ a sosa:ObservableProperty ;
data:value ausplots-cv:666b87fc-0515-474f-a507-0b711f580441 ] ;
sosa:phenomenonTime ausplots:t2013-06-13-h15-m1-s0 ;
sosa:resultTime "2013-06-13T12:38:00"^^xsd:dateTime ;
sosa:usedProcedure [ a sosa:Procedure ;
data:value ausplots-cv:e471d9ca-6fc1-43e2-b550-cee7f2480f09 ] .