ontology.json 92.6 KB
Newer Older
OnToologyUser's avatar
OnToologyUser committed
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A directive that a device must support to perform a certain function. A command may act upon a state, but does not necessarily act upon a state. For example, the ON command acts upon the ON/OFF state, but the GET command does not act upon any state, it simply gives a directive to retrieve a certain value. We propose here a list of commands that are relevant for the purpose of SAREF, but this list can be extended."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "Command"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid43"
OnToologyUser's avatar
OnToologyUser committed
  }, {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid44"
OnToologyUser's avatar
OnToologyUser committed
  }, {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid45"
OnToologyUser's avatar
OnToologyUser committed
  } ]
}, {
  "@id" : "https://w3id.org/saref#Device",
OnToologyUser's avatar
OnToologyUser committed
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "Device"
OnToologyUser's avatar
OnToologyUser committed
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "http://www.w3.org/ns/ssn/System"
OnToologyUser's avatar
OnToologyUser committed
  } ]
OnToologyUser's avatar
OnToologyUser committed
}, {
  "@id" : "https://w3id.org/saref#FeatureOfInterest",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "Feature of interest"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid46"
OnToologyUser's avatar
OnToologyUser committed
  }, {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid47"
OnToologyUser's avatar
OnToologyUser committed
  } ]
OnToologyUser's avatar
OnToologyUser committed
}, {
  "@id" : "https://w3id.org/saref#Function",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "The functionality necessary to accomplish the task for which a Device is designed. A device can be designed to perform more than one function. Functions can be structured in categories (subclasses) that reflect different points of view, for example, considering the specific application area for which a function can be used (e.g., light, temperature, motion, heat, power, etc.), or the capability that a function can support (e.g., receive, reply, notify, etc.), and so forth. "
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "Function"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid48"
OnToologyUser's avatar
OnToologyUser committed
  } ]
}, {
  "@id" : "https://w3id.org/saref#Humidity",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A saref:Property related to some measurements that are characterized by a certain value that is measured in a humidity unit"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
OnToologyUser's avatar
OnToologyUser committed
    "@language" : "en",
    "@value" : "Humidiy"
  }, {
OnToologyUser's avatar
OnToologyUser committed
    "@value" : "Humidity"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "https://w3id.org/saref#Property"
  } ]
}, {
  "@id" : "https://w3id.org/saref#Measurement",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "Measurement"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid49"
OnToologyUser's avatar
OnToologyUser committed
  }, {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid50"
OnToologyUser's avatar
OnToologyUser committed
  }, {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid51"
OnToologyUser's avatar
OnToologyUser committed
  }, {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid52"
OnToologyUser's avatar
OnToologyUser committed
  }, {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid53"
OnToologyUser's avatar
OnToologyUser committed
  }, {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid54"
OnToologyUser's avatar
OnToologyUser committed
  }, {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid55"
OnToologyUser's avatar
OnToologyUser committed
  }, {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid56"
OnToologyUser's avatar
OnToologyUser committed
  } ],
  "http://www.w3.org/2002/07/owl#disjointWith" : [ {
    "@id" : "https://w3id.org/saref#Property"
  }, {
    "@id" : "https://w3id.org/saref#UnitOfMeasure"
  } ]
}, {
  "@id" : "https://w3id.org/saref#Property",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "An aspect of an entity that can be observable by a sensor."
  }, {
    "@value" : "Anything that can be sensed, measured or controlled in households, common public buildings or offices. We propose here a list of properties that are relevant for the purpose of SAREF, but this list can be extended."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "Property"
  }, {
    "@value" : "Property"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid57"
OnToologyUser's avatar
OnToologyUser committed
  }, {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid58"
OnToologyUser's avatar
OnToologyUser committed
  }, {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid59"
OnToologyUser's avatar
OnToologyUser committed
  }, {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid60"
OnToologyUser's avatar
OnToologyUser committed
  } ],
  "http://www.w3.org/2002/07/owl#disjointWith" : [ {
    "@id" : "https://w3id.org/saref#UnitOfMeasure"
  } ]
OnToologyUser's avatar
OnToologyUser committed
}, {
  "@id" : "https://w3id.org/saref#Sensor",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "Sensor"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "https://w3id.org/saref#Device"
  } ]
OnToologyUser's avatar
OnToologyUser committed
}, {
  "@id" : "https://w3id.org/saref#State",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "The state in which a device can be found, e.g, ON/OFF/STANDBY, or ONLINE/OFFLINE. We propose here a list of states that are relevant for the purpose of SAREF, but this list can be extended."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "State"
  } ]
}, {
  "@id" : "https://w3id.org/saref#Task",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "The goal for which a device is designed (from a user perspective). For example, a washing machine is designed for the task of washing. We propose here a list of tasks that are relevant for the purpose of SAREF, but this list can be extended."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "Task"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
OnToologyUser's avatar
OnToologyUser committed
    "@id" : "_:genid61"
OnToologyUser's avatar
OnToologyUser committed
  } ]
}, {
  "@id" : "https://w3id.org/saref#Temperature",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A saref:Property related to some measurements that are characterized by a certain value that is measured in a temperature unit (degree_Celsius, degree_Fahrenheit, or degree_kelvin)"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
OnToologyUser's avatar
OnToologyUser committed
    "@language" : "en",
    "@value" : "Temperature"
  }, {
OnToologyUser's avatar
OnToologyUser committed
    "@value" : "Temperature"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "https://w3id.org/saref#Property"
  } ]
}, {
  "@id" : "https://w3id.org/saref#Time",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A saref:Property that allows to specify the time concept in terms of instants or intervals according to the imported W3C Time ontology."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "Time"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "https://w3id.org/saref#Property"
  } ]
}, {
  "@id" : "https://w3id.org/saref#UnitOfMeasure",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "The unit of measure is a standard for measurement of a quantity, such as a Property. For example,  Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \"watt\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of the Smart Appliances ontology, but this list can be extended."
  }, {
    "@value" : "The unit of measure is a standard for measurement of a quantity, such as a Property. For example,  Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \"watt\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of SAREF, but this list can be extended, also using some other ontologies rather than the Ontology of units of Measure (OM)."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "http://www.wurvoc.org/vocabularies/om-1.6/Unit_of_measure"
  }, {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "Unit of measure"
  }, {
    "@value" : "Unit of measure"
  } ]
}, {
  "@id" : "https://w3id.org/saref#accomplishes",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A relationship between a certain entity (e.g., a device) and the task it accomplishes"
  } ],
OnToologyUser's avatar
OnToologyUser committed
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
OnToologyUser's avatar
OnToologyUser committed
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "accomplishes"
  } ],
  "http://www.w3.org/2002/07/owl#inverseOf" : [ {
    "@id" : "https://w3id.org/saref#isAccomplishedBy"
  } ]
}, {
  "@id" : "https://w3id.org/saref#actsUpon",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A relationship between a command and a state"
  } ],
OnToologyUser's avatar
OnToologyUser committed
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
OnToologyUser's avatar
OnToologyUser committed
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "acts upon"
  } ]
}, {
  "@id" : "https://w3id.org/saref#controlsProperty",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
OnToologyUser's avatar
OnToologyUser committed
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
OnToologyUser's avatar
OnToologyUser committed
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "controls property"
  } ]
}, {
  "@id" : "https://w3id.org/saref#hasCommand",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A relationship between an entity (such as a function) and a command"
  } ],
OnToologyUser's avatar
OnToologyUser committed
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
OnToologyUser's avatar
OnToologyUser committed
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "has command"
  } ],
  "http://www.w3.org/2002/07/owl#inverseOf" : [ {
    "@id" : "https://w3id.org/saref#isCommandOf"
  } ]
}, {
  "@id" : "https://w3id.org/saref#hasDescription",
  "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
OnToologyUser's avatar
OnToologyUser committed
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A relationship providing a description of an entity (e.g., device)"
  } ],
OnToologyUser's avatar
OnToologyUser committed
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has description"
OnToologyUser's avatar
OnToologyUser committed
  } ],
  "http://www.w3.org/2000/01/rdf-schema#range" : [ {
    "@id" : "http://www.w3.org/2001/XMLSchema#string"
OnToologyUser's avatar
OnToologyUser committed
  } ]
OnToologyUser's avatar
OnToologyUser committed
}, {
  "@id" : "https://w3id.org/saref#hasFeatureOfInterest",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation between a measurement and the feature of interest being measured."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has feature of interest"
  } ],
  "http://www.w3.org/2002/07/owl#inverseOf" : [ {
    "@id" : "https://w3id.org/saref#isFeatureOfInterestOf"
  } ]
OnToologyUser's avatar
OnToologyUser committed
}, {
  "@id" : "https://w3id.org/saref#hasFunction",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A relationship identifying the type of function of a device"
  } ],
OnToologyUser's avatar
OnToologyUser committed
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
OnToologyUser's avatar
OnToologyUser committed
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "has function"
  } ]
OnToologyUser's avatar
OnToologyUser committed
}, {
  "@id" : "https://w3id.org/saref#hasManufacturer",
  "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A relationship identifying the manufacturer of an entity (e.g., device)"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "has manufacturer"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#range" : [ {
    "@id" : "http://www.w3.org/2001/XMLSchema#string"
  } ]
}, {
  "@id" : "https://w3id.org/saref#hasModel",
  "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A relationship identifying the model of an entity (e.g., device)"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "has model"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#range" : [ {
    "@id" : "http://www.w3.org/2001/XMLSchema#string"
  } ]
OnToologyUser's avatar
OnToologyUser committed
}, {
  "@id" : "https://w3id.org/saref#hasName",
  "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has name"
  } ]
OnToologyUser's avatar
OnToologyUser committed
}, {
  "@id" : "https://w3id.org/saref#hasProperty",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation between a feature of interest and its properties."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has property"
  } ],
  "http://www.w3.org/2002/07/owl#inverseOf" : [ {
    "@id" : "https://w3id.org/saref#isPropertyOf"
  } ]
OnToologyUser's avatar
OnToologyUser committed
}, {
  "@id" : "https://w3id.org/saref#hasState",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has state"
  } ]
OnToologyUser's avatar
OnToologyUser committed
}, {
  "@id" : "https://w3id.org/saref#hasTimestamp",
  "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has timestamp"
  } ]
}, {
  "@id" : "https://w3id.org/saref#hasValue",
  "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has value"
  } ]
}, {
  "@id" : "https://w3id.org/saref#isAccomplishedBy",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A relationship indentifying the task accomplished by a certain entity (e.g., a device)"
  } ],
OnToologyUser's avatar
OnToologyUser committed
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
OnToologyUser's avatar
OnToologyUser committed
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "is accomplished by"
  } ]
}, {
  "@id" : "https://w3id.org/saref#isCommandOf",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A relationship between a command and a function."
  } ],
OnToologyUser's avatar
OnToologyUser committed
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
OnToologyUser's avatar
OnToologyUser committed
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "is command of"
  } ]
}, {
  "@id" : "https://w3id.org/saref#isControlledByDevice",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "is controlled by device"
  } ]
OnToologyUser's avatar
OnToologyUser committed
}, {
  "@id" : "https://w3id.org/saref#isFeatureOfInterestOf",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation betwwen a feature of interest and the measurments that are about it."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "is feature of interest of"
  } ]
OnToologyUser's avatar
OnToologyUser committed
}, {
  "@id" : "https://w3id.org/saref#isMeasuredByDevice",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "is measured by device"
  } ]
}, {
  "@id" : "https://w3id.org/saref#isMeasuredIn",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "is measured in"
  } ]
OnToologyUser's avatar
OnToologyUser committed
}, {
  "@id" : "https://w3id.org/saref#isPropertyOf",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation between a property and a feature of interest in which such property appears."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "is property of"
  } ]
OnToologyUser's avatar
OnToologyUser committed
}, {
  "@id" : "https://w3id.org/saref#makesMeasurement",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "makes measurement"
OnToologyUser's avatar
OnToologyUser committed
  } ],
  "http://www.w3.org/2002/07/owl#inverseOf" : [ {
    "@id" : "https://w3id.org/saref#measurementMadeBy"
  } ]
}, {
  "@id" : "https://w3id.org/saref#measurementMadeBy",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation between a measurement and the device that made it."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "measurement made by"
OnToologyUser's avatar
OnToologyUser committed
  } ]
}, {
  "@id" : "https://w3id.org/saref#measuresProperty",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "measures property"
  } ]
}, {
  "@id" : "https://w3id.org/saref#relatesToMeasurement",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "relates to measurement"
  } ]
}, {
  "@id" : "https://w3id.org/saref#relatesToProperty",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "relates to property"
  } ]
} ]