-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKOrder.owl
236 lines (140 loc) · 8.32 KB
/
KOrder.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY dc "http://purl.org/dc/elements/1.1/" >
<!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#" >
<!ENTITY KOr "http://www.cs.teilar.g/ontologies/KOrder.owl#" >
<!ENTITY g "http://www.cs.teilar.gr/ontologies/Graph.owl#" >
<!ENTITY xmodel "http://www.cs.teilar.gr/ontologies/XModel.owl#" >
<!ENTITY KOb "http://www.cs.teilar.gr/ontologies/KObject.owl#" >
<!ENTITY cpt "http://www.cs.teilar.gr/ontologies/KConcept.owl#" >
<!ENTITY learner "http://www.cs.teilar.gr/ontologies/LearnerModel.owl#" >
<!ENTITY LO "http://www.cs.teilar.gr/ontologies/LearningObject.owl#" >
<!ENTITY LIP "http://www.cs.teilar.gr/ontologies/LearnerInformation.owl#" >
<!ENTITY lom "http://www.cs.teilar.gr/ontologies/LearningObjectMetaData.owl#" >
]>
<rdf:RDF xmlns="http://www.cs.teilar.g/ontologies/KOrder.owl#"
xml:base="http://www.cs.teilar.g/ontologies/KOrder.owl"
xmlns:KOb="http://www.cs.teilar.gr/ontologies/KObject.owl#"
xmlns:LIP="http://www.cs.teilar.gr/ontologies/LearnerInformation.owl#"
xmlns:LO="http://www.cs.teilar.gr/ontologies/LearningObject.owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:learner="http://www.cs.teilar.gr/ontologies/LearnerModel.owl#"
xmlns:KOr="http://www.cs.teilar.g/ontologies/KOrder.owl#"
xmlns:g="http://www.cs.teilar.gr/ontologies/Graph.owl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xmodel="http://www.cs.teilar.gr/ontologies/XModel.owl#"
xmlns:cpt="http://www.cs.teilar.gr/ontologies/KConcept.owl#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:lom="http://www.cs.teilar.gr/ontologies/LearningObjectMetaData.owl#">
<owl:Ontology rdf:about="http://www.cs.teilar.g/ontologies/KOrder.owl">
<rdfs:comment rdf:datatype="&xsd;string">A KOrder is a Monitor and Mediator type of entity, monitoring the execution of a Learning Object (in use by a Learner) and issueing to the owner of the Learning Object (a Learning Service) reports pertaining to difficulties in the use of the Learning Object by the Learner. These reports may be used by the owner for an on-the-fly modification of the Learning Object, aiming at better suiting the needs of the Learner.</rdfs:comment>
<dc:date rdf:datatype="&xsd;date">January 12, 2011</dc:date>
<dc:creator rdf:datatype="&xsd;string">Takis Hartonas</dc:creator>
<owl:imports rdf:resource="http://www.cs.teilar.gr/ontologies/KObject.owl"/>
<owl:imports rdf:resource="http://www.cs.teilar.gr/ontologies/LearnerModel.owl"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:AnnotationProperty rdf:about="&dc;date"/>
<owl:AnnotationProperty rdf:about="&dc;creator"/>
<owl:AnnotationProperty rdf:about="&rdfs;comment"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.cs.teilar.gr/ontologies/Graph.owl#hasAssociated -->
<owl:ObjectProperty rdf:about="&g;hasAssociated"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.cs.teilar.gr/ontologies/LearnerModel.owl#hasAcceptanceReason -->
<owl:DatatypeProperty rdf:about="&learner;hasAcceptanceReason">
<owl:propertyDisjointWith rdf:resource="&learner;hasRejectionReason"/>
</owl:DatatypeProperty>
<!-- http://www.cs.teilar.gr/ontologies/LearnerModel.owl#hasRejectionReason -->
<owl:DatatypeProperty rdf:about="&learner;hasRejectionReason"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.cs.teilar.g/ontologies/KOrder.owl#KOrder -->
<owl:Class rdf:about="&KOr;KOrder">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&g;hasAssociated"/>
<owl:onClass rdf:resource="&learner;Learner"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&g;hasAssociated"/>
<owl:onClass rdf:resource="&KOb;KObject"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="&xsd;string">A KOrder is a Monitor and Mediator type of entity, monitoring the execution of a Learning Object (in use by a Learner) and issueing to the owner of the Learning Object (a Learning Service) reports pertaining to difficulties in the use of the Learning Object by the Learner. These reports may be used by the owner for an on-the-fly modification of the Learning Object, aiming at better suiting the needs of the Learner.</rdfs:comment>
</owl:Class>
<!-- http://www.cs.teilar.gr/ontologies/Graph.owl#Edge -->
<owl:Class rdf:about="&g;Edge"/>
<!-- http://www.cs.teilar.gr/ontologies/Graph.owl#Graph -->
<owl:Class rdf:about="&g;Graph"/>
<!-- http://www.cs.teilar.gr/ontologies/Graph.owl#Node -->
<owl:Class rdf:about="&g;Node"/>
<!-- http://www.cs.teilar.gr/ontologies/KObject.owl#KObject -->
<owl:Class rdf:about="&KOb;KObject"/>
<!-- http://www.cs.teilar.gr/ontologies/LearnerInformation.owl#LIP -->
<owl:Class rdf:about="&LIP;LIP"/>
<!-- http://www.cs.teilar.gr/ontologies/LearnerInformation.owl#LIPElement -->
<owl:Class rdf:about="&LIP;LIPElement"/>
<!-- http://www.cs.teilar.gr/ontologies/LearnerModel.owl#Learner -->
<owl:Class rdf:about="&learner;Learner"/>
<!-- http://www.cs.teilar.gr/ontologies/LearningObject.owl#LearningObject -->
<owl:Class rdf:about="&LO;LearningObject"/>
<!-- http://www.cs.teilar.gr/ontologies/LearningObjectMetaData.owl#LOM -->
<owl:Class rdf:about="&lom;LOM"/>
<!-- http://www.cs.teilar.gr/ontologies/LearningObjectMetaData.owl#LOMElement -->
<owl:Class rdf:about="&lom;LOMElement"/>
<!-- http://www.cs.teilar.gr/ontologies/LearningObjectMetaData.owl#LOMElementComponent -->
<owl:Class rdf:about="&lom;LOMElementComponent"/>
<!-- http://www.cs.teilar.gr/ontologies/XModel.owl#ExecutionManager -->
<owl:Class rdf:about="&xmodel;ExecutionManager"/>
<!-- http://www.cs.teilar.gr/ontologies/XModel.owl#ExecutionModel -->
<owl:Class rdf:about="&xmodel;ExecutionModel"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotations
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="&KOb;xmodeltype">
<rdfs:comment rdf:datatype="&xsd;string">Type of the execution model of a (CROP) learning object. At the moment, we distinguish between the following types
a) rich dialogue (frequent dialogue nodes occur in the execution graph, commenting on student acts, rewarding, giving advice etc)
b) poor dialogue
c) depth first (traversing the concept graph in a depth first manner)
d) breadth first
e) user defined (the execution model queries the user on his/her preference what to do next)</rdfs:comment>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.1.0.20069) http://owlapi.sourceforge.net -->