diff --git a/ontology/saref4envi.ttl b/ontology/saref4envi.ttl index 01192fcb03ad67a711999cd91648bd9981d3255a..26e89b8fe47dbec4e294a61c206cee95ff873283 100644 --- a/ontology/saref4envi.ttl +++ b/ontology/saref4envi.ttl @@ -335,14 +335,6 @@ geo:Point rdf:type owl:Class ; ### http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing geo:SpatialThing rdf:type owl:Class ; - owl:disjointWith saref:Measurement , - saref:Service , - :Color , - :CommunicationInterface , - :CommunicationProtocol , - :CompassDirection , - :DigitalRepresentation , - :Geometry ; rdfs:comment "Anything with spatial extent, i.e. size, shape, or position. e.g. people, places, bowling balls, as well as abstract areas like cubes."@en ; rdfs:isDefinedBy geo: ; rdfs:label "Spatial thing"@en . @@ -396,28 +388,12 @@ saref:Measurement rdf:type owl:Class ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:float ] ; - owl:disjointWith saref:Property , - saref:Service , - saref:UnitOfMeasure , - :CommunicationInterface , - :CommunicationProtocol , - :CompassDirection , - :DigitalRepresentation , - :Geometry , - :Light ; rdfs:comment "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."@en ; rdfs:label "Measurement"@en . ### https://saref.etsi.org/core/Property saref:Property rdf:type owl:Class ; - owl:disjointWith saref:Service , - saref:UnitOfMeasure , - :CommunicationInterface , - :CommunicationProtocol , - :CompassDirection , - :Geometry , - :Light ; rdfs:comment "An aspect of an entity that can be observable by a sensor."@en ; rdfs:label "Property"@en . @@ -441,12 +417,6 @@ A device that has category saref:Sensor and performs a saref:SensingFunction.""" ### https://saref.etsi.org/core/Service saref:Service rdf:type owl:Class ; - owl:disjointWith saref:UnitOfMeasure , - :Color , - :CommunicationProtocol , - :CompassDirection , - :Geometry , - :Light ; rdfs:comment "A service is a representation of a function to a network that makes the function discoverable, registerable, remotely controllable by other devices in the network. A service can represent one or more functions. A Service is offered by a device that wants (a certain set of) its function(s) to be discoverable, registerable, remotely controllable by other devices in the network. A Service must specify the device that is offering the service, the function(s) to be represented, and the (input and output) parameters necessary to operate the service."@en ; rdfs:isDefinedBy saref: ; rdfs:label "Service"@en . @@ -454,13 +424,6 @@ saref:Service rdf:type owl:Class ; ### https://saref.etsi.org/core/UnitOfMeasure saref:UnitOfMeasure rdf:type owl:Class ; - owl:disjointWith :Color , - :CommunicationInterface , - :CommunicationProtocol , - :CompassDirection , - :DigitalRepresentation , - :Geometry , - :Light ; rdfs:comment "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."@en ; rdfs:isDefinedBy saref: ; rdfs:label "Unit of measure"@en . @@ -468,12 +431,6 @@ saref:UnitOfMeasure rdf:type owl:Class ; ### https://saref.etsi.org/saref4envi/Color :Color rdf:type owl:Class ; - owl:disjointWith :CommunicationInterface , - :CommunicationProtocol , - :CompassDirection , - :DigitalRepresentation , - :Geometry , - :Light ; rdfs:comment "Color of the emitted light. It might be indicated by named colors or using other type of color values like hexadecimal for RGB, color temperature, etc."@en ; rdfs:label "Color"@en . @@ -489,30 +446,18 @@ saref:UnitOfMeasure rdf:type owl:Class ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] ; - owl:disjointWith :CommunicationProtocol , - :CompassDirection , - :DigitalRepresentation , - :Geometry , - :Light ; rdfs:comment "An interface defines which primitive operations and services the lower layer makes available to the upper one, when referring to network layers. (Definition adapted from \"Tanenbaum, A. S. (2003). Computer networks, 4-th edition. ed: Prentice Hall.\")"@en ; rdfs:label "Communication interface"@en . ### https://saref.etsi.org/saref4envi/CommunicationProtocol :CommunicationProtocol rdf:type owl:Class ; - owl:disjointWith :CompassDirection , - :DigitalRepresentation , - :Geometry , - :Light ; rdfs:comment "A protocol is an agreement between the communicating parties on how communication is to proceed. (Definition taken from \"Tanenbaum, A. S. (2003). Computer networks, 4-th edition. ed: Prentice Hall.\")"@en ; rdfs:label "Communication protocol"@en . ### https://saref.etsi.org/saref4envi/CompassDirection :CompassDirection rdf:type owl:Class ; - owl:disjointWith :DigitalRepresentation , - :Geometry , - :Light ; rdfs:comment "The four cardinal directions or cardinal points are the directions of north, east, south, and west, commonly denoted by their initials: N, E, S, W. East and west are at right angles to north and south, with east being in the clockwise direction of rotation from north and west being directly opposite east. Intermediate points between the four cardinal directions form the points of the compass. (definition taken from https://en.wikipedia.org/wiki/Cardinal_direction)"@en ; rdfs:label "Compass direction"@en . @@ -594,8 +539,6 @@ saref:UnitOfMeasure rdf:type owl:Class ; owl:onProperty saref:hasIdentifier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; - owl:disjointWith :Geometry , - :Light ; rdfs:comment "A digital representation encapsulates a physical object accessible via Web services"@en ; rdfs:label "Digital representation"@en . @@ -625,7 +568,6 @@ saref:UnitOfMeasure rdf:type owl:Class ; ### https://saref.etsi.org/saref4envi/Geometry :Geometry rdf:type owl:Class ; - owl:disjointWith :Light ; rdfs:comment "Represents the shape of the light emission. It might be instantiated by individuals like \"spherical\", \"cylindrical\", etc. even though it is open to more comples representation of geometries using other vocabularies."@en ; rdfs:label "Geometry"@en .