This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
BedMonitoring.owl
57 lines (37 loc) · 1.94 KB
/
BedMonitoring.owl
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
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY swrl "http://www.w3.org/2003/11/swrl#" >
<!ENTITY swrlb "http://www.w3.org/2003/11/swrlb#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>
<rdf:RDF xmlns="http://occs.intec.ugent.be/ontology/BedMonitoring.owl#"
xml:base="http://occs.intec.ugent.be/ontology/BedMonitoring.owl"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:swrl="http://www.w3.org/2003/11/swrl#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<owl:Ontology rdf:about="http://occs.intec.ugent.be/ontology/BedMonitoring.owl">
<owl:imports rdf:resource="http://occs.intec.ugent.be/ontology/CareTaskAccio.owl"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://occs.intec.ugent.be/ontology/BedMonitoring.owl#GetUpTask -->
<owl:Class rdf:about="http://occs.intec.ugent.be/ontology/BedMonitoring.owl#GetUpTask">
<rdfs:subClassOf rdf:resource="http://occs.intec.ugent.be/ontology/TaskAccio.owl#Task"/>
</owl:Class>
<!-- http://occs.intec.ugent.be/ontology/BedMonitoring.owl#PersonToLongInBed -->
<owl:Class rdf:about="http://occs.intec.ugent.be/ontology/BedMonitoring.owl#PersonToLongInBed">
<rdfs:subClassOf rdf:resource="http://occs.intec.ugent.be/ontology/ProfileAccio.owl#Person"/>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->