From a24edb15b54adc5fe15bb4484f0a4821cec4885c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=CC=81a?= Date: Sun, 16 Jun 2024 20:39:58 +0200 Subject: [PATCH] do not reuse s4bldg:PhysicalObject closes #15 --- ontology/saref4inma.ttl | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/ontology/saref4inma.ttl b/ontology/saref4inma.ttl index 9adf608..40381b1 100644 --- a/ontology/saref4inma.ttl +++ b/ontology/saref4inma.ttl @@ -5,6 +5,7 @@ @prefix xsd: . @prefix rdfs: . @prefix vann: . +@prefix geo: . @prefix saref: . @prefix s4inma: . @base . @@ -317,6 +318,13 @@ s4inma:hasVersion rdf:type owl:DatatypeProperty ; # Classes ################################################################# + +geo:SpatialObject a owl:Class ; + rdfs:comment "The class spatial-object represents everything that can have a spatial representation. It is superclass of feature and geometry."@en ; + rdfs:isDefinedBy ; + rdfs:label "SpatialObject"@en . + + ### http://www.w3.org/2004/02/skos/core#ConceptScheme rdf:type owl:Class ; rdfs:comment "SKOS concept scheme can be viewed as an aggregation of one or more SKOS concepts." ; @@ -335,12 +343,6 @@ s4inma:hasVersion rdf:type owl:DatatypeProperty ; rdfs:label "Building space"@en . -### https://saref.etsi.org/saref4bldg/PhysicalObject - rdf:type owl:Class ; - rdfs:comment "Any Object that has a proper space region. (Definition extracted from DUL ontology)" ; - rdfs:label "Physical object"@en . - - ### https://saref.etsi.org/saref4inma/ActualMeasurement s4inma:ActualMeasurement rdf:type owl:Class ; rdfs:subClassOf saref:Observation ; @@ -556,8 +558,7 @@ s4inma:MaterialCategory rdf:type owl:Class ; ### https://saref.etsi.org/saref4inma/ProductionEquipment s4inma:ProductionEquipment rdf:type owl:Class ; - rdfs:subClassOf saref:Device , - , + rdfs:subClassOf saref:Device , geo:SpatialObject , [ rdf:type owl:Restriction ; owl:onProperty saref:hasFunction ; owl:allValuesFrom s4inma:ProductionEquipmentFunction -- GitLab