From 65bcf43f6e411bf640700161f17faf009bdfd43e Mon Sep 17 00:00:00 2001 From: dragoni <dragoni@fbk.eu> Date: Fri, 17 Apr 2020 16:50:19 +0200 Subject: [PATCH] Removed Child, StaffMember, and Parent subclasses of LivingOrganism concept. Issue #30. --- ontology/saref4wear.ttl | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/ontology/saref4wear.ttl b/ontology/saref4wear.ttl index d7a0601..4e5364a 100644 --- a/ontology/saref4wear.ttl +++ b/ontology/saref4wear.ttl @@ -644,11 +644,6 @@ s4wear:BusinessEvents rdf:type owl:Class ; rdfs:subClassOf s4city:Event . -### https://saref.etsi.org/saref4wear/Child -s4wear:Child rdf:type owl:Class ; - rdfs:subClassOf s4wear:LivingOrganism . - - ### https://saref.etsi.org/saref4wear/CommunicationFunction s4wear:CommunicationFunction rdf:type owl:Class ; rdfs:subClassOf saref:Function . @@ -739,11 +734,6 @@ s4wear:OnBodyWearable rdf:type owl:Class ; ] . -### https://saref.etsi.org/saref4wear/Parent -s4wear:Parent rdf:type owl:Class ; - rdfs:subClassOf s4wear:LivingOrganism . - - ### https://saref.etsi.org/saref4wear/PhysicalObject s4wear:PhysicalObject rdf:type owl:Class ; rdfs:subClassOf geosp:Feature , @@ -770,11 +760,6 @@ s4wear:SportEvents rdf:type owl:Class ; rdfs:subClassOf s4city:Event . -### https://saref.etsi.org/saref4wear/StaffMember -s4wear:StaffMember rdf:type owl:Class ; - rdfs:subClassOf s4wear:LivingOrganism . - - ### https://saref.etsi.org/saref4wear/TextileBasedDevice s4wear:TextileBasedDevice rdf:type owl:Class ; rdfs:subClassOf s4wear:TextileBasedWearable . -- GitLab