123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718 |
- <?xml version="1.0"?>
- <rdf:RDF xmlns="http://www.w3.org/ns/sosa/"
- xml:base="http://www.w3.org/ns/sosa/"
- xmlns:owl="http://www.w3.org/2002/07/owl#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:xml="http://www.w3.org/XML/1998/namespace"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
- xmlns:foaf="http://xmlns.com/foaf/0.1/"
- xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
- xmlns:skos="http://www.w3.org/2004/02/skos/core#"
- xmlns:sosa="http://www.w3.org/ns/sosa/"
- xmlns:time="http://www.w3.org/2006/time#"
- xmlns:vann="http://purl.org/vocab/vann/"
- xmlns:voaf="http://purl.org/vocommons/voaf#"
- xmlns:schema="http://schema.org/"
- xmlns:dcterms="http://purl.org/dc/terms/">
- <owl:Ontology rdf:about="http://www.w3.org/ns/sosa/">
- <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-04-17</dcterms:created>
- <dcterms:creator>
- <rdf:Description>
- <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
- <foaf:name xml:lang="en">W3C/OGC Spatial Data on the Web Working Group</foaf:name>
- </rdf:Description>
- </dcterms:creator>
- <dcterms:description xml:lang="en">This ontology is based on the SSN Ontology by the W3C Semantic Sensor Networks Incubator Group (SSN-XG), together with considerations from the W3C/OGC Spatial Data on the Web Working Group.</dcterms:description>
- <dcterms:license rdf:resource="http://www.opengeospatial.org/ogc/Software"/>
- <dcterms:license rdf:resource="http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document"/>
- <dcterms:title xml:lang="en">Sensor, Observation, Sample, and Actuator (SOSA) Ontology</dcterms:title>
- <vann:preferredNamespacePrefix>sosa</vann:preferredNamespacePrefix>
- <vann:preferredNamespaceUri>http://www.w3.org/ns/sosa/</vann:preferredNamespaceUri>
- </owl:Ontology>
-
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Annotation properties
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
-
- <!-- http://purl.org/dc/terms/created -->
- <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/created"/>
-
- <!-- http://purl.org/dc/terms/creator -->
- <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/>
-
- <!-- http://purl.org/dc/terms/description -->
- <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
-
- <!-- http://purl.org/dc/terms/license -->
- <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
-
- <!-- http://purl.org/dc/terms/rights -->
- <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/rights"/>
-
- <!-- http://purl.org/dc/terms/title -->
- <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>
-
- <!-- http://purl.org/vocab/vann/preferredNamespacePrefix -->
- <owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespacePrefix"/>
-
- <!-- http://purl.org/vocab/vann/preferredNamespaceUri -->
- <owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespaceUri"/>
-
- <!-- http://schema.org/domainIncludes -->
- <owl:AnnotationProperty rdf:about="http://schema.org/domainIncludes"/>
-
- <!-- http://schema.org/rangeIncludes -->
- <owl:AnnotationProperty rdf:about="http://schema.org/rangeIncludes"/>
-
- <!-- http://www.w3.org/2004/02/skos/core#definition -->
- <owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#definition"/>
-
- <!-- http://www.w3.org/2004/02/skos/core#example -->
- <owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#example"/>
-
- <!-- http://www.w3.org/2004/02/skos/core#note -->
- <owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#note"/>
-
- <!-- http://xmlns.com/foaf/0.1/name -->
- <owl:AnnotationProperty rdf:about="http://xmlns.com/foaf/0.1/name"/>
-
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Object Properties
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
-
- <!-- http://www.w3.org/ns/sosa/actsOnProperty -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/actsOnProperty">
- <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/isActedOnBy"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/ActuatableProperty"/>
- <rdfs:comment xml:lang="en">Relation between an Actuation and the property of a FeatureOfInterest it is acting upon.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">acts on property</rdfs:label>
- <skos:definition xml:lang="en">Relation between an Actuation and the property of a FeatureOfInterest it is acting upon.</skos:definition>
- <skos:example xml:lang="en">In the activity (Actuation) of automatically closing a window if the temperature in a room drops below 20 degrees Celsius, the property on which the Actuator acts upon is the state of the window as it changes from being open to being closed. </skos:example>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/hasFeatureOfInterest -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/hasFeatureOfInterest">
- <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/isFeatureOfInterestOf"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/FeatureOfInterest"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sample"/>
- <rdfs:comment xml:lang="en">A relation between an Observation and the entity whose quality was observed, or between an Actuation and the entity whose property was modified, or between an act of Sampling and the entity that was sampled.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">has feature of interest</rdfs:label>
- <skos:definition xml:lang="en">A relation between an Observation and the entity whose quality was observed, or between an Actuation and the entity whose property was modified, or between an act of Sampling and the entity that was sampled.</skos:definition>
- <skos:example xml:lang="en">For example, in an Observation of the weight of a person, the FeatureOfInterest is the person and the property is its weight.</skos:example>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/hasResult -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/hasResult">
- <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/isResultOf"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Result"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sample"/>
- <rdfs:comment xml:lang="en">Relation linking an Observation or Actuation or act of Sampling and a Result or Sample.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">has result</rdfs:label>
- <skos:definition xml:lang="en">Relation linking an Observation or Actuation or act of Sampling and a Result or Sample.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/hasSample -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/hasSample">
- <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/isSampleOf"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/FeatureOfInterest"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sample"/>
- <rdfs:comment xml:lang="en">Relation between a FeatureOfInterest and the Sample used to represent it.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">has sample</rdfs:label>
- <skos:definition xml:lang="en">Relation between a FeatureOfInterest and the Sample used to represent it.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/hosts -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/hosts">
- <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/isHostedBy"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Platform"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuator"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Platform"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampler"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sensor"/>
- <rdfs:comment xml:lang="en">Relation between a Platform and a Sensor, Actuator, Sampler, or Platform, hosted or mounted on it.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">hosts</rdfs:label>
- <skos:definition xml:lang="en">Relation between a Platform and a Sensor, Actuator, Sampler, or Platform, hosted or mounted on it.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/isActedOnBy -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/isActedOnBy">
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/ActuatableProperty"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
- <rdfs:comment xml:lang="en">Relation between an ActuatableProperty of a FeatureOfInterest and an Actuation changing its state.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">is acted on by</rdfs:label>
- <skos:definition xml:lang="en">Relation between an ActuatableProperty of a FeatureOfInterest and an Actuation changing its state.</skos:definition>
- <skos:example xml:lang="en">In the activity (Actuation) of automatically closing a window if the temperature in a room drops below 20 degrees Celsius, the property on which the Actuator acts upon is the state of the window as it changes from being open to being closed. </skos:example>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/isFeatureOfInterestOf -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/isFeatureOfInterestOf">
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/FeatureOfInterest"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sample"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
- <rdfs:comment xml:lang="en">A relation between a FeatureOfInterest and an Observation about it, an Actuation acting on it, or an act of Sampling that sampled it.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">is feature of interest of</rdfs:label>
- <skos:definition xml:lang="en">A relation between a FeatureOfInterest and an Observation about it, an Actuation acting on it, or an act of Sampling that sampled it.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/isHostedBy -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/isHostedBy">
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuator"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Platform"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampler"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sensor"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Platform"/>
- <rdfs:comment xml:lang="en">Relation between a Sensor, Actuator, Sampler, or Platform, and the Platform that it is mounted on or hosted by.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">is hosted by</rdfs:label>
- <skos:definition xml:lang="en">Relation between a Sensor, Actuator, Sampler, or Platform, and the Platform that it is mounted on or hosted by.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/isObservedBy -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/isObservedBy">
- <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/observes"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/ObservableProperty"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sensor"/>
- <rdfs:comment xml:lang="en">Relation between an ObservableProperty and the Sensor able to observe it.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">is observed by</rdfs:label>
- <skos:definition xml:lang="en">Relation between an ObservableProperty and the Sensor able to observe it.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/isResultOf -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/isResultOf">
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Result"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sample"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
- <rdfs:comment xml:lang="en">Relation linking a Result to the Observation or Actuation or act of Sampling that created or caused it.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">is result of</rdfs:label>
- <skos:definition xml:lang="en">Relation linking a Result to the Observation or Actuation or act of Sampling that created or caused it.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/isSampleOf -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/isSampleOf">
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sample"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/FeatureOfInterest"/>
- <rdfs:comment xml:lang="en">Relation from a Sample to the FeatureOfInterest that it is intended to be representative of.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">is sample of</rdfs:label>
- <skos:definition xml:lang="en">Relation from a Sample to the FeatureOfInterest that it is intended to be representative of.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/madeActuation -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/madeActuation">
- <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/madeByActuator"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuator"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
- <rdfs:comment xml:lang="en">Relation between an Actuator and the Actuation it has made.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">made actuation</rdfs:label>
- <skos:definition xml:lang="en">Relation between an Actuator and the Actuation it has made.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/madeByActuator -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/madeByActuator">
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuator"/>
- <rdfs:comment xml:lang="en">Relation linking an Actuation to the Actuator that made that Actuation.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">made by actuator</rdfs:label>
- <skos:definition xml:lang="en">Relation linking an Actuation to the Actuator that made that Actuation.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/madeBySampler -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/madeBySampler">
- <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/madeSampling"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampler"/>
- <rdfs:comment xml:lang="en">Relation linking an act of Sampling to the Sampler (sampling device or entity) that made it.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">made by sampler</rdfs:label>
- <skos:definition xml:lang="en">Relation linking an act of Sampling to the Sampler (sampling device or entity) that made it.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/madeBySensor -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/madeBySensor">
- <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/madeObservation"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sensor"/>
- <rdfs:comment xml:lang="en">Relation between an Observation and the Sensor which made the Observation.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">made by sensor</rdfs:label>
- <skos:definition xml:lang="en">Relation between an Observation and the Sensor which made the Observation.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/madeObservation -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/madeObservation">
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sensor"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
- <rdfs:comment xml:lang="en">Relation between a Sensor and an Observation made by the Sensor.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">made observation</rdfs:label>
- <skos:definition xml:lang="en">Relation between a Sensor and an Observation made by the Sensor.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/madeSampling -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/madeSampling">
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampler"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
- <rdfs:comment xml:lang="en">Relation between a Sampler (sampling device or entity) and the Sampling act it performed.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">made sampling</rdfs:label>
- <skos:definition xml:lang="en">Relation between a Sampler (sampling device or entity) and the Sampling act it performed.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/observedProperty -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/observedProperty">
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/ObservableProperty"/>
- <rdfs:comment xml:lang="en">Relation linking an Observation to the property that was observed. The ObservableProperty should be a property of the FeatureOfInterest (linked by hasFeatureOfInterest) of this Observation.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">observed property</rdfs:label>
- <skos:definition xml:lang="en">Relation linking an Observation to the property that was observed. The ObservableProperty should be a property of the FeatureOfInterest (linked by hasFeatureOfInterest) of this Observation.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/observes -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/observes">
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sensor"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/ObservableProperty"/>
- <rdfs:comment xml:lang="en">Relation between a Sensor and an ObservableProperty that it is capable of sensing.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">observes</rdfs:label>
- <skos:definition xml:lang="en">Relation between a Sensor and an ObservableProperty that it is capable of sensing.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/phenomenonTime -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/phenomenonTime">
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
- <rdfs:comment xml:lang="en">The time that the Result of an Observation, Actuation or Sampling applies to the FeatureOfInterest. Not necessarily the same as the resultTime. May be an Interval or an Instant, or some other compound TemporalEntity.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">phenomenon time</rdfs:label>
- <skos:definition xml:lang="en">The time that the Result of an Observation, Actuation or Sampling applies to the FeatureOfInterest. Not necessarily the same as the resultTime. May be an Interval or an Instant, or some other compound TemporalEntity.</skos:definition>
- </owl:ObjectProperty>
-
- <!-- http://www.w3.org/ns/sosa/usedProcedure -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/usedProcedure">
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
- <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Procedure"/>
- <rdfs:comment xml:lang="en">A relation to link to a re-usable Procedure used in making an Observation, an Actuation, or a Sample, typically through a Sensor, Actuator or Sampler.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">used procedure</rdfs:label>
- <skos:definition xml:lang="en">A relation to link to a re-usable Procedure used in making an Observation, an Actuation, or a Sample, typically through a Sensor, Actuator or Sampler.</skos:definition>
- </owl:ObjectProperty>
-
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Data properties
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
-
- <!-- http://www.w3.org/ns/sosa/hasSimpleResult -->
- <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/sosa/hasSimpleResult">
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
- <rdfs:comment xml:lang="en">The simple value of an Observation or Actuation or act of Sampling.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">has simple result</rdfs:label>
- <skos:definition xml:lang="en">The simple value of an Observation or Actuation or act of Sampling.</skos:definition>
- <skos:example xml:lang="en">For instance, the values 23 or true.</skos:example>
- </owl:DatatypeProperty>
-
- <!-- http://www.w3.org/ns/sosa/resultTime -->
- <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/sosa/resultTime">
- <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
- <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
- <rdfs:comment xml:lang="en">The result time is the instant of time when the Observation, Actuation or Sampling activity was completed.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">result time</rdfs:label>
- <skos:definition xml:lang="en">The result time is the instant of time when the Observation, Actuation or Sampling activity was completed.</skos:definition>
- </owl:DatatypeProperty>
-
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Classes
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
-
- <!-- http://purl.org/vocommons/voaf#Vocabulary -->
- <owl:Class rdf:about="http://purl.org/vocommons/voaf#Vocabulary"/>
-
- <!-- http://www.w3.org/2006/time#TemporalEntity -->
- <owl:Class rdf:about="http://www.w3.org/2006/time#TemporalEntity"/>
-
- <!-- http://www.w3.org/ns/sosa/ActuatableProperty -->
- <owl:Class rdf:about="http://www.w3.org/ns/sosa/ActuatableProperty">
- <rdfs:comment xml:lang="en">An actuatable quality (property, characteristic) of a FeatureOfInterest.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">Actuatable Property</rdfs:label>
- <skos:definition xml:lang="en">An actuatable quality (property, characteristic) of a FeatureOfInterest.</skos:definition>
- <skos:example xml:lang="en">A window actuator acts by changing the state between a frame and a window. The ability of the window to be opened and closed is its ActuatableProperty.</skos:example>
- </owl:Class>
-
- <!-- http://www.w3.org/ns/sosa/Actuation -->
- <owl:Class rdf:about="http://www.w3.org/ns/sosa/Actuation">
- <rdfs:comment xml:lang="en">An Actuation carries out an (Actuation) Procedure to change the state of the world using an Actuator.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">Actuation</rdfs:label>
- <skos:definition xml:lang="en">An Actuation carries out an (Actuation) Procedure to change the state of the world using an Actuator.</skos:definition>
- <skos:example xml:lang="en">The activity of automatically closing a window if the temperature in a room drops below 20 degree Celsius. The activity is the Actuation and the device that closes the window is the Actuator. The Procedure is the rule, plan, or specification that defines the conditions that triggers the Actuation, here a drop in temperature. </skos:example>
- </owl:Class>
-
- <!-- http://www.w3.org/ns/sosa/Actuator -->
- <owl:Class rdf:about="http://www.w3.org/ns/sosa/Actuator">
- <rdfs:comment xml:lang="en">A device that is used by, or implements, an (Actuation) Procedure that changes the state of the world.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">Actuator</rdfs:label>
- <skos:definition xml:lang="en">A device that is used by, or implements, an (Actuation) Procedure that changes the state of the world.</skos:definition>
- <skos:example xml:lang="en">A window actuator for automatic window control, i.e., opening or closing the window.</skos:example>
- </owl:Class>
-
- <!-- http://www.w3.org/ns/sosa/FeatureOfInterest -->
- <owl:Class rdf:about="http://www.w3.org/ns/sosa/FeatureOfInterest">
- <rdfs:comment xml:lang="en">The thing whose property is being estimated or calculated in the course of an Observation to arrive at a Result or whose property is being manipulated by an Actuator, or which is being sampled or transformed in an act of Sampling.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">Feature Of Interest</rdfs:label>
- <skos:definition xml:lang="en">The thing whose property is being estimated or calculated in the course of an Observation to arrive at a Result or whose property is being manipulated by an Actuator, or which is being sampled or transformed in an act of Sampling.</skos:definition>
- <skos:example xml:lang="en">When measuring the height of a tree, the height is the observed ObservableProperty, 20m may be the Result of the Observation, and the tree is the FeatureOfInterest. A window is a FeatureOfInterest for an automatic window control Actuator.</skos:example>
- </owl:Class>
-
- <!-- http://www.w3.org/ns/sosa/ObservableProperty -->
- <owl:Class rdf:about="http://www.w3.org/ns/sosa/ObservableProperty">
- <rdfs:comment xml:lang="en">An observable quality (property, characteristic) of a FeatureOfInterest.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">Observable Property</rdfs:label>
- <skos:definition xml:lang="en">An observable quality (property, characteristic) of a FeatureOfInterest.</skos:definition>
- <skos:example xml:lang="en">The height of a tree, the depth of a water body, or the temperature of a surface are examples of observable properties, while the value of a classic car is not (directly) observable but asserted.</skos:example>
- </owl:Class>
-
- <!-- http://www.w3.org/ns/sosa/Observation -->
- <owl:Class rdf:about="http://www.w3.org/ns/sosa/Observation">
- <rdfs:comment xml:lang="en">Act of carrying out an (Observation) Procedure to estimate or calculate a value of a property of a FeatureOfInterest. Links to a Sensor to describe what made the Observation and how; links to an ObservableProperty to describe what the result is an estimate of, and to a FeatureOfInterest to detail what that property was associated with.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">Observation</rdfs:label>
- <skos:definition xml:lang="en">Act of carrying out an (Observation) Procedure to estimate or calculate a value of a property of a FeatureOfInterest. Links to a Sensor to describe what made the Observation and how; links to an ObservableProperty to describe what the result is an estimate of, and to a FeatureOfInterest to detail what that property was associated with.</skos:definition>
- <skos:example xml:lang="en">The activity of estimating the intensity of an Earthquake using the Mercalli intensity scale is an Observation as is measuring the moment magnitude, i.e., the energy released by said earthquake.</skos:example>
- </owl:Class>
-
- <!-- http://www.w3.org/ns/sosa/Platform -->
- <owl:Class rdf:about="http://www.w3.org/ns/sosa/Platform">
- <rdfs:comment xml:lang="en">A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">Platform</rdfs:label>
- <skos:definition xml:lang="en">A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms.</skos:definition>
- <skos:example xml:lang="en">A post, buoy, vehicle, ship, aircraft, satellite, cell-phone, human or animal may act as platforms for (technical or biological) sensors or actuators.</skos:example>
- </owl:Class>
-
- <!-- http://www.w3.org/ns/sosa/Procedure -->
- <owl:Class rdf:about="http://www.w3.org/ns/sosa/Procedure">
- <rdfs:comment xml:lang="en">A workflow, protocol, plan, algorithm, or computational method specifying how to make an Observation, create a Sample, or make a change to the state of the world (via an Actuator). A Procedure is re-usable, and might be involved in many Observations, Samplings, or Actuations. It explains the steps to be carried out to arrive at reproducible results.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">Procedure</rdfs:label>
- <skos:definition xml:lang="en">A workflow, protocol, plan, algorithm, or computational method specifying how to make an Observation, create a Sample, or make a change to the state of the world (via an Actuator). A Procedure is re-usable, and might be involved in many Observations, Samplings, or Actuations. It explains the steps to be carried out to arrive at reproducible results.</skos:definition>
- <skos:example xml:lang="en">The measured wind speed differs depending on the height of the sensor above the surface, e.g., due to friction. Consequently, procedures for measuring wind speed define a standard height for anemometers above ground, typically 10m for meteorological measures and 2m in Agrometeorology. This definition of height, sensor placement, and so forth are defined by the Procedure.</skos:example>
- <skos:note xml:lang="en">Many observations may be created via the same Procedure, the same way as many tables are assembled using the same instructions (as information objects, not their concrete realization).</skos:note>
- </owl:Class>
-
- <!-- http://www.w3.org/ns/sosa/Result -->
- <owl:Class rdf:about="http://www.w3.org/ns/sosa/Result">
- <rdfs:comment xml:lang="en">The Result of an Observation, Actuation, or act of Sampling. To store an observation's simple result value one can use the hasSimpleResult property.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">Result</rdfs:label>
- <skos:definition xml:lang="en">The Result of an Observation, Actuation, or act of Sampling. To store an observation's simple result value one can use the hasSimpleResult property.</skos:definition>
- <skos:example xml:lang="en">The value 20 as the height of a certain tree together with the unit, e.g., Meter.</skos:example>
- </owl:Class>
-
- <!-- http://www.w3.org/ns/sosa/Sample -->
- <owl:Class rdf:about="http://www.w3.org/ns/sosa/Sample">
- <rdfs:comment xml:lang="en">A Sample is the result from an act of Sampling.</rdfs:comment>
- <rdfs:comment xml:lang="en">Feature which is intended to be representative of a FeatureOfInterest on which Observations may be made.</rdfs:comment>
- <rdfs:comment xml:lang="en">Physical samples are sometimes known as 'specimens'.</rdfs:comment>
- <rdfs:comment xml:lang="en">Samples are artifacts of an observational strategy, and have no significant function outside of their role in the observation process. The characteristics of the samples themselves are of little interest, except perhaps to the manager of a sampling campaign.
- A Sample is intended to sample some FatureOfInterest, so there is an expectation of at least one isSampleOf property. However, in some cases the identity, and even the exact type, of the sampled feature may not be known when observations are made using the sampling features.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">Sample</rdfs:label>
- <skos:definition xml:lang="en">Feature which is intended to be representative of a FeatureOfInterest on which Observations may be made.</skos:definition>
- <skos:example xml:lang="en">A 'station' is essentially an identifiable locality where a sensor system or Procedure may be deployed and an observation made. In the context of the observation model, it connotes the 'world in the vicinity of the station', so the observed properties relate to the physical medium at the station, and not to any physical artifact such as a mooring, buoy, benchmark, monument, well, etc.</skos:example>
- <skos:example xml:lang="en">A statistical sample is often designed to be characteristic of an entire population, so that observations can be made regarding the sample that provide a good estimate of the properties of the population.</skos:example>
- <skos:note xml:lang="en">A transient sample, such as a ships-track or flight-line, might be identified and described, but is unlikely to be revisited exactly.</skos:note>
- </owl:Class>
-
- <!-- http://www.w3.org/ns/sosa/Sampler -->
- <owl:Class rdf:about="http://www.w3.org/ns/sosa/Sampler">
- <rdfs:comment xml:lang="en">A device that is used by, or implements, a Sampling Procedure to create or transform one or more samples.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">Sampler</rdfs:label>
- <skos:definition xml:lang="en">A device that is used by, or implements, a Sampling Procedure to create or transform one or more samples.</skos:definition>
- <skos:example xml:lang="en">A ball mill, diamond drill, hammer, hypodermic syringe and needle, image Sensor or a soil auger can all act as sampling devices (i.e., be Samplers). However, sometimes the distinction between the Sampler and the Sensor is not evident, as they are packaged as a unit. A Sampler need not be a physical device.</skos:example>
- </owl:Class>
-
- <!-- http://www.w3.org/ns/sosa/Sampling -->
- <owl:Class rdf:about="http://www.w3.org/ns/sosa/Sampling">
- <rdfs:comment xml:lang="en">An act of Sampling carries out a sampling Procedure to create or transform one or more samples.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">Sampling</rdfs:label>
- <skos:definition xml:lang="en">An act of Sampling carries out a sampling Procedure to create or transform one or more samples.</skos:definition>
- <skos:example xml:lang="en">Crushing a rock sample in a ball mill.</skos:example>
- <skos:example xml:lang="en">Digging a pit through a soil sequence.</skos:example>
- <skos:example xml:lang="en">Dividing a field site into quadrants.</skos:example>
- <skos:example xml:lang="en">Drawing blood from a patient.</skos:example>
- <skos:example xml:lang="en">Drilling an observation well.</skos:example>
- <skos:example xml:lang="en">Establishing a station for environmental monitoring.</skos:example>
- <skos:example xml:lang="en">Registering an image of the landscape.</skos:example>
- <skos:example xml:lang="en">Selecting a subset of a population.</skos:example>
- <skos:example xml:lang="en">Sieving a powder to separate the subset finer than 100-mesh.</skos:example>
- <skos:example xml:lang="en">Splitting a piece of drill-core to create two new samples.</skos:example>
- <skos:example xml:lang="en">Taking a diamond-drill core from a rock outcrop.</skos:example>
- </owl:Class>
-
- <!-- http://www.w3.org/ns/sosa/Sensor -->
- <owl:Class rdf:about="http://www.w3.org/ns/sosa/Sensor">
- <rdfs:comment xml:lang="en">Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms.</rdfs:comment>
- <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
- <rdfs:label xml:lang="en">Sensor</rdfs:label>
- <skos:definition xml:lang="en">Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms.</skos:definition>
- <skos:example xml:lang="en">Accelerometers, gyroscopes, barometers, magnetometers, and so forth are Sensors that are typically mounted on a modern smart phone (which acts as Platform). Other examples of sensors include the human eyes.</skos:example>
- </owl:Class>
-
- <!-- http://xmlns.com/foaf/0.1/Agent -->
- <owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
-
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Individuals
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
-
- <!-- http://www.w3.org/ns/sosa/ -->
- <owl:NamedIndividual rdf:about="http://www.w3.org/ns/sosa/">
- <rdf:type rdf:resource="http://purl.org/vocommons/voaf#Vocabulary"/>
- </owl:NamedIndividual>
- <rdf:Description>
- <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
- <foaf:name xml:lang="en">W3C/OGC Spatial Data on the Web Working Group</foaf:name>
- </rdf:Description>
- </rdf:RDF>
- <!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
|