From d9e799c1954a97fcaceb61772659e5d56f1e445d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rau=CC=81l=20Garci=CC=81a=20Castro?= <rgarcia@fi.upm.es> Date: Thu, 16 Apr 2020 14:53:22 +0200 Subject: [PATCH] I think that the Area class refers to the s4city:AdministrativeArea one, which is already defined in SAREF4WEAR. So I remove it. Also, the capacity is the capacity of a Facility (A place, amenity, or piece of equipment provided for a particular purpose.), but not of an Administrative area (An administrative division, unit, entity, area or region, also referred to as a subnational entity, constituent unit, or country subdivision, is a portion of a country or other region delineated for the purpose of administration.). --- ontology/saref4wear.ttl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ontology/saref4wear.ttl b/ontology/saref4wear.ttl index d7a0601..591406e 100644 --- a/ontology/saref4wear.ttl +++ b/ontology/saref4wear.ttl @@ -345,8 +345,7 @@ s4wear:followsPolicies rdf:type owl:DatatypeProperty ; ### https://saref.etsi.org/saref4wear/hasCapacity s4wear:hasCapacity rdf:type owl:DatatypeProperty ; - rdfs:domain s4city:Facility , - s4wear:Area ; + rdfs:domain s4city:Facility ; rdfs:range xsd:long . @@ -630,10 +629,6 @@ s4wear:ActionFunction rdf:type owl:Class ; s4wear:ActuableObject rdf:type owl:Class . -### https://saref.etsi.org/saref4wear/Area -s4wear:Area rdf:type owl:Class . - - ### https://saref.etsi.org/saref4wear/Biometric s4wear:Biometric rdf:type owl:Class ; rdfs:subClassOf s4wear:Information . -- GitLab