Showing
4 changed files
with
597 additions
and
182 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 |
| ... | @@ -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 owl:Thing , <http://posccaesar.org/rdl/RDS330344> . | 164 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . |
| 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 owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . | 169 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . |
| 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 owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . | 184 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . |
| 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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 192 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 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 ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; | 199 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; |
| 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,18 +221,20 @@ ILAP:DegreeOfPriority | ... | @@ -221,18 +221,20 @@ ILAP:DegreeOfPriority |
| 221 | rdfs:subClassOf owl:Thing . | 221 | rdfs:subClassOf owl:Thing . |
| 222 | 222 | ||
| 223 | ILAP:Discipline | 223 | ILAP:Discipline |
| 224 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 224 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | 229 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; |
| 230 | rdfs:label "External Reference"^^xsd:string ; | 230 | rdfs:label "External Reference"^^xsd:string ; |
| 231 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; | 231 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; |
| 232 | rdfs:subClassOf | 232 | rdfs:subClassOf |
| 233 | [ rdf:type owl:Restriction ; | 233 | [ rdf:type owl:Restriction ; |
| 234 | - owl:allValuesFrom ILAP:Application ; | 234 | + owl:onDataRange xsd:string ; |
| 235 | - owl:onProperty ILAP:hasReferenceApplication | 235 | + owl:onProperty ILAP:hasObjectReferenceID ; |
| 236 | + owl:qualifiedCardinality | ||
| 237 | + "1"^^xsd:nonNegativeInteger | ||
| 236 | ] ; | 238 | ] ; |
| 237 | rdfs:subClassOf | 239 | rdfs:subClassOf |
| 238 | [ rdf:type owl:Restriction ; | 240 | [ rdf:type owl:Restriction ; |
| ... | @@ -241,10 +243,8 @@ ILAP:ExternalReference | ... | @@ -241,10 +243,8 @@ ILAP:ExternalReference |
| 241 | ] ; | 243 | ] ; |
| 242 | rdfs:subClassOf | 244 | rdfs:subClassOf |
| 243 | [ rdf:type owl:Restriction ; | 245 | [ rdf:type owl:Restriction ; |
| 244 | - owl:onDataRange xsd:string ; | 246 | + owl:allValuesFrom ILAP:Application ; |
| 245 | - owl:onProperty ILAP:hasObjectReferenceID ; | 247 | + owl:onProperty ILAP:hasReferenceApplication |
| 246 | - owl:qualifiedCardinality | ||
| 247 | - "1"^^xsd:nonNegativeInteger | ||
| 248 | ] . | 248 | ] . |
| 249 | 249 | ||
| 250 | ILAP:Facility | 250 | ILAP:Facility |
| ... | @@ -258,14 +258,14 @@ ILAP:Field | ... | @@ -258,14 +258,14 @@ ILAP:Field |
| 258 | rdfs:subClassOf owl:Thing . | 258 | rdfs:subClassOf owl:Thing . |
| 259 | 259 | ||
| 260 | ILAP:FinishToFinish | 260 | ILAP:FinishToFinish |
| 261 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 261 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 262 | rdfs:label "Finish to finish"^^xsd:string ; | 262 | rdfs:label "Finish to finish"^^xsd:string ; |
| 263 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 263 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 264 | 264 | ||
| 265 | ILAP:FinishToStart | 265 | ILAP:FinishToStart |
| 266 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 266 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 267 | rdfs:label "Finish to start"^^xsd:string ; | 267 | rdfs:label "Finish to start"^^xsd:string ; |
| 268 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 268 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 269 | 269 | ||
| 270 | ILAP:FunctionalLocation | 270 | ILAP:FunctionalLocation |
| 271 | rdf:type owl:Class ; | 271 | rdf:type owl:Class ; |
| ... | @@ -280,7 +280,7 @@ ILAP:GeographicLocation | ... | @@ -280,7 +280,7 @@ ILAP:GeographicLocation |
| 280 | ILAP:Information | 280 | ILAP:Information |
| 281 | rdf:type owl:Class ; | 281 | rdf:type owl:Class ; |
| 282 | rdfs:label "Information"^^xsd:string ; | 282 | rdfs:label "Information"^^xsd:string ; |
| 283 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . | 283 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . |
| 284 | 284 | ||
| 285 | ILAP:Knowledge | 285 | ILAP:Knowledge |
| 286 | rdf:type owl:Class ; | 286 | rdf:type owl:Class ; |
| ... | @@ -288,23 +288,28 @@ ILAP:Knowledge | ... | @@ -288,23 +288,28 @@ ILAP:Knowledge |
| 288 | rdfs:subClassOf ILAP:Information . | 288 | rdfs:subClassOf ILAP:Information . |
| 289 | 289 | ||
| 290 | ILAP:LiveSchedule | 290 | ILAP:LiveSchedule |
| 291 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 291 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 292 | rdfs:label "Live schedule"^^xsd:string ; | 292 | rdfs:label "Live schedule"^^xsd:string ; |
| 293 | rdfs:subClassOf ILAP:Schedule . | 293 | rdfs:subClassOf ILAP:Schedule . |
| 294 | 294 | ||
| 295 | ILAP:Location | 295 | ILAP:Location |
| 296 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; | 296 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; |
| 297 | rdfs:label "Location"^^xsd:string ; | 297 | rdfs:label "Location"^^xsd:string ; |
| 298 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . | 298 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . |
| 299 | + | ||
| 300 | +ILAP:MaterialOrderStatus | ||
| 301 | + rdf:type owl:Class ; | ||
| 302 | + rdfs:label "Material order status"^^xsd:string ; | ||
| 303 | + rdfs:subClassOf ILAP:Status . | ||
| 299 | 304 | ||
| 300 | ILAP:Milestone | 305 | ILAP:Milestone |
| 301 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; | 306 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; |
| 302 | rdfs:label "Milestone"^^xsd:string . | 307 | rdfs:label "Milestone"^^xsd:string . |
| 303 | 308 | ||
| 304 | ILAP:Network | 309 | ILAP:Network |
| 305 | rdf:type owl:Class ; | 310 | rdf:type owl:Class ; |
| 306 | rdfs:label "Network"^^xsd:string ; | 311 | rdfs:label "Network"^^xsd:string ; |
| 307 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . | 312 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . |
| 308 | 313 | ||
| 309 | ILAP:OPEX | 314 | ILAP:OPEX |
| 310 | rdfs:label "OPEX"^^xsd:string . | 315 | rdfs:label "OPEX"^^xsd:string . |
| ... | @@ -335,49 +340,49 @@ ILAP:PhysicalLocation | ... | @@ -335,49 +340,49 @@ ILAP:PhysicalLocation |
| 335 | rdfs:subClassOf ILAP:Location . | 340 | rdfs:subClassOf ILAP:Location . |
| 336 | 341 | ||
| 337 | ILAP:PlanClassifier | 342 | ILAP:PlanClassifier |
| 338 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 343 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 339 | rdfs:label "Plan classifier"^^xsd:string ; | 344 | rdfs:label "Plan classifier"^^xsd:string ; |
| 340 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . | 345 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . |
| 341 | 346 | ||
| 342 | ILAP:PlanContentType | 347 | ILAP:PlanContentType |
| 343 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 348 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 344 | rdfs:label "Plan content type"^^xsd:string ; | 349 | rdfs:label "Plan content type"^^xsd:string ; |
| 345 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . | 350 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . |
| 346 | 351 | ||
| 347 | ILAP:PlanContractType | 352 | ILAP:PlanContractType |
| 348 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 353 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 349 | rdfs:label "Plan contract type"^^xsd:string ; | 354 | rdfs:label "Plan contract type"^^xsd:string ; |
| 350 | rdfs:subClassOf ILAP:PlanClassifier . | 355 | rdfs:subClassOf ILAP:PlanClassifier . |
| 351 | 356 | ||
| 352 | ILAP:PlanExpenseType | 357 | ILAP:PlanExpenseType |
| 353 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 358 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 354 | rdfs:label "Plan expense type"^^xsd:string ; | 359 | rdfs:label "Plan expense type"^^xsd:string ; |
| 355 | rdfs:subClassOf ILAP:PlanClassifier . | 360 | rdfs:subClassOf ILAP:PlanClassifier . |
| 356 | 361 | ||
| 357 | ILAP:PlanGeoArea | 362 | ILAP:PlanGeoArea |
| 358 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; | 363 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; |
| 359 | rdfs:label "Plan geographic area"^^xsd:string ; | 364 | rdfs:label "Plan geographic area"^^xsd:string ; |
| 360 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 365 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 361 | 366 | ||
| 362 | ILAP:PlanLevel | 367 | ILAP:PlanLevel |
| 363 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 368 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 364 | rdfs:label "Plan level"^^xsd:string ; | 369 | rdfs:label "Plan level"^^xsd:string ; |
| 365 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 370 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 366 | 371 | ||
| 367 | ILAP:PlanLifecycleStage | 372 | ILAP:PlanLifecycleStage |
| 368 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 373 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 369 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 374 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
| 370 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 375 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 371 | 376 | ||
| 372 | ILAP:PlanObjectiveType | 377 | ILAP:PlanObjectiveType |
| 373 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; | 378 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; |
| 374 | rdfs:label "Plan objective type"^^xsd:string ; | 379 | rdfs:label "Plan objective type"^^xsd:string ; |
| 375 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . | 380 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . |
| 376 | 381 | ||
| 377 | ILAP:PlanProjectType | 382 | ILAP:PlanProjectType |
| 378 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 383 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 379 | rdfs:label "Plan project type"^^xsd:string ; | 384 | rdfs:label "Plan project type"^^xsd:string ; |
| 380 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . | 385 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . |
| 381 | 386 | ||
| 382 | ILAP:PlannedActivity | 387 | ILAP:PlannedActivity |
| 383 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 388 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| ... | @@ -385,18 +390,15 @@ ILAP:PlannedActivity | ... | @@ -385,18 +390,15 @@ ILAP:PlannedActivity |
| 385 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 390 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 386 | rdfs:subClassOf | 391 | rdfs:subClassOf |
| 387 | [ rdf:type owl:Restriction ; | 392 | [ rdf:type owl:Restriction ; |
| 388 | - owl:allValuesFrom ILAP:Location ; | ||
| 389 | - owl:onProperty ILAP:hasActivityLocation | ||
| 390 | - ] ; | ||
| 391 | - rdfs:subClassOf | ||
| 392 | - [ rdf:type owl:Restriction ; | ||
| 393 | owl:allValuesFrom ILAP:ActivityWBS ; | 393 | owl:allValuesFrom ILAP:ActivityWBS ; |
| 394 | owl:onProperty ILAP:hasActivityWBSelement | 394 | owl:onProperty ILAP:hasActivityWBSelement |
| 395 | ] ; | 395 | ] ; |
| 396 | rdfs:subClassOf | 396 | rdfs:subClassOf |
| 397 | [ rdf:type owl:Restriction ; | 397 | [ rdf:type owl:Restriction ; |
| 398 | - owl:allValuesFrom ILAP:ActivityDependency ; | 398 | + owl:maxQualifiedCardinality |
| 399 | - owl:onProperty ILAP:hasActivitySuccessor | 399 | + "1"^^xsd:nonNegativeInteger ; |
| 400 | + owl:onClass ILAP:Facility ; | ||
| 401 | + owl:onProperty ILAP:hasActivityFacility | ||
| 400 | ] ; | 402 | ] ; |
| 401 | rdfs:subClassOf | 403 | rdfs:subClassOf |
| 402 | [ rdf:type owl:Restriction ; | 404 | [ rdf:type owl:Restriction ; |
| ... | @@ -405,15 +407,18 @@ ILAP:PlannedActivity | ... | @@ -405,15 +407,18 @@ ILAP:PlannedActivity |
| 405 | ] ; | 407 | ] ; |
| 406 | rdfs:subClassOf | 408 | rdfs:subClassOf |
| 407 | [ rdf:type owl:Restriction ; | 409 | [ rdf:type owl:Restriction ; |
| 410 | + owl:allValuesFrom ILAP:ResponsiblePerson ; | ||
| 411 | + owl:onProperty ILAP:hasActivityResponsiblePerson | ||
| 412 | + ] ; | ||
| 413 | + rdfs:subClassOf | ||
| 414 | + [ rdf:type owl:Restriction ; | ||
| 408 | owl:allValuesFrom ILAP:ActivityDependency ; | 415 | owl:allValuesFrom ILAP:ActivityDependency ; |
| 409 | owl:onProperty ILAP:hasActivityPredecessor | 416 | owl:onProperty ILAP:hasActivityPredecessor |
| 410 | ] ; | 417 | ] ; |
| 411 | rdfs:subClassOf | 418 | rdfs:subClassOf |
| 412 | [ rdf:type owl:Restriction ; | 419 | [ rdf:type owl:Restriction ; |
| 413 | - owl:maxQualifiedCardinality | 420 | + owl:allValuesFrom ILAP:Result ; |
| 414 | - "1"^^xsd:nonNegativeInteger ; | 421 | + owl:onProperty ILAP:hasActivityResult |
| 415 | - owl:onClass ILAP:Facility ; | ||
| 416 | - owl:onProperty ILAP:hasActivityFacility | ||
| 417 | ] ; | 422 | ] ; |
| 418 | rdfs:subClassOf | 423 | rdfs:subClassOf |
| 419 | [ rdf:type owl:Restriction ; | 424 | [ rdf:type owl:Restriction ; |
| ... | @@ -422,8 +427,8 @@ ILAP:PlannedActivity | ... | @@ -422,8 +427,8 @@ ILAP:PlannedActivity |
| 422 | ] ; | 427 | ] ; |
| 423 | rdfs:subClassOf | 428 | rdfs:subClassOf |
| 424 | [ rdf:type owl:Restriction ; | 429 | [ rdf:type owl:Restriction ; |
| 425 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 430 | + owl:allValuesFrom ILAP:Location ; |
| 426 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 431 | + owl:onProperty ILAP:hasActivityLocation |
| 427 | ] ; | 432 | ] ; |
| 428 | rdfs:subClassOf | 433 | rdfs:subClassOf |
| 429 | [ rdf:type owl:Restriction ; | 434 | [ rdf:type owl:Restriction ; |
| ... | @@ -434,8 +439,8 @@ ILAP:PlannedActivity | ... | @@ -434,8 +439,8 @@ ILAP:PlannedActivity |
| 434 | ] ; | 439 | ] ; |
| 435 | rdfs:subClassOf | 440 | rdfs:subClassOf |
| 436 | [ rdf:type owl:Restriction ; | 441 | [ rdf:type owl:Restriction ; |
| 437 | - owl:allValuesFrom ILAP:Result ; | 442 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 438 | - owl:onProperty ILAP:hasActivityResult | 443 | + owl:onProperty ILAP:hasActivitySuccessor |
| 439 | ] . | 444 | ] . |
| 440 | 445 | ||
| 441 | ILAP:PlannedMilestone | 446 | ILAP:PlannedMilestone |
| ... | @@ -459,13 +464,18 @@ ILAP:Programme | ... | @@ -459,13 +464,18 @@ ILAP:Programme |
| 459 | rdfs:subClassOf ILAP:Project . | 464 | rdfs:subClassOf ILAP:Project . |
| 460 | 465 | ||
| 461 | ILAP:Project | 466 | ILAP:Project |
| 462 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 467 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 463 | rdfs:label "Project"^^xsd:string ; | 468 | rdfs:label "Project"^^xsd:string ; |
| 464 | rdfs:subClassOf ILAP:Activity ; | 469 | rdfs:subClassOf ILAP:Activity ; |
| 465 | rdfs:subClassOf | 470 | rdfs:subClassOf |
| 466 | [ rdf:type owl:Restriction ; | 471 | [ rdf:type owl:Restriction ; |
| 467 | - owl:allValuesFrom BRREG:OilCompany ; | 472 | + owl:allValuesFrom ILAP:Project ; |
| 468 | - owl:onProperty ILAP:hasProjectResponsible | 473 | + owl:onProperty ILAP:hasProjectSubproject |
| 474 | + ] ; | ||
| 475 | + rdfs:subClassOf | ||
| 476 | + [ rdf:type owl:Restriction ; | ||
| 477 | + owl:allValuesFrom ILAP:ExternalReference ; | ||
| 478 | + owl:onProperty ILAP:hasExternalReference | ||
| 469 | ] ; | 479 | ] ; |
| 470 | rdfs:subClassOf | 480 | rdfs:subClassOf |
| 471 | [ rdf:type owl:Restriction ; | 481 | [ rdf:type owl:Restriction ; |
| ... | @@ -476,13 +486,8 @@ ILAP:Project | ... | @@ -476,13 +486,8 @@ ILAP:Project |
| 476 | ] ; | 486 | ] ; |
| 477 | rdfs:subClassOf | 487 | rdfs:subClassOf |
| 478 | [ rdf:type owl:Restriction ; | 488 | [ rdf:type owl:Restriction ; |
| 479 | - owl:allValuesFrom ILAP:ExternalReference ; | 489 | + owl:allValuesFrom BRREG:OilCompany ; |
| 480 | - owl:onProperty ILAP:hasExternalReference | 490 | + owl:onProperty ILAP:hasProjectResponsible |
| 481 | - ] ; | ||
| 482 | - rdfs:subClassOf | ||
| 483 | - [ rdf:type owl:Restriction ; | ||
| 484 | - owl:allValuesFrom ILAP:Project ; | ||
| 485 | - owl:onProperty ILAP:hasProjectSubproject | ||
| 486 | ] . | 491 | ] . |
| 487 | 492 | ||
| 488 | ILAP:ProjectEffectiveness | 493 | ILAP:ProjectEffectiveness |
| ... | @@ -501,10 +506,8 @@ ILAP:ProjectExecutionPlan | ... | @@ -501,10 +506,8 @@ ILAP:ProjectExecutionPlan |
| 501 | rdfs:subClassOf ILAP:Network ; | 506 | rdfs:subClassOf ILAP:Network ; |
| 502 | rdfs:subClassOf | 507 | rdfs:subClassOf |
| 503 | [ rdf:type owl:Restriction ; | 508 | [ rdf:type owl:Restriction ; |
| 504 | - owl:maxQualifiedCardinality | 509 | + owl:onProperty ILAP:hasPlanLevel ; |
| 505 | - "1"^^xsd:nonNegativeInteger ; | 510 | + owl:someValuesFrom ILAP:PlanLevel |
| 506 | - owl:onClass ILAP:PlanLevel ; | ||
| 507 | - owl:onProperty ILAP:hasPlanLevel | ||
| 508 | ] ; | 511 | ] ; |
| 509 | rdfs:subClassOf | 512 | rdfs:subClassOf |
| 510 | [ rdf:type owl:Restriction ; | 513 | [ rdf:type owl:Restriction ; |
| ... | @@ -513,71 +516,73 @@ ILAP:ProjectExecutionPlan | ... | @@ -513,71 +516,73 @@ ILAP:ProjectExecutionPlan |
| 513 | ] ; | 516 | ] ; |
| 514 | rdfs:subClassOf | 517 | rdfs:subClassOf |
| 515 | [ rdf:type owl:Restriction ; | 518 | [ rdf:type owl:Restriction ; |
| 516 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | 519 | + owl:onProperty ILAP:hasPlanProjectType ; |
| 517 | - owl:onProperty ILAP:hasPlanObjectiveType | 520 | + owl:someValuesFrom ILAP:PlanProjectType |
| 518 | ] ; | 521 | ] ; |
| 519 | rdfs:subClassOf | 522 | rdfs:subClassOf |
| 520 | [ rdf:type owl:Restriction ; | 523 | [ rdf:type owl:Restriction ; |
| 521 | - owl:maxQualifiedCardinality | 524 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; |
| 522 | - "1"^^xsd:nonNegativeInteger ; | 525 | + owl:onProperty ILAP:hasPlanLifecycleStage |
| 523 | - owl:onClass ILAP:Project ; | ||
| 524 | - owl:onProperty ILAP:hasPlanProject | ||
| 525 | ] ; | 526 | ] ; |
| 526 | rdfs:subClassOf | 527 | rdfs:subClassOf |
| 527 | [ rdf:type owl:Restriction ; | 528 | [ rdf:type owl:Restriction ; |
| 528 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 529 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
| 529 | - owl:onProperty ILAP:hasPlanSubplan | 530 | + owl:onProperty ILAP:hasPlanAsset |
| 530 | ] ; | 531 | ] ; |
| 531 | rdfs:subClassOf | 532 | rdfs:subClassOf |
| 532 | [ rdf:type owl:Restriction ; | 533 | [ rdf:type owl:Restriction ; |
| 533 | - owl:onProperty ILAP:hasPlanContentType ; | 534 | + owl:allValuesFrom ILAP:PlanContractType ; |
| 534 | - owl:someValuesFrom ILAP:PlanContentType | 535 | + owl:onProperty ILAP:hasPlanContractType |
| 535 | ] ; | 536 | ] ; |
| 536 | rdfs:subClassOf | 537 | rdfs:subClassOf |
| 537 | [ rdf:type owl:Restriction ; | 538 | [ rdf:type owl:Restriction ; |
| 538 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | 539 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 539 | - owl:onProperty ILAP:hasPlanLifecycleStage | 540 | + owl:onProperty ILAP:hasPlanSubplan |
| 540 | ] ; | 541 | ] ; |
| 541 | rdfs:subClassOf | 542 | rdfs:subClassOf |
| 542 | [ rdf:type owl:Restriction ; | 543 | [ rdf:type owl:Restriction ; |
| 543 | - owl:onProperty ILAP:hasPlanProjectType ; | 544 | + owl:maxQualifiedCardinality |
| 544 | - owl:someValuesFrom ILAP:PlanProjectType | 545 | + "1"^^xsd:nonNegativeInteger ; |
| 546 | + owl:onClass ILAP:PlanLevel ; | ||
| 547 | + owl:onProperty ILAP:hasPlanLevel | ||
| 545 | ] ; | 548 | ] ; |
| 546 | rdfs:subClassOf | 549 | rdfs:subClassOf |
| 547 | [ rdf:type owl:Restriction ; | 550 | [ rdf:type owl:Restriction ; |
| 548 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 551 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
| 549 | - owl:onProperty ILAP:hasPlanAsset | 552 | + owl:onProperty ILAP:hasPlanObjectiveType |
| 550 | ] ; | 553 | ] ; |
| 551 | rdfs:subClassOf | 554 | rdfs:subClassOf |
| 552 | [ rdf:type owl:Restriction ; | 555 | [ rdf:type owl:Restriction ; |
| 553 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 556 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 554 | - owl:onProperty ILAP:hasPlanRollUpPlan | 557 | + owl:onProperty ILAP:hasPlanResponsible |
| 555 | ] ; | 558 | ] ; |
| 556 | rdfs:subClassOf | 559 | rdfs:subClassOf |
| 557 | [ rdf:type owl:Restriction ; | 560 | [ rdf:type owl:Restriction ; |
| 558 | - owl:onProperty ILAP:hasPlanLevel ; | 561 | + owl:onProperty ILAP:hasPlanContentType ; |
| 559 | - owl:someValuesFrom ILAP:PlanLevel | 562 | + owl:someValuesFrom ILAP:PlanContentType |
| 560 | ] ; | 563 | ] ; |
| 561 | rdfs:subClassOf | 564 | rdfs:subClassOf |
| 562 | [ rdf:type owl:Restriction ; | 565 | [ rdf:type owl:Restriction ; |
| 563 | - owl:allValuesFrom BRREG:LegalEntity ; | 566 | + owl:maxQualifiedCardinality |
| 564 | - owl:onProperty ILAP:hasPlanResponsible | 567 | + "1"^^xsd:nonNegativeInteger ; |
| 568 | + owl:onClass ILAP:Project ; | ||
| 569 | + owl:onProperty ILAP:hasPlanProject | ||
| 565 | ] ; | 570 | ] ; |
| 566 | rdfs:subClassOf | 571 | rdfs:subClassOf |
| 567 | [ rdf:type owl:Restriction ; | 572 | [ rdf:type owl:Restriction ; |
| 568 | - owl:allValuesFrom ILAP:PlanContractType ; | 573 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 569 | - owl:onProperty ILAP:hasPlanContractType | 574 | + owl:onProperty ILAP:hasPlanRollUpPlan |
| 570 | ] . | 575 | ] . |
| 571 | 576 | ||
| 572 | ILAP:Regular8To16WorkingDayCalendar | 577 | ILAP:Regular8To16WorkingDayCalendar |
| 573 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 578 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 574 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 579 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
| 575 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . | 580 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 576 | 581 | ||
| 577 | ILAP:Resource | 582 | ILAP:Resource |
| 578 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 583 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 579 | rdfs:label "Resource"^^xsd:string ; | 584 | rdfs:label "Resource"^^xsd:string ; |
| 580 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . | 585 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . |
| 581 | 586 | ||
| 582 | ILAP:ResourceEstimate | 587 | ILAP:ResourceEstimate |
| 583 | rdf:type owl:Class ; | 588 | rdf:type owl:Class ; |
| ... | @@ -585,14 +590,14 @@ ILAP:ResourceEstimate | ... | @@ -585,14 +590,14 @@ ILAP:ResourceEstimate |
| 585 | rdfs:subClassOf ILAP:ResourceStructure . | 590 | rdfs:subClassOf ILAP:ResourceStructure . |
| 586 | 591 | ||
| 587 | ILAP:ResourceProfile | 592 | ILAP:ResourceProfile |
| 588 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; | 593 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; |
| 589 | rdfs:label "Resource profile"^^xsd:string ; | 594 | rdfs:label "Resource profile"^^xsd:string ; |
| 590 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . | 595 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . |
| 591 | 596 | ||
| 592 | ILAP:ResourceProfilePoint | 597 | ILAP:ResourceProfilePoint |
| 593 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 598 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 594 | rdfs:label "resource Profile point"^^xsd:string ; | 599 | rdfs:label "resource Profile point"^^xsd:string ; |
| 595 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . | 600 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . |
| 596 | 601 | ||
| 597 | ILAP:ResourceStructure | 602 | ILAP:ResourceStructure |
| 598 | rdf:type owl:Class ; | 603 | rdf:type owl:Class ; |
| ... | @@ -600,17 +605,17 @@ ILAP:ResourceStructure | ... | @@ -600,17 +605,17 @@ ILAP:ResourceStructure |
| 600 | rdfs:subClassOf ILAP:Network . | 605 | rdfs:subClassOf ILAP:Network . |
| 601 | 606 | ||
| 602 | ILAP:ResponsibleOrganization | 607 | ILAP:ResponsibleOrganization |
| 603 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 608 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 604 | rdfs:label "Responsible organization"^^xsd:string ; | 609 | rdfs:label "Responsible organization"^^xsd:string ; |
| 605 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . | 610 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . |
| 606 | 611 | ||
| 607 | ILAP:ResponsiblePerson | 612 | ILAP:ResponsiblePerson |
| 608 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | 613 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; |
| 609 | rdfs:label "Responsible"^^xsd:string ; | 614 | rdfs:label "Responsible"^^xsd:string ; |
| 610 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . | 615 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . |
| 611 | 616 | ||
| 612 | ILAP:Result | 617 | ILAP:Result |
| 613 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 618 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 614 | rdfs:label "Result"^^xsd:string ; | 619 | rdfs:label "Result"^^xsd:string ; |
| 615 | rdfs:subClassOf owl:Thing . | 620 | rdfs:subClassOf owl:Thing . |
| 616 | 621 | ||
| ... | @@ -630,9 +635,9 @@ ILAP:RiskType | ... | @@ -630,9 +635,9 @@ ILAP:RiskType |
| 630 | rdfs:subClassOf owl:Thing . | 635 | rdfs:subClassOf owl:Thing . |
| 631 | 636 | ||
| 632 | ILAP:Schedule | 637 | ILAP:Schedule |
| 633 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 638 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 634 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 639 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
| 635 | - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; | 640 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; |
| 636 | rdfs:subClassOf | 641 | rdfs:subClassOf |
| 637 | [ rdf:type owl:Restriction ; | 642 | [ rdf:type owl:Restriction ; |
| 638 | owl:maxQualifiedCardinality | 643 | owl:maxQualifiedCardinality |
| ... | @@ -642,22 +647,22 @@ ILAP:Schedule | ... | @@ -642,22 +647,22 @@ ILAP:Schedule |
| 642 | ] . | 647 | ] . |
| 643 | 648 | ||
| 644 | ILAP:ScheduledActivity | 649 | ILAP:ScheduledActivity |
| 645 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 650 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 646 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 651 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
| 647 | rdfs:subClassOf ILAP:PlannedActivity ; | 652 | rdfs:subClassOf ILAP:PlannedActivity ; |
| 648 | rdfs:subClassOf | 653 | rdfs:subClassOf |
| 649 | [ rdf:type owl:Restriction ; | 654 | [ rdf:type owl:Restriction ; |
| 650 | owl:maxQualifiedCardinality | 655 | owl:maxQualifiedCardinality |
| 651 | "1"^^xsd:nonNegativeInteger ; | 656 | "1"^^xsd:nonNegativeInteger ; |
| 652 | - owl:onClass ILAP:PlannedActivity ; | 657 | + owl:onClass ILAP:Schedule ; |
| 653 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 658 | + owl:onProperty ILAP:hasActivitySchedule |
| 654 | ] ; | 659 | ] ; |
| 655 | rdfs:subClassOf | 660 | rdfs:subClassOf |
| 656 | [ rdf:type owl:Restriction ; | 661 | [ rdf:type owl:Restriction ; |
| 657 | owl:maxQualifiedCardinality | 662 | owl:maxQualifiedCardinality |
| 658 | "1"^^xsd:nonNegativeInteger ; | 663 | "1"^^xsd:nonNegativeInteger ; |
| 659 | - owl:onClass ILAP:Schedule ; | 664 | + owl:onClass ILAP:PlannedActivity ; |
| 660 | - owl:onProperty ILAP:hasActivitySchedule | 665 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
| 661 | ] . | 666 | ] . |
| 662 | 667 | ||
| 663 | ILAP:ScheduledMilestone | 668 | ILAP:ScheduledMilestone |
| ... | @@ -681,9 +686,9 @@ ILAP:ShutdownType | ... | @@ -681,9 +686,9 @@ ILAP:ShutdownType |
| 681 | rdfs:subClassOf owl:Thing . | 686 | rdfs:subClassOf owl:Thing . |
| 682 | 687 | ||
| 683 | ILAP:Source | 688 | ILAP:Source |
| 684 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 689 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 685 | rdfs:label "Source"^^xsd:string ; | 690 | rdfs:label "Source"^^xsd:string ; |
| 686 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . | 691 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . |
| 687 | 692 | ||
| 688 | ILAP:SourceSpecifiedUserField | 693 | ILAP:SourceSpecifiedUserField |
| 689 | rdf:type owl:Class ; | 694 | rdf:type owl:Class ; |
| ... | @@ -696,22 +701,22 @@ ILAP:SpecifiedUserField | ... | @@ -696,22 +701,22 @@ ILAP:SpecifiedUserField |
| 696 | rdfs:subClassOf ILAP:UserField . | 701 | rdfs:subClassOf ILAP:UserField . |
| 697 | 702 | ||
| 698 | ILAP:StartToFinish | 703 | ILAP:StartToFinish |
| 699 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 704 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 700 | rdfs:label "Start to finish"^^xsd:string ; | 705 | rdfs:label "Start to finish"^^xsd:string ; |
| 701 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 706 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 702 | 707 | ||
| 703 | ILAP:StartToStart | 708 | ILAP:StartToStart |
| 704 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 709 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 705 | rdfs:label "Start to start"^^xsd:string ; | 710 | rdfs:label "Start to start"^^xsd:string ; |
| 706 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 711 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 707 | 712 | ||
| 708 | ILAP:Status | 713 | ILAP:Status |
| 709 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; | 714 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; |
| 710 | rdfs:label "Status"^^xsd:string ; | 715 | rdfs:label "Status"^^xsd:string ; |
| 711 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . | 716 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . |
| 712 | 717 | ||
| 713 | ILAP:TargetSchedule | 718 | ILAP:TargetSchedule |
| 714 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 719 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 715 | rdfs:label "Target schedule"^^xsd:string ; | 720 | rdfs:label "Target schedule"^^xsd:string ; |
| 716 | rdfs:subClassOf ILAP:Schedule . | 721 | rdfs:subClassOf ILAP:Schedule . |
| 717 | 722 | ||
| ... | @@ -726,7 +731,7 @@ ILAP:UnitBased | ... | @@ -726,7 +731,7 @@ ILAP:UnitBased |
| 726 | rdfs:subClassOf ILAP:Resource . | 731 | rdfs:subClassOf ILAP:Resource . |
| 727 | 732 | ||
| 728 | ILAP:UserField | 733 | ILAP:UserField |
| 729 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 734 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
| 730 | rdfs:label "User field"^^xsd:string ; | 735 | rdfs:label "User field"^^xsd:string ; |
| 731 | rdfs:subClassOf ILAP:Data ; | 736 | rdfs:subClassOf ILAP:Data ; |
| 732 | rdfs:subClassOf | 737 | rdfs:subClassOf |
| ... | @@ -740,12 +745,12 @@ ILAP:UserField | ... | @@ -740,12 +745,12 @@ ILAP:UserField |
| 740 | ILAP:Value | 745 | ILAP:Value |
| 741 | rdf:type owl:Class ; | 746 | rdf:type owl:Class ; |
| 742 | rdfs:label "Value"^^xsd:string ; | 747 | rdfs:label "Value"^^xsd:string ; |
| 743 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . | 748 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . |
| 744 | 749 | ||
| 745 | ILAP:WeekendsFreeCalendar | 750 | ILAP:WeekendsFreeCalendar |
| 746 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 751 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 747 | rdfs:label "Weekends free calendar"^^xsd:string ; | 752 | rdfs:label "Weekends free calendar"^^xsd:string ; |
| 748 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . | 753 | + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 749 | 754 | ||
| 750 | ILAP:WorkOrder | 755 | ILAP:WorkOrder |
| 751 | rdf:type owl:Class ; | 756 | rdf:type owl:Class ; |
| ... | @@ -753,18 +758,18 @@ ILAP:WorkOrder | ... | @@ -753,18 +758,18 @@ ILAP:WorkOrder |
| 753 | rdfs:subClassOf ILAP:WorkTask . | 758 | rdfs:subClassOf ILAP:WorkTask . |
| 754 | 759 | ||
| 755 | ILAP:WorkTask | 760 | ILAP:WorkTask |
| 756 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 761 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 757 | rdfs:label "Work task"^^xsd:string ; | 762 | rdfs:label "Work task"^^xsd:string ; |
| 758 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; | 763 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; |
| 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 | rdfs:subClassOf | 769 | rdfs:subClassOf |
| 765 | [ rdf:type owl:Restriction ; | 770 | [ rdf:type owl:Restriction ; |
| 766 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 771 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 767 | - owl:someValuesFrom ILAP:Activity | 772 | + owl:onProperty ILAP:hasWorkTaskResponsible |
| 768 | ] . | 773 | ] . |
| 769 | 774 | ||
| 770 | ILAP:WorkTaskStatus | 775 | ILAP:WorkTaskStatus |
| ... | @@ -846,6 +851,12 @@ ILAP:hasActivityLocation | ... | @@ -846,6 +851,12 @@ ILAP:hasActivityLocation |
| 846 | rdfs:label "has location"^^xsd:string ; | 851 | rdfs:label "has location"^^xsd:string ; |
| 847 | rdfs:range ILAP:Location . | 852 | rdfs:range ILAP:Location . |
| 848 | 853 | ||
| 854 | +ILAP:hasActivityMaterialOrderStatus | ||
| 855 | + rdf:type owl:ObjectProperty ; | ||
| 856 | + rdfs:domain ILAP:Activity ; | ||
| 857 | + rdfs:label "Object property 1"^^xsd:string ; | ||
| 858 | + rdfs:range ILAP:MaterialOrderStatus . | ||
| 859 | + | ||
| 849 | ILAP:hasActivityOperator | 860 | ILAP:hasActivityOperator |
| 850 | rdf:type owl:ObjectProperty ; | 861 | rdf:type owl:ObjectProperty ; |
| 851 | rdfs:domain ILAP:PlannedActivity ; | 862 | rdfs:domain ILAP:PlannedActivity ; |
| ... | @@ -872,7 +883,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -872,7 +883,7 @@ ILAP:hasActivityPhysicalPercentComplete |
| 872 | rdfs:range xsd:float . | 883 | rdfs:range xsd:float . |
| 873 | 884 | ||
| 874 | ILAP:hasActivityPlan | 885 | ILAP:hasActivityPlan |
| 875 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 886 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 876 | rdfs:domain ILAP:PlannedActivity ; | 887 | rdfs:domain ILAP:PlannedActivity ; |
| 877 | rdfs:label "has activity plan"^^xsd:string ; | 888 | rdfs:label "has activity plan"^^xsd:string ; |
| 878 | rdfs:range ILAP:ProjectExecutionPlan . | 889 | rdfs:range ILAP:ProjectExecutionPlan . |
| ... | @@ -922,7 +933,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -922,7 +933,7 @@ ILAP:hasActivityResponsibleOrganization |
| 922 | rdfs:range ILAP:ResponsibleOrganization . | 933 | rdfs:range ILAP:ResponsibleOrganization . |
| 923 | 934 | ||
| 924 | ILAP:hasActivityResponsiblePerson | 935 | ILAP:hasActivityResponsiblePerson |
| 925 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 936 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 926 | rdfs:domain ILAP:PlannedActivity ; | 937 | rdfs:domain ILAP:PlannedActivity ; |
| 927 | rdfs:label "has activity responsible"^^xsd:string ; | 938 | rdfs:label "has activity responsible"^^xsd:string ; |
| 928 | rdfs:range ILAP:ResponsiblePerson . | 939 | rdfs:range ILAP:ResponsiblePerson . |
| ... | @@ -957,7 +968,7 @@ ILAP:hasActivityStatus | ... | @@ -957,7 +968,7 @@ ILAP:hasActivityStatus |
| 957 | rdfs:range ILAP:Status . | 968 | rdfs:range ILAP:Status . |
| 958 | 969 | ||
| 959 | ILAP:hasActivitySuccessor | 970 | ILAP:hasActivitySuccessor |
| 960 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 971 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 961 | rdfs:domain ILAP:PlannedActivity ; | 972 | rdfs:domain ILAP:PlannedActivity ; |
| 962 | rdfs:label "has activity successor"^^xsd:string ; | 973 | rdfs:label "has activity successor"^^xsd:string ; |
| 963 | rdfs:range ILAP:ActivityDependency ; | 974 | rdfs:range ILAP:ActivityDependency ; |
| ... | @@ -1018,7 +1029,7 @@ ILAP:hasCalendarDate | ... | @@ -1018,7 +1029,7 @@ ILAP:hasCalendarDate |
| 1018 | rdfs:label "has calendar date"^^xsd:string . | 1029 | rdfs:label "has calendar date"^^xsd:string . |
| 1019 | 1030 | ||
| 1020 | ILAP:hasCalendarFreePeriod | 1031 | ILAP:hasCalendarFreePeriod |
| 1021 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1032 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1022 | rdfs:domain ILAP:Calendar ; | 1033 | rdfs:domain ILAP:Calendar ; |
| 1023 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 1034 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
| 1024 | rdfs:range ILAP:CalendarFreePeriod . | 1035 | rdfs:range ILAP:CalendarFreePeriod . |
| ... | @@ -1307,7 +1318,7 @@ ILAP:hasPlanRegulator | ... | @@ -1307,7 +1318,7 @@ ILAP:hasPlanRegulator |
| 1307 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1318 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1308 | 1319 | ||
| 1309 | ILAP:hasPlanResponsible | 1320 | ILAP:hasPlanResponsible |
| 1310 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1321 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1311 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1322 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| 1312 | rdfs:label "has plan responsible"^^xsd:string ; | 1323 | rdfs:label "has plan responsible"^^xsd:string ; |
| 1313 | rdfs:range ILAP:ResponsibleOrganization . | 1324 | rdfs:range ILAP:ResponsibleOrganization . |
| ... | @@ -1507,7 +1518,7 @@ ILAP:hasSourceApplicaton | ... | @@ -1507,7 +1518,7 @@ ILAP:hasSourceApplicaton |
| 1507 | rdfs:range ILAP:Application . | 1518 | rdfs:range ILAP:Application . |
| 1508 | 1519 | ||
| 1509 | ILAP:hasSuccessorActivity | 1520 | ILAP:hasSuccessorActivity |
| 1510 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1521 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1511 | rdfs:domain ILAP:ActivityDependency ; | 1522 | rdfs:domain ILAP:ActivityDependency ; |
| 1512 | rdfs:label "has successor activity "^^xsd:string ; | 1523 | rdfs:label "has successor activity "^^xsd:string ; |
| 1513 | rdfs:range ILAP:PlannedActivity ; | 1524 | rdfs:range ILAP:PlannedActivity ; |
| ... | @@ -1535,7 +1546,7 @@ ILAP:hasTimeNow | ... | @@ -1535,7 +1546,7 @@ ILAP:hasTimeNow |
| 1535 | rdf:type owl:DatatypeProperty ; | 1546 | rdf:type owl:DatatypeProperty ; |
| 1536 | rdfs:domain ILAP:Schedule ; | 1547 | rdfs:domain ILAP:Schedule ; |
| 1537 | rdfs:label "has time now"^^xsd:string ; | 1548 | rdfs:label "has time now"^^xsd:string ; |
| 1538 | - rdfs:range xsd:date , xsd:dateTime . | 1549 | + rdfs:range xsd:dateTime , xsd:date . |
| 1539 | 1550 | ||
| 1540 | ILAP:hasUserFieldName | 1551 | ILAP:hasUserFieldName |
| 1541 | rdf:type owl:DatatypeProperty ; | 1552 | rdf:type owl:DatatypeProperty ; | ... | ... |
| ... | @@ -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 ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . | 16 | + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . |
| 17 | 17 | ||
| 18 | ILAP: | 18 | ILAP: |
| 19 | rdf:type owl:Ontology ; | 19 | rdf:type owl:Ontology ; |
| ... | @@ -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 "Develop"^^xsd:string , "Development"^^xsd:string . | 124 | + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . |
| 125 | 125 | ||
| 126 | ILAP:DisasterRecovery | 126 | ILAP:DisasterRecovery |
| 127 | rdf:type ILAP:PlanObjectiveType ; | 127 | rdf:type ILAP:PlanObjectiveType ; |
| ... | @@ -307,6 +307,26 @@ ILAP:ManagedClosedown | ... | @@ -307,6 +307,26 @@ ILAP:ManagedClosedown |
| 307 | rdf:type ILAP:PlanObjectiveType ; | 307 | rdf:type ILAP:PlanObjectiveType ; |
| 308 | rdfs:label "Managed closedown"^^xsd:string . | 308 | rdfs:label "Managed closedown"^^xsd:string . |
| 309 | 309 | ||
| 310 | +ILAP:MaterialDeliveryAtBase | ||
| 311 | + rdf:type ILAP:MaterialOrderStatus ; | ||
| 312 | + rdfs:label "Material delivery at base"^^xsd:string . | ||
| 313 | + | ||
| 314 | +ILAP:MaterialDeliveryDelayed | ||
| 315 | + rdf:type ILAP:MaterialOrderStatus ; | ||
| 316 | + rdfs:label "Material delivery delayed"^^xsd:string . | ||
| 317 | + | ||
| 318 | +ILAP:MaterialDeliveryOffshore | ||
| 319 | + rdf:type ILAP:MaterialOrderStatus ; | ||
| 320 | + rdfs:label "Material delivery offshore"^^xsd:string . | ||
| 321 | + | ||
| 322 | +ILAP:MaterialDeliveryOnTime | ||
| 323 | + rdf:type ILAP:MaterialOrderStatus ; | ||
| 324 | + rdfs:label "Material delivery on time"^^xsd:string . | ||
| 325 | + | ||
| 326 | +ILAP:MaterialOnOrder | ||
| 327 | + rdf:type ILAP:MaterialOrderStatus ; | ||
| 328 | + rdfs:label "Material on order"^^xsd:string . | ||
| 329 | + | ||
| 310 | ILAP:MiniShutdown | 330 | ILAP:MiniShutdown |
| 311 | rdf:type ILAP:ShutdownType ; | 331 | rdf:type ILAP:ShutdownType ; |
| 312 | rdfs:label "Mini shutdown"^^xsd:string . | 332 | rdfs:label "Mini shutdown"^^xsd:string . |
| ... | @@ -463,7 +483,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -463,7 +483,7 @@ ILAP:StandardFreeWeekendPeriod |
| 463 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 483 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 464 | rdfs:label "Standard free weekend period"^^xsd:string ; | 484 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 465 | ILAP:hasCalendarPeriodFreeDay | 485 | ILAP:hasCalendarPeriodFreeDay |
| 466 | - ILAP:Saturday , ILAP:Sunday . | 486 | + ILAP:Sunday , ILAP:Saturday . |
| 467 | 487 | ||
| 468 | ILAP:StandardWorkWeekdayPeriod | 488 | ILAP:StandardWorkWeekdayPeriod |
| 469 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 489 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| ... | @@ -609,7 +629,7 @@ ILAP:hasWorkTaskResponsible | ... | @@ -609,7 +629,7 @@ ILAP:hasWorkTaskResponsible |
| 609 | rdfs:range ILAP:ResponsiblePerson . | 629 | rdfs:range ILAP:ResponsiblePerson . |
| 610 | 630 | ||
| 611 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 631 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
| 612 | - rdfs:subClassOf ILAP:Discipline , ILAP:Resource . | 632 | + rdfs:subClassOf ILAP:Resource , ILAP:Discipline . |
| 613 | 633 | ||
| 614 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 634 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
| 615 | rdfs:subClassOf ILAP:Result . | 635 | rdfs:subClassOf ILAP:Result . |
| ... | @@ -619,8 +639,8 @@ ILAP:hasWorkTaskResponsible | ... | @@ -619,8 +639,8 @@ ILAP:hasWorkTaskResponsible |
| 619 | 639 | ||
| 620 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 640 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
| 621 | rdf:type owl:Class ; | 641 | rdf:type owl:Class ; |
| 622 | - rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string ; | 642 | + rdfs:label "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; |
| 623 | - rdfs:subClassOf ILAP:Contractor , ILAP:Operator . | 643 | + rdfs:subClassOf ILAP:Operator , ILAP:Contractor . |
| 624 | 644 | ||
| 625 | <http://data.posccaesar.org/npd/ontology/productionFacility> | 645 | <http://data.posccaesar.org/npd/ontology/productionFacility> |
| 626 | rdf:type owl:Class ; | 646 | rdf:type owl:Class ; |
| ... | @@ -630,7 +650,7 @@ ILAP:hasWorkTaskResponsible | ... | @@ -630,7 +650,7 @@ ILAP:hasWorkTaskResponsible |
| 630 | rdl:RDS282149 | 650 | rdl:RDS282149 |
| 631 | rdf:type owl:Class ; | 651 | rdf:type owl:Class ; |
| 632 | rdfs:label "RDS282149"^^xsd:string ; | 652 | rdfs:label "RDS282149"^^xsd:string ; |
| 633 | - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . | 653 | + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . |
| 634 | 654 | ||
| 635 | <http://staging.data.posccaesar.org/npd/ontology/discoveryField> | 655 | <http://staging.data.posccaesar.org/npd/ontology/discoveryField> |
| 636 | rdf:type owl:Class ; | 656 | rdf:type owl:Class ; | ... | ... |
| ... | @@ -17,9 +17,9 @@ ILAP:ActivityWBS_1 | ... | @@ -17,9 +17,9 @@ 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:hasWBScomponent | 19 | ILAP:hasWBScomponent |
| 20 | - ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; | 20 | + SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; |
| 21 | - ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; | 21 | + ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; |
| 22 | - ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . | 22 | + ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . |
| 23 | 23 | ||
| 24 | ILAP:COR_KD_1 | 24 | ILAP:COR_KD_1 |
| 25 | rdf:type SCCS:COR_KD ; | 25 | rdf:type SCCS:COR_KD ; |
| ... | @@ -48,6 +48,8 @@ ILAP:PlannedActivity_2 | ... | @@ -48,6 +48,8 @@ ILAP:PlannedActivity_2 |
| 48 | <http://staging.data.posccaesar.org/npd/facts/Facility-278329> ; | 48 | <http://staging.data.posccaesar.org/npd/facts/Facility-278329> ; |
| 49 | ILAP:hasActivityLocation | 49 | ILAP:hasActivityLocation |
| 50 | <http://staging.data.posccaesar.org/npd/facts/Field-46437> ; | 50 | <http://staging.data.posccaesar.org/npd/facts/Field-46437> ; |
| 51 | + ILAP:hasActivityMaterialOrderStatus | ||
| 52 | + ILAP:MaterialDeliveryDelayed , ILAP:MaterialOnOrder ; | ||
| 51 | ILAP:hasActivityOperator | 53 | ILAP:hasActivityOperator |
| 52 | <http://staging.data.posccaesar.org/npd/facts/Company-2410696> ; | 54 | <http://staging.data.posccaesar.org/npd/facts/Company-2410696> ; |
| 53 | ILAP:hasActivityPhase | 55 | ILAP:hasActivityPhase | ... | ... |
USERFIELDS.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/ilap/USERFIELDS | ||
| 2 | + | ||
| 3 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 4 | +@prefix USERFIELDS: <http://data.posccaesar.org/ilap/USERFIELDS/> . | ||
| 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 9 | + | ||
| 10 | +ILAP:Activity | ||
| 11 | + rdf:type owl:Class ; | ||
| 12 | + rdfs:subClassOf owl:Thing ; | ||
| 13 | +. | ||
| 14 | +ILAP:Location | ||
| 15 | + rdf:type owl:Class ; | ||
| 16 | + rdfs:subClassOf owl:Thing ; | ||
| 17 | +. | ||
| 18 | +ILAP:Portfolio | ||
| 19 | + rdf:type owl:Class ; | ||
| 20 | + rdfs:subClassOf owl:Thing ; | ||
| 21 | +. | ||
| 22 | +ILAP:Source | ||
| 23 | + rdf:type owl:Class ; | ||
| 24 | + rdfs:subClassOf owl:Thing ; | ||
| 25 | +. | ||
| 26 | +USERFIELDS: | ||
| 27 | + rdf:type owl:Ontology ; | ||
| 28 | + owl:imports <http://data.posccaesar.org/ilap/> ; | ||
| 29 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 30 | +. | ||
| 31 | +USERFIELDS:hasActivityProgress | ||
| 32 | + rdf:type ILAP:Source ; | ||
| 33 | + rdfs:label "Activity progress" ; | ||
| 34 | +. | ||
| 35 | +USERFIELDS:hasArea | ||
| 36 | + rdf:type ILAP:Location ; | ||
| 37 | + rdf:type ILAP:Source ; | ||
| 38 | + rdfs:label "Area" ; | ||
| 39 | +. | ||
| 40 | +USERFIELDS:hasAreaCode | ||
| 41 | + rdf:type ILAP:Location ; | ||
| 42 | + rdf:type ILAP:Source ; | ||
| 43 | + rdfs:label "Area code" ; | ||
| 44 | +. | ||
| 45 | +USERFIELDS:hasAssignment | ||
| 46 | + rdf:type ILAP:Source ; | ||
| 47 | + rdfs:label "Assignment" ; | ||
| 48 | +. | ||
| 49 | +USERFIELDS:hasBudgetYear | ||
| 50 | + rdf:type ILAP:Source ; | ||
| 51 | + rdfs:label "Budget year" ; | ||
| 52 | +. | ||
| 53 | +USERFIELDS:hasBuildingBlock | ||
| 54 | + rdf:type ILAP:Source ; | ||
| 55 | + rdfs:label "Building block" ; | ||
| 56 | +. | ||
| 57 | +USERFIELDS:hasCTR | ||
| 58 | + rdf:type ILAP:Source ; | ||
| 59 | + rdfs:label "CTR" ; | ||
| 60 | +. | ||
| 61 | +USERFIELDS:hasCause | ||
| 62 | + rdf:type ILAP:Source ; | ||
| 63 | + rdfs:label "Cause" ; | ||
| 64 | +. | ||
| 65 | +USERFIELDS:hasCauseCategory | ||
| 66 | + rdf:type ILAP:Source ; | ||
| 67 | + rdfs:label "Cause category" ; | ||
| 68 | +. | ||
| 69 | +USERFIELDS:hasCommissioningPackage | ||
| 70 | + rdf:type ILAP:Source ; | ||
| 71 | + rdfs:label "Commissioning package" ; | ||
| 72 | +. | ||
| 73 | +USERFIELDS:hasCompletionStatus | ||
| 74 | + rdf:type ILAP:Source ; | ||
| 75 | + rdfs:label "Competition status" ; | ||
| 76 | +. | ||
| 77 | +USERFIELDS:hasContractType | ||
| 78 | + rdf:type ILAP:Source ; | ||
| 79 | + rdfs:label "Contract type" ; | ||
| 80 | +. | ||
| 81 | +USERFIELDS:hasCostBreakdownStructure | ||
| 82 | + rdf:type ILAP:Source ; | ||
| 83 | + rdfs:label "Cost breakdown structure" ; | ||
| 84 | +. | ||
| 85 | +USERFIELDS:hasCostCenter | ||
| 86 | + rdf:type ILAP:Source ; | ||
| 87 | + rdfs:label "Cost center" ; | ||
| 88 | +. | ||
| 89 | +USERFIELDS:hasCriticalPath | ||
| 90 | + rdf:type ILAP:Source ; | ||
| 91 | + rdfs:label "Critical path" ; | ||
| 92 | +. | ||
| 93 | +USERFIELDS:hasCustomerWBS1 | ||
| 94 | + rdf:type ILAP:Source ; | ||
| 95 | + rdfs:label "Customer WBS1" ; | ||
| 96 | +. | ||
| 97 | +USERFIELDS:hasCustomerWBS2 | ||
| 98 | + rdf:type ILAP:Source ; | ||
| 99 | + rdfs:label "Customer WBS2" ; | ||
| 100 | +. | ||
| 101 | +USERFIELDS:hasCustomerWBS3 | ||
| 102 | + rdf:type ILAP:Source ; | ||
| 103 | + rdfs:label "Customer WBS3" ; | ||
| 104 | +. | ||
| 105 | +USERFIELDS:hasDelivery | ||
| 106 | + rdf:type ILAP:Source ; | ||
| 107 | + rdfs:label "Delivery" ; | ||
| 108 | +. | ||
| 109 | +USERFIELDS:hasExecutionMilestone | ||
| 110 | + rdf:type ILAP:Source ; | ||
| 111 | + rdfs:label "Execution milestone" ; | ||
| 112 | +. | ||
| 113 | +USERFIELDS:hasExecutionSubDiscipline | ||
| 114 | + rdf:type ILAP:Source ; | ||
| 115 | + rdfs:label "Execution subdiscipline" ; | ||
| 116 | +. | ||
| 117 | +USERFIELDS:hasGeographicLocation | ||
| 118 | + rdf:type ILAP:Location ; | ||
| 119 | + rdf:type ILAP:Source ; | ||
| 120 | + rdfs:label "Geographical location" ; | ||
| 121 | +. | ||
| 122 | +USERFIELDS:hasHabitat | ||
| 123 | + rdf:type ILAP:Source ; | ||
| 124 | + rdfs:label "Habitat" ; | ||
| 125 | +. | ||
| 126 | +USERFIELDS:hasIndexCode | ||
| 127 | + rdf:type ILAP:Source ; | ||
| 128 | + rdfs:label "Index code" ; | ||
| 129 | +. | ||
| 130 | +USERFIELDS:hasJobCardStatus | ||
| 131 | + rdf:type ILAP:Source ; | ||
| 132 | + rdfs:label "Job card status" ; | ||
| 133 | +. | ||
| 134 | +USERFIELDS:hasKPIStatus | ||
| 135 | + rdf:type ILAP:Source ; | ||
| 136 | + rdfs:label "KPI status" ; | ||
| 137 | +. | ||
| 138 | +USERFIELDS:hasLocationOfWork | ||
| 139 | + rdf:type ILAP:Location ; | ||
| 140 | + rdf:type ILAP:Source ; | ||
| 141 | + rdfs:label "Location of work"^^xsd:string ; | ||
| 142 | +. | ||
| 143 | +USERFIELDS:hasLocationOnPlatform | ||
| 144 | + rdf:type ILAP:Location ; | ||
| 145 | + rdf:type ILAP:Source ; | ||
| 146 | + rdfs:label "Location on platform" ; | ||
| 147 | +. | ||
| 148 | +USERFIELDS:hasMechanicalCompletionPackage | ||
| 149 | + rdf:type ILAP:Source ; | ||
| 150 | + rdfs:label "Mechanical Completion package" ; | ||
| 151 | +. | ||
| 152 | +USERFIELDS:hasModificationPackage | ||
| 153 | + rdf:type ILAP:Source ; | ||
| 154 | + rdfs:label "Modification package" ; | ||
| 155 | +. | ||
| 156 | +USERFIELDS:hasNetwork | ||
| 157 | + rdf:type ILAP:Source ; | ||
| 158 | + rdfs:label "Network" ; | ||
| 159 | +. | ||
| 160 | +USERFIELDS:hasNotification | ||
| 161 | + rdf:type ILAP:Source ; | ||
| 162 | + rdfs:label "Notification" ; | ||
| 163 | +. | ||
| 164 | +USERFIELDS:hasOwnerDepartment | ||
| 165 | + rdf:type ILAP:Source ; | ||
| 166 | + rdfs:label "Owner department" ; | ||
| 167 | +. | ||
| 168 | +USERFIELDS:hasPartProject | ||
| 169 | + rdf:type ILAP:Source ; | ||
| 170 | + rdfs:label "Project part" ; | ||
| 171 | +. | ||
| 172 | +USERFIELDS:hasPortfolio | ||
| 173 | + rdf:type ILAP:Portfolio ; | ||
| 174 | + rdf:type ILAP:Source ; | ||
| 175 | + rdfs:label "Portfolio" ; | ||
| 176 | +. | ||
| 177 | +USERFIELDS:hasProcurementPackage | ||
| 178 | + rdf:type ILAP:Source ; | ||
| 179 | + rdfs:label "Procurement package" ; | ||
| 180 | +. | ||
| 181 | +USERFIELDS:hasProjectCode | ||
| 182 | + rdf:type ILAP:Source ; | ||
| 183 | + rdfs:label "Project code" ; | ||
| 184 | +. | ||
| 185 | +USERFIELDS:hasProjectType | ||
| 186 | + rdf:type ILAP:Source ; | ||
| 187 | + rdfs:label "Project type" ; | ||
| 188 | +. | ||
| 189 | +USERFIELDS:hasQuality | ||
| 190 | + rdf:type ILAP:Source ; | ||
| 191 | + rdfs:label "Quality" ; | ||
| 192 | +. | ||
| 193 | +USERFIELDS:hasRank | ||
| 194 | + rdf:type ILAP:Source ; | ||
| 195 | + rdfs:label "Rank" ; | ||
| 196 | +. | ||
| 197 | +USERFIELDS:hasReporting | ||
| 198 | + rdf:type ILAP:Source ; | ||
| 199 | + rdfs:label "Reporting" ; | ||
| 200 | +. | ||
| 201 | +USERFIELDS:hasSRGL | ||
| 202 | + rdf:type ILAP:Source ; | ||
| 203 | + rdfs:label "SRGL" ; | ||
| 204 | +. | ||
| 205 | +USERFIELDS:hasSection | ||
| 206 | + rdf:type ILAP:Source ; | ||
| 207 | + rdfs:label "Section" ; | ||
| 208 | +. | ||
| 209 | +USERFIELDS:hasSectionStatus | ||
| 210 | + rdf:type ILAP:Source ; | ||
| 211 | + rdfs:label "Seciton status" ; | ||
| 212 | +. | ||
| 213 | +USERFIELDS:hasShaft | ||
| 214 | + rdf:type ILAP:Source ; | ||
| 215 | + rdfs:label "Shaft" ; | ||
| 216 | +. | ||
| 217 | +USERFIELDS:hasShutDownPeriod | ||
| 218 | + rdf:type ILAP:Source ; | ||
| 219 | + rdfs:label "Shutdown period" ; | ||
| 220 | +. | ||
| 221 | +USERFIELDS:hasSubProjectType | ||
| 222 | + rdf:type ILAP:Source ; | ||
| 223 | + rdfs:label "Subproject type" ; | ||
| 224 | +. | ||
| 225 | +USERFIELDS:hasSupplierATS | ||
| 226 | + rdf:type ILAP:Source ; | ||
| 227 | + rdfs:label "Supplier ATS" ; | ||
| 228 | +. | ||
| 229 | +USERFIELDS:hasSystemType | ||
| 230 | + rdf:type ILAP:Source ; | ||
| 231 | + rdfs:label "System type" ; | ||
| 232 | +. | ||
| 233 | +USERFIELDS:hasUserField | ||
| 234 | + rdf:type owl:ObjectProperty ; | ||
| 235 | + rdfs:domain ILAP:Activity ; | ||
| 236 | + rdfs:range ILAP:Source ; | ||
| 237 | +. | ||
| 238 | +USERFIELDS:hasValue | ||
| 239 | + rdf:type owl:DatatypeProperty ; | ||
| 240 | + rdfs:domain USERFIELDS:hasActivityProgress ; | ||
| 241 | + rdfs:domain USERFIELDS:hasArea ; | ||
| 242 | + rdfs:domain USERFIELDS:hasAreaCode ; | ||
| 243 | + rdfs:domain USERFIELDS:hasAssignment ; | ||
| 244 | + rdfs:domain USERFIELDS:hasBudgetYear ; | ||
| 245 | + rdfs:domain USERFIELDS:hasBuildingBlock ; | ||
| 246 | + rdfs:domain USERFIELDS:hasCTR ; | ||
| 247 | + rdfs:domain USERFIELDS:hasCause ; | ||
| 248 | + rdfs:domain USERFIELDS:hasCauseCategory ; | ||
| 249 | + rdfs:domain USERFIELDS:hasCommissioningPackage ; | ||
| 250 | + rdfs:domain USERFIELDS:hasCompletionStatus ; | ||
| 251 | + rdfs:domain USERFIELDS:hasContractType ; | ||
| 252 | + rdfs:domain USERFIELDS:hasCostBreakdownStructure ; | ||
| 253 | + rdfs:domain USERFIELDS:hasCostCenter ; | ||
| 254 | + rdfs:domain USERFIELDS:hasCriticalPath ; | ||
| 255 | + rdfs:domain USERFIELDS:hasCustomerWBS1 ; | ||
| 256 | + rdfs:domain USERFIELDS:hasCustomerWBS2 ; | ||
| 257 | + rdfs:domain USERFIELDS:hasCustomerWBS3 ; | ||
| 258 | + rdfs:domain USERFIELDS:hasDelivery ; | ||
| 259 | + rdfs:domain USERFIELDS:hasExecutionMilestone ; | ||
| 260 | + rdfs:domain USERFIELDS:hasExecutionSubDiscipline ; | ||
| 261 | + rdfs:domain USERFIELDS:hasGeographicLocation ; | ||
| 262 | + rdfs:domain USERFIELDS:hasHabitat ; | ||
| 263 | + rdfs:domain USERFIELDS:hasIndexCode ; | ||
| 264 | + rdfs:domain USERFIELDS:hasJobCardStatus ; | ||
| 265 | + rdfs:domain USERFIELDS:hasKPIStatus ; | ||
| 266 | + rdfs:domain USERFIELDS:hasLocationOfWork ; | ||
| 267 | + rdfs:domain USERFIELDS:hasLocationOnPlatform ; | ||
| 268 | + rdfs:domain USERFIELDS:hasMechanicalCompletionPackage ; | ||
| 269 | + rdfs:domain USERFIELDS:hasModificationPackage ; | ||
| 270 | + rdfs:domain USERFIELDS:hasNetwork ; | ||
| 271 | + rdfs:domain USERFIELDS:hasNotification ; | ||
| 272 | + rdfs:domain USERFIELDS:hasOwnerDepartment ; | ||
| 273 | + rdfs:domain USERFIELDS:hasPartProject ; | ||
| 274 | + rdfs:domain USERFIELDS:hasPortfolio ; | ||
| 275 | + rdfs:domain USERFIELDS:hasProcurementPackage ; | ||
| 276 | + rdfs:domain USERFIELDS:hasProjectCode ; | ||
| 277 | + rdfs:domain USERFIELDS:hasProjectType ; | ||
| 278 | + rdfs:domain USERFIELDS:hasQuality ; | ||
| 279 | + rdfs:domain USERFIELDS:hasRank ; | ||
| 280 | + rdfs:domain USERFIELDS:hasReporting ; | ||
| 281 | + rdfs:domain USERFIELDS:hasSRGL ; | ||
| 282 | + rdfs:domain USERFIELDS:hasSection ; | ||
| 283 | + rdfs:domain USERFIELDS:hasSectionStatus ; | ||
| 284 | + rdfs:domain USERFIELDS:hasShaft ; | ||
| 285 | + rdfs:domain USERFIELDS:hasShutDownPeriod ; | ||
| 286 | + rdfs:domain USERFIELDS:hasSubProjectType ; | ||
| 287 | + rdfs:domain USERFIELDS:hasSupplierATS ; | ||
| 288 | + rdfs:domain USERFIELDS:hasSystemType ; | ||
| 289 | + rdfs:domain USERFIELDS:hasUserField ; | ||
| 290 | + rdfs:domain USERFIELDS:hasWBS1 ; | ||
| 291 | + rdfs:domain USERFIELDS:hasWBS2 ; | ||
| 292 | + rdfs:domain USERFIELDS:hasWBS3 ; | ||
| 293 | + rdfs:domain USERFIELDS:hasWBS4 ; | ||
| 294 | + rdfs:domain USERFIELDS:hasWBS5 ; | ||
| 295 | + rdfs:domain USERFIELDS:hasWorkOrder ; | ||
| 296 | + rdfs:range xsd:string ; | ||
| 297 | +. | ||
| 298 | +USERFIELDS:hasValueSource | ||
| 299 | + rdf:type owl:DatatypeProperty ; | ||
| 300 | + rdfs:domain USERFIELDS:hasActivityProgress ; | ||
| 301 | + rdfs:domain USERFIELDS:hasArea ; | ||
| 302 | + rdfs:domain USERFIELDS:hasAreaCode ; | ||
| 303 | + rdfs:domain USERFIELDS:hasAssignment ; | ||
| 304 | + rdfs:domain USERFIELDS:hasBudgetYear ; | ||
| 305 | + rdfs:domain USERFIELDS:hasBuildingBlock ; | ||
| 306 | + rdfs:domain USERFIELDS:hasCTR ; | ||
| 307 | + rdfs:domain USERFIELDS:hasCause ; | ||
| 308 | + rdfs:domain USERFIELDS:hasCauseCategory ; | ||
| 309 | + rdfs:domain USERFIELDS:hasCommissioningPackage ; | ||
| 310 | + rdfs:domain USERFIELDS:hasCompletionStatus ; | ||
| 311 | + rdfs:domain USERFIELDS:hasContractType ; | ||
| 312 | + rdfs:domain USERFIELDS:hasCostBreakdownStructure ; | ||
| 313 | + rdfs:domain USERFIELDS:hasCostCenter ; | ||
| 314 | + rdfs:domain USERFIELDS:hasCriticalPath ; | ||
| 315 | + rdfs:domain USERFIELDS:hasCustomerWBS1 ; | ||
| 316 | + rdfs:domain USERFIELDS:hasCustomerWBS2 ; | ||
| 317 | + rdfs:domain USERFIELDS:hasCustomerWBS3 ; | ||
| 318 | + rdfs:domain USERFIELDS:hasDelivery ; | ||
| 319 | + rdfs:domain USERFIELDS:hasExecutionMilestone ; | ||
| 320 | + rdfs:domain USERFIELDS:hasExecutionSubDiscipline ; | ||
| 321 | + rdfs:domain USERFIELDS:hasGeographicLocation ; | ||
| 322 | + rdfs:domain USERFIELDS:hasHabitat ; | ||
| 323 | + rdfs:domain USERFIELDS:hasIndexCode ; | ||
| 324 | + rdfs:domain USERFIELDS:hasJobCardStatus ; | ||
| 325 | + rdfs:domain USERFIELDS:hasKPIStatus ; | ||
| 326 | + rdfs:domain USERFIELDS:hasLocationOfWork ; | ||
| 327 | + rdfs:domain USERFIELDS:hasLocationOnPlatform ; | ||
| 328 | + rdfs:domain USERFIELDS:hasMechanicalCompletionPackage ; | ||
| 329 | + rdfs:domain USERFIELDS:hasModificationPackage ; | ||
| 330 | + rdfs:domain USERFIELDS:hasNetwork ; | ||
| 331 | + rdfs:domain USERFIELDS:hasNotification ; | ||
| 332 | + rdfs:domain USERFIELDS:hasOwnerDepartment ; | ||
| 333 | + rdfs:domain USERFIELDS:hasPartProject ; | ||
| 334 | + rdfs:domain USERFIELDS:hasPortfolio ; | ||
| 335 | + rdfs:domain USERFIELDS:hasProcurementPackage ; | ||
| 336 | + rdfs:domain USERFIELDS:hasProjectCode ; | ||
| 337 | + rdfs:domain USERFIELDS:hasProjectType ; | ||
| 338 | + rdfs:domain USERFIELDS:hasQuality ; | ||
| 339 | + rdfs:domain USERFIELDS:hasRank ; | ||
| 340 | + rdfs:domain USERFIELDS:hasReporting ; | ||
| 341 | + rdfs:domain USERFIELDS:hasSRGL ; | ||
| 342 | + rdfs:domain USERFIELDS:hasSection ; | ||
| 343 | + rdfs:domain USERFIELDS:hasSectionStatus ; | ||
| 344 | + rdfs:domain USERFIELDS:hasShaft ; | ||
| 345 | + rdfs:domain USERFIELDS:hasShutDownPeriod ; | ||
| 346 | + rdfs:domain USERFIELDS:hasSubProjectType ; | ||
| 347 | + rdfs:domain USERFIELDS:hasSupplierATS ; | ||
| 348 | + rdfs:domain USERFIELDS:hasSystemType ; | ||
| 349 | + rdfs:domain USERFIELDS:hasUserField ; | ||
| 350 | + rdfs:domain USERFIELDS:hasWBS1 ; | ||
| 351 | + rdfs:domain USERFIELDS:hasWBS2 ; | ||
| 352 | + rdfs:domain USERFIELDS:hasWBS3 ; | ||
| 353 | + rdfs:domain USERFIELDS:hasWBS4 ; | ||
| 354 | + rdfs:domain USERFIELDS:hasWBS5 ; | ||
| 355 | + rdfs:domain USERFIELDS:hasWorkOrder ; | ||
| 356 | + rdfs:range xsd:string ; | ||
| 357 | +. | ||
| 358 | +USERFIELDS:hasWBS1 | ||
| 359 | + rdf:type ILAP:Source ; | ||
| 360 | + rdfs:label "WBS1" ; | ||
| 361 | +. | ||
| 362 | +USERFIELDS:hasWBS2 | ||
| 363 | + rdf:type ILAP:Source ; | ||
| 364 | + rdfs:label "WBS2" ; | ||
| 365 | +. | ||
| 366 | +USERFIELDS:hasWBS3 | ||
| 367 | + rdf:type ILAP:Source ; | ||
| 368 | + rdfs:label "WBS3" ; | ||
| 369 | +. | ||
| 370 | +USERFIELDS:hasWBS4 | ||
| 371 | + rdf:type ILAP:Source ; | ||
| 372 | + rdfs:label "WBS4" ; | ||
| 373 | +. | ||
| 374 | +USERFIELDS:hasWBS5 | ||
| 375 | + rdf:type ILAP:Source ; | ||
| 376 | + rdfs:label "WBS5" ; | ||
| 377 | +. | ||
| 378 | +USERFIELDS:hasWorkOrder | ||
| 379 | + rdf:type ILAP:Source ; | ||
| 380 | + rdf:type ILAP:WorkOrder ; | ||
| 381 | + rdfs:label "Work order" ; | ||
| 382 | +. |
-
Please register or login to post a comment