Trinh H. Nguyen

updated namespaces and engineering definition ontologies for ilap-core & ilap-view

1 +@prefix ilap: <http://data.posccaesar.org/ilap/> .
2 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
3 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
4 +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
5 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
6 +@prefix ilap-xsd: <http://data.posccaesar.org/ilap/xsd-generator-ontology/> .
7 +@prefix lci: <http://data.posccaesar.org/dm/> .
8 +@prefix dct: <http://purl.org/dc/terms/> .
9 +@prefix ptrn: <http://data.posccaesar.org/ptrn/> .
10 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 +@prefix lcm: <http://data.posccaesar.org/dm/metadata/> .
12 +@prefix rdl: <http://data.posccaesar.org/rdl/> .
13 +@prefix ilap-view: <http://data.posccaesar.org/ilap/view-ontology/> .
14 +@prefix pn: <http://www.w3.org/2005/xpath-functions#> .
15 +@prefix dc: <http://purl.org/dc/elements/1.1/> .
16 +
17 +ilap-view:mustFinishAsLateAsPossible
18 + rdl:hasInformalDefinition
19 + "Boolean that is true if the activity is specifed to finish as late as possible, and false otherwise"^^xsd:string .
20 +
21 +ilap-view:hasFrontlineDate
22 + rdl:hasInformalDefinition
23 + "point in time that is the frontline date for the actual activity"^^xsd:string .
24 +
25 +ilap-view:mustFinishOn
26 + rdl:hasInformalDefinition
27 + "point in time that the activity is specified to finish at"^^xsd:string .
28 +
29 +ilap-view:WeeklyRepeatingPeriodSpecifiedByStartAndFinish
30 + rdl:hasInformalDefinition
31 + "period in time that repeats every week and has specified start and end time"^^xsd:string .
32 +
33 +ilap-view:hasProfile
34 + rdl:hasInformalDefinition
35 + "identification of reference of the consumption profile"^^xsd:string .
36 +
37 +ilap-view:availableResourceHasBreakdownClass
38 + rdl:hasInformalDefinition
39 + "resource breakdown structure for available resource"^^xsd:string .
40 +
41 +ilap-view:EachDayOfWeekInSomeTimeZone
42 + rdl:hasInformalDefinition
43 + "time zone specification for a weekday"^^xsd:string .
44 +
45 +ilap-view:hasRemainingDuration
46 + rdl:hasInformalDefinition
47 + "duration of time left for activity from now"^^xsd:string .
48 +
49 +ilap-view:String
50 + rdl:hasInformalDefinition
51 + "data type that is string"^^xsd:string .
52 +
53 +ilap-view:hasActualCurrentQuantityUsed
54 + rdl:hasInformalDefinition
55 + "quantity that is actually used up to date"^^xsd:string .
56 +
57 +ilap-view:hasMaterialDeliveryLocationStatus
58 + rdl:hasInformalDefinition
59 + "material delivery location status"^^xsd:string .
60 +
61 +ilap-view:fulfilmentHasCurrentCompletionStatus
62 + rdl:hasInformalDefinition
63 + "activity completion status that the actual activity fulfilling the required activity has"^^xsd:string .
64 +
65 +ilap-view:PeriodSpecifiedByStartAndFinish
66 + rdl:hasInformalDefinition
67 + "Period that has specified start and finish"^^xsd:string .
68 +
69 +ilap-view:hasPlannedMainContractor
70 + rdl:hasInformalDefinition
71 + "organization that is the planned main contractor"^^xsd:string .
72 +
73 +ilap-view:hasPriority
74 + rdl:hasInformalDefinition
75 + "activity priority"^^xsd:string .
76 +
77 +ilap-view:hasPlannedTotalResourceExpenditure
78 + rdl:hasInformalDefinition
79 + "quantity of a monetary amount that is expressed in terms of a currency and is planned to be used"^^xsd:string .
80 +
81 +ilap-view:hasActivityBreakdownClass
82 + rdl:hasInformalDefinition
83 + "activity breakdown class that the activity is a member of"^^xsd:string .
84 +
85 +ilap-view:hasDiscipline
86 + rdl:hasInformalDefinition
87 + "discipline of the staff alocated to activity"^^xsd:string .
88 +
89 +ilap-view:AvailableResource
90 + rdl:hasInformalDefinition
91 + "Resource with a calculated/decided amount (quantity) for use in a Plan/Activity"^^xsd:string .
92 +
93 +ilap-view:mustFinishNoLaterThan
94 + rdl:hasInformalDefinition
95 + "point in time that the activity is specifed to finish no later than"^^xsd:string .
96 +
97 +ilap-view:PairOfReal
98 + rdl:hasInformalDefinition
99 + "pair of coordinates in consumption profile"^^xsd:string .
100 +
101 +ilap-view:hasMaterialComponent
102 + rdl:hasInformalDefinition
103 + "boolean, where true if the activity has material component"^^xsd:string .
104 +
105 +ilap-view:resourceInPlanHasCalendar
106 + rdl:hasInformalDefinition
107 + "calendar defining availability of resource in plan"^^xsd:string .
108 +
109 +ilap-view:hasOperatorOfActivitySubjectOfWork
110 + rdl:hasInformalDefinition
111 + "organization that is the operator of the facility or any other physical object that the activity is carried out upon"^^xsd:string .
112 +
113 +ilap-view:hasEarlyAchievement
114 + rdl:hasInformalDefinition
115 + "point in time that is the earliest specified for the milestone"^^xsd:string .
116 +
117 +ilap-view:hasEarlyStart
118 + rdl:hasInformalDefinition
119 + "point in time early start of activity"^^xsd:string .
120 +
121 +ilap-view:hasDescription
122 + rdl:hasInformalDefinition
123 + "description"^^xsd:string .
124 +
125 +ilap-view:CalendarDay
126 + rdl:hasInformalDefinition
127 + "day specified in a calendar"^^xsd:string .
128 +
129 +ilap-view:TripleOfReal
130 + rdl:hasInformalDefinition
131 + "triple of coordinates in consumption profile"^^xsd:string .
132 +
133 +ilap-view:hasProductStructureBreakdownClass
134 + rdl:hasInformalDefinition
135 + "product structure breakdown class for the physical object"^^xsd:string .
136 +
137 +ilap-view:hasActivitySubjectOfWork
138 + rdl:hasInformalDefinition
139 + "physical object that the activity is carried out upon"^^xsd:string .
140 +
141 +ilap-view:realisationHasActualProjectLeader
142 + rdl:hasInformalDefinition
143 + "person or organization that is the project leader for the actual activity"^^xsd:string .
144 +
145 +ilap-view:hasPlannedCurrentStaffTimeDurationUsed
146 + rdl:hasInformalDefinition
147 + "duration of the staff time that have been planned to be used up to the 'now'"^^xsd:string .
148 +
149 +ilap-view:hasPlannedCurrentResourceExpenditure
150 + rdl:hasInformalDefinition
151 + "quantity of a monetary amount that is expressed in terms of a currency and is planned to be used up to date"^^xsd:string .
152 +
153 +ilap-view:hasAuthorisationForExpenditureIdentifier
154 + rdl:hasInformalDefinition
155 + "identifier of the authorisation for expenditures for activity"^^xsd:string .
156 +
157 +ilap-view:hasProgrammeSubjectOfWork
158 + rdl:hasInformalDefinition
159 + "programme or project that the activity fulfilling the required activity is carried out upon"^^xsd:string .
160 +
161 +ilap-view:Milestone
162 + rdl:hasInformalDefinition
163 + "event in plan that is a milestone for the planning activity"^^xsd:string .
164 +
165 +ilap-view:hasCurrentSchedule
166 + rdl:hasInformalDefinition
167 + "current schedule that specifies dates for all the events in a plan"^^xsd:string .
168 +
169 +ilap-view:weeklyRepeatingElementHasFinish
170 + rdl:hasInformalDefinition
171 + "time at which a weekly repeated element finishes"^^xsd:string .
172 +
173 +ilap-view:realisationHasCurrentCompletionStatus
174 + rdl:hasInformalDefinition
175 + "activity completion status that the actual activity"^^xsd:string .
176 +
177 +ilap-view:hasShutdownPlan
178 + rdl:hasInformalDefinition
179 + "shutdown plan that is required by the plan"^^xsd:string .
180 +
181 +ilap-view:hasEarlyFinish
182 + rdl:hasInformalDefinition
183 + "point in time for early finish of activity"^^xsd:string .
184 +
185 +ilap-view:x1
186 + rdl:hasInformalDefinition
187 + "period start in consumption profile"^^xsd:string .
188 +
189 +ilap-view:hasLatestScheduleTime
190 + rdl:hasInformalDefinition
191 + "point in time that the latest schedule was created"^^xsd:string .
192 +
193 +ilap-view:hasFreeFloat
194 + rdl:hasInformalDefinition
195 + "amount of time that spans from the completion of one previously scheduled activity to the point at which the next scheduled activity is set to begin"^^xsd:string .
196 +
197 +ilap-view:hasActualCurrentResourceExpenditure
198 + rdl:hasInformalDefinition
199 + "quantity of a monetary amount that is expressed in terms of a currency and is used up to date"^^xsd:string .
200 +
201 +ilap-view:requiresShutdownOfProcess
202 + rdl:hasInformalDefinition
203 + "activity that must be shutdown in order to carry out the activity"^^xsd:string .
204 +
205 +ilap-view:weeklyRepeatingElementHasStart
206 + rdl:hasInformalDefinition
207 + "time at which a weekly repeated element starts"^^xsd:string .
208 +
209 +ilap-view:Currency
210 + rdl:hasInformalDefinition
211 + "currency of a monetary amount"^^xsd:string .
212 +
213 +ilap-view:mustFinishNoEarlierThan
214 + rdl:hasInformalDefinition
215 + "point in time that the activity is specifed to finish no earlier than"^^xsd:string .
216 +
217 +ilap-view:calendarHasFinish
218 + rdl:hasInformalDefinition
219 + "finish timepoint of a calendar"^^xsd:string .
220 +
221 +ilap-view:partOfPlan
222 + rdl:hasInformalDefinition
223 + "relationship used to multi-decomposition of activities"^^xsd:string .
224 +
225 +ilap-view:hasPlannedCurrentPercentageUsed
226 + rdl:hasInformalDefinition
227 + "percentage of the resource planned to be used up to date"^^xsd:string .
228 +
229 +ilap-view:hasOperatorOfProgrammeSubjectOfWork
230 + rdl:hasInformalDefinition
231 + "organization that is the operator of the facility or other physical object that the required activity is carried out upon"^^xsd:string .
232 +
233 +ilap-view:x2
234 + rdl:hasInformalDefinition
235 + "period end in consumption profile"^^xsd:string .
236 +
237 +ilap-view:hasActualCurrentStaffTimeDurationUsed
238 + rdl:hasInformalDefinition
239 + "duration of the actual staff time used for activity up to date"^^xsd:string .
240 +
241 +ilap-view:hasOperatorsRequiredStartDate
242 + rdl:hasInformalDefinition
243 + "point in time that the operator requires the activity to start at"^^xsd:string .
244 +
245 +ilap-view:planHasCalendar
246 + rdl:hasInformalDefinition
247 + "calendar within which the activity can occur"^^xsd:string .
248 +
249 +ilap-view:planHasActualCurrentExpenditure
250 + rdl:hasInformalDefinition
251 + "actual quantity that is a monetary amount that is expressed in a currency"^^xsd:string .
252 +
253 +ilap-view:calendarHasStart
254 + rdl:hasInformalDefinition
255 + "start timepoint of a calendar"^^xsd:string .
256 +
257 +ilap-view:hasQuantityValue
258 + rdl:hasInformalDefinition
259 + "quantity value"^^xsd:string .
260 +
261 +ilap-view:hasCriticality
262 + rdl:hasInformalDefinition
263 + "activity criticality"^^xsd:string .
264 +
265 +ilap-view:hasBaselineSchedule
266 + rdl:hasInformalDefinition
267 + "baseline schedule that specifies dates for all the events in a plan"^^xsd:string .
268 +
269 +ilap-view:IdentifiedObject
270 + rdl:hasInformalDefinition
271 + "Identified object"^^xsd:string .
272 +
273 +ilap-view:hasPreviousSchedule
274 + rdl:hasInformalDefinition
275 + "schedule that is previous to the schedule"^^xsd:string .
276 +
277 +ilap-view:hasTotalFloat
278 + rdl:hasInformalDefinition
279 + "delays allowed from the beginning of the activity which will not interfere with the planned completion date"^^xsd:string .
280 +
281 +ilap-view:Integer
282 + rdl:hasInformalDefinition
283 + "data type that is integer"^^xsd:string .
284 +
285 +ilap-view:timeOfEach
286 + rdl:hasInformalDefinition
287 + "time of each weekly repeating period"^^xsd:string .
288 +
289 +ilap-view:dayOfEach
290 + rdl:hasInformalDefinition
291 + "day of each weekly repeating period"^^xsd:string .
292 +
293 +ilap-view:realisationHasActualFinish
294 + rdl:hasInformalDefinition
295 + "point in time that the actual activity finishes at"^^xsd:string .
296 +
297 +ilap-view:hasLateAchievement
298 + rdl:hasInformalDefinition
299 + "point in time that is the latest specified for the milestone"^^xsd:string .
300 +
301 +ilap-view:y
302 + rdl:hasInformalDefinition
303 + "coordinate on planned resource or cost axis in consumption profile"^^xsd:string .
304 +
305 +ilap-view:propertyHasType
306 + rdl:hasInformalDefinition
307 + "type of the specified user field"^^xsd:string .
308 +
309 +ilap-view:mustFinishAsEarlyAsPossible
310 + rdl:hasInformalDefinition
311 + "Boolean that is true if the activity is specifed to finish as early as possible, and false otherwise"^^xsd:string .
312 +
313 +ilap-view:hasActualCurrentPercentageComplete
314 + rdl:hasInformalDefinition
315 + "percentage completed of the actual activity up to date"^^xsd:string .
316 +
317 +ilap-view:activityHasPlannedDuration
318 + rdl:hasInformalDefinition
319 + "planned duration in time of activity"^^xsd:string .
320 +
321 +ilap-view:activityPartOfSchedule
322 + rdl:hasInformalDefinition
323 + "activity that is a part of the schedule"^^xsd:string .
324 +
325 +ilap-view:hasCurrentPlanningStatus
326 + rdl:hasInformalDefinition
327 + "planning status for the required activity"^^xsd:string .
328 +
329 +ilap-view:hasLiveSchedule
330 + rdl:hasInformalDefinition
331 + "live schedule that specifies dates for all the events in a plan"^^xsd:string .
332 +
333 +ilap-view:x
334 + rdl:hasInformalDefinition
335 + "coordinate on planned duration axis in consumption profile"^^xsd:string .
336 +
337 +ilap-view:periodHasFinish
338 + rdl:hasInformalDefinition
339 + "date and time of period end"^^xsd:string .
340 +
341 +ilap-view:hasActualCurrentPercentageUsed
342 + rdl:hasInformalDefinition
343 + "percentage of the actual resource used realising the planned resource up to date"^^xsd:string .
344 +
345 +ilap-view:DateOrDateTime
346 + rdl:hasInformalDefinition
347 + "data type that is date or date time"^^xsd:string .
348 +
349 +ilap-view:hasMaterialDeliveryProgressStatus
350 + rdl:hasInformalDefinition
351 + "material delivery progress status"^^xsd:string .
352 +
353 +ilap-view:hasAvailableResource
354 + rdl:hasInformalDefinition
355 + "available resource from which the realisation of the resource in plan is to be taken"^^xsd:string .
356 +
357 +ilap-view:requiresShutdownOfSystem
358 + rdl:hasInformalDefinition
359 + "physical object that must be shutdown in order to carry out the activity"^^xsd:string .
360 +
361 +ilap-view:mustStartAsEarlyAsPossible
362 + rdl:hasInformalDefinition
363 + "Boolean that is true if the activity is specifed to start as early as possible, and false otherwise"^^xsd:string .
364 +
365 +ilap-view:hasLateFinish
366 + rdl:hasInformalDefinition
367 + "point in time for late finish of activity"^^xsd:string .
368 +
369 +ilap-view:realisationHasActualSubContractor
370 + rdl:hasInformalDefinition
371 + "person or organization that is a sub-contractor for the actual activity"^^xsd:string .
372 +
373 +ilap-view:mustStartAsLateAsPossible
374 + rdl:hasInformalDefinition
375 + "Boolean that is true if the activity is specifed to start as late as possible, and false otherwise"^^xsd:string .
376 +
377 +ilap-view:hasPlannedTotalActivityExpenditure
378 + rdl:hasInformalDefinition
379 + "quantity that is a monetary amount expressed in a currency"^^xsd:string .
380 +
381 +ilap-view:periodHasStart
382 + rdl:hasInformalDefinition
383 + "date and time of period start"^^xsd:string .
384 +
385 +ilap-view:hasPlannedProjectLeader
386 + rdl:hasInformalDefinition
387 + "person or organization that is the planned project leader"^^xsd:string .
388 +
389 +ilap-view:PlanSuccessionLink
390 + rdl:hasInformalDefinition
391 + "period of time in plan that is between events in plan, which can be starts or ends of activities or milestones, and that is defined by the planning activity implicit in the view in order to constrain their temporal relationship"^^xsd:string .
392 +
393 +ilap-view:realisationHasActualStart
394 + rdl:hasInformalDefinition
395 + "point in time that the actual activity starts at"^^xsd:string .
396 +
397 +ilap-view:hasPlannedCurrentDurationUsed
398 + rdl:hasInformalDefinition
399 + "duration of the actual staff time planned to be used up to date"^^xsd:string .
400 +
401 +ilap-view:mustStartNoLaterThan
402 + rdl:hasInformalDefinition
403 + "point in time that the required activity starts before"^^xsd:string .
404 +
405 +ilap-view:hasPlannedTotalQuantity
406 + rdl:hasInformalDefinition
407 + "total quantity that is planned"^^xsd:string .
408 +
409 +ilap-view:hasDescriptionOfPlannedCurrentProgress
410 + rdl:hasInformalDefinition
411 + "description of planned current progress"^^xsd:string .
412 +
413 +ilap-view:hasPlannedSubContractor
414 + rdl:hasInformalDefinition
415 + "person or organization that is a planned sub-contractor"^^xsd:string .
416 +
417 +ilap-view:hasDateOfReportedData
418 + rdl:hasInformalDefinition
419 + "progress reporting date"^^xsd:string .
420 +
421 +ilap-view:hasRiskFactor
422 + rdl:hasInformalDefinition
423 + "activity risk factor"^^xsd:string .
424 +
425 +ilap-view:mustStartOn
426 + rdl:hasInformalDefinition
427 + "point in time that the activity is specified to start at"^^xsd:string .
428 +
429 +ilap-view:delta
430 + rdl:hasInformalDefinition
431 + "period value in consumption profile"^^xsd:string .
432 +
433 +ilap-view:Property
434 + rdl:hasInformalDefinition
435 + "specified user field used to extend the standard planning model"^^xsd:string .
436 +
437 +ilap-view:hasMonetaryAmountValue
438 + rdl:hasInformalDefinition
439 + "value of monetary amount"^^xsd:string .
440 +
441 +ilap-view:hasPlannedTotalDuration
442 + rdl:hasInformalDefinition
443 + "total duration of the staff time planned to be used in plan"^^xsd:string .
444 +
445 +ilap-view:realisationHasActualMainContractor
446 + rdl:hasInformalDefinition
447 + "organization that is the main contract for the actual activity"^^xsd:string .
448 +
449 +ilap-view:hasDescriptionOfActualCurrentProgress
450 + rdl:hasInformalDefinition
451 + "description of actual current progress"^^xsd:string .
452 +
453 +ilap-view:isPartOfProjectPhase
454 + rdl:hasInformalDefinition
455 + "project phase that the activity is part of"^^xsd:string .
456 +
457 +ilap-view:Float
458 + rdl:hasInformalDefinition
459 + "data type that is float"^^xsd:string .
460 +
461 +ilap-view:hasPlannedCurrentQuantityUsed
462 + rdl:hasInformalDefinition
463 + "quanity that is planned to be used up to date"^^xsd:string .
464 +
465 +ilap-view:hasActualCurrentDurationUsed
466 + rdl:hasInformalDefinition
467 + "duration of the actual staff time used up to date"^^xsd:string .
468 +
469 +ilap-view:hasLateStart
470 + rdl:hasInformalDefinition
471 + "point in time for late start of activity"^^xsd:string .
472 +
473 +ilap-view:Uom
474 + rdl:hasInformalDefinition
475 + "unit of measurement"^^xsd:string .
476 +
477 +ilap-view:hasParentActivityInPlan
478 + rdl:hasInformalDefinition
479 + "relashionship used to multi-decomposition of activities"^^xsd:string .
480 +
481 +ilap-view:hasPropertyValue
482 + rdl:hasInformalDefinition
483 + "value of the specified user field"^^xsd:string .
484 +
485 +ilap-view:plannedResourceHasBreakdownClass
486 + rdl:hasInformalDefinition
487 + "resource breakdown class for resource in plan"^^xsd:string .
488 +
489 +ilap-view:PropertyType
490 + rdl:hasInformalDefinition
491 + "type of the specified user field"^^xsd:string .
492 +
493 +ilap-view:isPartOfShutdownPhase
494 + rdl:hasInformalDefinition
495 + "shutdown phase that the activity is part of"^^xsd:string .
496 +
497 +ilap-view:hasOperatorsRequiredFinishDate
498 + rdl:hasInformalDefinition
499 + "point in time that the operator requires the activity to finish at"^^xsd:string .
500 +
501 +ilap-view:typeOfEachRepeatedPeriodInTime
502 + rdl:hasInformalDefinition
503 + "type definition of a period in time that repeats"^^xsd:string .
504 +
505 +ilap-view:mustStartNoEarlierThan
506 + rdl:hasInformalDefinition
507 + "point in time that the required activity starts after"^^xsd:string .
1 +@prefix ilap: <http://data.posccaesar.org/ilap/> .
2 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
3 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
4 +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
5 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
6 +@prefix ilap-xsd: <http://data.posccaesar.org/ilap/xsd-generator-ontology/> .
7 +@prefix lci: <http://data.posccaesar.org/dm/> .
8 +@prefix dct: <http://purl.org/dc/terms/> .
9 +@prefix ptrn: <http://data.posccaesar.org/ptrn/> .
10 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 +@prefix lcm: <http://data.posccaesar.org/dm/metadata/> .
12 +@prefix rdl: <http://data.posccaesar.org/rdl/> .
13 +@prefix ilap-view: <http://data.posccaesar.org/ilap/view-ontology/> .
14 +@prefix pn: <http://www.w3.org/2005/xpath-functions#> .
15 +@prefix dc: <http://purl.org/dc/elements/1.1/> .
16 +
17 +ilap:hasLiveSchedule
18 + rdl:hasInformalDefinition
19 + "live schedule that specifies dates for all the events in a plan"^^xsd:string .
20 +
21 +ilap:hasCurrentSchedule
22 + rdl:hasInformalDefinition
23 + "current schedule that specifies dates for all the events in a plan"^^xsd:string .
24 +
25 +ilap:ActivityInPlanForScheduling
26 + rdl:hasInformalDefinition
27 + "activity in plan and unscheduled plan"^^xsd:string .
28 +
29 +ilap:PlanForScheduling
30 + rdl:hasInformalDefinition
31 + "plan for activity"^^xsd:string .
32 +
33 +ilap:MaterialResourceInPlan
34 + rdl:hasInformalDefinition
35 + "material resource available for use in plan"^^xsd:string .
36 +
37 +ilap:ScheduleForActivityInPlan
38 + rdl:hasInformalDefinition
39 + "information about the scheduled dates for an activity in plan"^^xsd:string .
40 +
41 +ilap:hasBaselineSchedule
42 + rdl:hasInformalDefinition
43 + "baseline schedule that specifies dates for all the events in a plan"^^xsd:string .
44 +
45 +ilap:MonetaryAmount
46 + rdl:hasInformalDefinition
47 + "quantity that is a monetary amount"^^xsd:string .
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
3 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 3 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
4 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 4 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
5 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 5 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
6 -@prefix list: <http://www.co-ode.org/ontologies/list.owl#> .
7 @prefix ilap-xsd: <http://data.posccaesar.org/ilap/xsd-generator-ontology/> . 6 @prefix ilap-xsd: <http://data.posccaesar.org/ilap/xsd-generator-ontology/> .
8 @prefix lci: <http://data.posccaesar.org/dm/> . 7 @prefix lci: <http://data.posccaesar.org/dm/> .
9 @prefix dct: <http://purl.org/dc/terms/> . 8 @prefix dct: <http://purl.org/dc/terms/> .
......