Showing
2 changed files
with
217 additions
and
213 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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 17 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 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:Status ; | 21 | + owl:allValuesFrom ILAP:Discipline ; |
| 22 | - owl:onProperty ILAP:hasActivityStatus | 22 | + owl:onProperty ILAP:hasActivityDiscipline |
| 23 | ] ; | 23 | ] ; |
| 24 | rdfs:subClassOf | 24 | rdfs:subClassOf |
| 25 | [ rdf:type owl:Restriction ; | 25 | [ rdf:type owl:Restriction ; |
| 26 | - owl:onProperty ILAP:hasExternalReference ; | 26 | + owl:allValuesFrom ILAP:Calendar ; |
| 27 | - owl:someValuesFrom ILAP:ExternalReference | 27 | + owl:onProperty ILAP:hasActivityCalendar |
| 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:allValuesFrom ILAP:Discipline ; | 36 | + owl:allValuesFrom ILAP:Status ; |
| 37 | - owl:onProperty ILAP:hasActivityDiscipline | 37 | + owl:onProperty ILAP:hasActivityStatus |
| 38 | ] . | 38 | ] . |
| 39 | 39 | ||
| 40 | ILAP:ActivityDependency | 40 | ILAP:ActivityDependency |
| 41 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 41 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 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:hasSuccessorActivity ; | 47 | + owl:onProperty ILAP:hasPredecessorActivity ; |
| 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:hasPredecessorActivity ; | 54 | + owl:onProperty ILAP:hasSuccessorActivity ; |
| 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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 60 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 75 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
| 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 owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . | 82 | + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . |
| 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 owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . | 87 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . |
| 88 | 88 | ||
| 89 | ILAP:Baseline | 89 | ILAP:Baseline |
| 90 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 90 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 103 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 104 | rdfs:label "Calendar"^^xsd:string ; | 104 | rdfs:label "Calendar"^^xsd:string ; |
| 105 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; | 105 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; |
| 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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 113 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 114 | rdfs:label "Calendar day"^^xsd:string ; | 114 | rdfs:label "Calendar day"^^xsd:string ; |
| 115 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . | 115 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . |
| 116 | 116 | ||
| 117 | ILAP:CalendarFreePeriod | 117 | ILAP:CalendarFreePeriod |
| 118 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 118 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 119 | rdfs:label "Calendar free period"^^xsd:string ; | 119 | rdfs:label "Calendar free period"^^xsd:string ; |
| 120 | - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; | 120 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; |
| 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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 132 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 133 | rdfs:label "Free day"^^xsd:string ; | 133 | rdfs:label "Free day"^^xsd:string ; |
| 134 | - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . | 134 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . |
| 135 | 135 | ||
| 136 | ILAP:CalendarHour | 136 | ILAP:CalendarHour |
| 137 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 137 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 138 | rdfs:label "calendar hour"^^xsd:string ; | 138 | rdfs:label "calendar hour"^^xsd:string ; |
| 139 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . | 139 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . |
| 140 | 140 | ||
| 141 | ILAP:CalendarPeriod | 141 | ILAP:CalendarPeriod |
| 142 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; | 142 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; |
| 143 | rdfs:label "Calendar period"^^xsd:string ; | 143 | rdfs:label "Calendar period"^^xsd:string ; |
| 144 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; | 144 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; |
| 145 | rdfs:subClassOf | 145 | rdfs:subClassOf |
| 146 | [ rdf:type owl:Restriction ; | 146 | [ rdf:type owl:Restriction ; |
| 147 | - owl:allValuesFrom ILAP:CalendarHour ; | 147 | + owl:allValuesFrom ILAP:CalendarDay ; |
| 148 | - owl:onProperty ILAP:hasCalendarPeriodHour | 148 | + owl:onProperty ILAP:hasCalendarPeriodDay |
| 149 | ] ; | 149 | ] ; |
| 150 | rdfs:subClassOf | 150 | rdfs:subClassOf |
| 151 | [ rdf:type owl:Restriction ; | 151 | [ rdf:type owl:Restriction ; |
| 152 | - owl:allValuesFrom ILAP:CalendarDay ; | 152 | + owl:allValuesFrom ILAP:CalendarHour ; |
| 153 | - owl:onProperty ILAP:hasCalendarPeriodDay | 153 | + owl:onProperty ILAP:hasCalendarPeriodHour |
| 154 | ] . | 154 | ] . |
| 155 | 155 | ||
| 156 | ILAP:Category | 156 | ILAP:Category |
| ... | @@ -166,7 +166,7 @@ ILAP:CommissioningMilestone | ... | @@ -166,7 +166,7 @@ ILAP:CommissioningMilestone |
| 166 | ILAP:Constraint | 166 | ILAP:Constraint |
| 167 | rdf:type owl:Class ; | 167 | rdf:type owl:Class ; |
| 168 | rdfs:label "Constraint"^^xsd:string ; | 168 | rdfs:label "Constraint"^^xsd:string ; |
| 169 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . | 169 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . |
| 170 | 170 | ||
| 171 | ILAP:ConstructionMilestone | 171 | ILAP:ConstructionMilestone |
| 172 | rdf:type owl:Class ; | 172 | rdf:type owl:Class ; |
| ... | @@ -176,7 +176,7 @@ ILAP:ConstructionMilestone | ... | @@ -176,7 +176,7 @@ ILAP:ConstructionMilestone |
| 176 | ILAP:Contract | 176 | ILAP:Contract |
| 177 | rdf:type owl:Class ; | 177 | rdf:type owl:Class ; |
| 178 | rdfs:label "Contract"^^xsd:string ; | 178 | rdfs:label "Contract"^^xsd:string ; |
| 179 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . | 179 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . |
| 180 | 180 | ||
| 181 | ILAP:ContractMilestone | 181 | ILAP:ContractMilestone |
| 182 | rdf:type owl:Class ; | 182 | rdf:type owl:Class ; |
| ... | @@ -201,7 +201,7 @@ ILAP:ControlSchedule | ... | @@ -201,7 +201,7 @@ ILAP:ControlSchedule |
| 201 | ILAP:Cost | 201 | ILAP:Cost |
| 202 | rdf:type owl:Class ; | 202 | rdf:type owl:Class ; |
| 203 | rdfs:label "Cost"^^xsd:string ; | 203 | rdfs:label "Cost"^^xsd:string ; |
| 204 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . | 204 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . |
| 205 | 205 | ||
| 206 | ILAP:CostBased | 206 | ILAP:CostBased |
| 207 | rdf:type owl:Class ; | 207 | rdf:type owl:Class ; |
| ... | @@ -209,14 +209,14 @@ ILAP:CostBased | ... | @@ -209,14 +209,14 @@ ILAP:CostBased |
| 209 | rdfs:subClassOf ILAP:Resource . | 209 | rdfs:subClassOf ILAP:Resource . |
| 210 | 210 | ||
| 211 | ILAP:CurrentSchedule | 211 | ILAP:CurrentSchedule |
| 212 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 212 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 213 | rdfs:label "Current schedule"^^xsd:string ; | 213 | rdfs:label "Current schedule"^^xsd:string ; |
| 214 | rdfs:subClassOf ILAP:Schedule . | 214 | rdfs:subClassOf ILAP:Schedule . |
| 215 | 215 | ||
| 216 | ILAP:Data | 216 | ILAP:Data |
| 217 | rdf:type owl:Class ; | 217 | rdf:type owl:Class ; |
| 218 | rdfs:label "Data"^^xsd:string ; | 218 | rdfs:label "Data"^^xsd:string ; |
| 219 | - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; | 219 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; |
| 220 | rdfs:subClassOf | 220 | rdfs:subClassOf |
| 221 | [ rdf:type owl:Restriction ; | 221 | [ rdf:type owl:Restriction ; |
| 222 | owl:onClass ILAP:Project ; | 222 | owl:onClass ILAP:Project ; |
| ... | @@ -246,7 +246,7 @@ ILAP:DesignMilestone | ... | @@ -246,7 +246,7 @@ ILAP:DesignMilestone |
| 246 | rdfs:subClassOf ILAP:MilestoneType . | 246 | rdfs:subClassOf ILAP:MilestoneType . |
| 247 | 247 | ||
| 248 | ILAP:Discipline | 248 | ILAP:Discipline |
| 249 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 249 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 250 | rdfs:label "Discipline"^^xsd:string ; | 250 | rdfs:label "Discipline"^^xsd:string ; |
| 251 | rdfs:subClassOf owl:Thing . | 251 | rdfs:subClassOf owl:Thing . |
| 252 | 252 | ||
| ... | @@ -266,13 +266,15 @@ ILAP:EngineeringMilestone | ... | @@ -266,13 +266,15 @@ ILAP:EngineeringMilestone |
| 266 | rdfs:subClassOf ILAP:MilestoneType . | 266 | rdfs:subClassOf ILAP:MilestoneType . |
| 267 | 267 | ||
| 268 | ILAP:ExternalReference | 268 | ILAP:ExternalReference |
| 269 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | 269 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; |
| 270 | rdfs:label "External Reference"^^xsd:string ; | 270 | rdfs:label "External Reference"^^xsd:string ; |
| 271 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; | 271 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; |
| 272 | rdfs:subClassOf | 272 | rdfs:subClassOf |
| 273 | [ rdf:type owl:Restriction ; | 273 | [ rdf:type owl:Restriction ; |
| 274 | - owl:allValuesFrom ILAP:Application ; | 274 | + owl:onDataRange xsd:string ; |
| 275 | - owl:onProperty ILAP:hasReferenceApplication | 275 | + owl:onProperty ILAP:hasObjectReferenceID ; |
| 276 | + owl:qualifiedCardinality | ||
| 277 | + "1"^^xsd:nonNegativeInteger | ||
| 276 | ] ; | 278 | ] ; |
| 277 | rdfs:subClassOf | 279 | rdfs:subClassOf |
| 278 | [ rdf:type owl:Restriction ; | 280 | [ rdf:type owl:Restriction ; |
| ... | @@ -281,10 +283,8 @@ ILAP:ExternalReference | ... | @@ -281,10 +283,8 @@ ILAP:ExternalReference |
| 281 | ] ; | 283 | ] ; |
| 282 | rdfs:subClassOf | 284 | rdfs:subClassOf |
| 283 | [ rdf:type owl:Restriction ; | 285 | [ rdf:type owl:Restriction ; |
| 284 | - owl:onDataRange xsd:string ; | 286 | + owl:allValuesFrom ILAP:Application ; |
| 285 | - owl:onProperty ILAP:hasObjectReferenceID ; | 287 | + owl:onProperty ILAP:hasReferenceApplication |
| 286 | - owl:qualifiedCardinality | ||
| 287 | - "1"^^xsd:nonNegativeInteger | ||
| 288 | ] . | 288 | ] . |
| 289 | 289 | ||
| 290 | ILAP:Facility | 290 | ILAP:Facility |
| ... | @@ -298,14 +298,14 @@ ILAP:Field | ... | @@ -298,14 +298,14 @@ ILAP:Field |
| 298 | rdfs:subClassOf owl:Thing . | 298 | rdfs:subClassOf owl:Thing . |
| 299 | 299 | ||
| 300 | ILAP:FinishToFinish | 300 | ILAP:FinishToFinish |
| 301 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 301 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 302 | rdfs:label "Finish to finish"^^xsd:string ; | 302 | rdfs:label "Finish to finish"^^xsd:string ; |
| 303 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 303 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 304 | 304 | ||
| 305 | ILAP:FinishToStart | 305 | ILAP:FinishToStart |
| 306 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 306 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 307 | rdfs:label "Finish to start"^^xsd:string ; | 307 | rdfs:label "Finish to start"^^xsd:string ; |
| 308 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 308 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 309 | 309 | ||
| 310 | ILAP:FunctionalLocation | 310 | ILAP:FunctionalLocation |
| 311 | rdf:type owl:Class ; | 311 | rdf:type owl:Class ; |
| ... | @@ -320,7 +320,7 @@ ILAP:GeographicLocation | ... | @@ -320,7 +320,7 @@ ILAP:GeographicLocation |
| 320 | ILAP:Information | 320 | ILAP:Information |
| 321 | rdf:type owl:Class ; | 321 | rdf:type owl:Class ; |
| 322 | rdfs:label "Information"^^xsd:string ; | 322 | rdfs:label "Information"^^xsd:string ; |
| 323 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . | 323 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . |
| 324 | 324 | ||
| 325 | ILAP:Knowledge | 325 | ILAP:Knowledge |
| 326 | rdf:type owl:Class ; | 326 | rdf:type owl:Class ; |
| ... | @@ -338,14 +338,14 @@ ILAP:LifecyclePhase | ... | @@ -338,14 +338,14 @@ ILAP:LifecyclePhase |
| 338 | rdfs:subClassOf ILAP:Phase . | 338 | rdfs:subClassOf ILAP:Phase . |
| 339 | 339 | ||
| 340 | ILAP:LiveSchedule | 340 | ILAP:LiveSchedule |
| 341 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 341 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 342 | rdfs:label "Live schedule"^^xsd:string ; | 342 | rdfs:label "Live schedule"^^xsd:string ; |
| 343 | rdfs:subClassOf ILAP:Schedule . | 343 | rdfs:subClassOf ILAP:Schedule . |
| 344 | 344 | ||
| 345 | ILAP:Location | 345 | ILAP:Location |
| 346 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; | 346 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; |
| 347 | rdfs:label "Location"^^xsd:string ; | 347 | rdfs:label "Location"^^xsd:string ; |
| 348 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . | 348 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . |
| 349 | 349 | ||
| 350 | ILAP:MaterialOrderStatus | 350 | ILAP:MaterialOrderStatus |
| 351 | rdf:type owl:Class ; | 351 | rdf:type owl:Class ; |
| ... | @@ -353,7 +353,7 @@ ILAP:MaterialOrderStatus | ... | @@ -353,7 +353,7 @@ ILAP:MaterialOrderStatus |
| 353 | rdfs:subClassOf ILAP:Status . | 353 | rdfs:subClassOf ILAP:Status . |
| 354 | 354 | ||
| 355 | ILAP:Milestone | 355 | ILAP:Milestone |
| 356 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; | 356 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; |
| 357 | rdfs:label "Milestone"^^xsd:string . | 357 | rdfs:label "Milestone"^^xsd:string . |
| 358 | 358 | ||
| 359 | ILAP:MilestoneType | 359 | ILAP:MilestoneType |
| ... | @@ -364,7 +364,7 @@ ILAP:MilestoneType | ... | @@ -364,7 +364,7 @@ ILAP:MilestoneType |
| 364 | ILAP:Network | 364 | ILAP:Network |
| 365 | rdf:type owl:Class ; | 365 | rdf:type owl:Class ; |
| 366 | rdfs:label "Network"^^xsd:string ; | 366 | rdfs:label "Network"^^xsd:string ; |
| 367 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . | 367 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . |
| 368 | 368 | ||
| 369 | ILAP:OPEX | 369 | ILAP:OPEX |
| 370 | rdfs:label "OPEX"^^xsd:string . | 370 | rdfs:label "OPEX"^^xsd:string . |
| ... | @@ -400,49 +400,49 @@ ILAP:PhysicalLocation | ... | @@ -400,49 +400,49 @@ ILAP:PhysicalLocation |
| 400 | rdfs:subClassOf ILAP:Location . | 400 | rdfs:subClassOf ILAP:Location . |
| 401 | 401 | ||
| 402 | ILAP:PlanClassifier | 402 | ILAP:PlanClassifier |
| 403 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 403 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 404 | rdfs:label "Plan classifier"^^xsd:string ; | 404 | rdfs:label "Plan classifier"^^xsd:string ; |
| 405 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . | 405 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . |
| 406 | 406 | ||
| 407 | ILAP:PlanContentType | 407 | ILAP:PlanContentType |
| 408 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 408 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 409 | rdfs:label "Plan content type"^^xsd:string ; | 409 | rdfs:label "Plan content type"^^xsd:string ; |
| 410 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . | 410 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . |
| 411 | 411 | ||
| 412 | ILAP:PlanContractType | 412 | ILAP:PlanContractType |
| 413 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 413 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 414 | rdfs:label "Plan contract type"^^xsd:string ; | 414 | rdfs:label "Plan contract type"^^xsd:string ; |
| 415 | rdfs:subClassOf ILAP:PlanClassifier . | 415 | rdfs:subClassOf ILAP:PlanClassifier . |
| 416 | 416 | ||
| 417 | ILAP:PlanExpenseType | 417 | ILAP:PlanExpenseType |
| 418 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 418 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 419 | rdfs:label "Plan expense type"^^xsd:string ; | 419 | rdfs:label "Plan expense type"^^xsd:string ; |
| 420 | rdfs:subClassOf ILAP:PlanClassifier . | 420 | rdfs:subClassOf ILAP:PlanClassifier . |
| 421 | 421 | ||
| 422 | ILAP:PlanGeoArea | 422 | ILAP:PlanGeoArea |
| 423 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; | 423 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; |
| 424 | rdfs:label "Plan geographic area"^^xsd:string ; | 424 | rdfs:label "Plan geographic area"^^xsd:string ; |
| 425 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 425 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 426 | 426 | ||
| 427 | ILAP:PlanLevel | 427 | ILAP:PlanLevel |
| 428 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 428 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 429 | rdfs:label "Plan level"^^xsd:string ; | 429 | rdfs:label "Plan level"^^xsd:string ; |
| 430 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 430 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 431 | 431 | ||
| 432 | ILAP:PlanLifecycleStage | 432 | ILAP:PlanLifecycleStage |
| 433 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 433 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 434 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 434 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
| 435 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 435 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 436 | 436 | ||
| 437 | ILAP:PlanObjectiveType | 437 | ILAP:PlanObjectiveType |
| 438 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; | 438 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; |
| 439 | rdfs:label "Plan objective type"^^xsd:string ; | 439 | rdfs:label "Plan objective type"^^xsd:string ; |
| 440 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . | 440 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . |
| 441 | 441 | ||
| 442 | ILAP:PlanProjectType | 442 | ILAP:PlanProjectType |
| 443 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 443 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 444 | rdfs:label "Plan project type"^^xsd:string ; | 444 | rdfs:label "Plan project type"^^xsd:string ; |
| 445 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . | 445 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . |
| 446 | 446 | ||
| 447 | ILAP:PlannedActivity | 447 | ILAP:PlannedActivity |
| 448 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 448 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| ... | @@ -450,57 +450,57 @@ ILAP:PlannedActivity | ... | @@ -450,57 +450,57 @@ ILAP:PlannedActivity |
| 450 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 450 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 451 | rdfs:subClassOf | 451 | rdfs:subClassOf |
| 452 | [ rdf:type owl:Restriction ; | 452 | [ rdf:type owl:Restriction ; |
| 453 | - owl:allValuesFrom ILAP:ActivityWBS ; | ||
| 454 | - owl:onProperty ILAP:hasActivityWBSelement | ||
| 455 | - ] ; | ||
| 456 | - rdfs:subClassOf | ||
| 457 | - [ rdf:type owl:Restriction ; | ||
| 458 | owl:maxQualifiedCardinality | 453 | owl:maxQualifiedCardinality |
| 459 | "1"^^xsd:nonNegativeInteger ; | 454 | "1"^^xsd:nonNegativeInteger ; |
| 460 | - owl:onClass ILAP:Facility ; | 455 | + owl:onClass ILAP:ProjectExecutionPlan ; |
| 461 | - owl:onProperty ILAP:hasActivityFacility | 456 | + owl:onProperty ILAP:hasActivityPlan |
| 462 | ] ; | 457 | ] ; |
| 463 | rdfs:subClassOf | 458 | rdfs:subClassOf |
| 464 | [ rdf:type owl:Restriction ; | 459 | [ rdf:type owl:Restriction ; |
| 465 | - owl:onProperty ILAP:hasActivityDiscipline ; | 460 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 466 | - owl:someValuesFrom ILAP:Discipline | 461 | + owl:onProperty ILAP:hasActivityPredecessor |
| 467 | ] ; | 462 | ] ; |
| 468 | rdfs:subClassOf | 463 | rdfs:subClassOf |
| 469 | [ rdf:type owl:Restriction ; | 464 | [ rdf:type owl:Restriction ; |
| 470 | - owl:allValuesFrom ILAP:Location ; | 465 | + owl:allValuesFrom ILAP:Result ; |
| 471 | - owl:onProperty ILAP:hasActivityLocation | 466 | + owl:onProperty ILAP:hasActivityResult |
| 472 | ] ; | 467 | ] ; |
| 473 | rdfs:subClassOf | 468 | rdfs:subClassOf |
| 474 | [ rdf:type owl:Restriction ; | 469 | [ rdf:type owl:Restriction ; |
| 475 | owl:allValuesFrom ILAP:ActivityDependency ; | 470 | owl:allValuesFrom ILAP:ActivityDependency ; |
| 476 | - owl:onProperty ILAP:hasActivityPredecessor | 471 | + owl:onProperty ILAP:hasActivitySuccessor |
| 477 | ] ; | 472 | ] ; |
| 478 | rdfs:subClassOf | 473 | rdfs:subClassOf |
| 479 | [ rdf:type owl:Restriction ; | 474 | [ rdf:type owl:Restriction ; |
| 480 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 475 | + owl:allValuesFrom ILAP:ResourceProfile ; |
| 481 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 476 | + owl:onProperty ILAP:hasActivityResourceProfile |
| 482 | ] ; | 477 | ] ; |
| 483 | rdfs:subClassOf | 478 | rdfs:subClassOf |
| 484 | [ rdf:type owl:Restriction ; | 479 | [ rdf:type owl:Restriction ; |
| 485 | - owl:allValuesFrom ILAP:ActivityDependency ; | 480 | + owl:maxQualifiedCardinality |
| 486 | - owl:onProperty ILAP:hasActivitySuccessor | 481 | + "1"^^xsd:nonNegativeInteger ; |
| 482 | + owl:onClass ILAP:Facility ; | ||
| 483 | + owl:onProperty ILAP:hasActivityFacility | ||
| 487 | ] ; | 484 | ] ; |
| 488 | rdfs:subClassOf | 485 | rdfs:subClassOf |
| 489 | [ rdf:type owl:Restriction ; | 486 | [ rdf:type owl:Restriction ; |
| 490 | - owl:maxQualifiedCardinality | 487 | + owl:allValuesFrom ILAP:Location ; |
| 491 | - "1"^^xsd:nonNegativeInteger ; | 488 | + owl:onProperty ILAP:hasActivityLocation |
| 492 | - owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 493 | - owl:onProperty ILAP:hasActivityPlan | ||
| 494 | ] ; | 489 | ] ; |
| 495 | rdfs:subClassOf | 490 | rdfs:subClassOf |
| 496 | [ rdf:type owl:Restriction ; | 491 | [ rdf:type owl:Restriction ; |
| 497 | - owl:allValuesFrom ILAP:ResourceProfile ; | 492 | + owl:allValuesFrom ILAP:ActivityWBS ; |
| 498 | - owl:onProperty ILAP:hasActivityResourceProfile | 493 | + owl:onProperty ILAP:hasActivityWBSelement |
| 499 | ] ; | 494 | ] ; |
| 500 | rdfs:subClassOf | 495 | rdfs:subClassOf |
| 501 | [ rdf:type owl:Restriction ; | 496 | [ rdf:type owl:Restriction ; |
| 502 | - owl:allValuesFrom ILAP:Result ; | 497 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
| 503 | - owl:onProperty ILAP:hasActivityResult | 498 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
| 499 | + ] ; | ||
| 500 | + rdfs:subClassOf | ||
| 501 | + [ rdf:type owl:Restriction ; | ||
| 502 | + owl:onProperty ILAP:hasActivityDiscipline ; | ||
| 503 | + owl:someValuesFrom ILAP:Discipline | ||
| 504 | ] . | 504 | ] . |
| 505 | 505 | ||
| 506 | ILAP:PlannedMilestone | 506 | ILAP:PlannedMilestone |
| ... | @@ -534,13 +534,18 @@ ILAP:Programme | ... | @@ -534,13 +534,18 @@ ILAP:Programme |
| 534 | rdfs:subClassOf ILAP:Project . | 534 | rdfs:subClassOf ILAP:Project . |
| 535 | 535 | ||
| 536 | ILAP:Project | 536 | ILAP:Project |
| 537 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 537 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 538 | rdfs:label "Project"^^xsd:string ; | 538 | rdfs:label "Project"^^xsd:string ; |
| 539 | rdfs:subClassOf ILAP:Activity ; | 539 | rdfs:subClassOf ILAP:Activity ; |
| 540 | rdfs:subClassOf | 540 | rdfs:subClassOf |
| 541 | [ rdf:type owl:Restriction ; | 541 | [ rdf:type owl:Restriction ; |
| 542 | - owl:allValuesFrom BRREG:OilCompany ; | 542 | + owl:allValuesFrom ILAP:Project ; |
| 543 | - owl:onProperty ILAP:hasProjectResponsible | 543 | + owl:onProperty ILAP:hasProjectSubproject |
| 544 | + ] ; | ||
| 545 | + rdfs:subClassOf | ||
| 546 | + [ rdf:type owl:Restriction ; | ||
| 547 | + owl:allValuesFrom ILAP:ExternalReference ; | ||
| 548 | + owl:onProperty ILAP:hasExternalReference | ||
| 544 | ] ; | 549 | ] ; |
| 545 | rdfs:subClassOf | 550 | rdfs:subClassOf |
| 546 | [ rdf:type owl:Restriction ; | 551 | [ rdf:type owl:Restriction ; |
| ... | @@ -551,13 +556,8 @@ ILAP:Project | ... | @@ -551,13 +556,8 @@ ILAP:Project |
| 551 | ] ; | 556 | ] ; |
| 552 | rdfs:subClassOf | 557 | rdfs:subClassOf |
| 553 | [ rdf:type owl:Restriction ; | 558 | [ rdf:type owl:Restriction ; |
| 554 | - owl:allValuesFrom ILAP:ExternalReference ; | 559 | + owl:allValuesFrom BRREG:OilCompany ; |
| 555 | - owl:onProperty ILAP:hasExternalReference | 560 | + owl:onProperty ILAP:hasProjectResponsible |
| 556 | - ] ; | ||
| 557 | - rdfs:subClassOf | ||
| 558 | - [ rdf:type owl:Restriction ; | ||
| 559 | - owl:allValuesFrom ILAP:Project ; | ||
| 560 | - owl:onProperty ILAP:hasProjectSubproject | ||
| 561 | ] . | 561 | ] . |
| 562 | 562 | ||
| 563 | ILAP:ProjectEffectiveness | 563 | ILAP:ProjectEffectiveness |
| ... | @@ -576,35 +576,38 @@ ILAP:ProjectExecutionPlan | ... | @@ -576,35 +576,38 @@ ILAP:ProjectExecutionPlan |
| 576 | rdfs:subClassOf ILAP:Network ; | 576 | rdfs:subClassOf ILAP:Network ; |
| 577 | rdfs:subClassOf | 577 | rdfs:subClassOf |
| 578 | [ rdf:type owl:Restriction ; | 578 | [ rdf:type owl:Restriction ; |
| 579 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 579 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 580 | - owl:onProperty ILAP:hasPlanAsset | 580 | + owl:onProperty ILAP:hasPlanSubplan |
| 581 | ] ; | 581 | ] ; |
| 582 | rdfs:subClassOf | 582 | rdfs:subClassOf |
| 583 | [ rdf:type owl:Restriction ; | 583 | [ rdf:type owl:Restriction ; |
| 584 | - owl:onProperty ILAP:hasPlanGeoArea ; | 584 | + owl:onProperty ILAP:hasPlanContentType ; |
| 585 | - owl:someValuesFrom ILAP:PlanGeoArea | 585 | + owl:someValuesFrom ILAP:PlanContentType |
| 586 | ] ; | 586 | ] ; |
| 587 | rdfs:subClassOf | 587 | rdfs:subClassOf |
| 588 | [ rdf:type owl:Restriction ; | 588 | [ rdf:type owl:Restriction ; |
| 589 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | 589 | + owl:allValuesFrom ILAP:PlanContractType ; |
| 590 | - owl:onProperty ILAP:hasPlanLifecycleStage | 590 | + owl:onProperty ILAP:hasPlanContractType |
| 591 | ] ; | 591 | ] ; |
| 592 | rdfs:subClassOf | 592 | rdfs:subClassOf |
| 593 | [ rdf:type owl:Restriction ; | 593 | [ rdf:type owl:Restriction ; |
| 594 | - owl:maxQualifiedCardinality | 594 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 595 | - "1"^^xsd:nonNegativeInteger ; | 595 | + owl:onProperty ILAP:hasPlanResponsible |
| 596 | - owl:onClass ILAP:PlanLevel ; | ||
| 597 | - owl:onProperty ILAP:hasPlanLevel | ||
| 598 | ] ; | 596 | ] ; |
| 599 | rdfs:subClassOf | 597 | rdfs:subClassOf |
| 600 | [ rdf:type owl:Restriction ; | 598 | [ rdf:type owl:Restriction ; |
| 601 | - owl:onProperty ILAP:hasPlanLevel ; | 599 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 602 | - owl:someValuesFrom ILAP:PlanLevel | 600 | + owl:onProperty ILAP:hasPlanRollUpPlan |
| 603 | ] ; | 601 | ] ; |
| 604 | rdfs:subClassOf | 602 | rdfs:subClassOf |
| 605 | [ rdf:type owl:Restriction ; | 603 | [ rdf:type owl:Restriction ; |
| 606 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 604 | + owl:onProperty ILAP:hasPlanProjectType ; |
| 607 | - owl:onProperty ILAP:hasPlanRollUpPlan | 605 | + owl:someValuesFrom ILAP:PlanProjectType |
| 606 | + ] ; | ||
| 607 | + rdfs:subClassOf | ||
| 608 | + [ rdf:type owl:Restriction ; | ||
| 609 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | ||
| 610 | + owl:onProperty ILAP:hasPlanAsset | ||
| 608 | ] ; | 611 | ] ; |
| 609 | rdfs:subClassOf | 612 | rdfs:subClassOf |
| 610 | [ rdf:type owl:Restriction ; | 613 | [ rdf:type owl:Restriction ; |
| ... | @@ -615,33 +618,30 @@ ILAP:ProjectExecutionPlan | ... | @@ -615,33 +618,30 @@ ILAP:ProjectExecutionPlan |
| 615 | ] ; | 618 | ] ; |
| 616 | rdfs:subClassOf | 619 | rdfs:subClassOf |
| 617 | [ rdf:type owl:Restriction ; | 620 | [ rdf:type owl:Restriction ; |
| 618 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | 621 | + owl:maxQualifiedCardinality |
| 619 | - owl:onProperty ILAP:hasPlanObjectiveType | 622 | + "1"^^xsd:nonNegativeInteger ; |
| 620 | - ] ; | 623 | + owl:onClass ILAP:PlanLevel ; |
| 621 | - rdfs:subClassOf | 624 | + owl:onProperty ILAP:hasPlanLevel |
| 622 | - [ rdf:type owl:Restriction ; | ||
| 623 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | ||
| 624 | - owl:onProperty ILAP:hasPlanSubplan | ||
| 625 | ] ; | 625 | ] ; |
| 626 | rdfs:subClassOf | 626 | rdfs:subClassOf |
| 627 | [ rdf:type owl:Restriction ; | 627 | [ rdf:type owl:Restriction ; |
| 628 | - owl:allValuesFrom BRREG:LegalEntity ; | 628 | + owl:onProperty ILAP:hasPlanLevel ; |
| 629 | - owl:onProperty ILAP:hasPlanResponsible | 629 | + owl:someValuesFrom ILAP:PlanLevel |
| 630 | ] ; | 630 | ] ; |
| 631 | rdfs:subClassOf | 631 | rdfs:subClassOf |
| 632 | [ rdf:type owl:Restriction ; | 632 | [ rdf:type owl:Restriction ; |
| 633 | - owl:onProperty ILAP:hasPlanProjectType ; | 633 | + owl:onProperty ILAP:hasPlanGeoArea ; |
| 634 | - owl:someValuesFrom ILAP:PlanProjectType | 634 | + owl:someValuesFrom ILAP:PlanGeoArea |
| 635 | ] ; | 635 | ] ; |
| 636 | rdfs:subClassOf | 636 | rdfs:subClassOf |
| 637 | [ rdf:type owl:Restriction ; | 637 | [ rdf:type owl:Restriction ; |
| 638 | - owl:onProperty ILAP:hasPlanContentType ; | 638 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; |
| 639 | - owl:someValuesFrom ILAP:PlanContentType | 639 | + owl:onProperty ILAP:hasPlanLifecycleStage |
| 640 | ] ; | 640 | ] ; |
| 641 | rdfs:subClassOf | 641 | rdfs:subClassOf |
| 642 | [ rdf:type owl:Restriction ; | 642 | [ rdf:type owl:Restriction ; |
| 643 | - owl:allValuesFrom ILAP:PlanContractType ; | 643 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
| 644 | - owl:onProperty ILAP:hasPlanContractType | 644 | + owl:onProperty ILAP:hasPlanObjectiveType |
| 645 | ] . | 645 | ] . |
| 646 | 646 | ||
| 647 | ILAP:ProjectMilestone | 647 | ILAP:ProjectMilestone |
| ... | @@ -655,9 +655,9 @@ ILAP:ProjectPhase | ... | @@ -655,9 +655,9 @@ ILAP:ProjectPhase |
| 655 | rdfs:subClassOf ILAP:Phase . | 655 | rdfs:subClassOf ILAP:Phase . |
| 656 | 656 | ||
| 657 | ILAP:Regular8To16WorkingDayCalendar | 657 | ILAP:Regular8To16WorkingDayCalendar |
| 658 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 658 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 659 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 659 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
| 660 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . | 660 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 661 | 661 | ||
| 662 | ILAP:Regulator | 662 | ILAP:Regulator |
| 663 | rdf:type owl:Class ; | 663 | rdf:type owl:Class ; |
| ... | @@ -665,9 +665,9 @@ ILAP:Regulator | ... | @@ -665,9 +665,9 @@ ILAP:Regulator |
| 665 | rdfs:subClassOf ILAP:ResponsibleOrganization . | 665 | rdfs:subClassOf ILAP:ResponsibleOrganization . |
| 666 | 666 | ||
| 667 | ILAP:Resource | 667 | ILAP:Resource |
| 668 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 668 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 669 | rdfs:label "Resource"^^xsd:string ; | 669 | rdfs:label "Resource"^^xsd:string ; |
| 670 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . | 670 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . |
| 671 | 671 | ||
| 672 | ILAP:ResourceEstimate | 672 | ILAP:ResourceEstimate |
| 673 | rdf:type owl:Class ; | 673 | rdf:type owl:Class ; |
| ... | @@ -675,14 +675,14 @@ ILAP:ResourceEstimate | ... | @@ -675,14 +675,14 @@ ILAP:ResourceEstimate |
| 675 | rdfs:subClassOf ILAP:ResourceStructure . | 675 | rdfs:subClassOf ILAP:ResourceStructure . |
| 676 | 676 | ||
| 677 | ILAP:ResourceProfile | 677 | ILAP:ResourceProfile |
| 678 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; | 678 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; |
| 679 | rdfs:label "Resource profile"^^xsd:string ; | 679 | rdfs:label "Resource profile"^^xsd:string ; |
| 680 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . | 680 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . |
| 681 | 681 | ||
| 682 | ILAP:ResourceProfilePoint | 682 | ILAP:ResourceProfilePoint |
| 683 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 683 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 684 | rdfs:label "resource Profile point"^^xsd:string ; | 684 | rdfs:label "resource Profile point"^^xsd:string ; |
| 685 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . | 685 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . |
| 686 | 686 | ||
| 687 | ILAP:ResourceStructure | 687 | ILAP:ResourceStructure |
| 688 | rdf:type owl:Class ; | 688 | rdf:type owl:Class ; |
| ... | @@ -690,17 +690,17 @@ ILAP:ResourceStructure | ... | @@ -690,17 +690,17 @@ ILAP:ResourceStructure |
| 690 | rdfs:subClassOf ILAP:Network . | 690 | rdfs:subClassOf ILAP:Network . |
| 691 | 691 | ||
| 692 | ILAP:ResponsibleOrganization | 692 | ILAP:ResponsibleOrganization |
| 693 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 693 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 694 | rdfs:label "Responsible organization"^^xsd:string ; | 694 | rdfs:label "Responsible organization"^^xsd:string ; |
| 695 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . | 695 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . |
| 696 | 696 | ||
| 697 | ILAP:ResponsiblePerson | 697 | ILAP:ResponsiblePerson |
| 698 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | 698 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; |
| 699 | rdfs:label "Responsible"^^xsd:string ; | 699 | rdfs:label "Responsible"^^xsd:string ; |
| 700 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . | 700 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . |
| 701 | 701 | ||
| 702 | ILAP:Result | 702 | ILAP:Result |
| 703 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 703 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 704 | rdfs:label "Result"^^xsd:string ; | 704 | rdfs:label "Result"^^xsd:string ; |
| 705 | rdfs:subClassOf owl:Thing . | 705 | rdfs:subClassOf owl:Thing . |
| 706 | 706 | ||
| ... | @@ -720,9 +720,9 @@ ILAP:RiskType | ... | @@ -720,9 +720,9 @@ ILAP:RiskType |
| 720 | rdfs:subClassOf owl:Thing . | 720 | rdfs:subClassOf owl:Thing . |
| 721 | 721 | ||
| 722 | ILAP:Schedule | 722 | ILAP:Schedule |
| 723 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 723 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 724 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 724 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
| 725 | - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; | 725 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; |
| 726 | rdfs:subClassOf | 726 | rdfs:subClassOf |
| 727 | [ rdf:type owl:Restriction ; | 727 | [ rdf:type owl:Restriction ; |
| 728 | owl:maxQualifiedCardinality | 728 | owl:maxQualifiedCardinality |
| ... | @@ -732,22 +732,22 @@ ILAP:Schedule | ... | @@ -732,22 +732,22 @@ ILAP:Schedule |
| 732 | ] . | 732 | ] . |
| 733 | 733 | ||
| 734 | ILAP:ScheduledActivity | 734 | ILAP:ScheduledActivity |
| 735 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 735 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 736 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 736 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
| 737 | rdfs:subClassOf ILAP:PlannedActivity ; | 737 | rdfs:subClassOf ILAP:PlannedActivity ; |
| 738 | rdfs:subClassOf | 738 | rdfs:subClassOf |
| 739 | [ rdf:type owl:Restriction ; | 739 | [ rdf:type owl:Restriction ; |
| 740 | owl:maxQualifiedCardinality | 740 | owl:maxQualifiedCardinality |
| 741 | "1"^^xsd:nonNegativeInteger ; | 741 | "1"^^xsd:nonNegativeInteger ; |
| 742 | - owl:onClass ILAP:PlannedActivity ; | 742 | + owl:onClass ILAP:Schedule ; |
| 743 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 743 | + owl:onProperty ILAP:hasActivitySchedule |
| 744 | ] ; | 744 | ] ; |
| 745 | rdfs:subClassOf | 745 | rdfs:subClassOf |
| 746 | [ rdf:type owl:Restriction ; | 746 | [ rdf:type owl:Restriction ; |
| 747 | owl:maxQualifiedCardinality | 747 | owl:maxQualifiedCardinality |
| 748 | "1"^^xsd:nonNegativeInteger ; | 748 | "1"^^xsd:nonNegativeInteger ; |
| 749 | - owl:onClass ILAP:Schedule ; | 749 | + owl:onClass ILAP:PlannedActivity ; |
| 750 | - owl:onProperty ILAP:hasActivitySchedule | 750 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
| 751 | ] . | 751 | ] . |
| 752 | 752 | ||
| 753 | ILAP:ScheduledMilestone | 753 | ILAP:ScheduledMilestone |
| ... | @@ -771,9 +771,9 @@ ILAP:ShutdownType | ... | @@ -771,9 +771,9 @@ ILAP:ShutdownType |
| 771 | rdfs:subClassOf owl:Thing . | 771 | rdfs:subClassOf owl:Thing . |
| 772 | 772 | ||
| 773 | ILAP:Source | 773 | ILAP:Source |
| 774 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 774 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 775 | rdfs:label "Source"^^xsd:string ; | 775 | rdfs:label "Source"^^xsd:string ; |
| 776 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . | 776 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . |
| 777 | 777 | ||
| 778 | ILAP:StartMilestone | 778 | ILAP:StartMilestone |
| 779 | rdf:type owl:Class ; | 779 | rdf:type owl:Class ; |
| ... | @@ -781,22 +781,22 @@ ILAP:StartMilestone | ... | @@ -781,22 +781,22 @@ ILAP:StartMilestone |
| 781 | rdfs:subClassOf ILAP:MilestoneType . | 781 | rdfs:subClassOf ILAP:MilestoneType . |
| 782 | 782 | ||
| 783 | ILAP:StartToFinish | 783 | ILAP:StartToFinish |
| 784 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 784 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 785 | rdfs:label "Start to finish"^^xsd:string ; | 785 | rdfs:label "Start to finish"^^xsd:string ; |
| 786 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 786 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 787 | 787 | ||
| 788 | ILAP:StartToStart | 788 | ILAP:StartToStart |
| 789 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 789 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 790 | rdfs:label "Start to start"^^xsd:string ; | 790 | rdfs:label "Start to start"^^xsd:string ; |
| 791 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 791 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 792 | 792 | ||
| 793 | ILAP:Status | 793 | ILAP:Status |
| 794 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; | 794 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; |
| 795 | rdfs:label "Status"^^xsd:string ; | 795 | rdfs:label "Status"^^xsd:string ; |
| 796 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . | 796 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . |
| 797 | 797 | ||
| 798 | ILAP:TargetSchedule | 798 | ILAP:TargetSchedule |
| 799 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 799 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 800 | rdfs:label "Target schedule"^^xsd:string ; | 800 | rdfs:label "Target schedule"^^xsd:string ; |
| 801 | rdfs:subClassOf ILAP:Schedule . | 801 | rdfs:subClassOf ILAP:Schedule . |
| 802 | 802 | ||
| ... | @@ -818,12 +818,12 @@ ILAP:UnitBased | ... | @@ -818,12 +818,12 @@ ILAP:UnitBased |
| 818 | ILAP:Value | 818 | ILAP:Value |
| 819 | rdf:type owl:Class ; | 819 | rdf:type owl:Class ; |
| 820 | rdfs:label "Value"^^xsd:string ; | 820 | rdfs:label "Value"^^xsd:string ; |
| 821 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . | 821 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . |
| 822 | 822 | ||
| 823 | ILAP:WeekendsFreeCalendar | 823 | ILAP:WeekendsFreeCalendar |
| 824 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 824 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 825 | rdfs:label "Weekends free calendar"^^xsd:string ; | 825 | rdfs:label "Weekends free calendar"^^xsd:string ; |
| 826 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . | 826 | + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 827 | 827 | ||
| 828 | ILAP:WorkOrder | 828 | ILAP:WorkOrder |
| 829 | rdf:type owl:Class ; | 829 | rdf:type owl:Class ; |
| ... | @@ -831,18 +831,18 @@ ILAP:WorkOrder | ... | @@ -831,18 +831,18 @@ ILAP:WorkOrder |
| 831 | rdfs:subClassOf ILAP:WorkTask . | 831 | rdfs:subClassOf ILAP:WorkTask . |
| 832 | 832 | ||
| 833 | ILAP:WorkTask | 833 | ILAP:WorkTask |
| 834 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 834 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 835 | rdfs:label "Work task"^^xsd:string ; | 835 | rdfs:label "Work task"^^xsd:string ; |
| 836 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; | 836 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; |
| 837 | rdfs:subClassOf | 837 | rdfs:subClassOf |
| 838 | [ rdf:type owl:Restriction ; | 838 | [ rdf:type owl:Restriction ; |
| 839 | - owl:allValuesFrom BRREG:LegalEntity ; | 839 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
| 840 | - owl:onProperty ILAP:hasWorkTaskResponsible | 840 | + owl:someValuesFrom ILAP:Activity |
| 841 | ] ; | 841 | ] ; |
| 842 | rdfs:subClassOf | 842 | rdfs:subClassOf |
| 843 | [ rdf:type owl:Restriction ; | 843 | [ rdf:type owl:Restriction ; |
| 844 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 844 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 845 | - owl:someValuesFrom ILAP:Activity | 845 | + owl:onProperty ILAP:hasWorkTaskResponsible |
| 846 | ] . | 846 | ] . |
| 847 | 847 | ||
| 848 | ILAP:WorkTaskStatus | 848 | ILAP:WorkTaskStatus |
| ... | @@ -965,7 +965,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -965,7 +965,7 @@ ILAP:hasActivityPhysicalPercentComplete |
| 965 | rdfs:range xsd:float . | 965 | rdfs:range xsd:float . |
| 966 | 966 | ||
| 967 | ILAP:hasActivityPlan | 967 | ILAP:hasActivityPlan |
| 968 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 968 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 969 | rdfs:domain ILAP:PlannedActivity ; | 969 | rdfs:domain ILAP:PlannedActivity ; |
| 970 | rdfs:label "has activity plan"^^xsd:string ; | 970 | rdfs:label "has activity plan"^^xsd:string ; |
| 971 | rdfs:range ILAP:ProjectExecutionPlan . | 971 | rdfs:range ILAP:ProjectExecutionPlan . |
| ... | @@ -1015,7 +1015,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -1015,7 +1015,7 @@ ILAP:hasActivityResponsibleOrganization |
| 1015 | rdfs:range ILAP:ResponsibleOrganization . | 1015 | rdfs:range ILAP:ResponsibleOrganization . |
| 1016 | 1016 | ||
| 1017 | ILAP:hasActivityResponsiblePerson | 1017 | ILAP:hasActivityResponsiblePerson |
| 1018 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1018 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1019 | rdfs:domain ILAP:PlannedActivity ; | 1019 | rdfs:domain ILAP:PlannedActivity ; |
| 1020 | rdfs:label "has activity responsible"^^xsd:string ; | 1020 | rdfs:label "has activity responsible"^^xsd:string ; |
| 1021 | rdfs:range ILAP:ResponsiblePerson . | 1021 | rdfs:range ILAP:ResponsiblePerson . |
| ... | @@ -1050,7 +1050,7 @@ ILAP:hasActivityStatus | ... | @@ -1050,7 +1050,7 @@ ILAP:hasActivityStatus |
| 1050 | rdfs:range ILAP:Status . | 1050 | rdfs:range ILAP:Status . |
| 1051 | 1051 | ||
| 1052 | ILAP:hasActivitySuccessor | 1052 | ILAP:hasActivitySuccessor |
| 1053 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1053 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1054 | rdfs:domain ILAP:PlannedActivity ; | 1054 | rdfs:domain ILAP:PlannedActivity ; |
| 1055 | rdfs:label "has activity successor"^^xsd:string ; | 1055 | rdfs:label "has activity successor"^^xsd:string ; |
| 1056 | rdfs:range ILAP:ActivityDependency ; | 1056 | rdfs:range ILAP:ActivityDependency ; |
| ... | @@ -1111,7 +1111,7 @@ ILAP:hasCalendarDate | ... | @@ -1111,7 +1111,7 @@ ILAP:hasCalendarDate |
| 1111 | rdfs:label "has calendar date"^^xsd:string . | 1111 | rdfs:label "has calendar date"^^xsd:string . |
| 1112 | 1112 | ||
| 1113 | ILAP:hasCalendarFreePeriod | 1113 | ILAP:hasCalendarFreePeriod |
| 1114 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1114 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1115 | rdfs:domain ILAP:Calendar ; | 1115 | rdfs:domain ILAP:Calendar ; |
| 1116 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 1116 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
| 1117 | rdfs:range ILAP:CalendarFreePeriod . | 1117 | rdfs:range ILAP:CalendarFreePeriod . |
| ... | @@ -1418,7 +1418,7 @@ ILAP:hasPlanRegulator | ... | @@ -1418,7 +1418,7 @@ ILAP:hasPlanRegulator |
| 1418 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1418 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1419 | 1419 | ||
| 1420 | ILAP:hasPlanResponsible | 1420 | ILAP:hasPlanResponsible |
| 1421 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1421 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1422 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1422 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| 1423 | rdfs:label "has plan responsible"^^xsd:string ; | 1423 | rdfs:label "has plan responsible"^^xsd:string ; |
| 1424 | rdfs:range ILAP:ResponsibleOrganization . | 1424 | rdfs:range ILAP:ResponsibleOrganization . |
| ... | @@ -1591,7 +1591,7 @@ ILAP:hasShutdownPeriod | ... | @@ -1591,7 +1591,7 @@ ILAP:hasShutdownPeriod |
| 1591 | ILAP:hasShutdownPhase | 1591 | ILAP:hasShutdownPhase |
| 1592 | rdf:type owl:ObjectProperty ; | 1592 | rdf:type owl:ObjectProperty ; |
| 1593 | rdfs:domain ILAP:Shutdown ; | 1593 | rdfs:domain ILAP:Shutdown ; |
| 1594 | - rdfs:label "has shutdown content"^^xsd:string ; | 1594 | + rdfs:label "has shutdown phse"^^xsd:string ; |
| 1595 | rdfs:range ILAP:ShutdownPhase . | 1595 | rdfs:range ILAP:ShutdownPhase . |
| 1596 | 1596 | ||
| 1597 | ILAP:hasShutdownPriority | 1597 | ILAP:hasShutdownPriority |
| ... | @@ -1613,7 +1613,7 @@ ILAP:hasSourceApplicaton | ... | @@ -1613,7 +1613,7 @@ ILAP:hasSourceApplicaton |
| 1613 | rdfs:range ILAP:Application . | 1613 | rdfs:range ILAP:Application . |
| 1614 | 1614 | ||
| 1615 | ILAP:hasSuccessorActivity | 1615 | ILAP:hasSuccessorActivity |
| 1616 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1616 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1617 | rdfs:domain ILAP:ActivityDependency ; | 1617 | rdfs:domain ILAP:ActivityDependency ; |
| 1618 | rdfs:label "has successor activity "^^xsd:string ; | 1618 | rdfs:label "has successor activity "^^xsd:string ; |
| 1619 | rdfs:range ILAP:PlannedActivity ; | 1619 | rdfs:range ILAP:PlannedActivity ; |
| ... | @@ -1641,7 +1641,7 @@ ILAP:hasTimeNow | ... | @@ -1641,7 +1641,7 @@ ILAP:hasTimeNow |
| 1641 | rdf:type owl:DatatypeProperty ; | 1641 | rdf:type owl:DatatypeProperty ; |
| 1642 | rdfs:domain ILAP:Schedule ; | 1642 | rdfs:domain ILAP:Schedule ; |
| 1643 | rdfs:label "has time now"^^xsd:string ; | 1643 | rdfs:label "has time now"^^xsd:string ; |
| 1644 | - rdfs:range xsd:date , xsd:dateTime . | 1644 | + rdfs:range xsd:dateTime , xsd:date . |
| 1645 | 1645 | ||
| 1646 | ILAP:hasWBScomponent | 1646 | ILAP:hasWBScomponent |
| 1647 | rdf:type owl:ObjectProperty ; | 1647 | rdf:type owl:ObjectProperty ; | ... | ... |
| ... | @@ -15,10 +15,14 @@ UC1: rdf:type owl:Ontology ; | ... | @@ -15,10 +15,14 @@ UC1: rdf:type owl:Ontology ; |
| 15 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | 15 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; |
| 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | 17 | ||
| 18 | +UC1:Schedule_1 | ||
| 19 | + rdf:type ILAP:Schedule ; | ||
| 20 | + rdfs:label "Schedule 1"^^xsd:string . | ||
| 21 | + | ||
| 18 | <http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0> | 22 | <http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0> |
| 19 | rdf:type USERFIELDS:FreeTextField ; | 23 | rdf:type USERFIELDS:FreeTextField ; |
| 20 | rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 24 | rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
| 21 | - USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "H373-DUCT"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string . | 25 | + USERFIELDS:hasShort "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string , "H207-WHRU"^^xsd:string . |
| 22 | 26 | ||
| 23 | ILAP:AccruedTimeContract_1 | 27 | ILAP:AccruedTimeContract_1 |
| 24 | rdf:type ILAP:AccruedTimeContract ; | 28 | rdf:type ILAP:AccruedTimeContract ; |
| ... | @@ -39,15 +43,15 @@ ILAP:ActivityPlan_1 | ... | @@ -39,15 +43,15 @@ ILAP:ActivityPlan_1 |
| 39 | rdf:type USERFIELDS:FreeTextField ; | 43 | rdf:type USERFIELDS:FreeTextField ; |
| 40 | rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 44 | rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
| 41 | USERFIELDS:hasDescription | 45 | USERFIELDS:hasDescription |
| 42 | - "Manual progress, Mhr Carrier"^^xsd:string , "Control object manula progress"^^xsd:string , "Procurement Milestone"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Document, Manual progres"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Control object progress"^^xsd:string , "Manual progress"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Document progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Job progress"^^xsd:string , "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string . | 46 | + "Manual progress, Mhr Carrier"^^xsd:string , "Control object manula progress"^^xsd:string , "Procurement Milestone"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Document, Manual progres"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Control object progress"^^xsd:string , "Manual progress"^^xsd:string , "Document progress"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Job progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string . |
| 43 | 47 | ||
| 44 | ILAP:ActivityWBS_1 | 48 | ILAP:ActivityWBS_1 |
| 45 | rdf:type ILAP:ActivityWBS ; | 49 | rdf:type ILAP:ActivityWBS ; |
| 46 | rdfs:label "Activity WBS 1"^^xsd:string ; | 50 | rdfs:label "Activity WBS 1"^^xsd:string ; |
| 47 | ILAP:hasWBScomponent | 51 | ILAP:hasWBScomponent |
| 48 | - ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; | 52 | + SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; |
| 49 | - ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; | 53 | + ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; |
| 50 | - ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . | 54 | + ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . |
| 51 | 55 | ||
| 52 | <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0> | 56 | <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0> |
| 53 | rdf:type USERFIELDS:FreeTextField ; | 57 | rdf:type USERFIELDS:FreeTextField ; |
| ... | @@ -60,28 +64,28 @@ ILAP:ActivityWBS_1 | ... | @@ -60,28 +64,28 @@ ILAP:ActivityWBS_1 |
| 60 | rdf:type USERFIELDS:FreeTextField ; | 64 | rdf:type USERFIELDS:FreeTextField ; |
| 61 | rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 65 | rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
| 62 | USERFIELDS:hasDescription | 66 | USERFIELDS:hasDescription |
| 63 | - "Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string ; | 67 | + "Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string ; |
| 64 | - USERFIELDS:hasShort "JL"^^xsd:string , "VK"^^xsd:string . | 68 | + USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string . |
| 65 | 69 | ||
| 66 | <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> | 70 | <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> |
| 67 | rdf:type USERFIELDS:FreeTextField ; | 71 | rdf:type USERFIELDS:FreeTextField ; |
| 68 | rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 72 | rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
| 69 | USERFIELDS:hasDescription | 73 | USERFIELDS:hasDescription |
| 70 | "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Contract General Milestones"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "X-Over"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Demolition of old WHRU module"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string ; | 74 | "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Contract General Milestones"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "X-Over"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Demolition of old WHRU module"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string ; |
| 71 | - USERFIELDS:hasShort "G0"^^xsd:string , "D2"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W2"^^xsd:string , "AG"^^xsd:string , "GLC"^^xsd:string , "D1"^^xsd:string , "R0"^^xsd:string , "F0"^^xsd:string , "DEM-GLC"^^xsd:string , "W1"^^xsd:string , "W4"^^xsd:string , "W3"^^xsd:string , "LPHC"^^xsd:string , "CA"^^xsd:string . | 75 | + USERFIELDS:hasShort "G0"^^xsd:string , "D2"^^xsd:string , "W5"^^xsd:string , "AG"^^xsd:string , "W2"^^xsd:string , "XOV"^^xsd:string , "GLC"^^xsd:string , "D1"^^xsd:string , "R0"^^xsd:string , "F0"^^xsd:string , "DEM-GLC"^^xsd:string , "W1"^^xsd:string , "W4"^^xsd:string , "W3"^^xsd:string , "LPHC"^^xsd:string , "CA"^^xsd:string . |
| 72 | 76 | ||
| 73 | <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8> | 77 | <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8> |
| 74 | rdf:type USERFIELDS:FreeTextField ; | 78 | rdf:type USERFIELDS:FreeTextField ; |
| 75 | rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ; | 79 | rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ; |
| 76 | USERFIELDS:hasDescription | 80 | USERFIELDS:hasDescription |
| 77 | - "CM-oppdrag"^^xsd:string , "Not CM-oppdrag"^^xsd:string . | 81 | + "Not CM-oppdrag"^^xsd:string , "CM-oppdrag"^^xsd:string . |
| 78 | 82 | ||
| 79 | <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0> | 83 | <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0> |
| 80 | rdf:type USERFIELDS:FreeTextField ; | 84 | rdf:type USERFIELDS:FreeTextField ; |
| 81 | rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 85 | rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
| 82 | USERFIELDS:hasDescription | 86 | USERFIELDS:hasDescription |
| 83 | "First Steam North System"^^xsd:string , "Full Steam Generation"^^xsd:string , "Steam Blowing"^^xsd:string , "Steam System Cold Commissioning"^^xsd:string , "Utilities not SAS Dependant"^^xsd:string , "Utilities SAS Dependant"^^xsd:string , "WIP D & GL By pass exhaust ducting"^^xsd:string , "Safety Systems"^^xsd:string , "WIP A/B/C By pass exhaust ducting"^^xsd:string , "General Activities required for all COR's"^^xsd:string , "Buildingblock CA"^^xsd:string , "First Steam South System"^^xsd:string ; | 87 | "First Steam North System"^^xsd:string , "Full Steam Generation"^^xsd:string , "Steam Blowing"^^xsd:string , "Steam System Cold Commissioning"^^xsd:string , "Utilities not SAS Dependant"^^xsd:string , "Utilities SAS Dependant"^^xsd:string , "WIP D & GL By pass exhaust ducting"^^xsd:string , "Safety Systems"^^xsd:string , "WIP A/B/C By pass exhaust ducting"^^xsd:string , "General Activities required for all COR's"^^xsd:string , "Buildingblock CA"^^xsd:string , "First Steam South System"^^xsd:string ; |
| 84 | - USERFIELDS:hasShort "COR CA"^^xsd:string , "COR 7"^^xsd:string , "COR 1"^^xsd:string , "COR 5"^^xsd:string , "COR 2"^^xsd:string , "COR 8"^^xsd:string , "COR 3"^^xsd:string , "COR 10"^^xsd:string , "COR 9"^^xsd:string , "COR 6"^^xsd:string , "COR 0"^^xsd:string , "COR 4"^^xsd:string . | 88 | + USERFIELDS:hasShort "COR 7"^^xsd:string , "COR CA"^^xsd:string , "COR 1"^^xsd:string , "COR 5"^^xsd:string , "COR 2"^^xsd:string , "COR 8"^^xsd:string , "COR 3"^^xsd:string , "COR 10"^^xsd:string , "COR 9"^^xsd:string , "COR 6"^^xsd:string , "COR 0"^^xsd:string , "COR 4"^^xsd:string . |
| 85 | 89 | ||
| 86 | ILAP:COR_KD_1 | 90 | ILAP:COR_KD_1 |
| 87 | rdf:type SCCS:COR_KD ; | 91 | rdf:type SCCS:COR_KD ; |
| ... | @@ -103,8 +107,8 @@ ILAP:COR_KX_1 | ... | @@ -103,8 +107,8 @@ ILAP:COR_KX_1 |
| 103 | rdf:type USERFIELDS:FreeTextField ; | 107 | rdf:type USERFIELDS:FreeTextField ; |
| 104 | rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 108 | rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
| 105 | USERFIELDS:hasDescription | 109 | USERFIELDS:hasDescription |
| 106 | - "Document Control"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string ; | 110 | + "Hotwork and Platform SD"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Document Control"^^xsd:string ; |
| 107 | - USERFIELDS:hasShort "DDZEG0000"^^xsd:string , "HA09AD-TH"^^xsd:string , "X"^^xsd:string . | 111 | + USERFIELDS:hasShort "X"^^xsd:string , "HA09AD-TH"^^xsd:string , "DDZEG0000"^^xsd:string . |
| 108 | 112 | ||
| 109 | ILAP:Calendar_1 | 113 | ILAP:Calendar_1 |
| 110 | rdf:type ILAP:Calendar ; | 114 | rdf:type ILAP:Calendar ; |
| ... | @@ -148,7 +152,7 @@ ILAP:Contract_1 | ... | @@ -148,7 +152,7 @@ ILAP:Contract_1 |
| 148 | rdf:type USERFIELDS:FreeTextField ; | 152 | rdf:type USERFIELDS:FreeTextField ; |
| 149 | rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ; | 153 | rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ; |
| 150 | USERFIELDS:hasDescription | 154 | USERFIELDS:hasDescription |
| 151 | - "Elektronisk oppmåling"^^xsd:string , "Lister"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "MCC strategi"^^xsd:string , "Stressanalyse"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Modellering"^^xsd:string , "MCC Støtte"^^xsd:string , "Follow-on"^^xsd:string , "Risikovurdering"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Offshore befaring"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Prefabpakker"^^xsd:string , "Systemutprøving"^^xsd:string , "Databaseoppdatering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "As-buil"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Familiarisering"^^xsd:string , "Beregninger"^^xsd:string , "Medgått tid"^^xsd:string , "Offshore"^^xsd:string . | 155 | + "Elektronisk oppmåling"^^xsd:string , "Lister"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "MCC strategi"^^xsd:string , "Stressanalyse"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Modellering"^^xsd:string , "Follow-on"^^xsd:string , "MCC Støtte"^^xsd:string , "Risikovurdering"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Offshore befaring"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Prefabpakker"^^xsd:string , "Systemutprøving"^^xsd:string , "Databaseoppdatering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "As-buil"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Familiarisering"^^xsd:string , "Beregninger"^^xsd:string , "Offshore"^^xsd:string , "Medgått tid"^^xsd:string . |
| 152 | 156 | ||
| 153 | ILAP:FinishToStart_1_2 | 157 | ILAP:FinishToStart_1_2 |
| 154 | rdf:type ILAP:FinishToStart ; | 158 | rdf:type ILAP:FinishToStart ; |
| ... | @@ -185,13 +189,13 @@ ILAP:IncentiveContract_2 | ... | @@ -185,13 +189,13 @@ ILAP:IncentiveContract_2 |
| 185 | rdf:type USERFIELDS:FreeTextField ; | 189 | rdf:type USERFIELDS:FreeTextField ; |
| 186 | rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ; | 190 | rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ; |
| 187 | USERFIELDS:hasDescription | 191 | USERFIELDS:hasDescription |
| 188 | - "Lennart Svensson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Christer Andersson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Andreas Gurk"^^xsd:string . | 192 | + "Andreas Gurk"^^xsd:string , "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Lennart Svensson"^^xsd:string . |
| 189 | 193 | ||
| 190 | <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> | 194 | <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> |
| 191 | rdf:type USERFIELDS:FreeTextField ; | 195 | rdf:type USERFIELDS:FreeTextField ; |
| 192 | rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ; | 196 | rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ; |
| 193 | USERFIELDS:hasDescription | 197 | USERFIELDS:hasDescription |
| 194 | - "18"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string , "5"^^xsd:string , "6"^^xsd:string . | 198 | + "6"^^xsd:string , "5"^^xsd:string , "4"^^xsd:string , "3"^^xsd:string , "2"^^xsd:string , "1"^^xsd:string , "18"^^xsd:string . |
| 195 | 199 | ||
| 196 | ILAP:InvoicableWork_1 | 200 | ILAP:InvoicableWork_1 |
| 197 | rdf:type ILAP:InvoicableWork ; | 201 | rdf:type ILAP:InvoicableWork ; |
| ... | @@ -201,7 +205,7 @@ ILAP:InvoicableWork_1 | ... | @@ -201,7 +205,7 @@ ILAP:InvoicableWork_1 |
| 201 | rdf:type USERFIELDS:FreeTextField ; | 205 | rdf:type USERFIELDS:FreeTextField ; |
| 202 | rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ; | 206 | rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ; |
| 203 | USERFIELDS:hasDescription | 207 | USERFIELDS:hasDescription |
| 204 | - "Studierapport"^^xsd:string , "RFOC"^^xsd:string , "Sluttrapport"^^xsd:string . | 208 | + "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string , "Studierapport"^^xsd:string . |
| 205 | 209 | ||
| 206 | <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8> | 210 | <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8> |
| 207 | rdf:type USERFIELDS:FreeTextField ; | 211 | rdf:type USERFIELDS:FreeTextField ; |
| ... | @@ -214,7 +218,7 @@ ILAP:InvoicableWork_1 | ... | @@ -214,7 +218,7 @@ ILAP:InvoicableWork_1 |
| 214 | rdf:type USERFIELDS:FreeTextField ; | 218 | rdf:type USERFIELDS:FreeTextField ; |
| 215 | rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 219 | rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
| 216 | USERFIELDS:hasDescription | 220 | USERFIELDS:hasDescription |
| 217 | - "Steam Blow off preparation"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Instrument Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Level Glass"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string ; | 221 | + "Steam Blow off preparation"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Instrument Direct"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Level Glass"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string ; |
| 218 | USERFIELDS:hasShort "SR"^^xsd:string . | 222 | USERFIELDS:hasShort "SR"^^xsd:string . |
| 219 | 223 | ||
| 220 | <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0> | 224 | <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0> |
| ... | @@ -225,7 +229,7 @@ ILAP:InvoicableWork_1 | ... | @@ -225,7 +229,7 @@ ILAP:InvoicableWork_1 |
| 225 | <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0> | 229 | <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0> |
| 226 | rdf:type USERFIELDS:FreeTextField ; | 230 | rdf:type USERFIELDS:FreeTextField ; |
| 227 | rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 231 | rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
| 228 | - USERFIELDS:hasShort "43"^^xsd:string , "6"^^xsd:string , "4"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "5"^^xsd:string , "12"^^xsd:string , "9"^^xsd:string , "LR"^^xsd:string , "10"^^xsd:string , "2A"^^xsd:string , "11"^^xsd:string , "3"^^xsd:string , "1"^^xsd:string , "42"^^xsd:string , "2B"^^xsd:string , "8"^^xsd:string . | 232 | + USERFIELDS:hasShort "43"^^xsd:string , "6"^^xsd:string , "4"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "5"^^xsd:string , "LR"^^xsd:string , "9"^^xsd:string , "12"^^xsd:string , "2A"^^xsd:string , "10"^^xsd:string , "2B"^^xsd:string , "3"^^xsd:string , "42"^^xsd:string , "1"^^xsd:string , "11"^^xsd:string , "8"^^xsd:string . |
| 229 | 233 | ||
| 230 | ILAP:LumpSumContract_1 | 234 | ILAP:LumpSumContract_1 |
| 231 | rdf:type ILAP:LumpSumContract ; | 235 | rdf:type ILAP:LumpSumContract ; |
| ... | @@ -276,7 +280,7 @@ ILAP:PBS_ACAA_1 | ... | @@ -276,7 +280,7 @@ ILAP:PBS_ACAA_1 |
| 276 | rdf:type USERFIELDS:FreeTextField ; | 280 | rdf:type USERFIELDS:FreeTextField ; |
| 277 | rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ; | 281 | rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ; |
| 278 | USERFIELDS:hasDescription | 282 | USERFIELDS:hasDescription |
| 279 | - "Mattias Allebert"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Erik Havnes"^^xsd:string , "Gry Helle Nakstad"^^xsd:string . | 283 | + "Gry Helle Nakstad"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Mattias Allebert"^^xsd:string . |
| 280 | 284 | ||
| 281 | ILAP:PlannedActivity_1 | 285 | ILAP:PlannedActivity_1 |
| 282 | rdf:type ILAP:PlannedActivity ; | 286 | rdf:type ILAP:PlannedActivity ; |
| ... | @@ -354,11 +358,11 @@ ILAP:ProjectExecutionPlan_UC1 | ... | @@ -354,11 +358,11 @@ ILAP:ProjectExecutionPlan_UC1 |
| 354 | ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ; | 358 | ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ; |
| 355 | ILAP:hasPlanGeoArea ILAP:Field ; | 359 | ILAP:hasPlanGeoArea ILAP:Field ; |
| 356 | ILAP:hasPlanLevel ILAP:L2_ProjectMasterSchedule ; | 360 | ILAP:hasPlanLevel ILAP:L2_ProjectMasterSchedule ; |
| 357 | - ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> ; | 361 | + ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> , <http://data.posccaesar.org/npd/facts/Licence-4227659> ; |
| 358 | ILAP:hasPlanLicensePartner | 362 | ILAP:hasPlanLicensePartner |
| 359 | ILAP:ResponsibleOrganization ; | 363 | ILAP:ResponsibleOrganization ; |
| 360 | ILAP:hasPlanOperator | 364 | ILAP:hasPlanOperator |
| 361 | - <http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> ; | 365 | + <http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> , <http://data.posccaesar.org/npd/facts/Company-17237817> ; |
| 362 | ILAP:hasPlanProjectType | 366 | ILAP:hasPlanProjectType |
| 363 | ILAP:OperationAndMaintenance ; | 367 | ILAP:OperationAndMaintenance ; |
| 364 | ILAP:hasPlanRegulator | 368 | ILAP:hasPlanRegulator |
| ... | @@ -382,7 +386,7 @@ ILAP:ProjectExecutionSubPlan_UC1 | ... | @@ -382,7 +386,7 @@ ILAP:ProjectExecutionSubPlan_UC1 |
| 382 | rdf:type USERFIELDS:FreeTextField ; | 386 | rdf:type USERFIELDS:FreeTextField ; |
| 383 | rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ; | 387 | rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ; |
| 384 | USERFIELDS:hasDescription | 388 | USERFIELDS:hasDescription |
| 385 | - "Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Geir Sve"^^xsd:string , "Gunn Elin Harba"^^xsd:string . | 389 | + "Gunn Elin Harba"^^xsd:string , "Geir Sve"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Ove Løberg"^^xsd:string . |
| 386 | 390 | ||
| 387 | <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0> | 391 | <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0> |
| 388 | rdf:type USERFIELDS:FreeTextField ; | 392 | rdf:type USERFIELDS:FreeTextField ; |
| ... | @@ -500,14 +504,14 @@ ILAP:SummerShutdown_UC1 | ... | @@ -500,14 +504,14 @@ ILAP:SummerShutdown_UC1 |
| 500 | ILAP:hasShutdownPriority | 504 | ILAP:hasShutdownPriority |
| 501 | ILAP:NormalPriority ; | 505 | ILAP:NormalPriority ; |
| 502 | ILAP:hasShutdownType | 506 | ILAP:hasShutdownType |
| 503 | - ILAP:ProductionShutdown , ILAP:ScheduledShutdown , ILAP:SystemShutdown . | 507 | + ILAP:SystemShutdown , ILAP:ScheduledShutdown , ILAP:ProductionShutdown . |
| 504 | 508 | ||
| 505 | <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> | 509 | <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> |
| 506 | rdf:type USERFIELDS:FreeTextField ; | 510 | rdf:type USERFIELDS:FreeTextField ; |
| 507 | rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 511 | rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
| 508 | USERFIELDS:hasDescription | 512 | USERFIELDS:hasDescription |
| 509 | - "Non Specific And Across Many Systems"^^xsd:string , "Water Injection System General"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Mechanical Handling"^^xsd:string , "Open Drains"^^xsd:string , "Gas Lift"^^xsd:string , "Water Fire Fighting"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "(blank)"^^xsd:string , "Navigation And Identification"^^xsd:string , "Fresh Water"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Temporary Equipment"^^xsd:string , "Instrument and Utility Air"^^xsd:string ; | 513 | + "Non Specific And Across Many Systems"^^xsd:string , "Water Injection System General"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Mechanical Handling"^^xsd:string , "Open Drains"^^xsd:string , "Gas Lift"^^xsd:string , "Water Fire Fighting"^^xsd:string , "(blank)"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Navigation And Identification"^^xsd:string , "Fresh Water"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Temporary Equipment"^^xsd:string , "Process and Equipment Control"^^xsd:string ; |
| 510 | - USERFIELDS:hasShort "600"^^xsd:string , "740"^^xsd:string , "260"^^xsd:string , "500"^^xsd:string , "610"^^xsd:string , "840"^^xsd:string , "510"^^xsd:string , "G00"^^xsd:string , "630"^^xsd:string , "640"^^xsd:string , "780"^^xsd:string , "530"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "800"^^xsd:string , "300"^^xsd:string , "310"^^xsd:string , "670"^^xsd:string . | 514 | + USERFIELDS:hasShort "600"^^xsd:string , "740"^^xsd:string , "610"^^xsd:string , "500"^^xsd:string , "260"^^xsd:string , "840"^^xsd:string , "G00"^^xsd:string , "510"^^xsd:string , "630"^^xsd:string , "640"^^xsd:string , "780"^^xsd:string , "530"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "800"^^xsd:string , "300"^^xsd:string , "310"^^xsd:string , "670"^^xsd:string . |
| 511 | 515 | ||
| 512 | ILAP:TargetBudget_1 | 516 | ILAP:TargetBudget_1 |
| 513 | rdf:type ILAP:TargetBudget ; | 517 | rdf:type ILAP:TargetBudget ; |
| ... | @@ -523,14 +527,14 @@ ILAP:UserField | ... | @@ -523,14 +527,14 @@ ILAP:UserField |
| 523 | rdfs:subClassOf | 527 | rdfs:subClassOf |
| 524 | [ rdf:type owl:Restriction ; | 528 | [ rdf:type owl:Restriction ; |
| 525 | owl:onDataRange xsd:string ; | 529 | owl:onDataRange xsd:string ; |
| 526 | - owl:onProperty ILAP:hasValue ; | 530 | + owl:onProperty ILAP:hasValueSource ; |
| 527 | owl:qualifiedCardinality | 531 | owl:qualifiedCardinality |
| 528 | "1"^^xsd:nonNegativeInteger | 532 | "1"^^xsd:nonNegativeInteger |
| 529 | ] ; | 533 | ] ; |
| 530 | rdfs:subClassOf | 534 | rdfs:subClassOf |
| 531 | [ rdf:type owl:Restriction ; | 535 | [ rdf:type owl:Restriction ; |
| 532 | owl:onDataRange xsd:string ; | 536 | owl:onDataRange xsd:string ; |
| 533 | - owl:onProperty ILAP:hasValueSource ; | 537 | + owl:onProperty ILAP:hasValue ; |
| 534 | owl:qualifiedCardinality | 538 | owl:qualifiedCardinality |
| 535 | "1"^^xsd:nonNegativeInteger | 539 | "1"^^xsd:nonNegativeInteger |
| 536 | ] . | 540 | ] . |
| ... | @@ -675,15 +679,15 @@ USERFIELDS:UserField | ... | @@ -675,15 +679,15 @@ USERFIELDS:UserField |
| 675 | [ rdf:type owl:Restriction ; | 679 | [ rdf:type owl:Restriction ; |
| 676 | owl:maxQualifiedCardinality | 680 | owl:maxQualifiedCardinality |
| 677 | "1"^^xsd:nonNegativeInteger ; | 681 | "1"^^xsd:nonNegativeInteger ; |
| 678 | - owl:onClass ILAP:Contractor ; | 682 | + owl:onClass ILAP:MilestoneType ; |
| 679 | - owl:onProperty USERFIELDS:hasContractor | 683 | + owl:onProperty USERFIELDS:hasMilestone |
| 680 | ] ; | 684 | ] ; |
| 681 | rdfs:subClassOf | 685 | rdfs:subClassOf |
| 682 | [ rdf:type owl:Restriction ; | 686 | [ rdf:type owl:Restriction ; |
| 683 | owl:maxQualifiedCardinality | 687 | owl:maxQualifiedCardinality |
| 684 | "1"^^xsd:nonNegativeInteger ; | 688 | "1"^^xsd:nonNegativeInteger ; |
| 685 | - owl:onClass ILAP:MilestoneType ; | 689 | + owl:onClass ILAP:Contractor ; |
| 686 | - owl:onProperty USERFIELDS:hasMilestone | 690 | + owl:onProperty USERFIELDS:hasContractor |
| 687 | ] . | 691 | ] . |
| 688 | 692 | ||
| 689 | USERFIELDS:hasCategory | 693 | USERFIELDS:hasCategory | ... | ... |
-
Please register or login to post a comment