Versions Compared

Key

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

...

todoVegetation structural summary method

  • sosa:hasResult:

    • rdf:type: data:Concept

    • data:value: value from look-up table lut_growth_form

  • Source Column

    Destination RDF Predicate

    Comments

    veg_barcode

    dct:identifier, sosa:hasSample

    site_location_visit_id

    plot:wasSubActivityOf

    Domain: ssn-ext:ObservationCollection

    Range: plot:SiteVisit

    field_name

    rdfs:label

    herbarium_sheet_id

    Not captured by TERN Plot Ontology.

    All values are either null, 4700, or 4701.

    default_growth_form

    ssn-ext:hasMember, sosa:hasResult

    Member of ssn-ext:ObservationCollection with dct:type

    Status
    colourYellow
    titleTERN:
    Flora Species

    Status
    colourBlueGreen
    titleAUSPLOTS:
    Plant species .per stratum

    Status
    colourRed
    title

    ...

    Example Row

    VEG_BARCODE

    SITE_LOCATION_VISIT_ID

    FIELD_NAME

    HERBARIUM_SHEET_ID

    DEFAULT_GROWTH_FORM

    QDA 003693

    53471

    aristida 80cm

    null

    Tussock grass

    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:ps-oc-53471 a ssn-ext:ObservationCollection ;
        rdfs:label "AUSPLOTS Rangelands 'Plant Species' Observation Collection for SiteVisit: '53471'" ;
        plot:wasSubActivityOf ausplots:sv-53471 ;
        dct:identifier 53471 ;
        dct:type <http://linked.data.gov.au/def/ausplots-cv/7a16d69b-0580-4aa0-aef1-9c41c78ebd99> ;
        sosa:hasSample <http://linked.data.gov.au/dataset/ausplots/sample-QDA++003693>;
        ssn-ext:hasMember <http://linked.data.gov.au/dataset/ausplots/ps-oc-53471-vv-QDA++003693-o-1> .
        
    <http://linked.data.gov.au/dataset/ausplots/ps-oc-53471-vv-QDA++003693-o-1> a sosa:Observation ;
        rdfs:label "Site Visit: '53471' | Vegetation Voucher: 'QDA  003693' - Field Name: 'aristida 80cm' | Observation 1 (DEFAULT_GROWTH_FORM)" ;
        sosa:hasFeatureOfInterest <http://linked.data.gov.au/dataset/ausplots/sample-QDA++003693> ;
        sosa:hasResult ausplots-cv:afc2014d-4e3d-4a28-89d5-ac7d3bb186a1 ;
        sosa:observedProperty <http://linked.data.gov.au/def/ausplots-cv/8949882d-92cc-4d29-afeb-447f020197c0> ;
        sosa:usedProcedure <http://linked.data.gov.au/def/ausplots-cv/7ed01f5c-5cc5-4df2-aceb-bf56db1b78be> .