Commit c76d6e97 authored by María's avatar María
Browse files

Removed disjoint between entities from other ontologies. Closes #15

parent a9c17e4e
Loading
Loading
Loading
Loading
Loading
+2 −12
Original line number Diff line number Diff line
@@ -383,7 +383,6 @@ cpsv:PublicService a owl:Class ;

geo:Feature a owl:Class ;
	rdfs:subClassOf geo:SpatialObject ;
	owl:disjointWith geo:Geometry ;
	rdfs:comment "This class represents the top-level feature type. This class is equivalent to GFI_Feature defined in ISO 19156:2011, and it is superclass of all feature types."@en ;
	rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql> ;
	rdfs:label "Feature"@en .
@@ -757,12 +756,7 @@ saref:Measurement a owl:Class ;
					[	a owl:Restriction ;
						owl:onProperty saref:hasValue ;
						owl:cardinality "1"^^xsd:nonNegativeInteger ] .
# 
saref:Measurement owl:disjointWith saref:Property , saref:UnitOfMeasure ;
	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:isDefinedBy <https://saref.etsi.org/core/> ;
	rdfs:label "Measurement"@en .
# 

# https://saref.etsi.org/core/Property

saref:Property a owl:Class ;
@@ -782,11 +776,7 @@ saref:Property a owl:Class ;
						owl:onProperty saref:relatesToMeasurement ;
						owl:allValuesFrom saref:Measurement ] .

saref:Property owl:disjointWith saref:UnitOfMeasure ;
	rdfs:comment "An aspect of an entity that can be observable by a sensor."@en , "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."^^xsd:string ;
	rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
	rdfs:label "Property"@en .
# 

# https://saref.etsi.org/core/Sensor

saref:Sensor a owl:Class ;