Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Input

Source: AUSPLOTS_RANGELANDS.CHARACTERISATION_COARSE_FRAGS_SHAPE

Interpretation in TERN Plot Ontology

Encoding each row in RDF requires:

  • TODO

Mapping Table

Source Column

Destination RDF Predicate

Comments

id

dct:identifier, rdfs:label

soil_characterisation_id

ssn-ext:isMemberOf

coarse_frag_shape_id

ssn-ext:hasMember, sosa:hasResult

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

Example Row

ID

SOIL_CHARACTERISATION_ID

COARSE_FRAG_SHAPE_ID

102996

118632

NC

Example RDF

@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-ccfsh-105124-o-1 .

ausplots:s-oc-53471-ccfsh-105124-o-1 a sosa:Observation ;
    rdfs:label "Site Visit: '53471' | Soil Characterisation Coarse Fragments Shape: '105124' | Observation 1 (COARSE_FRAG_SHAPE_ID)" ;
    sosa:hasFeatureOfInterest ausplots:s-oc-53471-sc-118632-s-1 ;
    sosa:hasResult ausplots-cv:f3159eee-d8ae-4e5f-a7cf-de171d58e859 ;
    sosa:observedProperty <http://linked.data.gov.au/def/ausplots-cv/212d1dd5-bfd5-4447-b254-d6b2fd03c55e> ;
    sosa:usedProcedure ausplots-cv:b49db586-17e6-4a6b-8a48-167e2ad9c577 .

  • No labels