Skip to content
Snippets Groups Projects
Commit 4c37506d authored by Mauro Dragoni's avatar Mauro Dragoni
Browse files

First ontology commit.

parent 1c9cfc9e
No related branches found
No related tags found
No related merge requests found
@prefix : <http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109> .
<http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109> 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment