Versions Compared

Key

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

...

Source Column

Destination RDF Predicate

Comments

id

dct:identifier, rdfs:label

soil_characterisation_id

Used by the observation.

coarse_frag_abund_id

ssn-ext:hasMember, sosa:hasResult

Member of ssn-ext:ObservationCollection with dct:type SOIL

  • sosa:hasFeatureOfInterest: soil_characterisation_id

Example Row

ID

SOIL_CHARACTERISATION_ID

COARSE_FRAG_ABUND_ID

103069

118632

NC

Example RDF

Code Block
breakoutModewide
languagepy
@prefix ausplots: <http://linked.data.gov.au/dataset/ausplots/> .
@prefix ausplots-cv: <http://linked.data.gov.au/def/ausplots-cv/> .
@prefix biod: <http://linked.data.gov.au/def/biodiversity/> .
@prefix bioreg: <http://linked.data.gov.au/dataset/bioregion/> .
@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 geosparql-ext: <http://linked.data.gov.au/def/geox#> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
@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 reg: <http://purl.org/linked-data/registry/> .
@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: <http://www.w3.org/ns/ssn/> .
@prefix ssn-ext: <http://www.w3.org/ns/ssn/ext/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix ui: <http://purl.org/linked-data/registry-ui#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ausplots:s-oc-53471 a ssn-ext:ObservationCollection ;
    rdfs:label "AUSPLOTS Rangelands 'Soil' Observation Collection for SiteVisit: '53471'" ;
    plot:wasSubActivityOf ausplots:sv-53471 ;
    dct:identifier "53471" ;
    dct:type <http://linked.data.gov.au/def/ausplots-cv/68eec465-a91e-49a8-9265-6da7ef8ad284> ;
    ssn-ext:hasMember ausplots:s-oc-53471-ccfa-103069-o-1 .

ausplots:s-oc-53471-ccfa-103069-o-1 a sosa:Observation ;
    rdfs:label "Site Visit: '53471' | Soil Characterisation Coarse Fragments Abundance: '103069' | Observation 1 (COARSE_FRAG_ABUND_ID)" ;
    sosa:hasFeatureOfInterest ausplots:s-oc-53471-sc-118632-s-1 ;
    sosa:hasResult ausplots-cv:f3159eee-d8ae-4e5f-a7cf-de171d58e859 ;
    sosa:observedProperty ausplots-cv:df4b0035-52c8-4b1e-aa2b-4125a31dc357 ;
    sosa:usedProcedure ausplots-cv:b49db586-17e6-4a6b-8a48-167e2ad9c577 .