Skip to content

Commit

Permalink
Added EML semantics example document.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjones committed Jan 4, 2018
1 parent d1a8c74 commit ffba2d9
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions src/test/resources/eml-semantics.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<dt:dataTable id="knb.345.1" scope="document"
system="http://knb.ecoinformatics.org"
xmlns:dt="eml://ecoinformatics.org/dataTable-2.1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="eml://ecoinformatics.org/dataTable-2.1.1
eml-dataTable.xsd">
<alternateIdentifier>TEMPID234</alternateIdentifier>
<entityName>Test Data</entityName>
<entityDescription>This is a test entity that is fake.</entityDescription>
<additionalInfo><para>This is test data</para></additionalInfo>
<attributeList>
<attribute id="attribute01">
<attributeName>tmpair</attributeName>
<attributeLabel>Air Temperature</attributeLabel>
<attributeDefinition>Air temperature at 1m from ground.
</attributeDefinition>
<storageType>float</storageType>
<measurementScale>
<interval>
<unit><standardUnit>celsius</standardUnit></unit>
<precision>0.5</precision>
<numericDomain id="nd.1">
<numberType>real</numberType>
</numericDomain>
</interval>
</measurementScale>
<annotation>
<propertyURI>http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofCharacteristic</propertyURI>
<propertyLabel>characteristic</propertyLabel>
<valueURI>http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#Temperature</valueURI>
<valueLabel>Temperature</valueLabel>
</annotation>
<annotation>
<propertyURI>http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity</propertyURI>
<propertyLabel>entity</propertyLabel>
<valueURI>http://purl.obolibrary.org/obo/ENVO_00002005</valueURI>
<valueLabel>air</valueLabel>
</annotation>
</attribute>
</attributeList>
</dt:dataTable>

0 comments on commit ffba2d9

Please sign in to comment.