om.2.0.0.examples.collection2.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <gml:FeatureCollection gml:id="coll1" xmlns:om="http://www.opengis.net/om/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gml="http://www.opengis.net/gml/3.2" xsi:schemaLocation="http://www.opengis.net/om/2.0 http://schemas.opengis.net/om/2.0/observation.xsd"> <gml:description>Collection of observations</gml:description> <gml:name>Observation Collection 1</gml:name> <gml:featureMember> <om:OM_Observation gml:id="o1"> <om:type xlink:href="http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement"/> <om:phenomenonTime> <gml:TimeInstant gml:id="ot1t"> <gml:timePosition>2005-01-11T17:22:25.00</gml:timePosition> </gml:TimeInstant> </om:phenomenonTime> <om:resultTime xlink:href="#ot1t"/> <om:procedure xlink:href="http://www.flakey.org/register/process/scales34.xml"/> <om:observedProperty xlink:href="http://sweet.jpl.nasa.gov/2.0/phys.owl#Mass"/> <om:featureOfInterest xlink:href="http://wfs.flakey.org?request=getFeature&featureid=fruit37f "/> <om:result xsi:type="gml:MeasureType" uom="kg">0.28</om:result> </om:OM_Observation> </gml:featureMember> <gml:featureMember> <om:OM_Observation gml:id="o2"> <om:type xlink:href="http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_CategoryObservation"/> <om:phenomenonTime> <gml:TimeInstant gml:id="ot2t"> <gml:timePosition>2005-01-11T17:24:25.00</gml:timePosition> </gml:TimeInstant> </om:phenomenonTime> <om:resultTime xlink:href="#ot2t"/> <om:procedure xlink:href="http://www.example.org/register/party/abc99" xlink:title="John Doe" xlink:role="http://sweet.jpl.nasa.gov/2.0/biolAnimal.owl#Human"/> <om:observedProperty xlink:href="http://sweet.jpl.nasa.gov/2.0/biol.owl#Species"/> <om:featureOfInterest xlink:href="http://wfs.example.org?request=getFeature&featureid=fruit37f "/> <om:result xsi:type="gml:ReferenceType" xlink:title="Banana" xlink:href="http://en.wikipedia.org/wiki/List_of_fruits#Banana"/> </om:OM_Observation> </gml:featureMember> </gml:FeatureCollection>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy