Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added relatedResourceID to eMoF #102

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions extension/obis/extended_measurement_or_fact.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

<property name='measurementID' namespace='http://rs.tdwg.org/dwc/terms/' qualName='http://rs.tdwg.org/dwc/terms/measurementID' dc:relation='http://rs.tdwg.org/dwc/terms/index.htm#measurementID' dc:description='An identifier for the MeasurementOrFact (information pertaining to measurements, facts, characteristics, or assertions). May be a global unique identifier or an identifier specific to the data set.' examples='' required='false'/>
<property name='occurrenceID' namespace='http://rs.tdwg.org/dwc/terms/' qualName='http://rs.tdwg.org/dwc/terms/occurrenceID' dc:relation='http://rs.tdwg.org/dwc/terms/index.htm#occurrenceID' dc:description='The identifier of the occurrence the measurement or fact refers to. If not applicable, it should be left empty.' examples='' required='false'/>
<property name='resourceID' namespace='http://rs.tdwg.org/dwc/terms/' qualName='http://rs.tdwg.org/dwc/terms/resourceID' dc:relation='http://rs.tdwg.org/dwc/terms/index.htm#resourceID' dc:description='An identifier for the resource that is the subject of the relationship.' examples='' required='false'/>
<property name='measurementType' namespace='http://rs.tdwg.org/dwc/terms/' qualName='http://rs.tdwg.org/dwc/terms/measurementType' dc:relation='http://rs.tdwg.org/dwc/terms/index.htm#measurementType' dc:description='The nature of the measurement, fact, characteristic, or assertion. Recommended best practice is to use a controlled vocabulary.' examples='"tail length", "temperature", "trap line length", "survey area", "trap type", "Dry weight biomass", "Sampling instrument name" ' required='false'/>
<property name='measurementTypeID' namespace='http://rs.iobis.org/obis/terms/' qualName='http://rs.iobis.org/obis/terms/measurementTypeID' dc:relation='' dc:description='An identifier for the measurementType (global unique identifier, URI). The identifier should reference the measurementType in a vocabulary.' examples='"http://vocab.nerc.ac.uk/collection/P01/current/ODRYBM01/"' required='false'/>
<property name='measurementValue' namespace='http://rs.tdwg.org/dwc/terms/' qualName='http://rs.tdwg.org/dwc/terms/measurementValue' dc:relation='http://rs.tdwg.org/dwc/terms/index.htm#measurementValue' dc:description='The value of the measurement, fact, characteristic, or assertion.' examples='"45", "20", "1", "14.5", "UV-light", "Van Veen grab"' required='false'/>
Expand Down