From dc8b32fec50864012759f0282d23f4773c2adf5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa?= Date: Fri, 5 Jun 2020 16:54:00 +0200 Subject: [PATCH] Updated S4BLDG elements to https://saref.etsi.org/saref4bldg/ namespace --- ontology/saref4inma.ttl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ontology/saref4inma.ttl b/ontology/saref4inma.ttl index e86abcd..7206c84 100644 --- a/ontology/saref4inma.ttl +++ b/ontology/saref4inma.ttl @@ -338,16 +338,16 @@ s4inma:hasVersion rdf:type owl:DatatypeProperty ; skos:ConceptScheme rdf:type owl:Class . -### https://w3id.org/def/s4bldg#Building - rdf:type owl:Class . +### https://saref.etsi.org/saref4bldg/Building + rdf:type owl:Class . -### https://w3id.org/def/s4bldg#BuildingSpace - rdf:type owl:Class . +### https://saref.etsi.org/saref4bldg/BuildingSpace + rdf:type owl:Class . -### https://w3id.org/def/s4bldg#PhysicalObject - rdf:type owl:Class . +### https://saref.etsi.org/saref4bldg/PhysicalObject + rdf:type owl:Class . ### https://saref.etsi.org/saref4inma/ActualMeasurement @@ -360,7 +360,7 @@ s4inma:ActualMeasurement rdf:type owl:Class ; ### https://saref.etsi.org/saref4inma/Area s4inma:Area rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; rdfs:comment "A subclass of s4bldg:BuildingSpace used to define the physical spaces of the building. According to IEC 62264, areas are physical, geographical or logical groupings of resources determined by the site. A site can be divided in areas, whereas areas contain work centers.s."@en ; rdfs:label "Area"@en . @@ -403,7 +403,7 @@ s4inma:ExpectedMeasurement rdf:type owl:Class ; ### https://saref.etsi.org/saref4inma/Factory s4inma:Factory rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; rdfs:comment "A subclass of s4bldg:Building specialized for the purpose of SAREF4INMA, a factory represents one or more organizations sharing a definit mission, goals and objectives which provides an output such as a product (definition taken from IEC 62264). A factory can be divided in one or multiple sites. "@en ; rdfs:label "Factory"@en . @@ -588,7 +588,7 @@ s4inma:Measurement rdf:type owl:Class ; ### https://saref.etsi.org/saref4inma/ProductionEquipment s4inma:ProductionEquipment rdf:type owl:Class ; - rdfs:subClassOf , + rdfs:subClassOf , saref:Device , [ rdf:type owl:Restriction ; owl:onProperty s4inma:belongsToCategory ; @@ -646,7 +646,7 @@ s4inma:ProductionEquipmentFunction rdf:type owl:Class ; ### https://saref.etsi.org/saref4inma/Site s4inma:Site rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; rdfs:comment "A subclass of s4bldg:BuildingSpace used to define the physical spaces of the building. According to IEC 62264, sites are identified physical, geographical, and/or logical component groupings of a manufacturing enterprise. A factory can be divided in sites, whereas sites can be divided areas"@en ; rdfs:label "Site"@en . -- GitLab