-
Notifications
You must be signed in to change notification settings - Fork 0
/
_HomelabWearable_tbox.ttl
43 lines (34 loc) · 2 KB
/
_HomelabWearable_tbox.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
@prefix : <https://dahcc.idlab.ugent.be/Homelab/SensorsAndWearables/> .
@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 core: <https://saref.etsi.org/core/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix idlab: <http://protego.ilabt.imec.be/idlab.homelab/> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix dogont: <http://elite.polito.it/ontologies/dogont.owl#> .
@prefix schema: <http://schema.org/> .
@prefix Homelab: <https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/> .
@prefix Sensors: <https://dahcc.idlab.ugent.be/Ontology/Sensors/> .
@prefix dashboard: <http://dynamicdashboard.ilabt.imec.be/broker/ontologies/dashboard#> .
@prefix saref4bldg: <https://saref.etsi.org/saref4bldg/> .
@prefix SensorsAndWearables: <https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/> .
@base <https://dahcc.idlab.ugent.be/Homelab/SensorsAndWearables/> .
<https://dahcc.idlab.ugent.be/Homelab/SensorsAndWearables/> rdf:type owl:Ontology ;
owl:imports SensorsAndWearables: .
#################################################################
# Classes
#################################################################
### http://purl.org/vocommons/voaf#Vocabulary
<http://purl.org/vocommons/voaf#Vocabulary> rdf:type owl:Class .
### https://dahcc.idlab.ugent.be/Homelab/SensorsAndWearables/EmpaticaTagButton
:EmpaticaTagButton rdf:type owl:Class ;
rdfs:subClassOf core:Device .
### https://dahcc.idlab.ugent.be/Homelab/SensorsAndWearables/SleepAPI
:SleepAPI rdf:type owl:Class ;
rdfs:subClassOf core:Meter .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi