ontology.json 88 KB
Newer Older
OnToologyUser's avatar
OnToologyUser committed
  "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" : "_:genid57"
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"
  } ]
}, {
  "@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"
  } ]
} ]