Cleaned up ontologies relative to ILAP 2.0 standard specification
Showing
3 changed files
with
261 additions
and
235 deletions
| ... | @@ -14,50 +14,50 @@ ILAP: | ... | @@ -14,50 +14,50 @@ ILAP: |
| 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 15 | 15 | ||
| 16 | ILAP:Activity | 16 | ILAP:Activity |
| 17 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 17 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 18 | rdfs:label "Activity"^^xsd:string ; | 18 | rdfs:label "Activity"^^xsd:string ; |
| 19 | rdfs:subClassOf | 19 | rdfs:subClassOf |
| 20 | [ rdf:type owl:Restriction ; | 20 | [ rdf:type owl:Restriction ; |
| 21 | - owl:allValuesFrom ILAP:Discipline ; | 21 | + owl:allValuesFrom ILAP:Status ; |
| 22 | - owl:onProperty ILAP:hasActivityDiscipline | 22 | + owl:onProperty ILAP:hasActivityStatus |
| 23 | ] ; | 23 | ] ; |
| 24 | rdfs:subClassOf | 24 | rdfs:subClassOf |
| 25 | [ rdf:type owl:Restriction ; | 25 | [ rdf:type owl:Restriction ; |
| 26 | - owl:allValuesFrom ILAP:Calendar ; | 26 | + owl:onProperty ILAP:hasExternalReference ; |
| 27 | - owl:onProperty ILAP:hasActivityCalendar | 27 | + owl:someValuesFrom ILAP:ExternalReference |
| 28 | ] ; | 28 | ] ; |
| 29 | rdfs:subClassOf | 29 | rdfs:subClassOf |
| 30 | [ rdf:type owl:Restriction ; | 30 | [ rdf:type owl:Restriction ; |
| 31 | - owl:onProperty ILAP:hasExternalReference ; | 31 | + owl:allValuesFrom ILAP:Calendar ; |
| 32 | - owl:someValuesFrom ILAP:ExternalReference | 32 | + owl:onProperty ILAP:hasActivityCalendar |
| 33 | ] ; | 33 | ] ; |
| 34 | rdfs:subClassOf | 34 | rdfs:subClassOf |
| 35 | [ rdf:type owl:Restriction ; | 35 | [ rdf:type owl:Restriction ; |
| 36 | - owl:allValuesFrom ILAP:Status ; | 36 | + owl:allValuesFrom ILAP:Discipline ; |
| 37 | - owl:onProperty ILAP:hasActivityStatus | 37 | + owl:onProperty ILAP:hasActivityDiscipline |
| 38 | ] . | 38 | ] . |
| 39 | 39 | ||
| 40 | ILAP:ActivityDependency | 40 | ILAP:ActivityDependency |
| 41 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 41 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 42 | rdfs:label "Activity Dependency"^^xsd:string ; | 42 | rdfs:label "Activity Dependency"^^xsd:string ; |
| 43 | rdfs:subClassOf ILAP:Constraint ; | 43 | rdfs:subClassOf ILAP:Constraint ; |
| 44 | rdfs:subClassOf | 44 | rdfs:subClassOf |
| 45 | [ rdf:type owl:Restriction ; | 45 | [ rdf:type owl:Restriction ; |
| 46 | owl:onClass ILAP:Activity ; | 46 | owl:onClass ILAP:Activity ; |
| 47 | - owl:onProperty ILAP:hasPredecessorActivity ; | 47 | + owl:onProperty ILAP:hasSuccessorActivity ; |
| 48 | owl:qualifiedCardinality | 48 | owl:qualifiedCardinality |
| 49 | "1"^^xsd:nonNegativeInteger | 49 | "1"^^xsd:nonNegativeInteger |
| 50 | ] ; | 50 | ] ; |
| 51 | rdfs:subClassOf | 51 | rdfs:subClassOf |
| 52 | [ rdf:type owl:Restriction ; | 52 | [ rdf:type owl:Restriction ; |
| 53 | owl:onClass ILAP:Activity ; | 53 | owl:onClass ILAP:Activity ; |
| 54 | - owl:onProperty ILAP:hasSuccessorActivity ; | 54 | + owl:onProperty ILAP:hasPredecessorActivity ; |
| 55 | owl:qualifiedCardinality | 55 | owl:qualifiedCardinality |
| 56 | "1"^^xsd:nonNegativeInteger | 56 | "1"^^xsd:nonNegativeInteger |
| 57 | ] . | 57 | ] . |
| 58 | 58 | ||
| 59 | ILAP:ActivityPlan | 59 | ILAP:ActivityPlan |
| 60 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 60 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 61 | rdfs:label "Activity Plan"^^xsd:string ; | 61 | rdfs:label "Activity Plan"^^xsd:string ; |
| 62 | rdfs:subClassOf ILAP:Network ; | 62 | rdfs:subClassOf ILAP:Network ; |
| 63 | rdfs:subClassOf | 63 | rdfs:subClassOf |
| ... | @@ -72,22 +72,22 @@ ILAP:ActivityStatus | ... | @@ -72,22 +72,22 @@ ILAP:ActivityStatus |
| 72 | rdfs:subClassOf ILAP:Status . | 72 | rdfs:subClassOf ILAP:Status . |
| 73 | 73 | ||
| 74 | ILAP:ActivityWBS | 74 | ILAP:ActivityWBS |
| 75 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 75 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
| 76 | rdfs:label "Activity WBS"^^xsd:string ; | 76 | rdfs:label "Activity WBS"^^xsd:string ; |
| 77 | rdfs:subClassOf ILAP:Network . | 77 | rdfs:subClassOf ILAP:Network . |
| 78 | 78 | ||
| 79 | ILAP:Application | 79 | ILAP:Application |
| 80 | rdf:type owl:Class ; | 80 | rdf:type owl:Class ; |
| 81 | rdfs:label "Application"^^xsd:string ; | 81 | rdfs:label "Application"^^xsd:string ; |
| 82 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . | 82 | + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . |
| 83 | 83 | ||
| 84 | ILAP:Asset | 84 | ILAP:Asset |
| 85 | rdf:type owl:Class ; | 85 | rdf:type owl:Class ; |
| 86 | rdfs:label "Asset"^^xsd:string ; | 86 | rdfs:label "Asset"^^xsd:string ; |
| 87 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . | 87 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . |
| 88 | 88 | ||
| 89 | ILAP:Baseline | 89 | ILAP:Baseline |
| 90 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 90 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 91 | rdfs:label "Baseline"^^xsd:string ; | 91 | rdfs:label "Baseline"^^xsd:string ; |
| 92 | rdfs:subClassOf ILAP:Network . | 92 | rdfs:subClassOf ILAP:Network . |
| 93 | 93 | ||
| ... | @@ -100,9 +100,9 @@ ILAP:CAPEX | ... | @@ -100,9 +100,9 @@ ILAP:CAPEX |
| 100 | rdfs:label "CAPEX"^^xsd:string . | 100 | rdfs:label "CAPEX"^^xsd:string . |
| 101 | 101 | ||
| 102 | ILAP:Calendar | 102 | ILAP:Calendar |
| 103 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 103 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 104 | rdfs:label "Calendar"^^xsd:string ; | 104 | rdfs:label "Calendar"^^xsd:string ; |
| 105 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; | 105 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; |
| 106 | rdfs:subClassOf | 106 | rdfs:subClassOf |
| 107 | [ rdf:type owl:Restriction ; | 107 | [ rdf:type owl:Restriction ; |
| 108 | owl:allValuesFrom ILAP:CalendarFreePeriod ; | 108 | owl:allValuesFrom ILAP:CalendarFreePeriod ; |
| ... | @@ -110,14 +110,14 @@ ILAP:Calendar | ... | @@ -110,14 +110,14 @@ ILAP:Calendar |
| 110 | ] . | 110 | ] . |
| 111 | 111 | ||
| 112 | ILAP:CalendarDay | 112 | ILAP:CalendarDay |
| 113 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 113 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 114 | rdfs:label "Calendar day"^^xsd:string ; | 114 | rdfs:label "Calendar day"^^xsd:string ; |
| 115 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . | 115 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . |
| 116 | 116 | ||
| 117 | ILAP:CalendarFreePeriod | 117 | ILAP:CalendarFreePeriod |
| 118 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 118 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
| 119 | rdfs:label "Calendar free period"^^xsd:string ; | 119 | rdfs:label "Calendar free period"^^xsd:string ; |
| 120 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; | 120 | + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; |
| 121 | rdfs:subClassOf | 121 | rdfs:subClassOf |
| 122 | [ rdf:type owl:Restriction ; | 122 | [ rdf:type owl:Restriction ; |
| 123 | owl:onClass ILAP:Calendar ; | 123 | owl:onClass ILAP:Calendar ; |
| ... | @@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod | ... | @@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod |
| 129 | ] . | 129 | ] . |
| 130 | 130 | ||
| 131 | ILAP:CalendarFreePeriodWeekRepeat | 131 | ILAP:CalendarFreePeriodWeekRepeat |
| 132 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 132 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
| 133 | rdfs:label "Free day"^^xsd:string ; | 133 | rdfs:label "Free day"^^xsd:string ; |
| 134 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . | 134 | + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . |
| 135 | 135 | ||
| 136 | ILAP:CalendarHour | 136 | ILAP:CalendarHour |
| 137 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 137 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 138 | rdfs:label "calendar hour"^^xsd:string ; | 138 | rdfs:label "calendar hour"^^xsd:string ; |
| 139 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . | 139 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . |
| 140 | 140 | ||
| 141 | ILAP:CalendarPeriod | 141 | ILAP:CalendarPeriod |
| 142 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; | 142 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; |
| 143 | rdfs:label "Calendar period"^^xsd:string ; | 143 | rdfs:label "Calendar period"^^xsd:string ; |
| 144 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; | 144 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; |
| 145 | rdfs:subClassOf | 145 | rdfs:subClassOf |
| 146 | [ rdf:type owl:Restriction ; | 146 | [ rdf:type owl:Restriction ; |
| 147 | - owl:allValuesFrom ILAP:CalendarDay ; | 147 | + owl:allValuesFrom ILAP:CalendarHour ; |
| 148 | - owl:onProperty ILAP:hasCalendarPeriodDay | 148 | + owl:onProperty ILAP:hasCalendarPeriodHour |
| 149 | ] ; | 149 | ] ; |
| 150 | rdfs:subClassOf | 150 | rdfs:subClassOf |
| 151 | [ rdf:type owl:Restriction ; | 151 | [ rdf:type owl:Restriction ; |
| 152 | - owl:allValuesFrom ILAP:CalendarHour ; | 152 | + owl:allValuesFrom ILAP:CalendarDay ; |
| 153 | - owl:onProperty ILAP:hasCalendarPeriodHour | 153 | + owl:onProperty ILAP:hasCalendarPeriodDay |
| 154 | ] . | 154 | ] . |
| 155 | 155 | ||
| 156 | ILAP:Category | 156 | ILAP:Category |
| ... | @@ -161,12 +161,12 @@ ILAP:Category | ... | @@ -161,12 +161,12 @@ ILAP:Category |
| 161 | ILAP:Constraint | 161 | ILAP:Constraint |
| 162 | rdf:type owl:Class ; | 162 | rdf:type owl:Class ; |
| 163 | rdfs:label "Constraint"^^xsd:string ; | 163 | rdfs:label "Constraint"^^xsd:string ; |
| 164 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . | 164 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . |
| 165 | 165 | ||
| 166 | ILAP:Contract | 166 | ILAP:Contract |
| 167 | rdf:type owl:Class ; | 167 | rdf:type owl:Class ; |
| 168 | rdfs:label "Contract"^^xsd:string ; | 168 | rdfs:label "Contract"^^xsd:string ; |
| 169 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . | 169 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . |
| 170 | 170 | ||
| 171 | ILAP:Contractor | 171 | ILAP:Contractor |
| 172 | rdf:type owl:Class ; | 172 | rdf:type owl:Class ; |
| ... | @@ -181,7 +181,7 @@ ILAP:ControlSchedule | ... | @@ -181,7 +181,7 @@ ILAP:ControlSchedule |
| 181 | ILAP:Cost | 181 | ILAP:Cost |
| 182 | rdf:type owl:Class ; | 182 | rdf:type owl:Class ; |
| 183 | rdfs:label "Cost"^^xsd:string ; | 183 | rdfs:label "Cost"^^xsd:string ; |
| 184 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . | 184 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . |
| 185 | 185 | ||
| 186 | ILAP:CostBased | 186 | ILAP:CostBased |
| 187 | rdf:type owl:Class ; | 187 | rdf:type owl:Class ; |
| ... | @@ -189,14 +189,14 @@ ILAP:CostBased | ... | @@ -189,14 +189,14 @@ ILAP:CostBased |
| 189 | rdfs:subClassOf ILAP:Resource . | 189 | rdfs:subClassOf ILAP:Resource . |
| 190 | 190 | ||
| 191 | ILAP:CurrentSchedule | 191 | ILAP:CurrentSchedule |
| 192 | - 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> ; |
| 193 | rdfs:label "Current schedule"^^xsd:string ; | 193 | rdfs:label "Current schedule"^^xsd:string ; |
| 194 | rdfs:subClassOf ILAP:Schedule . | 194 | rdfs:subClassOf ILAP:Schedule . |
| 195 | 195 | ||
| 196 | ILAP:Data | 196 | ILAP:Data |
| 197 | rdf:type owl:Class ; | 197 | rdf:type owl:Class ; |
| 198 | rdfs:label "Data"^^xsd:string ; | 198 | rdfs:label "Data"^^xsd:string ; |
| 199 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; | 199 | + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; |
| 200 | rdfs:subClassOf | 200 | rdfs:subClassOf |
| 201 | [ rdf:type owl:Restriction ; | 201 | [ rdf:type owl:Restriction ; |
| 202 | owl:onClass ILAP:Project ; | 202 | owl:onClass ILAP:Project ; |
| ... | @@ -221,20 +221,18 @@ ILAP:DegreeOfPriority | ... | @@ -221,20 +221,18 @@ ILAP:DegreeOfPriority |
| 221 | rdfs:subClassOf owl:Thing . | 221 | rdfs:subClassOf owl:Thing . |
| 222 | 222 | ||
| 223 | ILAP:Discipline | 223 | ILAP:Discipline |
| 224 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 224 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
| 225 | rdfs:label "Discipline"^^xsd:string ; | 225 | rdfs:label "Discipline"^^xsd:string ; |
| 226 | rdfs:subClassOf owl:Thing . | 226 | rdfs:subClassOf owl:Thing . |
| 227 | 227 | ||
| 228 | ILAP:ExternalReference | 228 | ILAP:ExternalReference |
| 229 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 229 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
| 230 | rdfs:label "External Reference"^^xsd:string ; | 230 | rdfs:label "External Reference"^^xsd:string ; |
| 231 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; | 231 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; |
| 232 | rdfs:subClassOf | 232 | rdfs:subClassOf |
| 233 | [ rdf:type owl:Restriction ; | 233 | [ rdf:type owl:Restriction ; |
| 234 | - owl:onDataRange xsd:string ; | 234 | + owl:allValuesFrom ILAP:Application ; |
| 235 | - owl:onProperty ILAP:hasObjectReferenceID ; | 235 | + owl:onProperty ILAP:hasReferenceApplication |
| 236 | - owl:qualifiedCardinality | ||
| 237 | - "1"^^xsd:nonNegativeInteger | ||
| 238 | ] ; | 236 | ] ; |
| 239 | rdfs:subClassOf | 237 | rdfs:subClassOf |
| 240 | [ rdf:type owl:Restriction ; | 238 | [ rdf:type owl:Restriction ; |
| ... | @@ -243,8 +241,10 @@ ILAP:ExternalReference | ... | @@ -243,8 +241,10 @@ ILAP:ExternalReference |
| 243 | ] ; | 241 | ] ; |
| 244 | rdfs:subClassOf | 242 | rdfs:subClassOf |
| 245 | [ rdf:type owl:Restriction ; | 243 | [ rdf:type owl:Restriction ; |
| 246 | - owl:allValuesFrom ILAP:Application ; | 244 | + owl:onDataRange xsd:string ; |
| 247 | - owl:onProperty ILAP:hasReferenceApplication | 245 | + owl:onProperty ILAP:hasObjectReferenceID ; |
| 246 | + owl:qualifiedCardinality | ||
| 247 | + "1"^^xsd:nonNegativeInteger | ||
| 248 | ] . | 248 | ] . |
| 249 | 249 | ||
| 250 | ILAP:Facility | 250 | ILAP:Facility |
| ... | @@ -252,15 +252,20 @@ ILAP:Facility | ... | @@ -252,15 +252,20 @@ ILAP:Facility |
| 252 | rdfs:label "Facility"^^xsd:string ; | 252 | rdfs:label "Facility"^^xsd:string ; |
| 253 | rdfs:subClassOf owl:Thing . | 253 | rdfs:subClassOf owl:Thing . |
| 254 | 254 | ||
| 255 | +ILAP:Field | ||
| 256 | + rdf:type owl:Class ; | ||
| 257 | + rdfs:label "Field"^^xsd:string ; | ||
| 258 | + rdfs:subClassOf owl:Thing . | ||
| 259 | + | ||
| 255 | ILAP:FinishToFinish | 260 | ILAP:FinishToFinish |
| 256 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 261 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 257 | rdfs:label "Finish to finish"^^xsd:string ; | 262 | rdfs:label "Finish to finish"^^xsd:string ; |
| 258 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 263 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 259 | 264 | ||
| 260 | ILAP:FinishToStart | 265 | ILAP:FinishToStart |
| 261 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 266 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 262 | rdfs:label "Finish to start"^^xsd:string ; | 267 | rdfs:label "Finish to start"^^xsd:string ; |
| 263 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 268 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 264 | 269 | ||
| 265 | ILAP:FunctionalLocation | 270 | ILAP:FunctionalLocation |
| 266 | rdf:type owl:Class ; | 271 | rdf:type owl:Class ; |
| ... | @@ -275,7 +280,7 @@ ILAP:GeographicLocation | ... | @@ -275,7 +280,7 @@ ILAP:GeographicLocation |
| 275 | ILAP:Information | 280 | ILAP:Information |
| 276 | rdf:type owl:Class ; | 281 | rdf:type owl:Class ; |
| 277 | rdfs:label "Information"^^xsd:string ; | 282 | rdfs:label "Information"^^xsd:string ; |
| 278 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . | 283 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . |
| 279 | 284 | ||
| 280 | ILAP:Knowledge | 285 | ILAP:Knowledge |
| 281 | rdf:type owl:Class ; | 286 | rdf:type owl:Class ; |
| ... | @@ -283,23 +288,23 @@ ILAP:Knowledge | ... | @@ -283,23 +288,23 @@ ILAP:Knowledge |
| 283 | rdfs:subClassOf ILAP:Information . | 288 | rdfs:subClassOf ILAP:Information . |
| 284 | 289 | ||
| 285 | ILAP:LiveSchedule | 290 | ILAP:LiveSchedule |
| 286 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 291 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 287 | rdfs:label "Live schedule"^^xsd:string ; | 292 | rdfs:label "Live schedule"^^xsd:string ; |
| 288 | rdfs:subClassOf ILAP:Schedule . | 293 | rdfs:subClassOf ILAP:Schedule . |
| 289 | 294 | ||
| 290 | ILAP:Location | 295 | ILAP:Location |
| 291 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | 296 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; |
| 292 | rdfs:label "Location"^^xsd:string ; | 297 | rdfs:label "Location"^^xsd:string ; |
| 293 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . | 298 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . |
| 294 | 299 | ||
| 295 | ILAP:Milestone | 300 | ILAP:Milestone |
| 296 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; | 301 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; |
| 297 | rdfs:label "Milestone"^^xsd:string . | 302 | rdfs:label "Milestone"^^xsd:string . |
| 298 | 303 | ||
| 299 | ILAP:Network | 304 | ILAP:Network |
| 300 | rdf:type owl:Class ; | 305 | rdf:type owl:Class ; |
| 301 | rdfs:label "Network"^^xsd:string ; | 306 | rdfs:label "Network"^^xsd:string ; |
| 302 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . | 307 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . |
| 303 | 308 | ||
| 304 | ILAP:OPEX | 309 | ILAP:OPEX |
| 305 | rdfs:label "OPEX"^^xsd:string . | 310 | rdfs:label "OPEX"^^xsd:string . |
| ... | @@ -330,49 +335,49 @@ ILAP:PhysicalLocation | ... | @@ -330,49 +335,49 @@ ILAP:PhysicalLocation |
| 330 | rdfs:subClassOf ILAP:Location . | 335 | rdfs:subClassOf ILAP:Location . |
| 331 | 336 | ||
| 332 | ILAP:PlanClassifier | 337 | ILAP:PlanClassifier |
| 333 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 338 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 334 | rdfs:label "Plan classifier"^^xsd:string ; | 339 | rdfs:label "Plan classifier"^^xsd:string ; |
| 335 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . | 340 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . |
| 336 | 341 | ||
| 337 | ILAP:PlanContentType | 342 | ILAP:PlanContentType |
| 338 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 343 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 339 | rdfs:label "Plan content type"^^xsd:string ; | 344 | rdfs:label "Plan content type"^^xsd:string ; |
| 340 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . | 345 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . |
| 341 | 346 | ||
| 342 | ILAP:PlanContractType | 347 | ILAP:PlanContractType |
| 343 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 348 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 344 | rdfs:label "Plan contract type"^^xsd:string ; | 349 | rdfs:label "Plan contract type"^^xsd:string ; |
| 345 | rdfs:subClassOf ILAP:PlanClassifier . | 350 | rdfs:subClassOf ILAP:PlanClassifier . |
| 346 | 351 | ||
| 347 | ILAP:PlanExpenseType | 352 | ILAP:PlanExpenseType |
| 348 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 353 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 349 | rdfs:label "Plan expense type"^^xsd:string ; | 354 | rdfs:label "Plan expense type"^^xsd:string ; |
| 350 | rdfs:subClassOf ILAP:PlanClassifier . | 355 | rdfs:subClassOf ILAP:PlanClassifier . |
| 351 | 356 | ||
| 352 | ILAP:PlanGeoArea | 357 | ILAP:PlanGeoArea |
| 353 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; | 358 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; |
| 354 | rdfs:label "Plan geographic area"^^xsd:string ; | 359 | rdfs:label "Plan geographic area"^^xsd:string ; |
| 355 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 360 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 356 | 361 | ||
| 357 | ILAP:PlanLevel | 362 | ILAP:PlanLevel |
| 358 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 363 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 359 | rdfs:label "Plan level"^^xsd:string ; | 364 | rdfs:label "Plan level"^^xsd:string ; |
| 360 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 365 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 361 | 366 | ||
| 362 | ILAP:PlanLifecycleStage | 367 | ILAP:PlanLifecycleStage |
| 363 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 368 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 364 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 369 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
| 365 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 370 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 366 | 371 | ||
| 367 | ILAP:PlanObjectiveType | 372 | ILAP:PlanObjectiveType |
| 368 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; | 373 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; |
| 369 | rdfs:label "Plan objective type"^^xsd:string ; | 374 | rdfs:label "Plan objective type"^^xsd:string ; |
| 370 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . | 375 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . |
| 371 | 376 | ||
| 372 | ILAP:PlanProjectType | 377 | ILAP:PlanProjectType |
| 373 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 378 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 374 | rdfs:label "Plan project type"^^xsd:string ; | 379 | rdfs:label "Plan project type"^^xsd:string ; |
| 375 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . | 380 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . |
| 376 | 381 | ||
| 377 | ILAP:PlannedActivity | 382 | ILAP:PlannedActivity |
| 378 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 383 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| ... | @@ -380,8 +385,8 @@ ILAP:PlannedActivity | ... | @@ -380,8 +385,8 @@ ILAP:PlannedActivity |
| 380 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 385 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 381 | rdfs:subClassOf | 386 | rdfs:subClassOf |
| 382 | [ rdf:type owl:Restriction ; | 387 | [ rdf:type owl:Restriction ; |
| 383 | - owl:allValuesFrom ILAP:ActivityWBS ; | 388 | + owl:onProperty ILAP:hasActivityDiscipline ; |
| 384 | - owl:onProperty ILAP:hasActivityWBSelement | 389 | + owl:someValuesFrom ILAP:Discipline |
| 385 | ] ; | 390 | ] ; |
| 386 | rdfs:subClassOf | 391 | rdfs:subClassOf |
| 387 | [ rdf:type owl:Restriction ; | 392 | [ rdf:type owl:Restriction ; |
| ... | @@ -390,20 +395,13 @@ ILAP:PlannedActivity | ... | @@ -390,20 +395,13 @@ ILAP:PlannedActivity |
| 390 | ] ; | 395 | ] ; |
| 391 | rdfs:subClassOf | 396 | rdfs:subClassOf |
| 392 | [ rdf:type owl:Restriction ; | 397 | [ rdf:type owl:Restriction ; |
| 393 | - owl:maxQualifiedCardinality | ||
| 394 | - "1"^^xsd:nonNegativeInteger ; | ||
| 395 | - owl:onClass ILAP:Facility ; | ||
| 396 | - owl:onProperty ILAP:hasPlatform | ||
| 397 | - ] ; | ||
| 398 | - rdfs:subClassOf | ||
| 399 | - [ rdf:type owl:Restriction ; | ||
| 400 | owl:allValuesFrom ILAP:ResponsiblePerson ; | 398 | owl:allValuesFrom ILAP:ResponsiblePerson ; |
| 401 | owl:onProperty ILAP:hasActivityResponsiblePerson | 399 | owl:onProperty ILAP:hasActivityResponsiblePerson |
| 402 | ] ; | 400 | ] ; |
| 403 | rdfs:subClassOf | 401 | rdfs:subClassOf |
| 404 | [ rdf:type owl:Restriction ; | 402 | [ rdf:type owl:Restriction ; |
| 405 | - owl:onProperty ILAP:hasActivityDiscipline ; | 403 | + owl:allValuesFrom ILAP:Location ; |
| 406 | - owl:someValuesFrom ILAP:Discipline | 404 | + owl:onProperty ILAP:hasActivityLocation |
| 407 | ] ; | 405 | ] ; |
| 408 | rdfs:subClassOf | 406 | rdfs:subClassOf |
| 409 | [ rdf:type owl:Restriction ; | 407 | [ rdf:type owl:Restriction ; |
| ... | @@ -412,8 +410,8 @@ ILAP:PlannedActivity | ... | @@ -412,8 +410,8 @@ ILAP:PlannedActivity |
| 412 | ] ; | 410 | ] ; |
| 413 | rdfs:subClassOf | 411 | rdfs:subClassOf |
| 414 | [ rdf:type owl:Restriction ; | 412 | [ rdf:type owl:Restriction ; |
| 415 | - owl:allValuesFrom ILAP:Location ; | 413 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 416 | - owl:onProperty ILAP:hasActivityLocation | 414 | + owl:onProperty ILAP:hasActivitySuccessor |
| 417 | ] ; | 415 | ] ; |
| 418 | rdfs:subClassOf | 416 | rdfs:subClassOf |
| 419 | [ rdf:type owl:Restriction ; | 417 | [ rdf:type owl:Restriction ; |
| ... | @@ -422,8 +420,8 @@ ILAP:PlannedActivity | ... | @@ -422,8 +420,8 @@ ILAP:PlannedActivity |
| 422 | ] ; | 420 | ] ; |
| 423 | rdfs:subClassOf | 421 | rdfs:subClassOf |
| 424 | [ rdf:type owl:Restriction ; | 422 | [ rdf:type owl:Restriction ; |
| 425 | - owl:allValuesFrom ILAP:ActivityDependency ; | 423 | + owl:allValuesFrom ILAP:ActivityWBS ; |
| 426 | - owl:onProperty ILAP:hasActivitySuccessor | 424 | + owl:onProperty ILAP:hasActivityWBSelement |
| 427 | ] ; | 425 | ] ; |
| 428 | rdfs:subClassOf | 426 | rdfs:subClassOf |
| 429 | [ rdf:type owl:Restriction ; | 427 | [ rdf:type owl:Restriction ; |
| ... | @@ -431,6 +429,13 @@ ILAP:PlannedActivity | ... | @@ -431,6 +429,13 @@ ILAP:PlannedActivity |
| 431 | "1"^^xsd:nonNegativeInteger ; | 429 | "1"^^xsd:nonNegativeInteger ; |
| 432 | owl:onClass ILAP:ProjectExecutionPlan ; | 430 | owl:onClass ILAP:ProjectExecutionPlan ; |
| 433 | owl:onProperty ILAP:hasActivityPlan | 431 | owl:onProperty ILAP:hasActivityPlan |
| 432 | + ] ; | ||
| 433 | + rdfs:subClassOf | ||
| 434 | + [ rdf:type owl:Restriction ; | ||
| 435 | + owl:maxQualifiedCardinality | ||
| 436 | + "1"^^xsd:nonNegativeInteger ; | ||
| 437 | + owl:onClass ILAP:Facility ; | ||
| 438 | + owl:onProperty ILAP:hasActivityFacility | ||
| 434 | ] . | 439 | ] . |
| 435 | 440 | ||
| 436 | ILAP:PlannedMilestone | 441 | ILAP:PlannedMilestone |
| ... | @@ -454,18 +459,13 @@ ILAP:Programme | ... | @@ -454,18 +459,13 @@ ILAP:Programme |
| 454 | rdfs:subClassOf ILAP:Project . | 459 | rdfs:subClassOf ILAP:Project . |
| 455 | 460 | ||
| 456 | ILAP:Project | 461 | ILAP:Project |
| 457 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 462 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 458 | rdfs:label "Project"^^xsd:string ; | 463 | rdfs:label "Project"^^xsd:string ; |
| 459 | rdfs:subClassOf ILAP:Activity ; | 464 | rdfs:subClassOf ILAP:Activity ; |
| 460 | rdfs:subClassOf | 465 | rdfs:subClassOf |
| 461 | [ rdf:type owl:Restriction ; | 466 | [ rdf:type owl:Restriction ; |
| 462 | - owl:allValuesFrom ILAP:Project ; | 467 | + owl:allValuesFrom BRREG:OilCompany ; |
| 463 | - owl:onProperty ILAP:hasProjectSubproject | 468 | + owl:onProperty ILAP:hasProjectResponsible |
| 464 | - ] ; | ||
| 465 | - rdfs:subClassOf | ||
| 466 | - [ rdf:type owl:Restriction ; | ||
| 467 | - owl:allValuesFrom ILAP:ExternalReference ; | ||
| 468 | - owl:onProperty ILAP:hasExternalReference | ||
| 469 | ] ; | 469 | ] ; |
| 470 | rdfs:subClassOf | 470 | rdfs:subClassOf |
| 471 | [ rdf:type owl:Restriction ; | 471 | [ rdf:type owl:Restriction ; |
| ... | @@ -476,50 +476,67 @@ ILAP:Project | ... | @@ -476,50 +476,67 @@ ILAP:Project |
| 476 | ] ; | 476 | ] ; |
| 477 | rdfs:subClassOf | 477 | rdfs:subClassOf |
| 478 | [ rdf:type owl:Restriction ; | 478 | [ rdf:type owl:Restriction ; |
| 479 | - owl:allValuesFrom BRREG:OilCompany ; | 479 | + owl:allValuesFrom ILAP:ExternalReference ; |
| 480 | - owl:onProperty ILAP:hasProjectResponsible | 480 | + owl:onProperty ILAP:hasExternalReference |
| 481 | + ] ; | ||
| 482 | + rdfs:subClassOf | ||
| 483 | + [ rdf:type owl:Restriction ; | ||
| 484 | + owl:allValuesFrom ILAP:Project ; | ||
| 485 | + owl:onProperty ILAP:hasProjectSubproject | ||
| 481 | ] . | 486 | ] . |
| 482 | 487 | ||
| 488 | +ILAP:ProjectEffectiveness | ||
| 489 | + rdf:type owl:Class ; | ||
| 490 | + rdfs:label "Project effectiveness"^^xsd:string ; | ||
| 491 | + rdfs:subClassOf ILAP:Value . | ||
| 492 | + | ||
| 493 | +ILAP:ProjectEfficiency | ||
| 494 | + rdf:type owl:Class ; | ||
| 495 | + rdfs:label "Project efficiency"^^xsd:string ; | ||
| 496 | + rdfs:subClassOf ILAP:Value . | ||
| 497 | + | ||
| 483 | ILAP:ProjectExecutionPlan | 498 | ILAP:ProjectExecutionPlan |
| 484 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 499 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 485 | rdfs:label "Planned Activity network"^^xsd:string ; | 500 | rdfs:label "Planned Activity network"^^xsd:string ; |
| 486 | rdfs:subClassOf ILAP:Network ; | 501 | rdfs:subClassOf ILAP:Network ; |
| 487 | rdfs:subClassOf | 502 | rdfs:subClassOf |
| 488 | [ rdf:type owl:Restriction ; | 503 | [ rdf:type owl:Restriction ; |
| 489 | - owl:onProperty ILAP:hasPlanProjectType ; | 504 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 490 | - owl:someValuesFrom ILAP:PlanProjectType | 505 | + owl:onProperty ILAP:hasPlanRollUpPlan |
| 491 | ] ; | 506 | ] ; |
| 492 | rdfs:subClassOf | 507 | rdfs:subClassOf |
| 493 | [ rdf:type owl:Restriction ; | 508 | [ rdf:type owl:Restriction ; |
| 494 | - owl:allValuesFrom BRREG:LegalEntity ; | 509 | + owl:allValuesFrom ILAP:PlanContractType ; |
| 495 | - owl:onProperty ILAP:hasPlanResponsible | 510 | + owl:onProperty ILAP:hasPlanContractType |
| 496 | ] ; | 511 | ] ; |
| 497 | rdfs:subClassOf | 512 | rdfs:subClassOf |
| 498 | [ rdf:type owl:Restriction ; | 513 | [ rdf:type owl:Restriction ; |
| 499 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | 514 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 500 | - owl:onProperty ILAP:hasPlanLifecycleStage | 515 | + owl:onProperty ILAP:hasPlanSubplan |
| 501 | ] ; | 516 | ] ; |
| 502 | rdfs:subClassOf | 517 | rdfs:subClassOf |
| 503 | [ rdf:type owl:Restriction ; | 518 | [ rdf:type owl:Restriction ; |
| 504 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 519 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 505 | - owl:onProperty ILAP:hasPlanRollUpPlan | 520 | + owl:onProperty ILAP:hasPlanResponsible |
| 506 | ] ; | 521 | ] ; |
| 507 | rdfs:subClassOf | 522 | rdfs:subClassOf |
| 508 | [ rdf:type owl:Restriction ; | 523 | [ rdf:type owl:Restriction ; |
| 509 | owl:maxQualifiedCardinality | 524 | owl:maxQualifiedCardinality |
| 510 | "1"^^xsd:nonNegativeInteger ; | 525 | "1"^^xsd:nonNegativeInteger ; |
| 511 | - owl:onClass ILAP:Project ; | 526 | + owl:onClass ILAP:PlanLevel ; |
| 512 | - owl:onProperty ILAP:hasPlanProject | 527 | + owl:onProperty ILAP:hasPlanLevel |
| 513 | ] ; | 528 | ] ; |
| 514 | rdfs:subClassOf | 529 | rdfs:subClassOf |
| 515 | [ rdf:type owl:Restriction ; | 530 | [ rdf:type owl:Restriction ; |
| 516 | - owl:onProperty ILAP:hasPlanContentType ; | 531 | + owl:onProperty ILAP:hasPlanProjectType ; |
| 517 | - owl:someValuesFrom ILAP:PlanContentType | 532 | + owl:someValuesFrom ILAP:PlanProjectType |
| 518 | ] ; | 533 | ] ; |
| 519 | rdfs:subClassOf | 534 | rdfs:subClassOf |
| 520 | [ rdf:type owl:Restriction ; | 535 | [ rdf:type owl:Restriction ; |
| 521 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 536 | + owl:maxQualifiedCardinality |
| 522 | - owl:onProperty ILAP:hasPlanSubplan | 537 | + "1"^^xsd:nonNegativeInteger ; |
| 538 | + owl:onClass ILAP:Project ; | ||
| 539 | + owl:onProperty ILAP:hasPlanProject | ||
| 523 | ] ; | 540 | ] ; |
| 524 | rdfs:subClassOf | 541 | rdfs:subClassOf |
| 525 | [ rdf:type owl:Restriction ; | 542 | [ rdf:type owl:Restriction ; |
| ... | @@ -528,46 +545,39 @@ ILAP:ProjectExecutionPlan | ... | @@ -528,46 +545,39 @@ ILAP:ProjectExecutionPlan |
| 528 | ] ; | 545 | ] ; |
| 529 | rdfs:subClassOf | 546 | rdfs:subClassOf |
| 530 | [ rdf:type owl:Restriction ; | 547 | [ rdf:type owl:Restriction ; |
| 531 | - owl:allValuesFrom ILAP:PlanContractType ; | 548 | + owl:onProperty ILAP:hasPlanGeoArea ; |
| 532 | - owl:onProperty ILAP:hasPlanContractType | 549 | + owl:someValuesFrom ILAP:PlanGeoArea |
| 533 | ] ; | 550 | ] ; |
| 534 | rdfs:subClassOf | 551 | rdfs:subClassOf |
| 535 | [ rdf:type owl:Restriction ; | 552 | [ rdf:type owl:Restriction ; |
| 536 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | 553 | + owl:onProperty ILAP:hasPlanContentType ; |
| 537 | - owl:onProperty ILAP:hasPlanObjectiveType | 554 | + owl:someValuesFrom ILAP:PlanContentType |
| 538 | ] ; | 555 | ] ; |
| 539 | rdfs:subClassOf | 556 | rdfs:subClassOf |
| 540 | [ rdf:type owl:Restriction ; | 557 | [ rdf:type owl:Restriction ; |
| 541 | - owl:maxQualifiedCardinality | 558 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
| 542 | - "1"^^xsd:nonNegativeInteger ; | 559 | + owl:onProperty ILAP:hasPlanAsset |
| 543 | - owl:onClass ILAP:PlanLevel ; | ||
| 544 | - owl:onProperty ILAP:hasPlanLevel | ||
| 545 | ] ; | 560 | ] ; |
| 546 | rdfs:subClassOf | 561 | rdfs:subClassOf |
| 547 | [ rdf:type owl:Restriction ; | 562 | [ rdf:type owl:Restriction ; |
| 548 | - owl:onProperty ILAP:hasPlanGeoArea ; | 563 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; |
| 549 | - owl:someValuesFrom ILAP:PlanGeoArea | 564 | + owl:onProperty ILAP:hasPlanLifecycleStage |
| 550 | ] ; | 565 | ] ; |
| 551 | rdfs:subClassOf | 566 | rdfs:subClassOf |
| 552 | [ rdf:type owl:Restriction ; | 567 | [ rdf:type owl:Restriction ; |
| 553 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 568 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
| 554 | - owl:onProperty ILAP:hasPlanAsset | 569 | + owl:onProperty ILAP:hasPlanObjectiveType |
| 555 | ] . | 570 | ] . |
| 556 | 571 | ||
| 557 | -ILAP:ProjectType | ||
| 558 | - rdf:type owl:Class ; | ||
| 559 | - rdfs:label "Project type"^^xsd:string ; | ||
| 560 | - rdfs:subClassOf owl:Thing . | ||
| 561 | - | ||
| 562 | ILAP:Regular8To16WorkingDayCalendar | 572 | ILAP:Regular8To16WorkingDayCalendar |
| 563 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 573 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 564 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 574 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
| 565 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . | 575 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . |
| 566 | 576 | ||
| 567 | ILAP:Resource | 577 | ILAP:Resource |
| 568 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 578 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
| 569 | rdfs:label "Resource"^^xsd:string ; | 579 | rdfs:label "Resource"^^xsd:string ; |
| 570 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . | 580 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . |
| 571 | 581 | ||
| 572 | ILAP:ResourceEstimate | 582 | ILAP:ResourceEstimate |
| 573 | rdf:type owl:Class ; | 583 | rdf:type owl:Class ; |
| ... | @@ -575,14 +585,14 @@ ILAP:ResourceEstimate | ... | @@ -575,14 +585,14 @@ ILAP:ResourceEstimate |
| 575 | rdfs:subClassOf ILAP:ResourceStructure . | 585 | rdfs:subClassOf ILAP:ResourceStructure . |
| 576 | 586 | ||
| 577 | ILAP:ResourceProfile | 587 | ILAP:ResourceProfile |
| 578 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; | 588 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; |
| 579 | rdfs:label "Resource profile"^^xsd:string ; | 589 | rdfs:label "Resource profile"^^xsd:string ; |
| 580 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . | 590 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . |
| 581 | 591 | ||
| 582 | ILAP:ResourceProfilePoint | 592 | ILAP:ResourceProfilePoint |
| 583 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 593 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
| 584 | rdfs:label "resource Profile point"^^xsd:string ; | 594 | rdfs:label "resource Profile point"^^xsd:string ; |
| 585 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . | 595 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . |
| 586 | 596 | ||
| 587 | ILAP:ResourceStructure | 597 | ILAP:ResourceStructure |
| 588 | rdf:type owl:Class ; | 598 | rdf:type owl:Class ; |
| ... | @@ -590,17 +600,17 @@ ILAP:ResourceStructure | ... | @@ -590,17 +600,17 @@ ILAP:ResourceStructure |
| 590 | rdfs:subClassOf ILAP:Network . | 600 | rdfs:subClassOf ILAP:Network . |
| 591 | 601 | ||
| 592 | ILAP:ResponsibleOrganization | 602 | ILAP:ResponsibleOrganization |
| 593 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 603 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
| 594 | rdfs:label "Responsible organization"^^xsd:string ; | 604 | rdfs:label "Responsible organization"^^xsd:string ; |
| 595 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . | 605 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . |
| 596 | 606 | ||
| 597 | ILAP:ResponsiblePerson | 607 | ILAP:ResponsiblePerson |
| 598 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; | 608 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; |
| 599 | rdfs:label "Responsible"^^xsd:string ; | 609 | rdfs:label "Responsible"^^xsd:string ; |
| 600 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . | 610 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . |
| 601 | 611 | ||
| 602 | ILAP:Result | 612 | ILAP:Result |
| 603 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 613 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 604 | rdfs:label "Result"^^xsd:string ; | 614 | rdfs:label "Result"^^xsd:string ; |
| 605 | rdfs:subClassOf owl:Thing . | 615 | rdfs:subClassOf owl:Thing . |
| 606 | 616 | ||
| ... | @@ -620,9 +630,9 @@ ILAP:RiskType | ... | @@ -620,9 +630,9 @@ ILAP:RiskType |
| 620 | rdfs:subClassOf owl:Thing . | 630 | rdfs:subClassOf owl:Thing . |
| 621 | 631 | ||
| 622 | ILAP:Schedule | 632 | ILAP:Schedule |
| 623 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 633 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 624 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 634 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
| 625 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; | 635 | + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; |
| 626 | rdfs:subClassOf | 636 | rdfs:subClassOf |
| 627 | [ rdf:type owl:Restriction ; | 637 | [ rdf:type owl:Restriction ; |
| 628 | owl:maxQualifiedCardinality | 638 | owl:maxQualifiedCardinality |
| ... | @@ -632,22 +642,22 @@ ILAP:Schedule | ... | @@ -632,22 +642,22 @@ ILAP:Schedule |
| 632 | ] . | 642 | ] . |
| 633 | 643 | ||
| 634 | ILAP:ScheduledActivity | 644 | ILAP:ScheduledActivity |
| 635 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 645 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 636 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 646 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
| 637 | rdfs:subClassOf ILAP:PlannedActivity ; | 647 | rdfs:subClassOf ILAP:PlannedActivity ; |
| 638 | rdfs:subClassOf | 648 | rdfs:subClassOf |
| 639 | [ rdf:type owl:Restriction ; | 649 | [ rdf:type owl:Restriction ; |
| 640 | owl:maxQualifiedCardinality | 650 | owl:maxQualifiedCardinality |
| 641 | "1"^^xsd:nonNegativeInteger ; | 651 | "1"^^xsd:nonNegativeInteger ; |
| 642 | - owl:onClass ILAP:Schedule ; | 652 | + owl:onClass ILAP:PlannedActivity ; |
| 643 | - owl:onProperty ILAP:hasActivitySchedule | 653 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
| 644 | ] ; | 654 | ] ; |
| 645 | rdfs:subClassOf | 655 | rdfs:subClassOf |
| 646 | [ rdf:type owl:Restriction ; | 656 | [ rdf:type owl:Restriction ; |
| 647 | owl:maxQualifiedCardinality | 657 | owl:maxQualifiedCardinality |
| 648 | "1"^^xsd:nonNegativeInteger ; | 658 | "1"^^xsd:nonNegativeInteger ; |
| 649 | - owl:onClass ILAP:PlannedActivity ; | 659 | + owl:onClass ILAP:Schedule ; |
| 650 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 660 | + owl:onProperty ILAP:hasActivitySchedule |
| 651 | ] . | 661 | ] . |
| 652 | 662 | ||
| 653 | ILAP:ScheduledMilestone | 663 | ILAP:ScheduledMilestone |
| ... | @@ -665,20 +675,15 @@ ILAP:ShutdownContent | ... | @@ -665,20 +675,15 @@ ILAP:ShutdownContent |
| 665 | rdfs:label "Shutdown content"^^xsd:string ; | 675 | rdfs:label "Shutdown content"^^xsd:string ; |
| 666 | rdfs:subClassOf owl:Thing . | 676 | rdfs:subClassOf owl:Thing . |
| 667 | 677 | ||
| 668 | -ILAP:ShutdownPeriod | ||
| 669 | - rdf:type owl:Class ; | ||
| 670 | - rdfs:label "Shutdown period"^^xsd:string ; | ||
| 671 | - rdfs:subClassOf owl:Thing . | ||
| 672 | - | ||
| 673 | ILAP:ShutdownType | 678 | ILAP:ShutdownType |
| 674 | rdf:type owl:Class ; | 679 | rdf:type owl:Class ; |
| 675 | rdfs:label "Shutdown type"^^xsd:string ; | 680 | rdfs:label "Shutdown type"^^xsd:string ; |
| 676 | rdfs:subClassOf owl:Thing . | 681 | rdfs:subClassOf owl:Thing . |
| 677 | 682 | ||
| 678 | ILAP:Source | 683 | ILAP:Source |
| 679 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 684 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 680 | rdfs:label "Source"^^xsd:string ; | 685 | rdfs:label "Source"^^xsd:string ; |
| 681 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . | 686 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . |
| 682 | 687 | ||
| 683 | ILAP:SourceSpecifiedUserField | 688 | ILAP:SourceSpecifiedUserField |
| 684 | rdf:type owl:Class ; | 689 | rdf:type owl:Class ; |
| ... | @@ -691,22 +696,22 @@ ILAP:SpecifiedUserField | ... | @@ -691,22 +696,22 @@ ILAP:SpecifiedUserField |
| 691 | rdfs:subClassOf ILAP:UserField . | 696 | rdfs:subClassOf ILAP:UserField . |
| 692 | 697 | ||
| 693 | ILAP:StartToFinish | 698 | ILAP:StartToFinish |
| 694 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 699 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 695 | rdfs:label "Start to finish"^^xsd:string ; | 700 | rdfs:label "Start to finish"^^xsd:string ; |
| 696 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 701 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 697 | 702 | ||
| 698 | ILAP:StartToStart | 703 | ILAP:StartToStart |
| 699 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 704 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 700 | rdfs:label "Start to start"^^xsd:string ; | 705 | rdfs:label "Start to start"^^xsd:string ; |
| 701 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 706 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 702 | 707 | ||
| 703 | ILAP:Status | 708 | ILAP:Status |
| 704 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; | 709 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; |
| 705 | rdfs:label "Status"^^xsd:string ; | 710 | rdfs:label "Status"^^xsd:string ; |
| 706 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . | 711 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . |
| 707 | 712 | ||
| 708 | ILAP:TargetSchedule | 713 | ILAP:TargetSchedule |
| 709 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 714 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 710 | rdfs:label "Target schedule"^^xsd:string ; | 715 | rdfs:label "Target schedule"^^xsd:string ; |
| 711 | rdfs:subClassOf ILAP:Schedule . | 716 | rdfs:subClassOf ILAP:Schedule . |
| 712 | 717 | ||
| ... | @@ -721,7 +726,7 @@ ILAP:UnitBased | ... | @@ -721,7 +726,7 @@ ILAP:UnitBased |
| 721 | rdfs:subClassOf ILAP:Resource . | 726 | rdfs:subClassOf ILAP:Resource . |
| 722 | 727 | ||
| 723 | ILAP:UserField | 728 | ILAP:UserField |
| 724 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 729 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
| 725 | rdfs:label "User field"^^xsd:string ; | 730 | rdfs:label "User field"^^xsd:string ; |
| 726 | rdfs:subClassOf ILAP:Data ; | 731 | rdfs:subClassOf ILAP:Data ; |
| 727 | rdfs:subClassOf | 732 | rdfs:subClassOf |
| ... | @@ -735,12 +740,12 @@ ILAP:UserField | ... | @@ -735,12 +740,12 @@ ILAP:UserField |
| 735 | ILAP:Value | 740 | ILAP:Value |
| 736 | rdf:type owl:Class ; | 741 | rdf:type owl:Class ; |
| 737 | rdfs:label "Value"^^xsd:string ; | 742 | rdfs:label "Value"^^xsd:string ; |
| 738 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . | 743 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . |
| 739 | 744 | ||
| 740 | ILAP:WeekendsFreeCalendar | 745 | ILAP:WeekendsFreeCalendar |
| 741 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 746 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 742 | rdfs:label "Weekends free calendar"^^xsd:string ; | 747 | rdfs:label "Weekends free calendar"^^xsd:string ; |
| 743 | - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . | 748 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . |
| 744 | 749 | ||
| 745 | ILAP:WorkOrder | 750 | ILAP:WorkOrder |
| 746 | rdf:type owl:Class ; | 751 | rdf:type owl:Class ; |
| ... | @@ -748,18 +753,18 @@ ILAP:WorkOrder | ... | @@ -748,18 +753,18 @@ ILAP:WorkOrder |
| 748 | rdfs:subClassOf ILAP:WorkTask . | 753 | rdfs:subClassOf ILAP:WorkTask . |
| 749 | 754 | ||
| 750 | ILAP:WorkTask | 755 | ILAP:WorkTask |
| 751 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 756 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 752 | rdfs:label "Work task"^^xsd:string ; | 757 | rdfs:label "Work task"^^xsd:string ; |
| 753 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; | 758 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; |
| 754 | rdfs:subClassOf | 759 | rdfs:subClassOf |
| 755 | [ rdf:type owl:Restriction ; | 760 | [ rdf:type owl:Restriction ; |
| 756 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 761 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 757 | - owl:someValuesFrom ILAP:Activity | 762 | + owl:onProperty ILAP:hasWorkTaskResponsible |
| 758 | ] ; | 763 | ] ; |
| 759 | rdfs:subClassOf | 764 | rdfs:subClassOf |
| 760 | [ rdf:type owl:Restriction ; | 765 | [ rdf:type owl:Restriction ; |
| 761 | - owl:allValuesFrom BRREG:LegalEntity ; | 766 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
| 762 | - owl:onProperty ILAP:hasWorkTaskResponsible | 767 | + owl:someValuesFrom ILAP:Activity |
| 763 | ] . | 768 | ] . |
| 764 | 769 | ||
| 765 | ILAP:WorkTaskStatus | 770 | ILAP:WorkTaskStatus |
| ... | @@ -825,6 +830,11 @@ ILAP:hasActivityEstimatedWeight | ... | @@ -825,6 +830,11 @@ ILAP:hasActivityEstimatedWeight |
| 825 | rdfs:range xsd:float ; | 830 | rdfs:range xsd:float ; |
| 826 | rdfs:subPropertyOf ILAP:hasActivityWeight . | 831 | rdfs:subPropertyOf ILAP:hasActivityWeight . |
| 827 | 832 | ||
| 833 | +ILAP:hasActivityFacility | ||
| 834 | + rdf:type owl:ObjectProperty ; | ||
| 835 | + rdfs:label "has activity facility"^^xsd:string ; | ||
| 836 | + rdfs:range ILAP:Facility . | ||
| 837 | + | ||
| 828 | ILAP:hasActivityInScheduleActivityInPlan | 838 | ILAP:hasActivityInScheduleActivityInPlan |
| 829 | rdf:type owl:ObjectProperty ; | 839 | rdf:type owl:ObjectProperty ; |
| 830 | rdfs:domain ILAP:ScheduledActivity ; | 840 | rdfs:domain ILAP:ScheduledActivity ; |
| ... | @@ -863,7 +873,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -863,7 +873,7 @@ ILAP:hasActivityPhysicalPercentComplete |
| 863 | rdfs:range xsd:float . | 873 | rdfs:range xsd:float . |
| 864 | 874 | ||
| 865 | ILAP:hasActivityPlan | 875 | ILAP:hasActivityPlan |
| 866 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 876 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 867 | rdfs:domain ILAP:PlannedActivity ; | 877 | rdfs:domain ILAP:PlannedActivity ; |
| 868 | rdfs:label "has activity plan"^^xsd:string ; | 878 | rdfs:label "has activity plan"^^xsd:string ; |
| 869 | rdfs:range ILAP:ProjectExecutionPlan . | 879 | rdfs:range ILAP:ProjectExecutionPlan . |
| ... | @@ -914,7 +924,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -914,7 +924,7 @@ ILAP:hasActivityResponsibleOrganization |
| 914 | rdfs:range ILAP:ResponsibleOrganization . | 924 | rdfs:range ILAP:ResponsibleOrganization . |
| 915 | 925 | ||
| 916 | ILAP:hasActivityResponsiblePerson | 926 | ILAP:hasActivityResponsiblePerson |
| 917 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 927 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 918 | rdfs:domain ILAP:PlannedActivity ; | 928 | rdfs:domain ILAP:PlannedActivity ; |
| 919 | rdfs:label "has activity responsible"^^xsd:string ; | 929 | rdfs:label "has activity responsible"^^xsd:string ; |
| 920 | rdfs:range ILAP:ResponsiblePerson . | 930 | rdfs:range ILAP:ResponsiblePerson . |
| ... | @@ -950,7 +960,7 @@ ILAP:hasActivityStatus | ... | @@ -950,7 +960,7 @@ ILAP:hasActivityStatus |
| 950 | rdfs:range ILAP:Status . | 960 | rdfs:range ILAP:Status . |
| 951 | 961 | ||
| 952 | ILAP:hasActivitySuccessor | 962 | ILAP:hasActivitySuccessor |
| 953 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 963 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 954 | rdfs:domain ILAP:PlannedActivity ; | 964 | rdfs:domain ILAP:PlannedActivity ; |
| 955 | rdfs:label "has activity successor"^^xsd:string ; | 965 | rdfs:label "has activity successor"^^xsd:string ; |
| 956 | rdfs:range ILAP:ActivityDependency ; | 966 | rdfs:range ILAP:ActivityDependency ; |
| ... | @@ -997,7 +1007,7 @@ ILAP:hasBaselineActivityDuration | ... | @@ -997,7 +1007,7 @@ ILAP:hasBaselineActivityDuration |
| 997 | rdf:type owl:DatatypeProperty ; | 1007 | rdf:type owl:DatatypeProperty ; |
| 998 | rdfs:domain ILAP:ScheduledActivity ; | 1008 | rdfs:domain ILAP:ScheduledActivity ; |
| 999 | rdfs:label "has Baseline Activity Duration"^^xsd:string ; | 1009 | rdfs:label "has Baseline Activity Duration"^^xsd:string ; |
| 1000 | - rdfs:range xsd:float ; | 1010 | + rdfs:range xsd:duration ; |
| 1001 | rdfs:subPropertyOf ILAP:hasActivityDuration . | 1011 | rdfs:subPropertyOf ILAP:hasActivityDuration . |
| 1002 | 1012 | ||
| 1003 | ILAP:hasBaselineCreatedDate | 1013 | ILAP:hasBaselineCreatedDate |
| ... | @@ -1011,7 +1021,7 @@ ILAP:hasCalendarDate | ... | @@ -1011,7 +1021,7 @@ ILAP:hasCalendarDate |
| 1011 | rdfs:label "has calendar date"^^xsd:string . | 1021 | rdfs:label "has calendar date"^^xsd:string . |
| 1012 | 1022 | ||
| 1013 | ILAP:hasCalendarFreePeriod | 1023 | ILAP:hasCalendarFreePeriod |
| 1014 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1024 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1015 | rdfs:domain ILAP:Calendar ; | 1025 | rdfs:domain ILAP:Calendar ; |
| 1016 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 1026 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
| 1017 | rdfs:range ILAP:CalendarFreePeriod . | 1027 | rdfs:range ILAP:CalendarFreePeriod . |
| ... | @@ -1050,7 +1060,7 @@ ILAP:hasCurrentActivityDuration | ... | @@ -1050,7 +1060,7 @@ ILAP:hasCurrentActivityDuration |
| 1050 | rdf:type owl:DatatypeProperty ; | 1060 | rdf:type owl:DatatypeProperty ; |
| 1051 | rdfs:domain ILAP:ScheduledActivity ; | 1061 | rdfs:domain ILAP:ScheduledActivity ; |
| 1052 | rdfs:label "has Current Activity Duration"^^xsd:string ; | 1062 | rdfs:label "has Current Activity Duration"^^xsd:string ; |
| 1053 | - rdfs:range xsd:float ; | 1063 | + rdfs:range xsd:duration ; |
| 1054 | rdfs:subPropertyOf ILAP:hasActivityDuration . | 1064 | rdfs:subPropertyOf ILAP:hasActivityDuration . |
| 1055 | 1065 | ||
| 1056 | ILAP:hasDataProject | 1066 | ILAP:hasDataProject |
| ... | @@ -1188,7 +1198,7 @@ ILAP:hasOriginalActivityDuration | ... | @@ -1188,7 +1198,7 @@ ILAP:hasOriginalActivityDuration |
| 1188 | rdf:type owl:DatatypeProperty ; | 1198 | rdf:type owl:DatatypeProperty ; |
| 1189 | rdfs:domain ILAP:ScheduledActivity ; | 1199 | rdfs:domain ILAP:ScheduledActivity ; |
| 1190 | rdfs:label "has Original Activity Duration"^^xsd:string ; | 1200 | rdfs:label "has Original Activity Duration"^^xsd:string ; |
| 1191 | - rdfs:range xsd:float ; | 1201 | + rdfs:range xsd:duration ; |
| 1192 | rdfs:subPropertyOf ILAP:hasActivityDuration . | 1202 | rdfs:subPropertyOf ILAP:hasActivityDuration . |
| 1193 | 1203 | ||
| 1194 | ILAP:hasPhaseDecisionGate | 1204 | ILAP:hasPhaseDecisionGate |
| ... | @@ -1207,7 +1217,6 @@ ILAP:hasPlanAssetOwner | ... | @@ -1207,7 +1217,6 @@ ILAP:hasPlanAssetOwner |
| 1207 | rdf:type owl:ObjectProperty ; | 1217 | rdf:type owl:ObjectProperty ; |
| 1208 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1218 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| 1209 | rdfs:label "has asset plan owner"^^xsd:string ; | 1219 | rdfs:label "has asset plan owner"^^xsd:string ; |
| 1210 | - rdfs:range BRREG:OilCompany ; | ||
| 1211 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1220 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1212 | 1221 | ||
| 1213 | ILAP:hasPlanContentType | 1222 | ILAP:hasPlanContentType |
| ... | @@ -1226,7 +1235,6 @@ ILAP:hasPlanContractor | ... | @@ -1226,7 +1235,6 @@ ILAP:hasPlanContractor |
| 1226 | rdf:type owl:ObjectProperty ; | 1235 | rdf:type owl:ObjectProperty ; |
| 1227 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1236 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| 1228 | rdfs:label "has plan contractor"^^xsd:string ; | 1237 | rdfs:label "has plan contractor"^^xsd:string ; |
| 1229 | - rdfs:range BRREG:Contractor ; | ||
| 1230 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1238 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1231 | 1239 | ||
| 1232 | ILAP:hasPlanExpenseType | 1240 | ILAP:hasPlanExpenseType |
| ... | @@ -1235,6 +1243,18 @@ ILAP:hasPlanExpenseType | ... | @@ -1235,6 +1243,18 @@ ILAP:hasPlanExpenseType |
| 1235 | rdfs:label "has plan expense type"^^xsd:string ; | 1243 | rdfs:label "has plan expense type"^^xsd:string ; |
| 1236 | rdfs:range ILAP:PlanExpenseType . | 1244 | rdfs:range ILAP:PlanExpenseType . |
| 1237 | 1245 | ||
| 1246 | +ILAP:hasPlanFacility | ||
| 1247 | + rdf:type owl:ObjectProperty ; | ||
| 1248 | + rdfs:domain ILAP:ProjectExecutionPlan ; | ||
| 1249 | + rdfs:label "has plan facility"^^xsd:string ; | ||
| 1250 | + rdfs:range ILAP:Facility . | ||
| 1251 | + | ||
| 1252 | +ILAP:hasPlanField | ||
| 1253 | + rdf:type owl:ObjectProperty ; | ||
| 1254 | + rdfs:domain ILAP:ProjectExecutionPlan ; | ||
| 1255 | + rdfs:label "has plan field"^^xsd:string ; | ||
| 1256 | + rdfs:range ILAP:Field . | ||
| 1257 | + | ||
| 1238 | ILAP:hasPlanGeoArea | 1258 | ILAP:hasPlanGeoArea |
| 1239 | rdf:type owl:ObjectProperty ; | 1259 | rdf:type owl:ObjectProperty ; |
| 1240 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1260 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| ... | @@ -1251,14 +1271,12 @@ ILAP:hasPlanLicenseOperator | ... | @@ -1251,14 +1271,12 @@ ILAP:hasPlanLicenseOperator |
| 1251 | rdf:type owl:ObjectProperty ; | 1271 | rdf:type owl:ObjectProperty ; |
| 1252 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1272 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| 1253 | rdfs:label "has plan license operator"^^xsd:string ; | 1273 | rdfs:label "has plan license operator"^^xsd:string ; |
| 1254 | - rdfs:range BRREG:OilCompany ; | ||
| 1255 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1274 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1256 | 1275 | ||
| 1257 | ILAP:hasPlanLicensePartner | 1276 | ILAP:hasPlanLicensePartner |
| 1258 | rdf:type owl:ObjectProperty ; | 1277 | rdf:type owl:ObjectProperty ; |
| 1259 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1278 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| 1260 | rdfs:label "has plan license partner"^^xsd:string ; | 1279 | rdfs:label "has plan license partner"^^xsd:string ; |
| 1261 | - rdfs:range BRREG:OilCompany ; | ||
| 1262 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1280 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1263 | 1281 | ||
| 1264 | ILAP:hasPlanLifecycleStage | 1282 | ILAP:hasPlanLifecycleStage |
| ... | @@ -1267,12 +1285,6 @@ ILAP:hasPlanLifecycleStage | ... | @@ -1267,12 +1285,6 @@ ILAP:hasPlanLifecycleStage |
| 1267 | rdfs:label "has plan lifecycle stage"^^xsd:string ; | 1285 | rdfs:label "has plan lifecycle stage"^^xsd:string ; |
| 1268 | rdfs:range ILAP:PlanLifecycleStage . | 1286 | rdfs:range ILAP:PlanLifecycleStage . |
| 1269 | 1287 | ||
| 1270 | -ILAP:hasPlanNPDelement | ||
| 1271 | - rdf:type owl:ObjectProperty ; | ||
| 1272 | - rdfs:domain ILAP:ProjectExecutionPlan ; | ||
| 1273 | - rdfs:label "has plan NPD element"^^xsd:string ; | ||
| 1274 | - rdfs:range ILAP:ScheduledActivity . | ||
| 1275 | - | ||
| 1276 | ILAP:hasPlanObjectiveType | 1288 | ILAP:hasPlanObjectiveType |
| 1277 | rdf:type owl:ObjectProperty ; | 1289 | rdf:type owl:ObjectProperty ; |
| 1278 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1290 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| ... | @@ -1295,11 +1307,10 @@ ILAP:hasPlanRegulator | ... | @@ -1295,11 +1307,10 @@ ILAP:hasPlanRegulator |
| 1295 | rdf:type owl:ObjectProperty ; | 1307 | rdf:type owl:ObjectProperty ; |
| 1296 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1308 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| 1297 | rdfs:label "has plan regulator"^^xsd:string ; | 1309 | rdfs:label "has plan regulator"^^xsd:string ; |
| 1298 | - rdfs:range BRREG:Regulator ; | ||
| 1299 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1310 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1300 | 1311 | ||
| 1301 | ILAP:hasPlanResponsible | 1312 | ILAP:hasPlanResponsible |
| 1302 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1313 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1303 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1314 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| 1304 | rdfs:label "has plan responsible"^^xsd:string ; | 1315 | rdfs:label "has plan responsible"^^xsd:string ; |
| 1305 | rdfs:range ILAP:ResponsibleOrganization . | 1316 | rdfs:range ILAP:ResponsibleOrganization . |
| ... | @@ -1320,7 +1331,6 @@ ILAP:hasPlanSupplier | ... | @@ -1320,7 +1331,6 @@ ILAP:hasPlanSupplier |
| 1320 | rdf:type owl:ObjectProperty ; | 1331 | rdf:type owl:ObjectProperty ; |
| 1321 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1332 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| 1322 | rdfs:label "has plan supplier"^^xsd:string ; | 1333 | rdfs:label "has plan supplier"^^xsd:string ; |
| 1323 | - rdfs:range BRREG:Contractor ; | ||
| 1324 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1334 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1325 | 1335 | ||
| 1326 | ILAP:hasPlanUserField | 1336 | ILAP:hasPlanUserField |
| ... | @@ -1329,11 +1339,6 @@ ILAP:hasPlanUserField | ... | @@ -1329,11 +1339,6 @@ ILAP:hasPlanUserField |
| 1329 | rdfs:label "has plan user field"^^xsd:string ; | 1339 | rdfs:label "has plan user field"^^xsd:string ; |
| 1330 | rdfs:range ILAP:UserField . | 1340 | rdfs:range ILAP:UserField . |
| 1331 | 1341 | ||
| 1332 | -ILAP:hasPlatform | ||
| 1333 | - rdf:type owl:ObjectProperty ; | ||
| 1334 | - rdfs:label "has platform"^^xsd:string ; | ||
| 1335 | - rdfs:range ILAP:Facility . | ||
| 1336 | - | ||
| 1337 | ILAP:hasPredecessorActivity | 1342 | ILAP:hasPredecessorActivity |
| 1338 | rdf:type owl:ObjectProperty ; | 1343 | rdf:type owl:ObjectProperty ; |
| 1339 | rdfs:domain ILAP:ActivityDependency ; | 1344 | rdfs:domain ILAP:ActivityDependency ; |
| ... | @@ -1393,7 +1398,7 @@ ILAP:hasRemainingActivityDuration | ... | @@ -1393,7 +1398,7 @@ ILAP:hasRemainingActivityDuration |
| 1393 | rdf:type owl:DatatypeProperty ; | 1398 | rdf:type owl:DatatypeProperty ; |
| 1394 | rdfs:domain ILAP:ScheduledActivity ; | 1399 | rdfs:domain ILAP:ScheduledActivity ; |
| 1395 | rdfs:label "has Remaining Activity Duration"^^xsd:string ; | 1400 | rdfs:label "has Remaining Activity Duration"^^xsd:string ; |
| 1396 | - rdfs:range xsd:float ; | 1401 | + rdfs:range xsd:duration ; |
| 1397 | rdfs:subPropertyOf ILAP:hasActivityDuration . | 1402 | rdfs:subPropertyOf ILAP:hasActivityDuration . |
| 1398 | 1403 | ||
| 1399 | ILAP:hasResourceCalendar | 1404 | ILAP:hasResourceCalendar |
| ... | @@ -1494,7 +1499,7 @@ ILAP:hasShutdownType | ... | @@ -1494,7 +1499,7 @@ ILAP:hasShutdownType |
| 1494 | rdfs:range ILAP:ShutdownType . | 1499 | rdfs:range ILAP:ShutdownType . |
| 1495 | 1500 | ||
| 1496 | ILAP:hasSuccessorActivity | 1501 | ILAP:hasSuccessorActivity |
| 1497 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1502 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1498 | rdfs:domain ILAP:ActivityDependency ; | 1503 | rdfs:domain ILAP:ActivityDependency ; |
| 1499 | rdfs:label "has successor activity "^^xsd:string ; | 1504 | rdfs:label "has successor activity "^^xsd:string ; |
| 1500 | rdfs:range ILAP:PlannedActivity ; | 1505 | rdfs:range ILAP:PlannedActivity ; |
| ... | @@ -1522,7 +1527,7 @@ ILAP:hasTimeNow | ... | @@ -1522,7 +1527,7 @@ ILAP:hasTimeNow |
| 1522 | rdf:type owl:DatatypeProperty ; | 1527 | rdf:type owl:DatatypeProperty ; |
| 1523 | rdfs:domain ILAP:Schedule ; | 1528 | rdfs:domain ILAP:Schedule ; |
| 1524 | rdfs:label "has time now"^^xsd:string ; | 1529 | rdfs:label "has time now"^^xsd:string ; |
| 1525 | - rdfs:range xsd:dateTime , xsd:date . | 1530 | + rdfs:range xsd:date , xsd:dateTime . |
| 1526 | 1531 | ||
| 1527 | ILAP:hasUserFieldName | 1532 | ILAP:hasUserFieldName |
| 1528 | rdf:type owl:DatatypeProperty ; | 1533 | rdf:type owl:DatatypeProperty ; |
| ... | @@ -1542,18 +1547,6 @@ ILAP:hasUserFieldValue | ... | @@ -1542,18 +1547,6 @@ ILAP:hasUserFieldValue |
| 1542 | rdfs:label "has user field value"^^xsd:string ; | 1547 | rdfs:label "has user field value"^^xsd:string ; |
| 1543 | rdfs:range xsd:string . | 1548 | rdfs:range xsd:string . |
| 1544 | 1549 | ||
| 1545 | -ILAP:hasWBSProjectType | ||
| 1546 | - rdf:type owl:ObjectProperty ; | ||
| 1547 | - rdfs:domain ILAP:ActivityWBS ; | ||
| 1548 | - rdfs:label "has WBS Project Type"^^xsd:string ; | ||
| 1549 | - rdfs:range ILAP:ProjectType . | ||
| 1550 | - | ||
| 1551 | -ILAP:hasWBSResource | ||
| 1552 | - rdf:type owl:ObjectProperty ; | ||
| 1553 | - rdfs:domain ILAP:ActivityWBS ; | ||
| 1554 | - rdfs:label "has WBS Resource"^^xsd:string ; | ||
| 1555 | - rdfs:range ILAP:Resource . | ||
| 1556 | - | ||
| 1557 | ILAP:hasWBScomponent | 1550 | ILAP:hasWBScomponent |
| 1558 | rdf:type owl:ObjectProperty ; | 1551 | rdf:type owl:ObjectProperty ; |
| 1559 | rdfs:domain ILAP:ActivityWBS ; | 1552 | rdfs:domain ILAP:ActivityWBS ; |
| ... | @@ -1566,6 +1559,17 @@ ILAP:hasWBSphase | ... | @@ -1566,6 +1559,17 @@ ILAP:hasWBSphase |
| 1566 | rdfs:label "has WBS Phase"^^xsd:string ; | 1559 | rdfs:label "has WBS Phase"^^xsd:string ; |
| 1567 | rdfs:range ILAP:Phase . | 1560 | rdfs:range ILAP:Phase . |
| 1568 | 1561 | ||
| 1562 | +ILAP:hasWBSprojectExpenseType | ||
| 1563 | + rdf:type owl:ObjectProperty ; | ||
| 1564 | + rdfs:domain ILAP:ActivityWBS ; | ||
| 1565 | + rdfs:label "has WBS Project Expense Type"^^xsd:string . | ||
| 1566 | + | ||
| 1567 | +ILAP:hasWBSresource | ||
| 1568 | + rdf:type owl:ObjectProperty ; | ||
| 1569 | + rdfs:domain ILAP:ActivityWBS ; | ||
| 1570 | + rdfs:label "has WBS Resource"^^xsd:string ; | ||
| 1571 | + rdfs:range ILAP:Resource . | ||
| 1572 | + | ||
| 1569 | ILAP:hasWorkTaskActivity | 1573 | ILAP:hasWorkTaskActivity |
| 1570 | rdf:type owl:ObjectProperty ; | 1574 | rdf:type owl:ObjectProperty ; |
| 1571 | rdfs:domain ILAP:WorkTask ; | 1575 | rdfs:domain ILAP:WorkTask ; | ... | ... |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 13 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 14 | 14 | ||
| 15 | : rdf:type owl:Ontology ; | 15 | : rdf:type owl:Ontology ; |
| 16 | - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . | 16 | + owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . |
| 17 | 17 | ||
| 18 | ILAP: | 18 | ILAP: |
| 19 | rdf:type owl:Ontology ; | 19 | rdf:type owl:Ontology ; |
| ... | @@ -28,7 +28,7 @@ ILAP:Active | ... | @@ -28,7 +28,7 @@ ILAP:Active |
| 28 | rdfs:label "Active"^^xsd:string . | 28 | rdfs:label "Active"^^xsd:string . |
| 29 | 29 | ||
| 30 | ILAP:ActivityWBS_1 | 30 | ILAP:ActivityWBS_1 |
| 31 | - ILAP:hasWBSProjectType | 31 | + ILAP:hasWBSprojectExpenseType |
| 32 | ILAP:CAPEX . | 32 | ILAP:CAPEX . |
| 33 | 33 | ||
| 34 | ILAP:After_Shutdown | 34 | ILAP:After_Shutdown |
| ... | @@ -121,7 +121,7 @@ ILAP:Dependent_on_Shutdown | ... | @@ -121,7 +121,7 @@ ILAP:Dependent_on_Shutdown |
| 121 | 121 | ||
| 122 | ILAP:Development | 122 | ILAP:Development |
| 123 | rdf:type ILAP:PlanLifecycleStage ; | 123 | rdf:type ILAP:PlanLifecycleStage ; |
| 124 | - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . | 124 | + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . |
| 125 | 125 | ||
| 126 | ILAP:DisasterRecovery | 126 | ILAP:DisasterRecovery |
| 127 | rdf:type ILAP:PlanObjectiveType ; | 127 | rdf:type ILAP:PlanObjectiveType ; |
| ... | @@ -235,10 +235,6 @@ ILAP:HighPriority | ... | @@ -235,10 +235,6 @@ ILAP:HighPriority |
| 235 | rdf:type ILAP:DegreeOfPriority ; | 235 | rdf:type ILAP:DegreeOfPriority ; |
| 236 | rdfs:label "High priority"^^xsd:string . | 236 | rdfs:label "High priority"^^xsd:string . |
| 237 | 237 | ||
| 238 | -ILAP:High_Activity_Period | ||
| 239 | - rdf:type ILAP:ShutdownPeriod ; | ||
| 240 | - rdfs:label "High Activity Period"^^xsd:string . | ||
| 241 | - | ||
| 242 | ILAP:HotWork | 238 | ILAP:HotWork |
| 243 | rdf:type ILAP:RiskType ; | 239 | rdf:type ILAP:RiskType ; |
| 244 | rdfs:label "Hot work"^^xsd:string . | 240 | rdfs:label "Hot work"^^xsd:string . |
| ... | @@ -459,10 +455,6 @@ ILAP:ShutdownAndDecommisioning | ... | @@ -459,10 +455,6 @@ ILAP:ShutdownAndDecommisioning |
| 459 | rdf:type ILAP:PlanLifecycleStage ; | 455 | rdf:type ILAP:PlanLifecycleStage ; |
| 460 | rdfs:label "Shutdown and decommisioning"^^xsd:string . | 456 | rdfs:label "Shutdown and decommisioning"^^xsd:string . |
| 461 | 457 | ||
| 462 | -ILAP:Shutdown_Period | ||
| 463 | - rdf:type ILAP:ShutdownPeriod ; | ||
| 464 | - rdfs:label "Shutdown Period"^^xsd:string . | ||
| 465 | - | ||
| 466 | ILAP:Shutdown_not_evaluated | 458 | ILAP:Shutdown_not_evaluated |
| 467 | rdf:type ILAP:ShutdownType ; | 459 | rdf:type ILAP:ShutdownType ; |
| 468 | rdfs:label "Shutdown not evaluated"^^xsd:string . | 460 | rdfs:label "Shutdown not evaluated"^^xsd:string . |
| ... | @@ -471,7 +463,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -471,7 +463,7 @@ ILAP:StandardFreeWeekendPeriod |
| 471 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 463 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 472 | rdfs:label "Standard free weekend period"^^xsd:string ; | 464 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 473 | ILAP:hasCalendarPeriodFreeDay | 465 | ILAP:hasCalendarPeriodFreeDay |
| 474 | - ILAP:Sunday , ILAP:Saturday . | 466 | + ILAP:Saturday , ILAP:Sunday . |
| 475 | 467 | ||
| 476 | ILAP:StandardWorkWeekdayPeriod | 468 | ILAP:StandardWorkWeekdayPeriod |
| 477 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 469 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| ... | @@ -544,6 +536,9 @@ ILAP:Wellbore | ... | @@ -544,6 +536,9 @@ ILAP:Wellbore |
| 544 | ILAP:hasActivityBaselineSchedule | 536 | ILAP:hasActivityBaselineSchedule |
| 545 | rdfs:range ILAP:Schedule . | 537 | rdfs:range ILAP:Schedule . |
| 546 | 538 | ||
| 539 | +ILAP:hasActivityFacility | ||
| 540 | + rdfs:domain ILAP:PlannedActivity . | ||
| 541 | + | ||
| 547 | ILAP:hasActivityPhase | 542 | ILAP:hasActivityPhase |
| 548 | rdfs:range ILAP:Phase . | 543 | rdfs:range ILAP:Phase . |
| 549 | 544 | ||
| ... | @@ -583,20 +578,41 @@ ILAP:hasCalendarTime | ... | @@ -583,20 +578,41 @@ ILAP:hasCalendarTime |
| 583 | ILAP:hasPlanAsset | 578 | ILAP:hasPlanAsset |
| 584 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . | 579 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . |
| 585 | 580 | ||
| 581 | +ILAP:hasPlanAssetOwner | ||
| 582 | + rdfs:range ILAP:ResponsibleOrganization . | ||
| 583 | + | ||
| 584 | +ILAP:hasPlanContractor | ||
| 585 | + rdfs:range ILAP:Contractor . | ||
| 586 | + | ||
| 587 | +ILAP:hasPlanLicenseOperator | ||
| 588 | + rdfs:range ILAP:Operator . | ||
| 589 | + | ||
| 590 | +ILAP:hasPlanLicensePartner | ||
| 591 | + rdfs:range ILAP:ResponsibleOrganization . | ||
| 592 | + | ||
| 593 | +ILAP:hasPlanRegulator | ||
| 594 | + rdfs:range ILAP:ResponsibleOrganization . | ||
| 595 | + | ||
| 586 | ILAP:hasPlanResponsible | 596 | ILAP:hasPlanResponsible |
| 587 | rdfs:range ILAP:ResponsibleOrganization . | 597 | rdfs:range ILAP:ResponsibleOrganization . |
| 588 | 598 | ||
| 599 | +ILAP:hasPlanSupplier | ||
| 600 | + rdfs:range ILAP:ResponsibleOrganization . | ||
| 601 | + | ||
| 589 | ILAP:hasWBScomponent | 602 | ILAP:hasWBScomponent |
| 590 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> . | 603 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> . |
| 591 | 604 | ||
| 592 | ILAP:hasWBSphase | 605 | ILAP:hasWBSphase |
| 593 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . | 606 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . |
| 594 | 607 | ||
| 608 | +ILAP:hasWBSprojectExpenseType | ||
| 609 | + rdfs:range ILAP:PlanExpenseType . | ||
| 610 | + | ||
| 595 | ILAP:hasWorkTaskResponsible | 611 | ILAP:hasWorkTaskResponsible |
| 596 | rdfs:range ILAP:ResponsiblePerson . | 612 | rdfs:range ILAP:ResponsiblePerson . |
| 597 | 613 | ||
| 598 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 614 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
| 599 | - rdfs:subClassOf ILAP:Resource , ILAP:Discipline . | 615 | + rdfs:subClassOf ILAP:Discipline , ILAP:Resource . |
| 600 | 616 | ||
| 601 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 617 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
| 602 | rdfs:subClassOf ILAP:Result . | 618 | rdfs:subClassOf ILAP:Result . |
| ... | @@ -606,10 +622,10 @@ ILAP:hasWorkTaskResponsible | ... | @@ -606,10 +622,10 @@ ILAP:hasWorkTaskResponsible |
| 606 | 622 | ||
| 607 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 623 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
| 608 | rdf:type owl:Class ; | 624 | rdf:type owl:Class ; |
| 609 | - rdfs:label "Operating company"^^xsd:string ; | 625 | + rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string ; |
| 610 | - rdfs:subClassOf ILAP:Operator . | 626 | + rdfs:subClassOf ILAP:Contractor , ILAP:Operator . |
| 611 | 627 | ||
| 612 | -<http://data.posccaesar.org/npd/ontology/ilap-interface/Facility> | 628 | +<http://data.posccaesar.org/npd/ontology/productionFacility> |
| 613 | rdf:type owl:Class ; | 629 | rdf:type owl:Class ; |
| 614 | rdfs:label "Facility"^^xsd:string ; | 630 | rdfs:label "Facility"^^xsd:string ; |
| 615 | rdfs:subClassOf ILAP:Facility , owl:Thing . | 631 | rdfs:subClassOf ILAP:Facility , owl:Thing . |
| ... | @@ -617,7 +633,12 @@ ILAP:hasWorkTaskResponsible | ... | @@ -617,7 +633,12 @@ ILAP:hasWorkTaskResponsible |
| 617 | rdl:RDS282149 | 633 | rdl:RDS282149 |
| 618 | rdf:type owl:Class ; | 634 | rdf:type owl:Class ; |
| 619 | rdfs:label "RDS282149"^^xsd:string ; | 635 | rdfs:label "RDS282149"^^xsd:string ; |
| 620 | - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . | 636 | + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . |
| 637 | + | ||
| 638 | +<http://staging.data.posccaesar.org/npd/ontology/discoveryField> | ||
| 639 | + rdf:type owl:Class ; | ||
| 640 | + rdfs:label "Field 1"^^xsd:string ; | ||
| 641 | + rdfs:subClassOf ILAP:Field . | ||
| 621 | 642 | ||
| 622 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> | 643 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> |
| 623 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 644 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | ... | ... |
| ... | @@ -16,10 +16,10 @@ UC1: rdf:type owl:Ontology ; | ... | @@ -16,10 +16,10 @@ UC1: rdf:type owl:Ontology ; |
| 16 | ILAP:ActivityWBS_1 | 16 | ILAP:ActivityWBS_1 |
| 17 | rdf:type ILAP:ActivityWBS ; | 17 | rdf:type ILAP:ActivityWBS ; |
| 18 | rdfs:label "Activity WBS 1"^^xsd:string ; | 18 | rdfs:label "Activity WBS 1"^^xsd:string ; |
| 19 | - ILAP:hasWBSResource ILAP:COR_KD_1 , SCCS:COR_KD ; | ||
| 20 | ILAP:hasWBScomponent | 19 | ILAP:hasWBScomponent |
| 21 | - SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; | 20 | + ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; |
| 22 | - ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 . | 21 | + ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; |
| 22 | + ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . | ||
| 23 | 23 | ||
| 24 | ILAP:COR_KD_1 | 24 | ILAP:COR_KD_1 |
| 25 | rdf:type SCCS:COR_KD ; | 25 | rdf:type SCCS:COR_KD ; |
| ... | @@ -44,6 +44,8 @@ ILAP:PlannedActivity_2 | ... | @@ -44,6 +44,8 @@ ILAP:PlannedActivity_2 |
| 44 | ILAP:COR_KD_1 ; | 44 | ILAP:COR_KD_1 ; |
| 45 | ILAP:hasActivityEstimatedWeight | 45 | ILAP:hasActivityEstimatedWeight |
| 46 | "55000"^^xsd:float ; | 46 | "55000"^^xsd:float ; |
| 47 | + ILAP:hasActivityFacility | ||
| 48 | + <http://staging.data.posccaesar.org/npd/facts/Facility-278329> ; | ||
| 47 | ILAP:hasActivityLocation | 49 | ILAP:hasActivityLocation |
| 48 | <http://staging.data.posccaesar.org/npd/facts/Field-46437> ; | 50 | <http://staging.data.posccaesar.org/npd/facts/Field-46437> ; |
| 49 | ILAP:hasActivityOperator | 51 | ILAP:hasActivityOperator |
| ... | @@ -65,8 +67,7 @@ ILAP:PlannedActivity_2 | ... | @@ -65,8 +67,7 @@ ILAP:PlannedActivity_2 |
| 65 | ILAP:hasActivityWeight | 67 | ILAP:hasActivityWeight |
| 66 | "55000"^^xsd:float ; | 68 | "55000"^^xsd:float ; |
| 67 | ILAP:hasActivityWorkVolume | 69 | ILAP:hasActivityWorkVolume |
| 68 | - "1500"^^xsd:float ; | 70 | + "1500"^^xsd:float . |
| 69 | - ILAP:hasPlatform <http://staging.data.posccaesar.org/npd/facts/Facility-278329> . | ||
| 70 | 71 | ||
| 71 | ILAP:RiskFactor_1 | 72 | ILAP:RiskFactor_1 |
| 72 | rdf:type ILAP:RiskFactor ; | 73 | rdf:type ILAP:RiskFactor ; | ... | ... |
-
Please register or login to post a comment