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 6 Current »

Source: CORVEG.SITE_TAX

Example row:

LINNAEAN_ID

SITE_ID

IDENTIFICATION_ID

CROWN_TYPE

BASAL_AREA

CROWN_COVER

STEM_DENSITY

NON_STANDARD_ABUNDANCE

DESCRIPTION

MISCELLANEOUS

UPDATE_USER

LAST_UPDATE

1974

3941

3

null

null

null

null

null

null

0

121

2012-02-08 13:19:04

Interpretation in TERN Plot Ontology

Encoding each row in RDF requires:

  1. A plot:SiteTaxon with property plot:taxon pointing to a skos:Concept describing a taxon, and property sosa:isSampleOf pointing to a plot:Site.

RDF Example

@prefix corveg-cv: <http://linked.data.gov.au/def/corveg-cv/> .
@prefix corveg-site: <http://linked.data.gov.au/dataset/corveg/site/> .
@prefix corveg-site-tax: <http://linked.data.gov.au/dataset/corveg/site-tax/> .
@prefix corveg-taxa: <http://linked.data.gov.au/dataset/corveg/taxa/> .
@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 sosa: <http://www.w3.org/ns/sosa/> .

corveg-site-tax:s-t-13326-13864 a plot:SiteTaxon ;
    plot:taxon corveg-taxa:taxon-13326 ;
    dct:type corveg-cv:7ac810e3-ed70-4f2b-a531-db3af0e1b924 ;
    sosa:isResultOf [ a sosa:Sampling ;
            sosa:usedProcedure [ a sosa:Procedure ;
                    data:value corveg-cv:6c89ff87-faae-476b-b036-72ea41d570f6 ] ] ;
    sosa:isSampleOf corveg-site:site-13864 .

corveg-site-tax:s-t-1352-13864 a plot:SiteTaxon ;
    plot:taxon corveg-taxa:taxon-1352 ;
    dct:type corveg-cv:7ac810e3-ed70-4f2b-a531-db3af0e1b924 ;
    sosa:isResultOf [ a sosa:Sampling ;
            sosa:usedProcedure [ a sosa:Procedure ;
                    data:value corveg-cv:6c89ff87-faae-476b-b036-72ea41d570f6 ] ] ;
    sosa:isSampleOf corveg-site:site-13864 .

corveg-site-tax:s-t-136-13864 a plot:SiteTaxon ;
    plot:taxon corveg-taxa:taxon-136 ;
    dct:type corveg-cv:7ac810e3-ed70-4f2b-a531-db3af0e1b924 ;
    sosa:isResultOf [ a sosa:Sampling ;
            sosa:usedProcedure [ a sosa:Procedure ;
                    data:value corveg-cv:6c89ff87-faae-476b-b036-72ea41d570f6 ] ] ;
    sosa:isSampleOf corveg-site:site-13864 .

corveg-site-tax:s-t-1600-13864 a plot:SiteTaxon ;
    plot:taxon corveg-taxa:taxon-1600 ;
    dct:type corveg-cv:7ac810e3-ed70-4f2b-a531-db3af0e1b924 ;
    sosa:isResultOf [ a sosa:Sampling ;
            sosa:usedProcedure [ a sosa:Procedure ;
                    data:value corveg-cv:6c89ff87-faae-476b-b036-72ea41d570f6 ] ] ;
    sosa:isSampleOf corveg-site:site-13864 .

Mapping Table

Source Column

Destination RDF Predicate

Comments

LINNAEAN_ID

plot:taxon

Domain: plot:SiteTaxon

Range: skos:Concept describing the taxon.

SITE_ID

sosa:isSampleOf

Domain: plot:SiteTaxon

Range: plot:Site describing the Site.

IDENTIFICATION_ID

sosa:isResultOf

Domain: plot:SiteTaxon

Range: sosa:Sampling with the sosa:usedProcedure property describing how this sample plot:SiteTaxon was sampled. The range value of the sosa:usedProcedure is a narrower concept of Site Taxon Identification Methods matching on the skos:hiddenLabel.

Custodian comment: The IDENTIFICATION_ID is a LUT to values (Collected Specimen; Vouchered Specimen; Unrecorded; Field Identified). This is useful as it provides a level of reliability for the species identification.

CROWN_TYPE

Not captured by TERN Plot Ontology.

Custodian comment: CROWN_TYPE is legacy and no use to users

BASAL_AREA

Not captured by TERN Plot Ontology.

Custodian comment: BASAL_AREA and STEM_DENSITY were supposed to be automatically calculated and populated fields but that feature never worked. No use to users.

CROWN_COVER

Not captured by TERN Plot Ontology.

Custodian comment: CROWN_COVER, not sure why this field is here but if it has no values in to than it was not implemented and of no use

STEM_DENSITY

Not captured by TERN Plot Ontology.

Custodian comment: Custodian comment: BASAL_AREA and STEM_DENSITY were supposed to be automatically calculated and populated fields but that feature never worked. No use to users.

NON_STANDARD_ABUNDANCE

Not captured by TERN Plot Ontology.

DESCRIPTION

dct:description

Domain: plot:SiteTaxon

Range: String literal

MISCELLANEOUS

Not captured by TERN Plot Ontology.

UPDATE_USER

Not captured by TERN Plot Ontology.

LAST_UPDATE

dct:modified

Database entry or last modified time. Encoded with literal as type xsd:dateTime.

Action Items

  •  
  • No labels