@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology . ################################################################# # Object Properties ################################################################# ### http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109#isSensedBy :isSensedBy rdf:type owl:ObjectProperty ; rdfs:domain :Wearer ; rdfs:range :Wearable ; rdfs:comment """Defines the relatonship between a wearer and a wearable device. The definition of this object property satisfies the requirement WEAR-2.""" ; rdfs:label "is sensed by"@en . ################################################################# # Classes ################################################################# ### http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109#Device :Device rdf:type owl:Class . ### http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109#LivingOrganism :LivingOrganism rdf:type owl:Class . ### http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109#PhysicalObject :PhysicalObject rdf:type owl:Class . ### http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109#Software :Software rdf:type owl:Class . ### http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109#Wearable :Wearable rdf:type owl:Class ; rdfs:subClassOf :Device ; rdfs:comment """A wearable device is a device that is intended to be located near, on or in an organism. The definition of this concept satisfies the requirement WEAR-1."""@en ; rdfs:label "Wearable device"@en . ### http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109#Wearer :Wearer rdf:type owl:Class ; rdfs:subClassOf :LivingOrganism ; rdfs:comment """A wearer is any living organism that is sensed by a wearable. The definition of this concept satisfies the requirement WEAR-2."""@en ; rdfs:label "Wearer"@en . ### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi