Showing
1 changed file
with
29 additions
and
0 deletions
... | @@ -60,6 +60,7 @@ ILAP:ActivityDependency | ... | @@ -60,6 +60,7 @@ ILAP:ActivityDependency |
60 | 60 | ||
61 | ILAP:ActivityPlan | 61 | ILAP:ActivityPlan |
62 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 62 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
63 | + rdfs:comment "A Network of Activities connected by Activity Dependencies, usually represented as a diagram or list of steps used to achieve an Objective."^^xsd:string ; | ||
63 | rdfs:label "Activity Plan"^^xsd:string ; | 64 | rdfs:label "Activity Plan"^^xsd:string ; |
64 | rdfs:subClassOf ILAP:Network ; | 65 | rdfs:subClassOf ILAP:Network ; |
65 | rdfs:subClassOf | 66 | rdfs:subClassOf |
... | @@ -75,6 +76,7 @@ ILAP:ActivityStatus | ... | @@ -75,6 +76,7 @@ ILAP:ActivityStatus |
75 | 76 | ||
76 | ILAP:ActivityWBS | 77 | ILAP:ActivityWBS |
77 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 78 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
79 | + rdfs:comment "A Network that consists of Work Breakdown Structure elements, a deliverable-oriented grouping of components that organizes and defines the scope of the project. Each Activity has a WBS elements assigned to it."^^xsd:string ; | ||
78 | rdfs:label "Activity WBS"^^xsd:string ; | 80 | rdfs:label "Activity WBS"^^xsd:string ; |
79 | rdfs:subClassOf ILAP:Network . | 81 | rdfs:subClassOf ILAP:Network . |
80 | 82 | ||
... | @@ -91,11 +93,13 @@ ILAP:Asset | ... | @@ -91,11 +93,13 @@ ILAP:Asset |
91 | 93 | ||
92 | ILAP:Baseline | 94 | ILAP:Baseline |
93 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 95 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
96 | + rdfs:comment "A Network that represents the latest approved version of the Execution Plan, Schedule Cost Estimate and other related documentation, used to provide an official reference level against which the Activity Plan is monitored and controlled (Adapted from PMI and BSI)."^^xsd:string ; | ||
94 | rdfs:label "Baseline"^^xsd:string ; | 97 | rdfs:label "Baseline"^^xsd:string ; |
95 | rdfs:subClassOf ILAP:Network . | 98 | rdfs:subClassOf ILAP:Network . |
96 | 99 | ||
97 | ILAP:BaselineSchedule | 100 | ILAP:BaselineSchedule |
98 | rdf:type owl:Class ; | 101 | rdf:type owl:Class ; |
102 | + rdfs:comment "A decided Schedule that corresponds to the (latest) defined Baseline."^^xsd:string ; | ||
99 | rdfs:label "Baseline Schedule"^^xsd:string ; | 103 | rdfs:label "Baseline Schedule"^^xsd:string ; |
100 | rdfs:subClassOf ILAP:Schedule . | 104 | rdfs:subClassOf ILAP:Schedule . |
101 | 105 | ||
... | @@ -213,6 +217,7 @@ ILAP:Contractor | ... | @@ -213,6 +217,7 @@ ILAP:Contractor |
213 | 217 | ||
214 | ILAP:ControlSchedule | 218 | ILAP:ControlSchedule |
215 | rdf:type owl:Class ; | 219 | rdf:type owl:Class ; |
220 | + rdfs:comment "A Baseline that contains activity start and end dates corresponding to planned progress before execution is started. Corresponds to parts of an original agreed Baseline."^^xsd:string ; | ||
216 | rdfs:label "Control Schedule"^^xsd:string ; | 221 | rdfs:label "Control Schedule"^^xsd:string ; |
217 | rdfs:subClassOf ILAP:Baseline . | 222 | rdfs:subClassOf ILAP:Baseline . |
218 | 223 | ||
... | @@ -235,11 +240,13 @@ ILAP:Criticality | ... | @@ -235,11 +240,13 @@ ILAP:Criticality |
235 | 240 | ||
236 | ILAP:CurrentSchedule | 241 | ILAP:CurrentSchedule |
237 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 242 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
243 | + rdfs:comment "A calculated Schedule that contains actual Activity start and end times so far, and forecasted remaining Activity start and end times without mitigating effects."^^xsd:string ; | ||
238 | rdfs:label "Current Schedule"^^xsd:string ; | 244 | rdfs:label "Current Schedule"^^xsd:string ; |
239 | rdfs:subClassOf ILAP:Schedule . | 245 | rdfs:subClassOf ILAP:Schedule . |
240 | 246 | ||
241 | ILAP:Data | 247 | ILAP:Data |
242 | rdf:type owl:Class ; | 248 | rdf:type owl:Class ; |
249 | + rdfs:comment "Information that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ; | ||
243 | rdfs:label "Data"^^xsd:string ; | 250 | rdfs:label "Data"^^xsd:string ; |
244 | rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; | 251 | rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; |
245 | rdfs:subClassOf | 252 | rdfs:subClassOf |
... | @@ -252,6 +259,7 @@ ILAP:Data | ... | @@ -252,6 +259,7 @@ ILAP:Data |
252 | 259 | ||
253 | ILAP:DecisionGate | 260 | ILAP:DecisionGate |
254 | rdf:type owl:Class ; | 261 | rdf:type owl:Class ; |
262 | + rdfs:comment "A Milestone Type that represents the end of a Phase of the defined asset lifecycle."^^xsd:string ; | ||
255 | rdfs:label "Decision Gate"^^xsd:string ; | 263 | rdfs:label "Decision Gate"^^xsd:string ; |
256 | rdfs:subClassOf ILAP:MilestoneType . | 264 | rdfs:subClassOf ILAP:MilestoneType . |
257 | 265 | ||
... | @@ -317,6 +325,7 @@ ILAP:DesignMilestone | ... | @@ -317,6 +325,7 @@ ILAP:DesignMilestone |
317 | 325 | ||
318 | ILAP:Discipline | 326 | ILAP:Discipline |
319 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 327 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
328 | + rdfs:comment "A Thing that is the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ; | ||
320 | rdfs:label "Discipline"^^xsd:string ; | 329 | rdfs:label "Discipline"^^xsd:string ; |
321 | rdfs:subClassOf owl:Thing . | 330 | rdfs:subClassOf owl:Thing . |
322 | 331 | ||
... | @@ -337,6 +346,7 @@ ILAP:EngineeringMilestone | ... | @@ -337,6 +346,7 @@ ILAP:EngineeringMilestone |
337 | 346 | ||
338 | ILAP:ExternalReference | 347 | ILAP:ExternalReference |
339 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | 348 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
349 | + rdfs:comment "A Thing that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ; | ||
340 | rdfs:label "External Reference"^^xsd:string ; | 350 | rdfs:label "External Reference"^^xsd:string ; |
341 | rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; | 351 | rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; |
342 | rdfs:subClassOf | 352 | rdfs:subClassOf |
... | @@ -383,11 +393,13 @@ ILAP:FinishToStart | ... | @@ -383,11 +393,13 @@ ILAP:FinishToStart |
383 | 393 | ||
384 | ILAP:FunctionalLocation | 394 | ILAP:FunctionalLocation |
385 | rdf:type owl:Class ; | 395 | rdf:type owl:Class ; |
396 | + rdfs:comment "A Location that is a logical position, typically used to specify where an Activity takes place, and normally described relative a functional breakdown of areas used for given types of Activities (e.g., the Drilling Are of an oil platform)."^^xsd:string ; | ||
386 | rdfs:label "Functional Location"^^xsd:string ; | 397 | rdfs:label "Functional Location"^^xsd:string ; |
387 | rdfs:subClassOf ILAP:Location . | 398 | rdfs:subClassOf ILAP:Location . |
388 | 399 | ||
389 | ILAP:GeographicLocation | 400 | ILAP:GeographicLocation |
390 | rdf:type owl:Class ; | 401 | rdf:type owl:Class ; |
402 | + rdfs:comment "A Location that is a geographical position, typically used to specify where a Facility or Organization is located, and normally specified according to NPD for offshore facilities and BRREG for onshore activities."^^xsd:string ; | ||
391 | rdfs:label "Geographic Location"^^xsd:string ; | 403 | rdfs:label "Geographic Location"^^xsd:string ; |
392 | rdfs:subClassOf ILAP:Location . | 404 | rdfs:subClassOf ILAP:Location . |
393 | 405 | ||
... | @@ -399,16 +411,19 @@ ILAP:HighCriticality | ... | @@ -399,16 +411,19 @@ ILAP:HighCriticality |
399 | 411 | ||
400 | ILAP:HighPriority | 412 | ILAP:HighPriority |
401 | rdf:type owl:Class ; | 413 | rdf:type owl:Class ; |
414 | + rdfs:comment "An amount of Priority that is classified as High."^^xsd:string ; | ||
402 | rdfs:label "High Priority"^^xsd:string ; | 415 | rdfs:label "High Priority"^^xsd:string ; |
403 | rdfs:subClassOf ILAP:Priority . | 416 | rdfs:subClassOf ILAP:Priority . |
404 | 417 | ||
405 | ILAP:Information | 418 | ILAP:Information |
406 | rdf:type owl:Class ; | 419 | rdf:type owl:Class ; |
420 | + rdfs:comment "A Thing that is facts provided or learned about something or someone (Oxford Dictionaries)."^^xsd:string ; | ||
407 | rdfs:label "Information"^^xsd:string ; | 421 | rdfs:label "Information"^^xsd:string ; |
408 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . | 422 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . |
409 | 423 | ||
410 | ILAP:Knowledge | 424 | ILAP:Knowledge |
411 | rdf:type owl:Class ; | 425 | rdf:type owl:Class ; |
426 | + rdfs:comment "Information that has been put into action in order to achieve a given Objective (adapted from Merriam-Webster)."^^xsd:string ; | ||
412 | rdfs:label "Knowledge"^^xsd:string ; | 427 | rdfs:label "Knowledge"^^xsd:string ; |
413 | rdfs:subClassOf ILAP:Information . | 428 | rdfs:subClassOf ILAP:Information . |
414 | 429 | ||
... | @@ -425,11 +440,13 @@ ILAP:LifecyclePhase | ... | @@ -425,11 +440,13 @@ ILAP:LifecyclePhase |
425 | 440 | ||
426 | ILAP:LiveSchedule | 441 | ILAP:LiveSchedule |
427 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 442 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
443 | + rdfs:comment "A decided Schedule that mitigates any delays discovered in the Current Schedule."^^xsd:string ; | ||
428 | rdfs:label "Live Schedule"^^xsd:string ; | 444 | rdfs:label "Live Schedule"^^xsd:string ; |
429 | rdfs:subClassOf ILAP:Schedule . | 445 | rdfs:subClassOf ILAP:Schedule . |
430 | 446 | ||
431 | ILAP:Location | 447 | ILAP:Location |
432 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; | 448 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; |
449 | + rdfs:comment "A Thing that is the location (position) of an Asset."^^xsd:string ; | ||
433 | rdfs:label "Location"^^xsd:string ; | 450 | rdfs:label "Location"^^xsd:string ; |
434 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . | 451 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . |
435 | 452 | ||
... | @@ -441,6 +458,7 @@ ILAP:LowCriticality | ... | @@ -441,6 +458,7 @@ ILAP:LowCriticality |
441 | 458 | ||
442 | ILAP:LowPriority | 459 | ILAP:LowPriority |
443 | rdf:type owl:Class ; | 460 | rdf:type owl:Class ; |
461 | + rdfs:comment "An amount of Priority that is classified as Low."^^xsd:string ; | ||
444 | rdfs:label "Low Priority"^^xsd:string ; | 462 | rdfs:label "Low Priority"^^xsd:string ; |
445 | rdfs:subClassOf ILAP:Priority . | 463 | rdfs:subClassOf ILAP:Priority . |
446 | 464 | ||
... | @@ -457,6 +475,7 @@ ILAP:MaterialOrderStatus | ... | @@ -457,6 +475,7 @@ ILAP:MaterialOrderStatus |
457 | 475 | ||
458 | ILAP:Milestone | 476 | ILAP:Milestone |
459 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; | 477 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; |
478 | + rdfs:comment "A Thing that is specified in the Activity Network, with a 0-duration, and in many cases a fixed date. A milestone is normally a specified event within the project, often linked to contractual items."^^xsd:string ; | ||
460 | rdfs:label "Milestone"^^xsd:string . | 479 | rdfs:label "Milestone"^^xsd:string . |
461 | 480 | ||
462 | ILAP:MilestoneType | 481 | ILAP:MilestoneType |
... | @@ -466,6 +485,7 @@ ILAP:MilestoneType | ... | @@ -466,6 +485,7 @@ ILAP:MilestoneType |
466 | 485 | ||
467 | ILAP:Network | 486 | ILAP:Network |
468 | rdf:type owl:Class ; | 487 | rdf:type owl:Class ; |
488 | + rdfs:comment "A Thing that defines how (a set of) Possible Individuals are connected by Constraints (adapted from Merriam-Webster)."^^xsd:string ; | ||
469 | rdfs:label "Network"^^xsd:string ; | 489 | rdfs:label "Network"^^xsd:string ; |
470 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . | 490 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . |
471 | 491 | ||
... | @@ -477,6 +497,7 @@ ILAP:NormalCriticality | ... | @@ -477,6 +497,7 @@ ILAP:NormalCriticality |
477 | 497 | ||
478 | ILAP:NormalPriority | 498 | ILAP:NormalPriority |
479 | rdf:type owl:Class ; | 499 | rdf:type owl:Class ; |
500 | + rdfs:comment "An amount of Priority that is classified as Normal."^^xsd:string ; | ||
480 | rdfs:label "Normal Priority"^^xsd:string ; | 501 | rdfs:label "Normal Priority"^^xsd:string ; |
481 | rdfs:subClassOf ILAP:Priority . | 502 | rdfs:subClassOf ILAP:Priority . |
482 | 503 | ||
... | @@ -511,6 +532,7 @@ ILAP:Phase | ... | @@ -511,6 +532,7 @@ ILAP:Phase |
511 | 532 | ||
512 | ILAP:PhysicalLocation | 533 | ILAP:PhysicalLocation |
513 | rdf:type owl:Class ; | 534 | rdf:type owl:Class ; |
535 | + rdfs:comment "A Location that is a physical position within a Geographical Location, typically use to specify the positon of an Asset and specified by coordinates relative to NPD for offshore facilities and BRREG for onshore activities."^^xsd:string ; | ||
514 | rdfs:label "Physical Location"^^xsd:string ; | 536 | rdfs:label "Physical Location"^^xsd:string ; |
515 | rdfs:subClassOf ILAP:Location . | 537 | rdfs:subClassOf ILAP:Location . |
516 | 538 | ||
... | @@ -620,6 +642,7 @@ ILAP:PlannedActivity | ... | @@ -620,6 +642,7 @@ ILAP:PlannedActivity |
620 | 642 | ||
621 | ILAP:PlannedMilestone | 643 | ILAP:PlannedMilestone |
622 | rdf:type owl:Class ; | 644 | rdf:type owl:Class ; |
645 | + rdfs:comment "A Milestone that is planned."^^xsd:string ; | ||
623 | rdfs:label "Planned Milestone"^^xsd:string ; | 646 | rdfs:label "Planned Milestone"^^xsd:string ; |
624 | rdfs:subClassOf ILAP:Milestone . | 647 | rdfs:subClassOf ILAP:Milestone . |
625 | 648 | ||
... | @@ -635,6 +658,7 @@ ILAP:Portfolio | ... | @@ -635,6 +658,7 @@ ILAP:Portfolio |
635 | 658 | ||
636 | ILAP:Priority | 659 | ILAP:Priority |
637 | rdf:type owl:Class ; | 660 | rdf:type owl:Class ; |
661 | + rdfs:comment "A Thing that is a measure of the importance of executing (one or more) activities r tasks."^^xsd:string ; | ||
638 | rdfs:label "Priority"^^xsd:string ; | 662 | rdfs:label "Priority"^^xsd:string ; |
639 | rdfs:subClassOf owl:Thing . | 663 | rdfs:subClassOf owl:Thing . |
640 | 664 | ||
... | @@ -682,6 +706,7 @@ ILAP:Project | ... | @@ -682,6 +706,7 @@ ILAP:Project |
682 | 706 | ||
683 | ILAP:ProjectExecutionPlan | 707 | ILAP:ProjectExecutionPlan |
684 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 708 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
709 | + rdfs:comment "An Network that includes an overall setting of a Project, including design basis, construction philosophy and contracting strategy as basis for preparing a project specific master Schedule."^^xsd:string ; | ||
685 | rdfs:label "Project Execution Plan (Planned Activity Network)"^^xsd:string ; | 710 | rdfs:label "Project Execution Plan (Planned Activity Network)"^^xsd:string ; |
686 | rdfs:subClassOf ILAP:Network ; | 711 | rdfs:subClassOf ILAP:Network ; |
687 | rdfs:subClassOf | 712 | rdfs:subClassOf |
... | @@ -838,6 +863,7 @@ ILAP:Result | ... | @@ -838,6 +863,7 @@ ILAP:Result |
838 | 863 | ||
839 | ILAP:RevisedSchedule | 864 | ILAP:RevisedSchedule |
840 | rdf:type owl:Class ; | 865 | rdf:type owl:Class ; |
866 | + rdfs:comment "A Schedule that has Activity start and end times revised from the Current Schedule."^^xsd:string ; | ||
841 | rdfs:label "Revised schedule"^^xsd:string ; | 867 | rdfs:label "Revised schedule"^^xsd:string ; |
842 | rdfs:subClassOf ILAP:Schedule . | 868 | rdfs:subClassOf ILAP:Schedule . |
843 | 869 | ||
... | @@ -864,6 +890,7 @@ ILAP:SACissued | ... | @@ -864,6 +890,7 @@ ILAP:SACissued |
864 | 890 | ||
865 | ILAP:Schedule | 891 | ILAP:Schedule |
866 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 892 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
893 | + rdfs:comment "A Network of Activities with planned (start and end) Dates, Durations, and Milestones, which can be used to track and monitor work, and provide Resources against which Results are managed and controlled (Adapted from PMI)."^^xsd:string ; | ||
867 | rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ; | 894 | rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ; |
868 | rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; | 895 | rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; |
869 | rdfs:subClassOf | 896 | rdfs:subClassOf |
... | @@ -895,6 +922,7 @@ ILAP:ScheduledActivity | ... | @@ -895,6 +922,7 @@ ILAP:ScheduledActivity |
895 | 922 | ||
896 | ILAP:ScheduledMilestone | 923 | ILAP:ScheduledMilestone |
897 | rdf:type owl:Class ; | 924 | rdf:type owl:Class ; |
925 | + rdfs:comment "A Milestone that is scheduled."^^xsd:string ; | ||
898 | rdfs:label "Scheduled Milestone"^^xsd:string ; | 926 | rdfs:label "Scheduled Milestone"^^xsd:string ; |
899 | rdfs:subClassOf ILAP:PlannedMilestone . | 927 | rdfs:subClassOf ILAP:PlannedMilestone . |
900 | 928 | ||
... | @@ -942,6 +970,7 @@ ILAP:Status | ... | @@ -942,6 +970,7 @@ ILAP:Status |
942 | 970 | ||
943 | ILAP:TargetSchedule | 971 | ILAP:TargetSchedule |
944 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 972 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
973 | + rdfs:comment "A decided Schedule that reflects the current target start and finish Dates."^^xsd:string ; | ||
945 | rdfs:label "Target Schedule"^^xsd:string ; | 974 | rdfs:label "Target Schedule"^^xsd:string ; |
946 | rdfs:subClassOf ILAP:Schedule . | 975 | rdfs:subClassOf ILAP:Schedule . |
947 | 976 | ... | ... |
-
Please register or login to post a comment