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

Updated the ontology and created the first example.

parent ca5c8ff7
No related branches found
No related tags found
No related merge requests found
@prefix : <https://saref.etsi.org/saref4wear/sportwearable#> .
@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 <https://saref.etsi.org/saref4wear/sportwearable#> .
<https://saref.etsi.org/saref4wear/sportwearable#> rdf:type owl:Ontology ;
owl:versionIRI <https://saref.etsi.org/saref4wear/v0.1.2/saref4wear/sportwearable#> ;
owl:imports <https://saref.etsi.org/saref4wear/v0.1.2/saref4wear#> .
#################################################################
# Classes
#################################################################
### https://saref.etsi.org/saref4wear/sportwearable#HeartRateMonitor
:HeartRateMonitor rdf:type owl:Class ;
rdfs:subClassOf <https://saref.etsi.org/s4wear#Wearable> .
### https://saref.etsi.org/saref4wear/sportwearable#SmartWatch
:SmartWatch rdf:type owl:Class ;
rdfs:subClassOf <https://saref.etsi.org/s4wear#Wearable> .
#################################################################
# Individuals
#################################################################
### https://saref.etsi.org/saref4wear/sportwearable#GarminForerunner735XT
:GarminForerunner735XT rdf:type owl:NamedIndividual ,
:SmartWatch .
### https://saref.etsi.org/saref4wear/sportwearable#HRM-Run
:HRM-Run rdf:type owl:NamedIndividual ,
:HeartRateMonitor ;
<https://saref.etsi.org/s4wear#canSendInformationTo> :GarminForerunner735XT .
### https://saref.etsi.org/saref4wear/sportwearable#Mauro
:Mauro rdf:type owl:NamedIndividual ,
<https://saref.etsi.org/s4wear#LivingOrganism> ;
<https://saref.etsi.org/s4wear#interactsWith> :GarminForerunner735XT ;
<https://saref.etsi.org/s4wear#isSensedBy> :GarminForerunner735XT ,
:HRM-Run .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
This diff is collapsed.
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