Showing
7 changed files
with
216 additions
and
203 deletions
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 6 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 7 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 8 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 8 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 9 | -@prefix skos: <http://www.w3.org/2004/02/skos/core#> | 9 | +@prefix skos: <http://www.w3.org/2004/02/skos/core#> . |
| 10 | 10 | ||
| 11 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding> | 11 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding> |
| 12 | rdf:type owl:Ontology ; | 12 | rdf:type owl:Ontology ; | ... | ... |
| ... | @@ -4,10 +4,10 @@ | ... | @@ -4,10 +4,10 @@ |
| 4 | # imports: http://data.posccaesar.org/diskos/ | 4 | # imports: http://data.posccaesar.org/diskos/ |
| 5 | # imports: http://data.posccaesar.org/epcis/ | 5 | # imports: http://data.posccaesar.org/epcis/ |
| 6 | # imports: http://data.posccaesar.org/ilap/ | 6 | # imports: http://data.posccaesar.org/ilap/ |
| 7 | +# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS | ||
| 7 | # imports: http://data.posccaesar.org/npd/ | 8 | # imports: http://data.posccaesar.org/npd/ |
| 8 | # imports: http://data.posccaesar.org/pob/ | 9 | # imports: http://data.posccaesar.org/pob/ |
| 9 | # imports: http://data.posccaesar.org/sccs/ | 10 | # imports: http://data.posccaesar.org/sccs/ |
| 10 | -# imports: http://www.ilap.no/codes/NORSOK/Z-014/SCCS | ||
| 11 | 11 | ||
| 12 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . | 12 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . |
| 13 | @prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> . | 13 | @prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> . |
| ... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
| 21 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 21 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 22 | 22 | ||
| 23 | NCS: rdf:type owl:Ontology ; | 23 | NCS: rdf:type owl:Ontology ; |
| 24 | - owl:imports <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://www.ilap.no/codes/NORSOK/Z-014/SCCS> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , ILAP: , <http://data.posccaesar.org/sccs/> , <http://data.posccaesar.org/epcis/> . | 24 | + owl:imports <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/sccs/> , <http://data.posccaesar.org/epcis/> . |
| 25 | 25 | ||
| 26 | NCS:Active | 26 | NCS:Active |
| 27 | rdf:type ILAP:Status ; | 27 | rdf:type ILAP:Status ; |
| ... | @@ -89,6 +89,12 @@ NCS:PbsClass | ... | @@ -89,6 +89,12 @@ NCS:PbsClass |
| 89 | rdfs:label "PbsClass"^^xsd:string ; | 89 | rdfs:label "PbsClass"^^xsd:string ; |
| 90 | rdfs:subClassOf NCS:ClassInNorsok . | 90 | rdfs:subClassOf NCS:ClassInNorsok . |
| 91 | 91 | ||
| 92 | +NCS:PlannedActivity_1 | ||
| 93 | + rdf:type ILAP:PlannedActivity ; | ||
| 94 | + rdfs:label "Planned activity 1"^^xsd:string ; | ||
| 95 | + ILAP:hasActivityWBSelement | ||
| 96 | + ILAP:ActivityWBS_1 . | ||
| 97 | + | ||
| 92 | NCS:Planning | 98 | NCS:Planning |
| 93 | rdf:type ILAP:PlanPhase ; | 99 | rdf:type ILAP:PlanPhase ; |
| 94 | rdfs:label "Planning"^^xsd:string . | 100 | rdfs:label "Planning"^^xsd:string . |
| ... | @@ -115,6 +121,14 @@ ILAP: | ... | @@ -115,6 +121,14 @@ ILAP: |
| 115 | rdf:type owl:Ontology ; | 121 | rdf:type owl:Ontology ; |
| 116 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 122 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 117 | 123 | ||
| 124 | +ILAP:ActivityWBS_1 | ||
| 125 | + ILAP:hasWBSProjectType | ||
| 126 | + ILAP:CAPEX ; | ||
| 127 | + ILAP:hasWBSResource <SCCS:COR_ABA> ; | ||
| 128 | + ILAP:hasWBScomponent | ||
| 129 | + <SCCS:PBS_BSAB> ; | ||
| 130 | + ILAP:hasWBSphase <SCCS:SAB_11> . | ||
| 131 | + | ||
| 118 | ILAP:Aquisition | 132 | ILAP:Aquisition |
| 119 | rdf:type ILAP:PlanLifecycleStage ; | 133 | rdf:type ILAP:PlanLifecycleStage ; |
| 120 | rdfs:label "Aquire"^^xsd:string . | 134 | rdfs:label "Aquire"^^xsd:string . |
| ... | @@ -410,6 +424,15 @@ ILAP:hasTimeNow | ... | @@ -410,6 +424,15 @@ ILAP:hasTimeNow |
| 410 | rdfs:label "has time now"^^xsd:string ; | 424 | rdfs:label "has time now"^^xsd:string ; |
| 411 | rdfs:range xsd:date . | 425 | rdfs:range xsd:date . |
| 412 | 426 | ||
| 427 | +ILAP:hasWBSResource | ||
| 428 | + rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> . | ||
| 429 | + | ||
| 430 | +ILAP:hasWBScomponent | ||
| 431 | + rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> . | ||
| 432 | + | ||
| 433 | +ILAP:hasWBSphase | ||
| 434 | + rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . | ||
| 435 | + | ||
| 413 | COR:A | 436 | COR:A |
| 414 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 437 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 415 | 438 | ... | ... |
NorsokZ014/SCCS.ttl
deleted
100644 → 0
| 1 | -# baseURI: http://www.ilap.no/codes/NORSOK/Z-014/SCCS | ||
| 2 | -# imports: http://www.ilap.no/codes/NORSOK/Z-014/CORCoding | ||
| 3 | -# imports: http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding | ||
| 4 | -# imports: http://www.ilap.no/codes/NORSOK/Z-014/SABCoding | ||
| 5 | - | ||
| 6 | -@prefix SCCS: <http://www.ilap.no/codes/NORSOK/Z-014/SCCS#> . | ||
| 7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | - | ||
| 12 | -<http://www.ilap.no/codes/NORSOK/Z-014/SCCS> | ||
| 13 | - rdf:type owl:Ontology ; | ||
| 14 | - rdfs:comment """This ontology is a representation of NORSOK Z-014. The Introduction of the standard describes it as follows. | ||
| 15 | -This NORSOK standard describes a system for coding of cost and weight estimates and as-built/experience data which has been recognised for some time as standard cost coding system (SCCS). | ||
| 16 | -The SCCS was originally developed in 1989 by the three Norwegian oil companies Norsk Hydro, Saga Petroleum and Statoil with purpose of standardisation and specification of a cost coding system. The Norwegian Petroleum Directorate (NPD) joined the work to ensure consistency between the new standard and NPD`s requirements for reporting to their INVERS database. | ||
| 17 | -The SCCS is designed to provide a uniform coding basis for the estimate preparation and to serve as a standard for collecting/collating historical data. | ||
| 18 | -This NORSOK standard has been developed on basis of the SCCS to update, improve and simplify previous edition no. 2 of the system from 1992 and to open for ownership, input and support from the entire Norwegian petroleum industry. NPD’s ‘Veiledning til PUD/PAD’, states that cost reporting should be coded according to SCCS."""^^xsd:string ; | ||
| 19 | - rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ; | ||
| 20 | - owl:imports <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding> ; | ||
| 21 | - owl:imports <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding> ; | ||
| 22 | - owl:imports <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding> ; | ||
| 23 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 24 | -. |
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 6 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 7 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 8 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 8 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 9 | -@prefix skos: <http://www.w3.org/2004/02/skos/core#> | 9 | +@prefix skos: <http://www.w3.org/2004/02/skos/core#> . |
| 10 | 10 | ||
| 11 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> | 11 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> |
| 12 | rdf:type owl:Ontology ; | 12 | rdf:type owl:Ontology ; | ... | ... |
| ... | @@ -19,50 +19,50 @@ ILAP: | ... | @@ -19,50 +19,50 @@ ILAP: |
| 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 20 | 20 | ||
| 21 | ILAP:Activity | 21 | ILAP:Activity |
| 22 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 22 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 23 | rdfs:label "Activity"^^xsd:string ; | 23 | rdfs:label "Activity"^^xsd:string ; |
| 24 | rdfs:subClassOf | 24 | rdfs:subClassOf |
| 25 | [ rdf:type owl:Restriction ; | 25 | [ rdf:type owl:Restriction ; |
| 26 | - owl:allValuesFrom ILAP:Discipline ; | 26 | + owl:allValuesFrom ILAP:Status ; |
| 27 | - owl:onProperty ILAP:hasActivityDiscipline | 27 | + owl:onProperty ILAP:hasActivityStatus |
| 28 | ] ; | 28 | ] ; |
| 29 | rdfs:subClassOf | 29 | rdfs:subClassOf |
| 30 | [ rdf:type owl:Restriction ; | 30 | [ rdf:type owl:Restriction ; |
| 31 | - owl:allValuesFrom ILAP:Calendar ; | 31 | + owl:onProperty ILAP:hasExternalReference ; |
| 32 | - owl:onProperty ILAP:hasActivityCalendar | 32 | + owl:someValuesFrom ILAP:ExternalReference |
| 33 | ] ; | 33 | ] ; |
| 34 | rdfs:subClassOf | 34 | rdfs:subClassOf |
| 35 | [ rdf:type owl:Restriction ; | 35 | [ rdf:type owl:Restriction ; |
| 36 | - owl:onProperty ILAP:hasExternalReference ; | 36 | + owl:allValuesFrom ILAP:Calendar ; |
| 37 | - owl:someValuesFrom ILAP:ExternalReference | 37 | + owl:onProperty ILAP:hasActivityCalendar |
| 38 | ] ; | 38 | ] ; |
| 39 | rdfs:subClassOf | 39 | rdfs:subClassOf |
| 40 | [ rdf:type owl:Restriction ; | 40 | [ rdf:type owl:Restriction ; |
| 41 | - owl:allValuesFrom ILAP:Status ; | 41 | + owl:allValuesFrom ILAP:Discipline ; |
| 42 | - owl:onProperty ILAP:hasActivityStatus | 42 | + owl:onProperty ILAP:hasActivityDiscipline |
| 43 | ] . | 43 | ] . |
| 44 | 44 | ||
| 45 | ILAP:ActivityDependency | 45 | ILAP:ActivityDependency |
| 46 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 46 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 47 | rdfs:label "Activity Dependency"^^xsd:string ; | 47 | rdfs:label "Activity Dependency"^^xsd:string ; |
| 48 | rdfs:subClassOf ILAP:Constraint ; | 48 | rdfs:subClassOf ILAP:Constraint ; |
| 49 | rdfs:subClassOf | 49 | rdfs:subClassOf |
| 50 | [ rdf:type owl:Restriction ; | 50 | [ rdf:type owl:Restriction ; |
| 51 | owl:onClass ILAP:Activity ; | 51 | owl:onClass ILAP:Activity ; |
| 52 | - owl:onProperty ILAP:hasPredecessorActivity ; | 52 | + owl:onProperty ILAP:hasSuccessorActivity ; |
| 53 | owl:qualifiedCardinality | 53 | owl:qualifiedCardinality |
| 54 | "1"^^xsd:nonNegativeInteger | 54 | "1"^^xsd:nonNegativeInteger |
| 55 | ] ; | 55 | ] ; |
| 56 | rdfs:subClassOf | 56 | rdfs:subClassOf |
| 57 | [ rdf:type owl:Restriction ; | 57 | [ rdf:type owl:Restriction ; |
| 58 | owl:onClass ILAP:Activity ; | 58 | owl:onClass ILAP:Activity ; |
| 59 | - owl:onProperty ILAP:hasSuccessorActivity ; | 59 | + owl:onProperty ILAP:hasPredecessorActivity ; |
| 60 | owl:qualifiedCardinality | 60 | owl:qualifiedCardinality |
| 61 | "1"^^xsd:nonNegativeInteger | 61 | "1"^^xsd:nonNegativeInteger |
| 62 | ] . | 62 | ] . |
| 63 | 63 | ||
| 64 | ILAP:ActivityPlan | 64 | ILAP:ActivityPlan |
| 65 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 65 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 66 | rdfs:label "Activity Plan"^^xsd:string ; | 66 | rdfs:label "Activity Plan"^^xsd:string ; |
| 67 | rdfs:subClassOf ILAP:Network ; | 67 | rdfs:subClassOf ILAP:Network ; |
| 68 | rdfs:subClassOf | 68 | rdfs:subClassOf |
| ... | @@ -77,22 +77,26 @@ ILAP:ActivityStatus | ... | @@ -77,22 +77,26 @@ ILAP:ActivityStatus |
| 77 | rdfs:subClassOf ILAP:Status . | 77 | rdfs:subClassOf ILAP:Status . |
| 78 | 78 | ||
| 79 | ILAP:ActivityWBS | 79 | ILAP:ActivityWBS |
| 80 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 80 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
| 81 | rdfs:label "Activity WBS"^^xsd:string ; | 81 | rdfs:label "Activity WBS"^^xsd:string ; |
| 82 | rdfs:subClassOf ILAP:Network . | 82 | rdfs:subClassOf ILAP:Network . |
| 83 | 83 | ||
| 84 | +ILAP:ActivityWBS_1 | ||
| 85 | + rdf:type ILAP:ActivityWBS ; | ||
| 86 | + rdfs:label "Activity WBS 1"^^xsd:string . | ||
| 87 | + | ||
| 84 | ILAP:Application | 88 | ILAP:Application |
| 85 | rdf:type owl:Class ; | 89 | rdf:type owl:Class ; |
| 86 | rdfs:label "Application"^^xsd:string ; | 90 | rdfs:label "Application"^^xsd:string ; |
| 87 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . | 91 | + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . |
| 88 | 92 | ||
| 89 | ILAP:Asset | 93 | ILAP:Asset |
| 90 | rdf:type owl:Class ; | 94 | rdf:type owl:Class ; |
| 91 | rdfs:label "Asset"^^xsd:string ; | 95 | rdfs:label "Asset"^^xsd:string ; |
| 92 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . | 96 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . |
| 93 | 97 | ||
| 94 | ILAP:Baseline | 98 | ILAP:Baseline |
| 95 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 99 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 96 | rdfs:label "Baseline"^^xsd:string ; | 100 | rdfs:label "Baseline"^^xsd:string ; |
| 97 | rdfs:subClassOf ILAP:Network . | 101 | rdfs:subClassOf ILAP:Network . |
| 98 | 102 | ||
| ... | @@ -106,9 +110,9 @@ ILAP:CAPEX | ... | @@ -106,9 +110,9 @@ ILAP:CAPEX |
| 106 | rdfs:label "CAPEX"^^xsd:string . | 110 | rdfs:label "CAPEX"^^xsd:string . |
| 107 | 111 | ||
| 108 | ILAP:Calendar | 112 | ILAP:Calendar |
| 109 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 113 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 110 | rdfs:label "Calendar"^^xsd:string ; | 114 | rdfs:label "Calendar"^^xsd:string ; |
| 111 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; | 115 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; |
| 112 | rdfs:subClassOf | 116 | rdfs:subClassOf |
| 113 | [ rdf:type owl:Restriction ; | 117 | [ rdf:type owl:Restriction ; |
| 114 | owl:allValuesFrom ILAP:CalendarFreePeriod ; | 118 | owl:allValuesFrom ILAP:CalendarFreePeriod ; |
| ... | @@ -116,14 +120,14 @@ ILAP:Calendar | ... | @@ -116,14 +120,14 @@ ILAP:Calendar |
| 116 | ] . | 120 | ] . |
| 117 | 121 | ||
| 118 | ILAP:CalendarDay | 122 | ILAP:CalendarDay |
| 119 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 123 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 120 | rdfs:label "Calendar day"^^xsd:string ; | 124 | rdfs:label "Calendar day"^^xsd:string ; |
| 121 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . | 125 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . |
| 122 | 126 | ||
| 123 | ILAP:CalendarFreePeriod | 127 | ILAP:CalendarFreePeriod |
| 124 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 128 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
| 125 | rdfs:label "Calendar free period"^^xsd:string ; | 129 | rdfs:label "Calendar free period"^^xsd:string ; |
| 126 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; | 130 | + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; |
| 127 | rdfs:subClassOf | 131 | rdfs:subClassOf |
| 128 | [ rdf:type owl:Restriction ; | 132 | [ rdf:type owl:Restriction ; |
| 129 | owl:onClass ILAP:Calendar ; | 133 | owl:onClass ILAP:Calendar ; |
| ... | @@ -135,39 +139,39 @@ ILAP:CalendarFreePeriod | ... | @@ -135,39 +139,39 @@ ILAP:CalendarFreePeriod |
| 135 | ] . | 139 | ] . |
| 136 | 140 | ||
| 137 | ILAP:CalendarFreePeriodWeekRepeat | 141 | ILAP:CalendarFreePeriodWeekRepeat |
| 138 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 142 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
| 139 | rdfs:label "Free day"^^xsd:string ; | 143 | rdfs:label "Free day"^^xsd:string ; |
| 140 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . | 144 | + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . |
| 141 | 145 | ||
| 142 | ILAP:CalendarHour | 146 | ILAP:CalendarHour |
| 143 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 147 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 144 | rdfs:label "calendar hour"^^xsd:string ; | 148 | rdfs:label "calendar hour"^^xsd:string ; |
| 145 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . | 149 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . |
| 146 | 150 | ||
| 147 | ILAP:CalendarPeriod | 151 | ILAP:CalendarPeriod |
| 148 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; | 152 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; |
| 149 | rdfs:label "Calendar period"^^xsd:string ; | 153 | rdfs:label "Calendar period"^^xsd:string ; |
| 150 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; | 154 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; |
| 151 | rdfs:subClassOf | 155 | rdfs:subClassOf |
| 152 | [ rdf:type owl:Restriction ; | 156 | [ rdf:type owl:Restriction ; |
| 153 | - owl:allValuesFrom ILAP:CalendarDay ; | 157 | + owl:allValuesFrom ILAP:CalendarHour ; |
| 154 | - owl:onProperty ILAP:hasCalendarPeriodDay | 158 | + owl:onProperty ILAP:hasCalendarPeriodHour |
| 155 | ] ; | 159 | ] ; |
| 156 | rdfs:subClassOf | 160 | rdfs:subClassOf |
| 157 | [ rdf:type owl:Restriction ; | 161 | [ rdf:type owl:Restriction ; |
| 158 | - owl:allValuesFrom ILAP:CalendarHour ; | 162 | + owl:allValuesFrom ILAP:CalendarDay ; |
| 159 | - owl:onProperty ILAP:hasCalendarPeriodHour | 163 | + owl:onProperty ILAP:hasCalendarPeriodDay |
| 160 | ] . | 164 | ] . |
| 161 | 165 | ||
| 162 | ILAP:Constraint | 166 | ILAP:Constraint |
| 163 | rdf:type owl:Class ; | 167 | rdf:type owl:Class ; |
| 164 | rdfs:label "Constraint"^^xsd:string ; | 168 | rdfs:label "Constraint"^^xsd:string ; |
| 165 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . | 169 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . |
| 166 | 170 | ||
| 167 | ILAP:Contract | 171 | ILAP:Contract |
| 168 | rdf:type owl:Class ; | 172 | rdf:type owl:Class ; |
| 169 | rdfs:label "Contract"^^xsd:string ; | 173 | rdfs:label "Contract"^^xsd:string ; |
| 170 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . | 174 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . |
| 171 | 175 | ||
| 172 | ILAP:ControlSchedule | 176 | ILAP:ControlSchedule |
| 173 | rdf:type owl:Class ; | 177 | rdf:type owl:Class ; |
| ... | @@ -177,7 +181,7 @@ ILAP:ControlSchedule | ... | @@ -177,7 +181,7 @@ ILAP:ControlSchedule |
| 177 | ILAP:Cost | 181 | ILAP:Cost |
| 178 | rdf:type owl:Class ; | 182 | rdf:type owl:Class ; |
| 179 | rdfs:label "Cost"^^xsd:string ; | 183 | rdfs:label "Cost"^^xsd:string ; |
| 180 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . | 184 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . |
| 181 | 185 | ||
| 182 | ILAP:CostBased | 186 | ILAP:CostBased |
| 183 | rdf:type owl:Class ; | 187 | rdf:type owl:Class ; |
| ... | @@ -185,14 +189,14 @@ ILAP:CostBased | ... | @@ -185,14 +189,14 @@ ILAP:CostBased |
| 185 | rdfs:subClassOf ILAP:Resource . | 189 | rdfs:subClassOf ILAP:Resource . |
| 186 | 190 | ||
| 187 | ILAP:CurrentSchedule | 191 | ILAP:CurrentSchedule |
| 188 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 192 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 189 | rdfs:label "Current schedule"^^xsd:string ; | 193 | rdfs:label "Current schedule"^^xsd:string ; |
| 190 | rdfs:subClassOf ILAP:Schedule . | 194 | rdfs:subClassOf ILAP:Schedule . |
| 191 | 195 | ||
| 192 | ILAP:Data | 196 | ILAP:Data |
| 193 | rdf:type owl:Class ; | 197 | rdf:type owl:Class ; |
| 194 | rdfs:label "Data"^^xsd:string ; | 198 | rdfs:label "Data"^^xsd:string ; |
| 195 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; | 199 | + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; |
| 196 | rdfs:subClassOf | 200 | rdfs:subClassOf |
| 197 | [ rdf:type owl:Restriction ; | 201 | [ rdf:type owl:Restriction ; |
| 198 | owl:onClass ILAP:Project ; | 202 | owl:onClass ILAP:Project ; |
| ... | @@ -202,20 +206,18 @@ ILAP:Data | ... | @@ -202,20 +206,18 @@ ILAP:Data |
| 202 | ] . | 206 | ] . |
| 203 | 207 | ||
| 204 | ILAP:Discipline | 208 | ILAP:Discipline |
| 205 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 209 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
| 206 | rdfs:label "Discipline"^^xsd:string ; | 210 | rdfs:label "Discipline"^^xsd:string ; |
| 207 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing . | 211 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . |
| 208 | 212 | ||
| 209 | ILAP:ExternalReference | 213 | ILAP:ExternalReference |
| 210 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 214 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
| 211 | rdfs:label "External Reference"^^xsd:string ; | 215 | rdfs:label "External Reference"^^xsd:string ; |
| 212 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; | 216 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; |
| 213 | rdfs:subClassOf | 217 | rdfs:subClassOf |
| 214 | [ rdf:type owl:Restriction ; | 218 | [ rdf:type owl:Restriction ; |
| 215 | - owl:onDataRange xsd:string ; | 219 | + owl:allValuesFrom ILAP:Application ; |
| 216 | - owl:onProperty ILAP:hasObjectReferenceID ; | 220 | + owl:onProperty ILAP:hasReferenceApplication |
| 217 | - owl:qualifiedCardinality | ||
| 218 | - "1"^^xsd:nonNegativeInteger | ||
| 219 | ] ; | 221 | ] ; |
| 220 | rdfs:subClassOf | 222 | rdfs:subClassOf |
| 221 | [ rdf:type owl:Restriction ; | 223 | [ rdf:type owl:Restriction ; |
| ... | @@ -224,19 +226,21 @@ ILAP:ExternalReference | ... | @@ -224,19 +226,21 @@ ILAP:ExternalReference |
| 224 | ] ; | 226 | ] ; |
| 225 | rdfs:subClassOf | 227 | rdfs:subClassOf |
| 226 | [ rdf:type owl:Restriction ; | 228 | [ rdf:type owl:Restriction ; |
| 227 | - owl:allValuesFrom ILAP:Application ; | 229 | + owl:onDataRange xsd:string ; |
| 228 | - owl:onProperty ILAP:hasReferenceApplication | 230 | + owl:onProperty ILAP:hasObjectReferenceID ; |
| 231 | + owl:qualifiedCardinality | ||
| 232 | + "1"^^xsd:nonNegativeInteger | ||
| 229 | ] . | 233 | ] . |
| 230 | 234 | ||
| 231 | ILAP:FinishToFinish | 235 | ILAP:FinishToFinish |
| 232 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 236 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 233 | rdfs:label "Finish to finish"^^xsd:string ; | 237 | rdfs:label "Finish to finish"^^xsd:string ; |
| 234 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 238 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 235 | 239 | ||
| 236 | ILAP:FinishToStart | 240 | ILAP:FinishToStart |
| 237 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 241 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 238 | rdfs:label "Finish to start"^^xsd:string ; | 242 | rdfs:label "Finish to start"^^xsd:string ; |
| 239 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 243 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 240 | 244 | ||
| 241 | ILAP:FunctionalLocation | 245 | ILAP:FunctionalLocation |
| 242 | rdf:type owl:Class ; | 246 | rdf:type owl:Class ; |
| ... | @@ -254,7 +258,7 @@ ILAP:Hot_Work | ... | @@ -254,7 +258,7 @@ ILAP:Hot_Work |
| 254 | ILAP:Information | 258 | ILAP:Information |
| 255 | rdf:type owl:Class ; | 259 | rdf:type owl:Class ; |
| 256 | rdfs:label "Information"^^xsd:string ; | 260 | rdfs:label "Information"^^xsd:string ; |
| 257 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . | 261 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . |
| 258 | 262 | ||
| 259 | ILAP:Knowledge | 263 | ILAP:Knowledge |
| 260 | rdf:type owl:Class ; | 264 | rdf:type owl:Class ; |
| ... | @@ -266,17 +270,17 @@ ILAP:Lifting_Operation | ... | @@ -266,17 +270,17 @@ ILAP:Lifting_Operation |
| 266 | rdfs:label "Lifting Operation"^^xsd:string . | 270 | rdfs:label "Lifting Operation"^^xsd:string . |
| 267 | 271 | ||
| 268 | ILAP:LiveSchedule | 272 | ILAP:LiveSchedule |
| 269 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 273 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 270 | rdfs:label "Live schedule"^^xsd:string ; | 274 | rdfs:label "Live schedule"^^xsd:string ; |
| 271 | rdfs:subClassOf ILAP:Schedule . | 275 | rdfs:subClassOf ILAP:Schedule . |
| 272 | 276 | ||
| 273 | ILAP:Location | 277 | ILAP:Location |
| 274 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | 278 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; |
| 275 | rdfs:label "Location"^^xsd:string ; | 279 | rdfs:label "Location"^^xsd:string ; |
| 276 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . | 280 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . |
| 277 | 281 | ||
| 278 | ILAP:Milestone | 282 | ILAP:Milestone |
| 279 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; | 283 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; |
| 280 | rdfs:label "Milestone"^^xsd:string . | 284 | rdfs:label "Milestone"^^xsd:string . |
| 281 | 285 | ||
| 282 | ILAP:Missing_Barriers | 286 | ILAP:Missing_Barriers |
| ... | @@ -286,7 +290,7 @@ ILAP:Missing_Barriers | ... | @@ -286,7 +290,7 @@ ILAP:Missing_Barriers |
| 286 | ILAP:Network | 290 | ILAP:Network |
| 287 | rdf:type owl:Class ; | 291 | rdf:type owl:Class ; |
| 288 | rdfs:label "Network"^^xsd:string ; | 292 | rdfs:label "Network"^^xsd:string ; |
| 289 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . | 293 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . |
| 290 | 294 | ||
| 291 | ILAP:OPEX | 295 | ILAP:OPEX |
| 292 | rdf:type ILAP:ProjectType ; | 296 | rdf:type ILAP:ProjectType ; |
| ... | @@ -313,49 +317,49 @@ ILAP:PhysicalLocation | ... | @@ -313,49 +317,49 @@ ILAP:PhysicalLocation |
| 313 | rdfs:subClassOf ILAP:Location . | 317 | rdfs:subClassOf ILAP:Location . |
| 314 | 318 | ||
| 315 | ILAP:PlanClassifier | 319 | ILAP:PlanClassifier |
| 316 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 320 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 317 | rdfs:label "Plan classifier"^^xsd:string ; | 321 | rdfs:label "Plan classifier"^^xsd:string ; |
| 318 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . | 322 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . |
| 319 | 323 | ||
| 320 | ILAP:PlanContentType | 324 | ILAP:PlanContentType |
| 321 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 325 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 322 | rdfs:label "Content type"^^xsd:string ; | 326 | rdfs:label "Content type"^^xsd:string ; |
| 323 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . | 327 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . |
| 324 | 328 | ||
| 325 | ILAP:PlanContractType | 329 | ILAP:PlanContractType |
| 326 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 330 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 327 | rdfs:label "Plan contract type"^^xsd:string ; | 331 | rdfs:label "Plan contract type"^^xsd:string ; |
| 328 | rdfs:subClassOf ILAP:PlanClassifier . | 332 | rdfs:subClassOf ILAP:PlanClassifier . |
| 329 | 333 | ||
| 330 | ILAP:PlanExpenseType | 334 | ILAP:PlanExpenseType |
| 331 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 335 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 332 | rdfs:label "Plan expense type"^^xsd:string ; | 336 | rdfs:label "Plan expense type"^^xsd:string ; |
| 333 | rdfs:subClassOf ILAP:PlanClassifier . | 337 | rdfs:subClassOf ILAP:PlanClassifier . |
| 334 | 338 | ||
| 335 | ILAP:PlanGeoArea | 339 | ILAP:PlanGeoArea |
| 336 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; | 340 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; |
| 337 | rdfs:label "Plan geographic area"^^xsd:string ; | 341 | rdfs:label "Plan geographic area"^^xsd:string ; |
| 338 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 342 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 339 | 343 | ||
| 340 | ILAP:PlanLevel | 344 | ILAP:PlanLevel |
| 341 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 345 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 342 | rdfs:label "Plan level"^^xsd:string ; | 346 | rdfs:label "Plan level"^^xsd:string ; |
| 343 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 347 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 344 | 348 | ||
| 345 | ILAP:PlanLifecycleStage | 349 | ILAP:PlanLifecycleStage |
| 346 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 350 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 347 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 351 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
| 348 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 352 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 349 | 353 | ||
| 350 | ILAP:PlanObjectiveType | 354 | ILAP:PlanObjectiveType |
| 351 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; | 355 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; |
| 352 | rdfs:label "Plan objective type"^^xsd:string ; | 356 | rdfs:label "Plan objective type"^^xsd:string ; |
| 353 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . | 357 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . |
| 354 | 358 | ||
| 355 | ILAP:PlanProjectType | 359 | ILAP:PlanProjectType |
| 356 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 360 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 357 | rdfs:label "Plan project type"^^xsd:string ; | 361 | rdfs:label "Plan project type"^^xsd:string ; |
| 358 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . | 362 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . |
| 359 | 363 | ||
| 360 | ILAP:PlannedActivity | 364 | ILAP:PlannedActivity |
| 361 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 365 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| ... | @@ -363,50 +367,50 @@ ILAP:PlannedActivity | ... | @@ -363,50 +367,50 @@ ILAP:PlannedActivity |
| 363 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 367 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 364 | rdfs:subClassOf | 368 | rdfs:subClassOf |
| 365 | [ rdf:type owl:Restriction ; | 369 | [ rdf:type owl:Restriction ; |
| 366 | - owl:allValuesFrom ILAP:ActivityDependency ; | 370 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
| 367 | - owl:onProperty ILAP:hasActivityPredecessor | 371 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
| 368 | ] ; | 372 | ] ; |
| 369 | rdfs:subClassOf | 373 | rdfs:subClassOf |
| 370 | [ rdf:type owl:Restriction ; | 374 | [ rdf:type owl:Restriction ; |
| 371 | - owl:maxQualifiedCardinality | 375 | + owl:allValuesFrom ILAP:Location ; |
| 372 | - "1"^^xsd:nonNegativeInteger ; | 376 | + owl:onProperty ILAP:hasActivityLocation |
| 373 | - owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 374 | - owl:onProperty ILAP:hasActivityPlan | ||
| 375 | ] ; | 377 | ] ; |
| 376 | rdfs:subClassOf | 378 | rdfs:subClassOf |
| 377 | [ rdf:type owl:Restriction ; | 379 | [ rdf:type owl:Restriction ; |
| 378 | - owl:allValuesFrom ILAP:ResourceProfile ; | 380 | + owl:onProperty ILAP:hasActivityDiscipline ; |
| 379 | - owl:onProperty ILAP:hasActivityResourceProfile | 381 | + owl:someValuesFrom ILAP:Discipline |
| 380 | ] ; | 382 | ] ; |
| 381 | rdfs:subClassOf | 383 | rdfs:subClassOf |
| 382 | [ rdf:type owl:Restriction ; | 384 | [ rdf:type owl:Restriction ; |
| 383 | - owl:allValuesFrom ILAP:ActivityWBS ; | 385 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 384 | - owl:onProperty ILAP:hasActivityWBSelement | 386 | + owl:onProperty ILAP:hasActivityPredecessor |
| 385 | ] ; | 387 | ] ; |
| 386 | rdfs:subClassOf | 388 | rdfs:subClassOf |
| 387 | [ rdf:type owl:Restriction ; | 389 | [ rdf:type owl:Restriction ; |
| 388 | - owl:allValuesFrom ILAP:Result ; | 390 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 389 | - owl:onProperty ILAP:hasActivityResult | 391 | + owl:onProperty ILAP:hasActivitySuccessor |
| 390 | ] ; | 392 | ] ; |
| 391 | rdfs:subClassOf | 393 | rdfs:subClassOf |
| 392 | [ rdf:type owl:Restriction ; | 394 | [ rdf:type owl:Restriction ; |
| 393 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 395 | + owl:allValuesFrom ILAP:ResourceProfile ; |
| 394 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 396 | + owl:onProperty ILAP:hasActivityResourceProfile |
| 395 | ] ; | 397 | ] ; |
| 396 | rdfs:subClassOf | 398 | rdfs:subClassOf |
| 397 | [ rdf:type owl:Restriction ; | 399 | [ rdf:type owl:Restriction ; |
| 398 | - owl:onProperty ILAP:hasActivityDiscipline ; | 400 | + owl:allValuesFrom ILAP:Result ; |
| 399 | - owl:someValuesFrom ILAP:Discipline | 401 | + owl:onProperty ILAP:hasActivityResult |
| 400 | ] ; | 402 | ] ; |
| 401 | rdfs:subClassOf | 403 | rdfs:subClassOf |
| 402 | [ rdf:type owl:Restriction ; | 404 | [ rdf:type owl:Restriction ; |
| 403 | - owl:allValuesFrom ILAP:Location ; | 405 | + owl:maxQualifiedCardinality |
| 404 | - owl:onProperty ILAP:hasActivityLocation | 406 | + "1"^^xsd:nonNegativeInteger ; |
| 407 | + owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 408 | + owl:onProperty ILAP:hasActivityPlan | ||
| 405 | ] ; | 409 | ] ; |
| 406 | rdfs:subClassOf | 410 | rdfs:subClassOf |
| 407 | [ rdf:type owl:Restriction ; | 411 | [ rdf:type owl:Restriction ; |
| 408 | - owl:allValuesFrom ILAP:ActivityDependency ; | 412 | + owl:allValuesFrom ILAP:ActivityWBS ; |
| 409 | - owl:onProperty ILAP:hasActivitySuccessor | 413 | + owl:onProperty ILAP:hasActivityWBSelement |
| 410 | ] . | 414 | ] . |
| 411 | 415 | ||
| 412 | ILAP:PlannedMilestone | 416 | ILAP:PlannedMilestone |
| ... | @@ -430,18 +434,13 @@ ILAP:Programme | ... | @@ -430,18 +434,13 @@ ILAP:Programme |
| 430 | rdfs:subClassOf ILAP:Project . | 434 | rdfs:subClassOf ILAP:Project . |
| 431 | 435 | ||
| 432 | ILAP:Project | 436 | ILAP:Project |
| 433 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 437 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 434 | rdfs:label "Project"^^xsd:string ; | 438 | rdfs:label "Project"^^xsd:string ; |
| 435 | rdfs:subClassOf ILAP:Activity ; | 439 | rdfs:subClassOf ILAP:Activity ; |
| 436 | rdfs:subClassOf | 440 | rdfs:subClassOf |
| 437 | [ rdf:type owl:Restriction ; | 441 | [ rdf:type owl:Restriction ; |
| 438 | - owl:allValuesFrom ILAP:Project ; | 442 | + owl:allValuesFrom BRREG:OilCompany ; |
| 439 | - owl:onProperty ILAP:hasProjectSubproject | 443 | + owl:onProperty ILAP:hasProjectResponsible |
| 440 | - ] ; | ||
| 441 | - rdfs:subClassOf | ||
| 442 | - [ rdf:type owl:Restriction ; | ||
| 443 | - owl:allValuesFrom ILAP:ExternalReference ; | ||
| 444 | - owl:onProperty ILAP:hasExternalReference | ||
| 445 | ] ; | 444 | ] ; |
| 446 | rdfs:subClassOf | 445 | rdfs:subClassOf |
| 447 | [ rdf:type owl:Restriction ; | 446 | [ rdf:type owl:Restriction ; |
| ... | @@ -452,8 +451,13 @@ ILAP:Project | ... | @@ -452,8 +451,13 @@ ILAP:Project |
| 452 | ] ; | 451 | ] ; |
| 453 | rdfs:subClassOf | 452 | rdfs:subClassOf |
| 454 | [ rdf:type owl:Restriction ; | 453 | [ rdf:type owl:Restriction ; |
| 455 | - owl:allValuesFrom BRREG:OilCompany ; | 454 | + owl:allValuesFrom ILAP:ExternalReference ; |
| 456 | - owl:onProperty ILAP:hasProjectResponsible | 455 | + owl:onProperty ILAP:hasExternalReference |
| 456 | + ] ; | ||
| 457 | + rdfs:subClassOf | ||
| 458 | + [ rdf:type owl:Restriction ; | ||
| 459 | + owl:allValuesFrom ILAP:Project ; | ||
| 460 | + owl:onProperty ILAP:hasProjectSubproject | ||
| 457 | ] . | 461 | ] . |
| 458 | 462 | ||
| 459 | ILAP:ProjectExecutionPlan | 463 | ILAP:ProjectExecutionPlan |
| ... | @@ -462,18 +466,13 @@ ILAP:ProjectExecutionPlan | ... | @@ -462,18 +466,13 @@ ILAP:ProjectExecutionPlan |
| 462 | rdfs:subClassOf ILAP:Network ; | 466 | rdfs:subClassOf ILAP:Network ; |
| 463 | rdfs:subClassOf | 467 | rdfs:subClassOf |
| 464 | [ rdf:type owl:Restriction ; | 468 | [ rdf:type owl:Restriction ; |
| 465 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 469 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 466 | - owl:onProperty ILAP:hasPlanAsset | 470 | + owl:onProperty ILAP:hasPlanSubplan |
| 467 | - ] ; | ||
| 468 | - rdfs:subClassOf | ||
| 469 | - [ rdf:type owl:Restriction ; | ||
| 470 | - owl:onProperty ILAP:hasPlanGeoArea ; | ||
| 471 | - owl:someValuesFrom ILAP:PlanGeoArea | ||
| 472 | ] ; | 471 | ] ; |
| 473 | rdfs:subClassOf | 472 | rdfs:subClassOf |
| 474 | [ rdf:type owl:Restriction ; | 473 | [ rdf:type owl:Restriction ; |
| 475 | - owl:onProperty ILAP:hasPlanLevel ; | 474 | + owl:onProperty ILAP:hasPlanProjectType ; |
| 476 | - owl:someValuesFrom ILAP:PlanLevel | 475 | + owl:someValuesFrom ILAP:PlanProjectType |
| 477 | ] ; | 476 | ] ; |
| 478 | rdfs:subClassOf | 477 | rdfs:subClassOf |
| 479 | [ rdf:type owl:Restriction ; | 478 | [ rdf:type owl:Restriction ; |
| ... | @@ -489,16 +488,6 @@ ILAP:ProjectExecutionPlan | ... | @@ -489,16 +488,6 @@ ILAP:ProjectExecutionPlan |
| 489 | ] ; | 488 | ] ; |
| 490 | rdfs:subClassOf | 489 | rdfs:subClassOf |
| 491 | [ rdf:type owl:Restriction ; | 490 | [ rdf:type owl:Restriction ; |
| 492 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | ||
| 493 | - owl:onProperty ILAP:hasPlanLifecycleStage | ||
| 494 | - ] ; | ||
| 495 | - rdfs:subClassOf | ||
| 496 | - [ rdf:type owl:Restriction ; | ||
| 497 | - owl:allValuesFrom ILAP:PlanContractType ; | ||
| 498 | - owl:onProperty ILAP:hasPlanContractType | ||
| 499 | - ] ; | ||
| 500 | - rdfs:subClassOf | ||
| 501 | - [ rdf:type owl:Restriction ; | ||
| 502 | owl:maxQualifiedCardinality | 491 | owl:maxQualifiedCardinality |
| 503 | "1"^^xsd:nonNegativeInteger ; | 492 | "1"^^xsd:nonNegativeInteger ; |
| 504 | owl:onClass ILAP:PlanLevel ; | 493 | owl:onClass ILAP:PlanLevel ; |
| ... | @@ -506,28 +495,43 @@ ILAP:ProjectExecutionPlan | ... | @@ -506,28 +495,43 @@ ILAP:ProjectExecutionPlan |
| 506 | ] ; | 495 | ] ; |
| 507 | rdfs:subClassOf | 496 | rdfs:subClassOf |
| 508 | [ rdf:type owl:Restriction ; | 497 | [ rdf:type owl:Restriction ; |
| 498 | + owl:onProperty ILAP:hasPlanLevel ; | ||
| 499 | + owl:someValuesFrom ILAP:PlanLevel | ||
| 500 | + ] ; | ||
| 501 | + rdfs:subClassOf | ||
| 502 | + [ rdf:type owl:Restriction ; | ||
| 509 | owl:allValuesFrom ILAP:PlanObjectiveType ; | 503 | owl:allValuesFrom ILAP:PlanObjectiveType ; |
| 510 | owl:onProperty ILAP:hasPlanObjectiveType | 504 | owl:onProperty ILAP:hasPlanObjectiveType |
| 511 | ] ; | 505 | ] ; |
| 512 | rdfs:subClassOf | 506 | rdfs:subClassOf |
| 513 | [ rdf:type owl:Restriction ; | 507 | [ rdf:type owl:Restriction ; |
| 514 | - owl:onProperty ILAP:hasPlanProjectType ; | 508 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; |
| 515 | - owl:someValuesFrom ILAP:PlanProjectType | 509 | + owl:onProperty ILAP:hasPlanLifecycleStage |
| 516 | ] ; | 510 | ] ; |
| 517 | rdfs:subClassOf | 511 | rdfs:subClassOf |
| 518 | [ rdf:type owl:Restriction ; | 512 | [ rdf:type owl:Restriction ; |
| 519 | - owl:onProperty ILAP:hasPlanContentType ; | 513 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
| 520 | - owl:someValuesFrom ILAP:PlanContentType | 514 | + owl:onProperty ILAP:hasPlanAsset |
| 521 | ] ; | 515 | ] ; |
| 522 | rdfs:subClassOf | 516 | rdfs:subClassOf |
| 523 | [ rdf:type owl:Restriction ; | 517 | [ rdf:type owl:Restriction ; |
| 524 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 518 | + owl:allValuesFrom ILAP:PlanContractType ; |
| 525 | - owl:onProperty ILAP:hasPlanSubplan | 519 | + owl:onProperty ILAP:hasPlanContractType |
| 520 | + ] ; | ||
| 521 | + rdfs:subClassOf | ||
| 522 | + [ rdf:type owl:Restriction ; | ||
| 523 | + owl:onProperty ILAP:hasPlanGeoArea ; | ||
| 524 | + owl:someValuesFrom ILAP:PlanGeoArea | ||
| 526 | ] ; | 525 | ] ; |
| 527 | rdfs:subClassOf | 526 | rdfs:subClassOf |
| 528 | [ rdf:type owl:Restriction ; | 527 | [ rdf:type owl:Restriction ; |
| 529 | owl:allValuesFrom BRREG:LegalEntity ; | 528 | owl:allValuesFrom BRREG:LegalEntity ; |
| 530 | owl:onProperty ILAP:hasPlanResponsible | 529 | owl:onProperty ILAP:hasPlanResponsible |
| 530 | + ] ; | ||
| 531 | + rdfs:subClassOf | ||
| 532 | + [ rdf:type owl:Restriction ; | ||
| 533 | + owl:onProperty ILAP:hasPlanContentType ; | ||
| 534 | + owl:someValuesFrom ILAP:PlanContentType | ||
| 531 | ] . | 535 | ] . |
| 532 | 536 | ||
| 533 | ILAP:ProjectType | 537 | ILAP:ProjectType |
| ... | @@ -536,18 +540,18 @@ ILAP:ProjectType | ... | @@ -536,18 +540,18 @@ ILAP:ProjectType |
| 536 | rdfs:subClassOf owl:Thing . | 540 | rdfs:subClassOf owl:Thing . |
| 537 | 541 | ||
| 538 | ILAP:Regular8To16WorkingDayCalendar | 542 | ILAP:Regular8To16WorkingDayCalendar |
| 539 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 543 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 540 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 544 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
| 541 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . | 545 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . |
| 542 | 546 | ||
| 543 | ILAP:Reservoir_Drilling | 547 | ILAP:Reservoir_Drilling |
| 544 | rdf:type ILAP:RiskFactor ; | 548 | rdf:type ILAP:RiskFactor ; |
| 545 | rdfs:label "Reservoir Drilling"^^xsd:string . | 549 | rdfs:label "Reservoir Drilling"^^xsd:string . |
| 546 | 550 | ||
| 547 | ILAP:Resource | 551 | ILAP:Resource |
| 548 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 552 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
| 549 | rdfs:label "Resource"^^xsd:string ; | 553 | rdfs:label "Resource"^^xsd:string ; |
| 550 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . | 554 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . |
| 551 | 555 | ||
| 552 | ILAP:ResourceEstimate | 556 | ILAP:ResourceEstimate |
| 553 | rdf:type owl:Class ; | 557 | rdf:type owl:Class ; |
| ... | @@ -555,14 +559,14 @@ ILAP:ResourceEstimate | ... | @@ -555,14 +559,14 @@ ILAP:ResourceEstimate |
| 555 | rdfs:subClassOf ILAP:ResourceStructure . | 559 | rdfs:subClassOf ILAP:ResourceStructure . |
| 556 | 560 | ||
| 557 | ILAP:ResourceProfile | 561 | ILAP:ResourceProfile |
| 558 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; | 562 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; |
| 559 | rdfs:label "Resource profile"^^xsd:string ; | 563 | rdfs:label "Resource profile"^^xsd:string ; |
| 560 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . | 564 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . |
| 561 | 565 | ||
| 562 | ILAP:ResourceProfilePoint | 566 | ILAP:ResourceProfilePoint |
| 563 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 567 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
| 564 | rdfs:label "resource Profile point"^^xsd:string ; | 568 | rdfs:label "resource Profile point"^^xsd:string ; |
| 565 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . | 569 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . |
| 566 | 570 | ||
| 567 | ILAP:ResourceStructure | 571 | ILAP:ResourceStructure |
| 568 | rdf:type owl:Class ; | 572 | rdf:type owl:Class ; |
| ... | @@ -570,17 +574,17 @@ ILAP:ResourceStructure | ... | @@ -570,17 +574,17 @@ ILAP:ResourceStructure |
| 570 | rdfs:subClassOf ILAP:Network . | 574 | rdfs:subClassOf ILAP:Network . |
| 571 | 575 | ||
| 572 | ILAP:ResponsibleOrganization | 576 | ILAP:ResponsibleOrganization |
| 573 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 577 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
| 574 | rdfs:label "Responsible organization"^^xsd:string ; | 578 | rdfs:label "Responsible organization"^^xsd:string ; |
| 575 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . | 579 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . |
| 576 | 580 | ||
| 577 | ILAP:ResponsiblePerson | 581 | ILAP:ResponsiblePerson |
| 578 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; | 582 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; |
| 579 | rdfs:label "Responsible"^^xsd:string ; | 583 | rdfs:label "Responsible"^^xsd:string ; |
| 580 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . | 584 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . |
| 581 | 585 | ||
| 582 | ILAP:Result | 586 | ILAP:Result |
| 583 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 587 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 584 | rdfs:label "Result"^^xsd:string ; | 588 | rdfs:label "Result"^^xsd:string ; |
| 585 | rdfs:subClassOf owl:Thing . | 589 | rdfs:subClassOf owl:Thing . |
| 586 | 590 | ||
| ... | @@ -595,9 +599,9 @@ ILAP:RiskFactor | ... | @@ -595,9 +599,9 @@ ILAP:RiskFactor |
| 595 | rdfs:subClassOf owl:Thing . | 599 | rdfs:subClassOf owl:Thing . |
| 596 | 600 | ||
| 597 | ILAP:Schedule | 601 | ILAP:Schedule |
| 598 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 602 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 599 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 603 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
| 600 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; | 604 | + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; |
| 601 | rdfs:subClassOf | 605 | rdfs:subClassOf |
| 602 | [ rdf:type owl:Restriction ; | 606 | [ rdf:type owl:Restriction ; |
| 603 | owl:maxQualifiedCardinality | 607 | owl:maxQualifiedCardinality |
| ... | @@ -607,22 +611,22 @@ ILAP:Schedule | ... | @@ -607,22 +611,22 @@ ILAP:Schedule |
| 607 | ] . | 611 | ] . |
| 608 | 612 | ||
| 609 | ILAP:ScheduledActivity | 613 | ILAP:ScheduledActivity |
| 610 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 614 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 611 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 615 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
| 612 | rdfs:subClassOf ILAP:PlannedActivity ; | 616 | rdfs:subClassOf ILAP:PlannedActivity ; |
| 613 | rdfs:subClassOf | 617 | rdfs:subClassOf |
| 614 | [ rdf:type owl:Restriction ; | 618 | [ rdf:type owl:Restriction ; |
| 615 | owl:maxQualifiedCardinality | 619 | owl:maxQualifiedCardinality |
| 616 | "1"^^xsd:nonNegativeInteger ; | 620 | "1"^^xsd:nonNegativeInteger ; |
| 617 | - owl:onClass ILAP:Schedule ; | 621 | + owl:onClass ILAP:PlannedActivity ; |
| 618 | - owl:onProperty ILAP:hasActivitySchedule | 622 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
| 619 | ] ; | 623 | ] ; |
| 620 | rdfs:subClassOf | 624 | rdfs:subClassOf |
| 621 | [ rdf:type owl:Restriction ; | 625 | [ rdf:type owl:Restriction ; |
| 622 | owl:maxQualifiedCardinality | 626 | owl:maxQualifiedCardinality |
| 623 | "1"^^xsd:nonNegativeInteger ; | 627 | "1"^^xsd:nonNegativeInteger ; |
| 624 | - owl:onClass ILAP:PlannedActivity ; | 628 | + owl:onClass ILAP:Schedule ; |
| 625 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 629 | + owl:onProperty ILAP:hasActivitySchedule |
| 626 | ] . | 630 | ] . |
| 627 | 631 | ||
| 628 | ILAP:ScheduledMilestone | 632 | ILAP:ScheduledMilestone |
| ... | @@ -635,9 +639,9 @@ ILAP:Shallow_Gas | ... | @@ -635,9 +639,9 @@ ILAP:Shallow_Gas |
| 635 | rdfs:label "Shallow Gas"^^xsd:string . | 639 | rdfs:label "Shallow Gas"^^xsd:string . |
| 636 | 640 | ||
| 637 | ILAP:Source | 641 | ILAP:Source |
| 638 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 642 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 639 | rdfs:label "Source"^^xsd:string ; | 643 | rdfs:label "Source"^^xsd:string ; |
| 640 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . | 644 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . |
| 641 | 645 | ||
| 642 | ILAP:SourceSpecifiedUserField | 646 | ILAP:SourceSpecifiedUserField |
| 643 | rdf:type owl:Class ; | 647 | rdf:type owl:Class ; |
| ... | @@ -650,22 +654,22 @@ ILAP:SpecifiedUserField | ... | @@ -650,22 +654,22 @@ ILAP:SpecifiedUserField |
| 650 | rdfs:subClassOf ILAP:UserField . | 654 | rdfs:subClassOf ILAP:UserField . |
| 651 | 655 | ||
| 652 | ILAP:StartToFinish | 656 | ILAP:StartToFinish |
| 653 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 657 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 654 | rdfs:label "Start to finish"^^xsd:string ; | 658 | rdfs:label "Start to finish"^^xsd:string ; |
| 655 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 659 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 656 | 660 | ||
| 657 | ILAP:StartToStart | 661 | ILAP:StartToStart |
| 658 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 662 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 659 | rdfs:label "Start to start"^^xsd:string ; | 663 | rdfs:label "Start to start"^^xsd:string ; |
| 660 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 664 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 661 | 665 | ||
| 662 | ILAP:Status | 666 | ILAP:Status |
| 663 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; | 667 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; |
| 664 | rdfs:label "Status"^^xsd:string ; | 668 | rdfs:label "Status"^^xsd:string ; |
| 665 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . | 669 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . |
| 666 | 670 | ||
| 667 | ILAP:TargetSchedule | 671 | ILAP:TargetSchedule |
| 668 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 672 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 669 | rdfs:label "Target schedule"^^xsd:string ; | 673 | rdfs:label "Target schedule"^^xsd:string ; |
| 670 | rdfs:subClassOf ILAP:Schedule . | 674 | rdfs:subClassOf ILAP:Schedule . |
| 671 | 675 | ||
| ... | @@ -680,7 +684,7 @@ ILAP:UnitBased | ... | @@ -680,7 +684,7 @@ ILAP:UnitBased |
| 680 | rdfs:subClassOf ILAP:Resource . | 684 | rdfs:subClassOf ILAP:Resource . |
| 681 | 685 | ||
| 682 | ILAP:UserField | 686 | ILAP:UserField |
| 683 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 687 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
| 684 | rdfs:label "User field"^^xsd:string ; | 688 | rdfs:label "User field"^^xsd:string ; |
| 685 | rdfs:subClassOf ILAP:Data ; | 689 | rdfs:subClassOf ILAP:Data ; |
| 686 | rdfs:subClassOf | 690 | rdfs:subClassOf |
| ... | @@ -694,16 +698,16 @@ ILAP:UserField | ... | @@ -694,16 +698,16 @@ ILAP:UserField |
| 694 | ILAP:Value | 698 | ILAP:Value |
| 695 | rdf:type owl:Class ; | 699 | rdf:type owl:Class ; |
| 696 | rdfs:label "Value"^^xsd:string ; | 700 | rdfs:label "Value"^^xsd:string ; |
| 697 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . | 701 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . |
| 698 | 702 | ||
| 699 | ILAP:Vessel_Operation | 703 | ILAP:Vessel_Operation |
| 700 | rdf:type ILAP:RiskFactor ; | 704 | rdf:type ILAP:RiskFactor ; |
| 701 | rdfs:label "Vessel Operation"^^xsd:string . | 705 | rdfs:label "Vessel Operation"^^xsd:string . |
| 702 | 706 | ||
| 703 | ILAP:WeekendsFreeCalendar | 707 | ILAP:WeekendsFreeCalendar |
| 704 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 708 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 705 | rdfs:label "Weekends free calendar"^^xsd:string ; | 709 | rdfs:label "Weekends free calendar"^^xsd:string ; |
| 706 | - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . | 710 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . |
| 707 | 711 | ||
| 708 | ILAP:WorkOrder | 712 | ILAP:WorkOrder |
| 709 | rdf:type owl:Class ; | 713 | rdf:type owl:Class ; |
| ... | @@ -711,18 +715,18 @@ ILAP:WorkOrder | ... | @@ -711,18 +715,18 @@ ILAP:WorkOrder |
| 711 | rdfs:subClassOf ILAP:WorkTask . | 715 | rdfs:subClassOf ILAP:WorkTask . |
| 712 | 716 | ||
| 713 | ILAP:WorkTask | 717 | ILAP:WorkTask |
| 714 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 718 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 715 | rdfs:label "Work task"^^xsd:string ; | 719 | rdfs:label "Work task"^^xsd:string ; |
| 716 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; | 720 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; |
| 717 | rdfs:subClassOf | 721 | rdfs:subClassOf |
| 718 | [ rdf:type owl:Restriction ; | 722 | [ rdf:type owl:Restriction ; |
| 719 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 723 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 720 | - owl:someValuesFrom ILAP:Activity | 724 | + owl:onProperty ILAP:hasWorkTaskResponsible |
| 721 | ] ; | 725 | ] ; |
| 722 | rdfs:subClassOf | 726 | rdfs:subClassOf |
| 723 | [ rdf:type owl:Restriction ; | 727 | [ rdf:type owl:Restriction ; |
| 724 | - owl:allValuesFrom BRREG:LegalEntity ; | 728 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
| 725 | - owl:onProperty ILAP:hasWorkTaskResponsible | 729 | + owl:someValuesFrom ILAP:Activity |
| 726 | ] . | 730 | ] . |
| 727 | 731 | ||
| 728 | ILAP:WorkTaskStatus | 732 | ILAP:WorkTaskStatus |
| ... | @@ -822,7 +826,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -822,7 +826,7 @@ ILAP:hasActivityPhysicalPercentComplete |
| 822 | rdfs:range xsd:float . | 826 | rdfs:range xsd:float . |
| 823 | 827 | ||
| 824 | ILAP:hasActivityPlan | 828 | ILAP:hasActivityPlan |
| 825 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 829 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 826 | rdfs:domain ILAP:PlannedActivity ; | 830 | rdfs:domain ILAP:PlannedActivity ; |
| 827 | rdfs:label "has activity plan"^^xsd:string ; | 831 | rdfs:label "has activity plan"^^xsd:string ; |
| 828 | rdfs:range ILAP:ProjectExecutionPlan . | 832 | rdfs:range ILAP:ProjectExecutionPlan . |
| ... | @@ -870,7 +874,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -870,7 +874,7 @@ ILAP:hasActivityResponsibleOrganization |
| 870 | rdfs:range ILAP:ResponsibleOrganization . | 874 | rdfs:range ILAP:ResponsibleOrganization . |
| 871 | 875 | ||
| 872 | ILAP:hasActivityResponsiblePerson | 876 | ILAP:hasActivityResponsiblePerson |
| 873 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 877 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 874 | rdfs:domain ILAP:PlannedActivity ; | 878 | rdfs:domain ILAP:PlannedActivity ; |
| 875 | rdfs:label "has activity responsible"^^xsd:string ; | 879 | rdfs:label "has activity responsible"^^xsd:string ; |
| 876 | rdfs:range ILAP:ResponsiblePerson . | 880 | rdfs:range ILAP:ResponsiblePerson . |
| ... | @@ -905,7 +909,7 @@ ILAP:hasActivityStatus | ... | @@ -905,7 +909,7 @@ ILAP:hasActivityStatus |
| 905 | rdfs:range ILAP:Status . | 909 | rdfs:range ILAP:Status . |
| 906 | 910 | ||
| 907 | ILAP:hasActivitySuccessor | 911 | ILAP:hasActivitySuccessor |
| 908 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 912 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 909 | rdfs:domain ILAP:PlannedActivity ; | 913 | rdfs:domain ILAP:PlannedActivity ; |
| 910 | rdfs:label "has activity successor"^^xsd:string ; | 914 | rdfs:label "has activity successor"^^xsd:string ; |
| 911 | rdfs:range ILAP:ActivityDependency ; | 915 | rdfs:range ILAP:ActivityDependency ; |
| ... | @@ -966,7 +970,7 @@ ILAP:hasCalendarDate | ... | @@ -966,7 +970,7 @@ ILAP:hasCalendarDate |
| 966 | rdfs:label "has calendar date"^^xsd:string . | 970 | rdfs:label "has calendar date"^^xsd:string . |
| 967 | 971 | ||
| 968 | ILAP:hasCalendarFreePeriod | 972 | ILAP:hasCalendarFreePeriod |
| 969 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 973 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 970 | rdfs:domain ILAP:Calendar ; | 974 | rdfs:domain ILAP:Calendar ; |
| 971 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 975 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
| 972 | rdfs:range ILAP:CalendarFreePeriod . | 976 | rdfs:range ILAP:CalendarFreePeriod . |
| ... | @@ -1243,7 +1247,7 @@ ILAP:hasPlanRegulator | ... | @@ -1243,7 +1247,7 @@ ILAP:hasPlanRegulator |
| 1243 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1247 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1244 | 1248 | ||
| 1245 | ILAP:hasPlanResponsible | 1249 | ILAP:hasPlanResponsible |
| 1246 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1250 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1247 | rdfs:domain ILAP:ResponsibleOrganization ; | 1251 | rdfs:domain ILAP:ResponsibleOrganization ; |
| 1248 | rdfs:label "has plan responsible"^^xsd:string . | 1252 | rdfs:label "has plan responsible"^^xsd:string . |
| 1249 | 1253 | ||
| ... | @@ -1402,7 +1406,7 @@ ILAP:hasScheduledStart | ... | @@ -1402,7 +1406,7 @@ ILAP:hasScheduledStart |
| 1402 | rdfs:subPropertyOf ILAP:hasScheduleDate . | 1406 | rdfs:subPropertyOf ILAP:hasScheduleDate . |
| 1403 | 1407 | ||
| 1404 | ILAP:hasSuccessorActivity | 1408 | ILAP:hasSuccessorActivity |
| 1405 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1409 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1406 | rdfs:domain ILAP:ActivityDependency ; | 1410 | rdfs:domain ILAP:ActivityDependency ; |
| 1407 | rdfs:label "has successor activity "^^xsd:string ; | 1411 | rdfs:label "has successor activity "^^xsd:string ; |
| 1408 | rdfs:range ILAP:PlannedActivity ; | 1412 | rdfs:range ILAP:PlannedActivity ; | ... | ... |
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 6 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 7 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 8 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 8 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 9 | -@prefix skos: <http://www.w3.org/2004/02/skos/core#> | 9 | +@prefix skos: <http://www.w3.org/2004/02/skos/core#> . |
| 10 | 10 | ||
| 11 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> | 11 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> |
| 12 | rdf:type owl:Ontology ; | 12 | rdf:type owl:Ontology ; | ... | ... |
riskfactor.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/ilap/riskfactor/ | ||
| 2 | + | ||
| 3 | +@prefix : <http://data.posccaesar.org/ilap/riskfactor/> . | ||
| 4 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 5 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 6 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 7 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 8 | + | ||
| 9 | +: rdf:type owl:Ontology ; | ||
| 10 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
-
Please register or login to post a comment