...
Source Column | Destination RDF Predicate | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||||
|
| Domain: Range: | ||||||||||||
|
| Member of
|
Example Row
ID | SITE_LOCATION_VISIT_ID | COMPLETION_DATE_TIME | LOCATION_OF_LAI_DATA |
---|---|---|---|
6863 | 53471 | 2013-06-13 12:38:00 | All lai data is stored at the TERN AusPlots facility, Level 12 Schultz building, Adelaide University North Terrace Campus. Contact christina.pahl@adelaide.edu.au for access requests. |
Example RDF
Code Block | ||||
---|---|---|---|---|
| ||||
@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-lai-6863-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-lai-6863-o-1 a sosa:Observation ;
rdfs:label "SiteVisit: '53471' | Leaf Area Index (LAI): '6863' | Observation 1 (LOCATION_OF_LAI_DATA)" ;
sosa:hasFeatureOfInterest [ sosa:isSampleOf ausplots:site-59890 ] ;
sosa:hasResult [ a data:Text ;
data:value "All lai data is 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:b53f67a8-6c2c-4ed2-8f86-f072ade15c7a ] ;
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:3e701e5e-9a91-45e2-9548-179f02895399 ] .
|