Input

Source: AUSPLOTS_RANGELANDS.PHOTOGRAPH

Missing table and relationship in AusPlots Rangelands' SchemaSpy - no generated schema image.

Interpretation in TERN Plot Ontology

Encoding each row in RDF requires:

Mapping Table

Source Column

Destination RDF Predicate

Comments

site_location_id

sosa:isSampleOf

Domain: sosa:Sample

Range: plot:Site

photograph

sosa:hasResult

Domain: sosa:Sample

Range: data:Text

  • data:value: photograph

Example Row

SITE_LOCATION_ID

PHOTOGRAPH

59890

QDAEIU0003

Example RDF

@prefix ausplots: <http://linked.data.gov.au/dataset/ausplots/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .

ausplots:photograph-QDAEIU0003 a sosa:Sample ;
    rdfs:label "Location (Site) '59890' | Photograph 'QDAEIU0003'" ;
    dct:identifier "QDAEIU0003" ;
    sosa:isSampleOf ausplots:site-59890 .

ausplots:photograph-SAAKAN0012 a sosa:Sample ;
    rdfs:label "Location (Site) '61306' | Photograph 'SAAKAN0012'" ;
    dct:identifier "SAAKAN0012" ;
    sosa:isSampleOf ausplots:site-61306 .

ausplots:photograph-SAARIV0006 a sosa:Sample ;
    rdfs:label "Location (Site) '60341' | Photograph 'SAARIV0006'" ;
    dct:identifier "SAARIV0006" ;
    sosa:isSampleOf ausplots:site-60341 .