Showing
34 changed files
with
3223 additions
and
0 deletions
.gitignore
0 → 100644
| 1 | +*.project |
NCS_PLANNING.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/NCS_PLANNING/ | ||
| 2 | +# imports: http://data.posccaesar.org/brreg/ | ||
| 3 | +# imports: http://data.posccaesar.org/ccu/ | ||
| 4 | +# imports: http://data.posccaesar.org/diskos/ | ||
| 5 | +# imports: http://data.posccaesar.org/epcis/ | ||
| 6 | +# imports: http://data.posccaesar.org/ilap/ | ||
| 7 | +# imports: http://data.posccaesar.org/npd/ | ||
| 8 | +# imports: http://data.posccaesar.org/pob/ | ||
| 9 | +# imports: http://data.posccaesar.org/sccs/ | ||
| 10 | + | ||
| 11 | +# c14n-version: 3 | ||
| 12 | +@prefix : <http://data.posccaesar.org/NCS_PLANNING/> . | ||
| 13 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 14 | +@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . | ||
| 15 | +@prefix SCCS: <http://data.posccaesar.org/sccs/> . | ||
| 16 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 17 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 18 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 19 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 20 | +NCS: | ||
| 21 | + rdf:type owl:Ontology ; | ||
| 22 | + owl:imports <http://data.posccaesar.org/brreg/> ; | ||
| 23 | + owl:imports <http://data.posccaesar.org/ccu/> ; | ||
| 24 | + owl:imports <http://data.posccaesar.org/diskos/> ; | ||
| 25 | + owl:imports <http://data.posccaesar.org/epcis/> ; | ||
| 26 | + owl:imports ILAP: ; | ||
| 27 | + owl:imports <http://data.posccaesar.org/npd/> ; | ||
| 28 | + owl:imports <http://data.posccaesar.org/pob/> ; | ||
| 29 | + owl:imports SCCS: ; | ||
| 30 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 31 | +. | ||
| 32 | +NCS:Active | ||
| 33 | + rdf:type ILAP:Status ; | ||
| 34 | + rdfs:label "Active"^^xsd:string ; | ||
| 35 | +. | ||
| 36 | +NCS:Aquisition | ||
| 37 | + rdf:type ILAP:PlanLifecyclePhase ; | ||
| 38 | + rdfs:label "Aquire"^^xsd:string ; | ||
| 39 | +. | ||
| 40 | +NCS:BrownFieldProject | ||
| 41 | + rdf:type ILAP:PlanProjectType ; | ||
| 42 | + rdfs:label "Brown field project"^^xsd:string ; | ||
| 43 | +. | ||
| 44 | +NCS:BusinessArea | ||
| 45 | + rdf:type ILAP:PlanGeoArea ; | ||
| 46 | + rdfs:label "Business area"^^xsd:string ; | ||
| 47 | +. | ||
| 48 | +NCS:BusinessAsUsual | ||
| 49 | + rdf:type ILAP:PlanValueObjective ; | ||
| 50 | + rdfs:label "Business as usual"^^xsd:string ; | ||
| 51 | +. | ||
| 52 | +NCS:CAPEX | ||
| 53 | + rdf:type ILAP:PlanExpenseType ; | ||
| 54 | + rdfs:label "CAPEX"^^xsd:string ; | ||
| 55 | +. | ||
| 56 | +NCS:Cancelled | ||
| 57 | + rdf:type ILAP:Status ; | ||
| 58 | + rdfs:label "Cancelled"^^xsd:string ; | ||
| 59 | +. | ||
| 60 | +NCS:Completed | ||
| 61 | + rdf:type ILAP:Status ; | ||
| 62 | + rdfs:label "Completed"^^xsd:string ; | ||
| 63 | +. | ||
| 64 | +NCS:Continent | ||
| 65 | + rdf:type ILAP:PlanGeoArea ; | ||
| 66 | + rdfs:label "Continent"^^xsd:string ; | ||
| 67 | +. | ||
| 68 | +NCS:CostDriven | ||
| 69 | + rdf:type ILAP:PlanContractType ; | ||
| 70 | + rdfs:label "Cost driven"^^xsd:string ; | ||
| 71 | +. | ||
| 72 | +NCS:Country | ||
| 73 | + rdf:type ILAP:PlanGeoArea ; | ||
| 74 | + rdfs:label "Country"^^xsd:string ; | ||
| 75 | +. | ||
| 76 | +NCS:Development | ||
| 77 | + rdf:type ILAP:PlanLifecyclePhase ; | ||
| 78 | + rdfs:label "Develop"^^xsd:string ; | ||
| 79 | +. | ||
| 80 | +NCS:DisasterRecovery | ||
| 81 | + rdf:type ILAP:PlanValueObjective ; | ||
| 82 | + rdfs:label "Disaster recovery"^^xsd:string ; | ||
| 83 | +. | ||
| 84 | +NCS:Disposal | ||
| 85 | + rdf:type ILAP:PlanLifecyclePhase ; | ||
| 86 | + rdfs:label "Dispose"^^xsd:string ; | ||
| 87 | +. | ||
| 88 | +NCS:DrillingAndWell | ||
| 89 | + rdf:type ILAP:PlanProjectType ; | ||
| 90 | + rdfs:label "Drilling and well"^^xsd:string ; | ||
| 91 | +. | ||
| 92 | +NCS:Facility | ||
| 93 | + rdf:type ILAP:PlanGeoArea ; | ||
| 94 | + rdfs:label "Facility"^^xsd:string ; | ||
| 95 | +. | ||
| 96 | +NCS:Field | ||
| 97 | + rdf:type ILAP:PlanGeoArea ; | ||
| 98 | + rdfs:label "Field"^^xsd:string ; | ||
| 99 | +. | ||
| 100 | +NCS:FieldStudy | ||
| 101 | + rdf:type ILAP:PlanProjectType ; | ||
| 102 | + rdfs:label "Field study"^^xsd:string ; | ||
| 103 | +. | ||
| 104 | +NCS:Friday | ||
| 105 | + rdf:type ILAP:CalendarDay ; | ||
| 106 | + rdfs:label "Friday"^^xsd:string ; | ||
| 107 | +. | ||
| 108 | +NCS:From00To08 | ||
| 109 | + rdf:type ILAP:CalendarHour ; | ||
| 110 | + ILAP:hasActivityEndTime "08:00:00"^^xsd:time ; | ||
| 111 | + ILAP:hasActivityStartTime "00:00:00"^^xsd:time ; | ||
| 112 | + rdfs:label "From 00 To 08"^^xsd:string ; | ||
| 113 | +. | ||
| 114 | +NCS:From08To16 | ||
| 115 | + rdf:type ILAP:CalendarHour ; | ||
| 116 | + ILAP:hasActivityEndTime "16:00:00"^^xsd:time ; | ||
| 117 | + ILAP:hasActivityStartTime "08:00:00"^^xsd:time ; | ||
| 118 | + rdfs:label "From 08 To 16"^^xsd:string ; | ||
| 119 | +. | ||
| 120 | +NCS:From16To24 | ||
| 121 | + rdf:type ILAP:CalendarHour ; | ||
| 122 | + ILAP:hasActivityEndTime "24:00:00"^^xsd:time ; | ||
| 123 | + ILAP:hasActivityStartTime "16:00:00"^^xsd:time ; | ||
| 124 | + rdfs:label "From 16 To 24"^^xsd:string ; | ||
| 125 | +. | ||
| 126 | +NCS:GreenFieldProject | ||
| 127 | + rdf:type ILAP:PlanProjectType ; | ||
| 128 | + rdfs:label "Green field project"^^xsd:string ; | ||
| 129 | +. | ||
| 130 | +NCS:IncreasedRecovery | ||
| 131 | + rdf:type ILAP:PlanValueObjective ; | ||
| 132 | + rdfs:label "Increased recovery"^^xsd:string ; | ||
| 133 | +. | ||
| 134 | +NCS:IncrementalImprovement | ||
| 135 | + rdf:type ILAP:PlanValueObjective ; | ||
| 136 | + rdfs:label "Incremental improvement"^^xsd:string ; | ||
| 137 | +. | ||
| 138 | +NCS:L1_ProgramPortfolioSchedule | ||
| 139 | + rdf:type ILAP:PlanLevel ; | ||
| 140 | + rdfs:label "PPS"^^xsd:string ; | ||
| 141 | +. | ||
| 142 | +NCS:L2_ProjectMasterSchedule | ||
| 143 | + rdf:type ILAP:PlanLevel ; | ||
| 144 | + rdfs:label "PMS"^^xsd:string ; | ||
| 145 | +. | ||
| 146 | +NCS:L3_ContractMasterSchedule | ||
| 147 | + rdf:type ILAP:PlanLevel ; | ||
| 148 | + rdfs:label "CMS"^^xsd:string ; | ||
| 149 | +. | ||
| 150 | +NCS:L3_ProjectControlNetworkSchedule | ||
| 151 | + rdf:type ILAP:PlanLevel ; | ||
| 152 | + rdfs:label "PCS"^^xsd:string ; | ||
| 153 | +. | ||
| 154 | +NCS:L4_ContractControlNetworkSchedule | ||
| 155 | + rdf:type ILAP:PlanLevel ; | ||
| 156 | + rdfs:label "CCS"^^xsd:string ; | ||
| 157 | +. | ||
| 158 | +NCS:L5_ContractTaskSchedule | ||
| 159 | + rdf:type ILAP:PlanLevel ; | ||
| 160 | + rdfs:label "DWS"^^xsd:string ; | ||
| 161 | +. | ||
| 162 | +NCS:L6_ContractorWorkOrderSchedule | ||
| 163 | + rdf:type ILAP:PlanLevel ; | ||
| 164 | + rdfs:label "CWS"^^xsd:string ; | ||
| 165 | +. | ||
| 166 | +NCS:L7_ContractorOperationsSchedule | ||
| 167 | + rdf:type ILAP:PlanLevel ; | ||
| 168 | + rdfs:label "COS"^^xsd:string ; | ||
| 169 | +. | ||
| 170 | +NCS:Maintenance | ||
| 171 | + rdf:type ILAP:PlanLifecyclePhase ; | ||
| 172 | + rdfs:label "Maintain"^^xsd:string ; | ||
| 173 | +. | ||
| 174 | +NCS:ManagedClosedown | ||
| 175 | + rdf:type ILAP:PlanValueObjective ; | ||
| 176 | + rdfs:label "Managed closedown"^^xsd:string ; | ||
| 177 | +. | ||
| 178 | +NCS:Modification | ||
| 179 | + rdf:type ILAP:PlanProjectType ; | ||
| 180 | + rdfs:label "Modification"^^xsd:string ; | ||
| 181 | +. | ||
| 182 | +NCS:Monday | ||
| 183 | + rdf:type ILAP:CalendarDay ; | ||
| 184 | + rdfs:label "Monday"^^xsd:string ; | ||
| 185 | +. | ||
| 186 | +NCS:OPEX | ||
| 187 | + rdf:type ILAP:PlanExpenseType ; | ||
| 188 | + rdfs:label "OPEX"^^xsd:string ; | ||
| 189 | +. | ||
| 190 | +NCS:Operation | ||
| 191 | + rdf:type ILAP:PlanLifecyclePhase ; | ||
| 192 | + rdfs:label "Operate"^^xsd:string ; | ||
| 193 | +. | ||
| 194 | +NCS:OperationAndMaintenance | ||
| 195 | + rdf:type ILAP:PlanProjectType ; | ||
| 196 | + rdfs:label "Operation and maintenance"^^xsd:string ; | ||
| 197 | +. | ||
| 198 | +NCS:Pending | ||
| 199 | + rdf:type ILAP:Status ; | ||
| 200 | + rdfs:label "Pending"^^xsd:string ; | ||
| 201 | +. | ||
| 202 | +NCS:Primavera | ||
| 203 | + rdf:type ILAP:Application ; | ||
| 204 | + rdfs:label "Primavera"^^xsd:string ; | ||
| 205 | +. | ||
| 206 | +NCS:RadicalChange | ||
| 207 | + rdf:type ILAP:PlanValueObjective ; | ||
| 208 | + rdfs:label "Radical change"^^xsd:string ; | ||
| 209 | +. | ||
| 210 | +NCS:Regular8To16WorkingDayCalendar | ||
| 211 | + rdf:type ILAP:Regular8To16WorkingDayCalendar ; | ||
| 212 | + rdfs:label "Regular8To16Working day calendar 1"^^xsd:string ; | ||
| 213 | +. | ||
| 214 | +NCS:Renewal | ||
| 215 | + rdf:type ILAP:PlanLifecyclePhase ; | ||
| 216 | + rdfs:label "Renew"^^xsd:string ; | ||
| 217 | +. | ||
| 218 | +NCS:ResourceDriven | ||
| 219 | + rdf:type ILAP:PlanContractType ; | ||
| 220 | + rdfs:label "Resource driven"^^xsd:string ; | ||
| 221 | +. | ||
| 222 | +NCS:SAP | ||
| 223 | + rdf:type ILAP:Application ; | ||
| 224 | + rdfs:label "SAP"^^xsd:string ; | ||
| 225 | +. | ||
| 226 | +NCS:Safran | ||
| 227 | + rdf:type ILAP:Application ; | ||
| 228 | + rdfs:label "Safran"^^xsd:string ; | ||
| 229 | +. | ||
| 230 | +NCS:Saturday | ||
| 231 | + rdf:type ILAP:CalendarDay ; | ||
| 232 | + rdfs:label "Saturday"^^xsd:string ; | ||
| 233 | +. | ||
| 234 | +NCS:ScheduleDriven | ||
| 235 | + rdf:type ILAP:PlanContractType ; | ||
| 236 | + rdfs:label "Schedule driven"^^xsd:string ; | ||
| 237 | +. | ||
| 238 | +NCS:Scheduled | ||
| 239 | + rdf:type ILAP:Status ; | ||
| 240 | + rdfs:label "Scheduled"^^xsd:string ; | ||
| 241 | +. | ||
| 242 | +NCS:StandardFreeWeekendPeriod | ||
| 243 | + rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | ||
| 244 | + rdfs:label "Standard free weekend period"^^xsd:string ; | ||
| 245 | +. | ||
| 246 | +NCS:StandardWorkWeekdayPeriod | ||
| 247 | + rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | ||
| 248 | + rdfs:label "Standard work weekday period"^^xsd:string ; | ||
| 249 | +. | ||
| 250 | +NCS:Sunday | ||
| 251 | + rdf:type ILAP:CalendarDay ; | ||
| 252 | + rdfs:label "Sunday"^^xsd:string ; | ||
| 253 | +. | ||
| 254 | +NCS:Thursday | ||
| 255 | + rdf:type ILAP:CalendarDay ; | ||
| 256 | + rdfs:label "Thursday"^^xsd:string ; | ||
| 257 | +. | ||
| 258 | +NCS:Tuesday | ||
| 259 | + rdf:type ILAP:CalendarDay ; | ||
| 260 | + rdfs:label "Tuesday"^^xsd:string ; | ||
| 261 | +. | ||
| 262 | +NCS:Unknown | ||
| 263 | + rdf:type ILAP:Status ; | ||
| 264 | + rdfs:label "Unknown"^^xsd:string ; | ||
| 265 | +. | ||
| 266 | +NCS:Wednesday | ||
| 267 | + rdf:type ILAP:CalendarDay ; | ||
| 268 | + rdfs:label "Wednesday"^^xsd:string ; | ||
| 269 | +. | ||
| 270 | +NCS:Wellbore | ||
| 271 | + rdf:type ILAP:PlanGeoArea ; | ||
| 272 | + rdfs:label "Wellbore"^^xsd:string ; | ||
| 273 | +. | ||
| 274 | +ILAP:PlannedActivity | ||
| 275 | + rdfs:subClassOf [ | ||
| 276 | + rdf:type owl:Restriction ; | ||
| 277 | + owl:allValuesFrom SCCS:SCCScode ; | ||
| 278 | + owl:onProperty ILAP:hasActivityILAPWBS ; | ||
| 279 | + ] ; | ||
| 280 | +. | ||
| 281 | +ILAP:Regular8To16WorkingDayCalendar | ||
| 282 | + rdfs:subClassOf [ | ||
| 283 | + rdf:type owl:Restriction ; | ||
| 284 | + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 285 | + owl:onClass [ | ||
| 286 | + rdf:type owl:Class ; | ||
| 287 | + owl:oneOf ( | ||
| 288 | + NCS:StandardFreeWeekendPeriod | ||
| 289 | + ) ; | ||
| 290 | + ] ; | ||
| 291 | + owl:onProperty ILAP:hasCalendarFreePeriod ; | ||
| 292 | + ] ; | ||
| 293 | +. | ||
| 294 | +ILAP:WeekendsFreeCalendar | ||
| 295 | + rdfs:subClassOf [ | ||
| 296 | + rdf:type owl:Restriction ; | ||
| 297 | + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 298 | + owl:onClass [ | ||
| 299 | + rdf:type owl:Class ; | ||
| 300 | + owl:oneOf ( | ||
| 301 | + NCS:StandardFreeWeekendPeriod | ||
| 302 | + ) ; | ||
| 303 | + ] ; | ||
| 304 | + owl:onProperty ILAP:hasCalendarFreePeriod ; | ||
| 305 | + ] ; | ||
| 306 | +. | ||
| 307 | +ILAP:hasActivityCOR | ||
| 308 | + rdfs:range SCCS:CORcode ; | ||
| 309 | +. | ||
| 310 | +ILAP:hasActivityILAPWBS | ||
| 311 | + rdfs:range SCCS:SCCScode ; | ||
| 312 | +. | ||
| 313 | +ILAP:hasPlanAsset | ||
| 314 | + rdfs:range <http://data.posccaesar.org/diskos/Asset> ; | ||
| 315 | +. |
PLANNING_CORE.ttl
0 → 100644
This diff is collapsed. Click to expand it.
StandardData/.svn/all-wcprops
0 → 100644
| 1 | +K 25 | ||
| 2 | +svn:wc:ra_dav:version-url | ||
| 3 | +V 42 | ||
| 4 | +/svn/ilap/!svn/ver/28/OWL_1_5/StandardData | ||
| 5 | +END | ||
| 6 | +NPD.ttl | ||
| 7 | +K 25 | ||
| 8 | +svn:wc:ra_dav:version-url | ||
| 9 | +V 50 | ||
| 10 | +/svn/ilap/!svn/ver/25/OWL_1_5/StandardData/NPD.ttl | ||
| 11 | +END | ||
| 12 | +EPCIS.ttl | ||
| 13 | +K 25 | ||
| 14 | +svn:wc:ra_dav:version-url | ||
| 15 | +V 52 | ||
| 16 | +/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/EPCIS.ttl | ||
| 17 | +END | ||
| 18 | +POB.ttl | ||
| 19 | +K 25 | ||
| 20 | +svn:wc:ra_dav:version-url | ||
| 21 | +V 50 | ||
| 22 | +/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/POB.ttl | ||
| 23 | +END | ||
| 24 | +BRREG.ttl | ||
| 25 | +K 25 | ||
| 26 | +svn:wc:ra_dav:version-url | ||
| 27 | +V 52 | ||
| 28 | +/svn/ilap/!svn/ver/30/OWL_1_5/StandardData/BRREG.ttl | ||
| 29 | +END | ||
| 30 | +CCU.ttl | ||
| 31 | +K 25 | ||
| 32 | +svn:wc:ra_dav:version-url | ||
| 33 | +V 50 | ||
| 34 | +/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/CCU.ttl | ||
| 35 | +END | ||
| 36 | +SCCS.ttl | ||
| 37 | +K 25 | ||
| 38 | +svn:wc:ra_dav:version-url | ||
| 39 | +V 51 | ||
| 40 | +/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/SCCS.ttl | ||
| 41 | +END | ||
| 42 | +DISKOS.ttl | ||
| 43 | +K 25 | ||
| 44 | +svn:wc:ra_dav:version-url | ||
| 45 | +V 53 | ||
| 46 | +/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/DISKOS.ttl | ||
| 47 | +END |
StandardData/.svn/entries
0 → 100644
| 1 | +10 | ||
| 2 | + | ||
| 3 | +dir | ||
| 4 | +29 | ||
| 5 | +https://jord-dev.org/svn/ilap/OWL_1_5/StandardData | ||
| 6 | +https://jord-dev.org/svn/ilap | ||
| 7 | + | ||
| 8 | + | ||
| 9 | + | ||
| 10 | +2014-04-11T13:08:30.820903Z | ||
| 11 | +28 | ||
| 12 | +hmottestad | ||
| 13 | + | ||
| 14 | + | ||
| 15 | +svn:special svn:externals svn:needs-lock | ||
| 16 | + | ||
| 17 | + | ||
| 18 | + | ||
| 19 | + | ||
| 20 | + | ||
| 21 | + | ||
| 22 | + | ||
| 23 | + | ||
| 24 | + | ||
| 25 | + | ||
| 26 | + | ||
| 27 | +32c34ce5-302f-44b3-a65a-1ca98c1fea32 | ||
| 28 | + | ||
| 29 | +BRREG.ttl | ||
| 30 | +file | ||
| 31 | +30 | ||
| 32 | + | ||
| 33 | + | ||
| 34 | + | ||
| 35 | +2014-04-12T11:15:19.297000Z | ||
| 36 | +f3e3826734c3cab94eae7f8873f9efb8 | ||
| 37 | +2014-04-13T19:23:46.352844Z | ||
| 38 | +30 | ||
| 39 | +tchr | ||
| 40 | + | ||
| 41 | + | ||
| 42 | + | ||
| 43 | + | ||
| 44 | + | ||
| 45 | + | ||
| 46 | + | ||
| 47 | + | ||
| 48 | + | ||
| 49 | + | ||
| 50 | + | ||
| 51 | + | ||
| 52 | + | ||
| 53 | + | ||
| 54 | + | ||
| 55 | + | ||
| 56 | + | ||
| 57 | + | ||
| 58 | + | ||
| 59 | + | ||
| 60 | + | ||
| 61 | +3206 | ||
| 62 | + | ||
| 63 | +CCU.ttl | ||
| 64 | +file | ||
| 65 | +31 | ||
| 66 | + | ||
| 67 | + | ||
| 68 | + | ||
| 69 | +2014-04-16T16:18:52.727000Z | ||
| 70 | +9d80df55191c3c45451a91f63e03325e | ||
| 71 | +2014-04-21T18:24:03.858028Z | ||
| 72 | +31 | ||
| 73 | +tchr | ||
| 74 | + | ||
| 75 | + | ||
| 76 | + | ||
| 77 | + | ||
| 78 | + | ||
| 79 | + | ||
| 80 | + | ||
| 81 | + | ||
| 82 | + | ||
| 83 | + | ||
| 84 | + | ||
| 85 | + | ||
| 86 | + | ||
| 87 | + | ||
| 88 | + | ||
| 89 | + | ||
| 90 | + | ||
| 91 | + | ||
| 92 | + | ||
| 93 | + | ||
| 94 | + | ||
| 95 | +809 | ||
| 96 | + | ||
| 97 | +DISKOS.ttl | ||
| 98 | +file | ||
| 99 | +31 | ||
| 100 | + | ||
| 101 | + | ||
| 102 | + | ||
| 103 | +2014-04-16T17:46:46.569000Z | ||
| 104 | +893b449eea5a8ecdcb5b695a7ccb8f0f | ||
| 105 | +2014-04-21T18:24:03.858028Z | ||
| 106 | +31 | ||
| 107 | +tchr | ||
| 108 | + | ||
| 109 | + | ||
| 110 | + | ||
| 111 | + | ||
| 112 | + | ||
| 113 | + | ||
| 114 | + | ||
| 115 | + | ||
| 116 | + | ||
| 117 | + | ||
| 118 | + | ||
| 119 | + | ||
| 120 | + | ||
| 121 | + | ||
| 122 | + | ||
| 123 | + | ||
| 124 | + | ||
| 125 | + | ||
| 126 | + | ||
| 127 | + | ||
| 128 | + | ||
| 129 | +1353 | ||
| 130 | + | ||
| 131 | +EPCIS.ttl | ||
| 132 | +file | ||
| 133 | +31 | ||
| 134 | + | ||
| 135 | + | ||
| 136 | + | ||
| 137 | +2014-04-16T15:23:07.814000Z | ||
| 138 | +6de151ff7c77bd0bb2720897ec1112af | ||
| 139 | +2014-04-21T18:24:03.858028Z | ||
| 140 | +31 | ||
| 141 | +tchr | ||
| 142 | + | ||
| 143 | + | ||
| 144 | + | ||
| 145 | + | ||
| 146 | + | ||
| 147 | + | ||
| 148 | + | ||
| 149 | + | ||
| 150 | + | ||
| 151 | + | ||
| 152 | + | ||
| 153 | + | ||
| 154 | + | ||
| 155 | + | ||
| 156 | + | ||
| 157 | + | ||
| 158 | + | ||
| 159 | + | ||
| 160 | + | ||
| 161 | + | ||
| 162 | + | ||
| 163 | +4014 | ||
| 164 | + | ||
| 165 | +NPD.ttl | ||
| 166 | +file | ||
| 167 | + | ||
| 168 | + | ||
| 169 | + | ||
| 170 | + | ||
| 171 | +2014-04-11T13:12:48.341000Z | ||
| 172 | +92e71978e1cc2de3550d5fcb0149b998 | ||
| 173 | +2014-04-11T12:09:45.010434Z | ||
| 174 | +25 | ||
| 175 | +hmottestad | ||
| 176 | + | ||
| 177 | + | ||
| 178 | + | ||
| 179 | + | ||
| 180 | + | ||
| 181 | + | ||
| 182 | + | ||
| 183 | + | ||
| 184 | + | ||
| 185 | + | ||
| 186 | + | ||
| 187 | + | ||
| 188 | + | ||
| 189 | + | ||
| 190 | + | ||
| 191 | + | ||
| 192 | + | ||
| 193 | + | ||
| 194 | + | ||
| 195 | + | ||
| 196 | + | ||
| 197 | +3415 | ||
| 198 | + | ||
| 199 | +POB.ttl | ||
| 200 | +file | ||
| 201 | +31 | ||
| 202 | + | ||
| 203 | + | ||
| 204 | + | ||
| 205 | +2014-04-16T20:25:55.012000Z | ||
| 206 | +74ad3b8c507f74b34bdc90432246d07d | ||
| 207 | +2014-04-21T18:24:03.858028Z | ||
| 208 | +31 | ||
| 209 | +tchr | ||
| 210 | + | ||
| 211 | + | ||
| 212 | + | ||
| 213 | + | ||
| 214 | + | ||
| 215 | + | ||
| 216 | + | ||
| 217 | + | ||
| 218 | + | ||
| 219 | + | ||
| 220 | + | ||
| 221 | + | ||
| 222 | + | ||
| 223 | + | ||
| 224 | + | ||
| 225 | + | ||
| 226 | + | ||
| 227 | + | ||
| 228 | + | ||
| 229 | + | ||
| 230 | + | ||
| 231 | +887 | ||
| 232 | + | ||
| 233 | +SCCS.ttl | ||
| 234 | +file | ||
| 235 | +31 | ||
| 236 | + | ||
| 237 | + | ||
| 238 | + | ||
| 239 | +2014-04-16T18:10:01.594000Z | ||
| 240 | +5c4fc7e8cab9db243add699d802fdd86 | ||
| 241 | +2014-04-21T18:24:03.858028Z | ||
| 242 | +31 | ||
| 243 | +tchr | ||
| 244 | + | ||
| 245 | + | ||
| 246 | + | ||
| 247 | + | ||
| 248 | + | ||
| 249 | + | ||
| 250 | + | ||
| 251 | + | ||
| 252 | + | ||
| 253 | + | ||
| 254 | + | ||
| 255 | + | ||
| 256 | + | ||
| 257 | + | ||
| 258 | + | ||
| 259 | + | ||
| 260 | + | ||
| 261 | + | ||
| 262 | + | ||
| 263 | + | ||
| 264 | + | ||
| 265 | +4287 | ||
| 266 | + |
| 1 | +# baseURI: http://data.posccaesar.org/brreg/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/brreg/> . | ||
| 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 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:BakerHughes | ||
| 14 | + rdf:type :Contractor ; | ||
| 15 | + rdfs:label "Baker hughes"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +:ConocoPhillips | ||
| 18 | + rdf:type :OilCompany ; | ||
| 19 | + rdfs:label "Conoco phillips"^^xsd:string ; | ||
| 20 | +. | ||
| 21 | +:Contractor | ||
| 22 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | ||
| 23 | + rdf:type owl:Class ; | ||
| 24 | + rdfs:label "Contractor"^^xsd:string ; | ||
| 25 | + rdfs:subClassOf :LegalEntity ; | ||
| 26 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> ; | ||
| 27 | +. | ||
| 28 | +:EniNorge | ||
| 29 | + rdf:type :OilCompany ; | ||
| 30 | + rdfs:label "Eni norge"^^xsd:string ; | ||
| 31 | +. | ||
| 32 | +:LegalEntity | ||
| 33 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | ||
| 34 | + rdf:type owl:Class ; | ||
| 35 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Source> ; | ||
| 36 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ; | ||
| 37 | + rdfs:subClassOf owl:Thing ; | ||
| 38 | + rdfs:subClassOf [ | ||
| 39 | + rdf:type owl:Restriction ; | ||
| 40 | + owl:onClass :Location ; | ||
| 41 | + owl:onProperty :hasLegalEntityLocation ; | ||
| 42 | + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 43 | + ] ; | ||
| 44 | +. | ||
| 45 | +:Location | ||
| 46 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | ||
| 47 | + rdf:type owl:Class ; | ||
| 48 | + rdfs:label "Location"^^xsd:string ; | ||
| 49 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Location> ; | ||
| 50 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ; | ||
| 51 | + rdfs:subClassOf owl:Thing ; | ||
| 52 | +. | ||
| 53 | +:Lundin | ||
| 54 | + rdf:type :OilCompany ; | ||
| 55 | + rdfs:label "Lundin"^^xsd:string ; | ||
| 56 | +. | ||
| 57 | +:NEA | ||
| 58 | + rdf:type :Regulator ; | ||
| 59 | + rdfs:label "NEA"^^xsd:string ; | ||
| 60 | +. | ||
| 61 | +:NPD | ||
| 62 | + rdf:type :Regulator ; | ||
| 63 | + rdfs:label "NPD"^^xsd:string ; | ||
| 64 | +. | ||
| 65 | +:NTA | ||
| 66 | + rdf:type :Regulator ; | ||
| 67 | + rdfs:label "NTA"^^xsd:string ; | ||
| 68 | +. | ||
| 69 | +:OilCompany | ||
| 70 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | ||
| 71 | + rdf:type owl:Class ; | ||
| 72 | + rdfs:label "Oil Company"^^xsd:string ; | ||
| 73 | + rdfs:subClassOf :LegalEntity ; | ||
| 74 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> ; | ||
| 75 | +. | ||
| 76 | +:Regulator | ||
| 77 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | ||
| 78 | + rdf:type owl:Class ; | ||
| 79 | + rdfs:label "Regulator"^^xsd:string ; | ||
| 80 | + rdfs:subClassOf :LegalEntity ; | ||
| 81 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> ; | ||
| 82 | +. | ||
| 83 | +:Schlumberger | ||
| 84 | + rdf:type :Contractor ; | ||
| 85 | + rdfs:label "Schlumberger"^^xsd:string ; | ||
| 86 | +. | ||
| 87 | +:Sevan | ||
| 88 | + rdf:type :Contractor ; | ||
| 89 | + rdfs:label "Sevan"^^xsd:string ; | ||
| 90 | +. | ||
| 91 | +:Statoil | ||
| 92 | + rdf:type :OilCompany ; | ||
| 93 | + rdfs:label "Statoil"^^xsd:string ; | ||
| 94 | +. | ||
| 95 | +:Subsea7 | ||
| 96 | + rdf:type :Contractor ; | ||
| 97 | + rdfs:label "Subsea7"^^xsd:string ; | ||
| 98 | +. | ||
| 99 | +:SumitomoMetal | ||
| 100 | + rdf:type :Contractor ; | ||
| 101 | + rdfs:label "Sumitomo metal"^^xsd:string ; | ||
| 102 | +. | ||
| 103 | +:Tananger | ||
| 104 | + rdf:type :Location ; | ||
| 105 | + rdfs:label "Tananger"^^xsd:string ; | ||
| 106 | +. | ||
| 107 | +:Technip | ||
| 108 | + rdf:type :Contractor ; | ||
| 109 | + rdfs:label "Technip"^^xsd:string ; | ||
| 110 | +. | ||
| 111 | +:hasLegalEntityLocation | ||
| 112 | + rdf:type owl:ObjectProperty ; | ||
| 113 | + rdfs:domain :LegalEntity ; | ||
| 114 | + rdfs:label "has legal entity location"^^xsd:string ; | ||
| 115 | + rdfs:range :Location ; | ||
| 116 | +. |
StandardData/.svn/text-base/CCU.ttl.svn-base
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/ccu/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/ccu/> . | ||
| 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 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:CCU | ||
| 14 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | ||
| 15 | + rdf:type owl:Class ; | ||
| 16 | + rdfs:label "CCU"^^xsd:string ; | ||
| 17 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS221644028150> ; | ||
| 18 | + rdfs:subClassOf owl:Thing ; | ||
| 19 | +. | ||
| 20 | +:CCU123 | ||
| 21 | + rdf:type :CCU ; | ||
| 22 | + rdfs:label "CCU 123"^^xsd:string ; | ||
| 23 | +. | ||
| 24 | +:CCU456 | ||
| 25 | + rdf:type :CCU ; | ||
| 26 | + rdfs:label "CCU 456"^^xsd:string ; | ||
| 27 | +. |
| 1 | +# baseURI: http://data.posccaesar.org/diskos/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/diskos/> . | ||
| 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 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:Asset | ||
| 14 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | ||
| 15 | + rdf:type owl:Class ; | ||
| 16 | + rdfs:label "Asset"^^xsd:string ; | ||
| 17 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8645837> ; | ||
| 18 | + rdfs:subClassOf owl:Thing ; | ||
| 19 | + rdfs:subClassOf [ | ||
| 20 | + rdf:type owl:Restriction ; | ||
| 21 | + owl:onDataRange xsd:float ; | ||
| 22 | + owl:onProperty :hasAssetValue ; | ||
| 23 | + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 24 | + ] ; | ||
| 25 | +. | ||
| 26 | +:EkofiskField | ||
| 27 | + rdf:type :Asset ; | ||
| 28 | + :hasAssetValue "30"^^xsd:float ; | ||
| 29 | + rdfs:label "Ekofisk field"^^xsd:string ; | ||
| 30 | +. | ||
| 31 | +:GoliatField | ||
| 32 | + rdf:type :Asset ; | ||
| 33 | + :hasAssetValue "50"^^xsd:float ; | ||
| 34 | + rdfs:label "Goliat field"^^xsd:string ; | ||
| 35 | +. | ||
| 36 | +:StatfjordField | ||
| 37 | + rdf:type :Asset ; | ||
| 38 | + :hasAssetValue "40"^^xsd:float ; | ||
| 39 | + rdfs:label "Statfjord field"^^xsd:string ; | ||
| 40 | +. | ||
| 41 | +:hasAssetValue | ||
| 42 | + rdf:type owl:DatatypeProperty ; | ||
| 43 | + rdfs:domain :Asset ; | ||
| 44 | + rdfs:label "has asset value"^^xsd:string ; | ||
| 45 | + rdfs:range xsd:float ; | ||
| 46 | +. |
| 1 | +# baseURI: http://data.posccaesar.org/epcis/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/epcis/> . | ||
| 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 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:ArrivingEvent | ||
| 14 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 15 | + rdf:type owl:Class ; | ||
| 16 | + rdfs:label "Arriving event"^^xsd:string ; | ||
| 17 | + rdfs:subClassOf :CBVevent ; | ||
| 18 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9695582> ; | ||
| 19 | +. | ||
| 20 | +:ArrivingEvent_1 | ||
| 21 | + rdf:type :ArrivingEvent ; | ||
| 22 | + rdfs:label "Arriving event 1"^^xsd:string ; | ||
| 23 | +. | ||
| 24 | +:CBVevent | ||
| 25 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 26 | + rdf:type owl:Class ; | ||
| 27 | + rdfs:label "CBV event"^^xsd:string ; | ||
| 28 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> ; | ||
| 29 | + rdfs:subClassOf owl:Thing ; | ||
| 30 | +. | ||
| 31 | +:DepartingEvent | ||
| 32 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 33 | + rdf:type owl:Class ; | ||
| 34 | + rdfs:label "Departing event"^^xsd:string ; | ||
| 35 | + rdfs:subClassOf :CBVevent ; | ||
| 36 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9677672> ; | ||
| 37 | +. | ||
| 38 | +:DepartingEvent_1 | ||
| 39 | + rdf:type :DepartingEvent ; | ||
| 40 | + rdfs:label "Departing event 1"^^xsd:string ; | ||
| 41 | +. | ||
| 42 | +:HoldingEvent | ||
| 43 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 44 | + rdf:type owl:Class ; | ||
| 45 | + rdfs:label "Holding event"^^xsd:string ; | ||
| 46 | + rdfs:subClassOf :CBVevent ; | ||
| 47 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9666467> ; | ||
| 48 | +. | ||
| 49 | +:HoldingEvent_1 | ||
| 50 | + rdf:type :HoldingEvent ; | ||
| 51 | + rdfs:label "Holding event 1"^^xsd:string ; | ||
| 52 | +. | ||
| 53 | +:InspectingEvent | ||
| 54 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 55 | + rdf:type owl:Class ; | ||
| 56 | + rdfs:label "Inspecting event"^^xsd:string ; | ||
| 57 | + rdfs:subClassOf :CBVevent ; | ||
| 58 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9664082> ; | ||
| 59 | +. | ||
| 60 | +:InspectingEvent_1 | ||
| 61 | + rdf:type :InspectingEvent ; | ||
| 62 | + rdfs:label "Inspecting event 1"^^xsd:string ; | ||
| 63 | +. | ||
| 64 | +:InspectingResultEvent | ||
| 65 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 66 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 67 | + rdf:type owl:Class ; | ||
| 68 | + rdfs:label "Inspecting result event"^^xsd:string ; | ||
| 69 | + rdfs:subClassOf :CBVevent ; | ||
| 70 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS332324> ; | ||
| 71 | +. | ||
| 72 | +:InspectingResultEvent_1 | ||
| 73 | + rdf:type :InspectingResultEvent ; | ||
| 74 | + rdfs:label "Inspecting result event 1"^^xsd:string ; | ||
| 75 | +. | ||
| 76 | +:InternalMovingEvent | ||
| 77 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 78 | + rdf:type owl:Class ; | ||
| 79 | + rdfs:label "Internal moving event"^^xsd:string ; | ||
| 80 | + rdfs:subClassOf :CBVevent ; | ||
| 81 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9660707> ; | ||
| 82 | +. | ||
| 83 | +:InternalMovingEvent_1 | ||
| 84 | + rdf:type :InternalMovingEvent ; | ||
| 85 | + rdfs:label "Internal moving event 1"^^xsd:string ; | ||
| 86 | +. | ||
| 87 | +:LoadingEvent | ||
| 88 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 89 | + rdf:type owl:Class ; | ||
| 90 | + rdfs:label "Loading event"^^xsd:string ; | ||
| 91 | + rdfs:subClassOf :CBVevent ; | ||
| 92 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9647792> ; | ||
| 93 | +. | ||
| 94 | +:LoadingEvent_1 | ||
| 95 | + rdf:type :LoadingEvent ; | ||
| 96 | + rdfs:label "Loading event 1"^^xsd:string ; | ||
| 97 | +. | ||
| 98 | +:PackingEvent | ||
| 99 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 100 | + rdf:type owl:Class ; | ||
| 101 | + rdfs:label "Packing event"^^xsd:string ; | ||
| 102 | + rdfs:subClassOf :CBVevent ; | ||
| 103 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS397677521> ; | ||
| 104 | +. | ||
| 105 | +:PackingEvent_1 | ||
| 106 | + rdf:type :PackingEvent ; | ||
| 107 | + rdfs:label "Packing event 1"^^xsd:string ; | ||
| 108 | +. | ||
| 109 | +:UnloadingEvent | ||
| 110 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 111 | + rdf:type owl:Class ; | ||
| 112 | + rdfs:label "Unloading event"^^xsd:string ; | ||
| 113 | + rdfs:subClassOf :CBVevent ; | ||
| 114 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9651752> ; | ||
| 115 | +. | ||
| 116 | +:UnloadingEvent_1 | ||
| 117 | + rdf:type :UnloadingEvent ; | ||
| 118 | + rdfs:label "Unloading event 1"^^xsd:string ; | ||
| 119 | +. |
StandardData/.svn/text-base/NPD.ttl.svn-base
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/npd/ | ||
| 2 | + | ||
| 3 | +@prefix : <http://data.posccaesar.org/npd/> . | ||
| 4 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 5 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 6 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 7 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 8 | + | ||
| 9 | +: rdf:type owl:Ontology ; | ||
| 10 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 11 | + | ||
| 12 | +:BAA rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 13 | + rdfs:label "Business area agreement"^^xsd:string ; | ||
| 14 | + rdfs:subClassOf :NPDelement . | ||
| 15 | + | ||
| 16 | +:BAA_1 | ||
| 17 | + rdf:type :BAA ; | ||
| 18 | + rdfs:label "Business Area Arrangement 1"^^xsd:string . | ||
| 19 | + | ||
| 20 | +:Ekofisk | ||
| 21 | + rdf:type :Field ; | ||
| 22 | + rdfs:label "Ekofisk"^^xsd:string . | ||
| 23 | + | ||
| 24 | +:EldfiskC | ||
| 25 | + rdf:type :SubsurfaceFacility ; | ||
| 26 | + rdfs:label "Eldfisk C"^^xsd:string . | ||
| 27 | + | ||
| 28 | +:Facility | ||
| 29 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | ||
| 30 | + rdfs:label "Facility"^^xsd:string ; | ||
| 31 | + rdfs:subClassOf :NPDelement . | ||
| 32 | + | ||
| 33 | +:Field | ||
| 34 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | ||
| 35 | + rdfs:label "Field"^^xsd:string ; | ||
| 36 | + rdfs:subClassOf :NPDelement . | ||
| 37 | + | ||
| 38 | +:Goliat | ||
| 39 | + rdf:type :Field ; | ||
| 40 | + rdfs:label "Goliat"^^xsd:string . | ||
| 41 | + | ||
| 42 | +:GoliatFPSO | ||
| 43 | + rdf:type :Facility ; | ||
| 44 | + rdfs:label "Goliat FPSO"^^xsd:string . | ||
| 45 | + | ||
| 46 | +:JohanSverdrup | ||
| 47 | + rdf:type :Field ; | ||
| 48 | + rdfs:label "Johan sverdrup"^^xsd:string . | ||
| 49 | + | ||
| 50 | +:License_1 | ||
| 51 | + rdf:type :ProductionLicense ; | ||
| 52 | + rdfs:label "License 1"^^xsd:string . | ||
| 53 | + | ||
| 54 | +:NPDelement | ||
| 55 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | ||
| 56 | + rdfs:label "Petroleum register element"^^xsd:string ; | ||
| 57 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1750688011> . | ||
| 58 | + | ||
| 59 | +:PipelineFacility | ||
| 60 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | ||
| 61 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | ||
| 62 | + | ||
| 63 | +:ProductionLicense | ||
| 64 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 65 | + rdfs:label "License"^^xsd:string ; | ||
| 66 | + rdfs:subClassOf :NPDelement . | ||
| 67 | + | ||
| 68 | +:StafjordA | ||
| 69 | + rdf:type :SurfaceFacility ; | ||
| 70 | + rdfs:label "Statfjord A"^^xsd:string . | ||
| 71 | + | ||
| 72 | +:StatPipe | ||
| 73 | + rdf:type :PipelineFacility . | ||
| 74 | + | ||
| 75 | +:Statfjord | ||
| 76 | + rdf:type :Field ; | ||
| 77 | + rdfs:label "Statfjord"^^xsd:string . | ||
| 78 | + | ||
| 79 | +:StatfjordB | ||
| 80 | + rdf:type :SurfaceFacility ; | ||
| 81 | + rdfs:label "Statfjord B"^^xsd:string . | ||
| 82 | + | ||
| 83 | +:StatfjordSatelliteA | ||
| 84 | + rdf:type :SubsurfaceFacility . | ||
| 85 | + | ||
| 86 | +:SubsurfaceFacility | ||
| 87 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | ||
| 88 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | ||
| 89 | + | ||
| 90 | +:SurfaceFacility | ||
| 91 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | ||
| 92 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | ||
| 93 | + | ||
| 94 | +:WellBore | ||
| 95 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> , owl:Class ; | ||
| 96 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1714464911> , :NPDelement . | ||
| 97 | + | ||
| 98 | +:WellBore_1 | ||
| 99 | + rdf:type :WellBore . |
StandardData/.svn/text-base/POB.ttl.svn-base
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/pob/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/pob/> . | ||
| 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 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:NiloErdal | ||
| 14 | + rdf:type :Person ; | ||
| 15 | + rdfs:label "Nilo Erdal"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +:Person | ||
| 18 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | ||
| 19 | + rdf:type owl:Class ; | ||
| 20 | + rdfs:label "Person"^^xsd:string ; | ||
| 21 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/ResponsiblePerson> ; | ||
| 22 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943628961> ; | ||
| 23 | + rdfs:subClassOf owl:Thing ; | ||
| 24 | +. | ||
| 25 | +:RolfHansen | ||
| 26 | + rdf:type :Person ; | ||
| 27 | + rdfs:label "Rolf Hansen"^^xsd:string ; | ||
| 28 | +. |
| 1 | +# baseURI: http://data.posccaesar.org/sccs/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/sccs/> . | ||
| 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 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:COR_A_General_Costs | ||
| 14 | + rdf:type :SCCScode ; | ||
| 15 | + rdfs:label "COR A"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +:COR_B_Bulk_Materials | ||
| 18 | + rdf:type :CORcode ; | ||
| 19 | + rdfs:label "COR B"^^xsd:string ; | ||
| 20 | +. | ||
| 21 | +:COR_C_Construction_Overheads | ||
| 22 | + rdf:type :CORcode ; | ||
| 23 | + rdfs:label "COR C"^^xsd:string ; | ||
| 24 | +. | ||
| 25 | +:COR_E_Equipment | ||
| 26 | + rdf:type :CORcode ; | ||
| 27 | + rdfs:label "COR E"^^xsd:string ; | ||
| 28 | +. | ||
| 29 | +:COR_H_Owners_Personnel | ||
| 30 | + rdf:type :CORcode ; | ||
| 31 | + rdfs:label "COR H"^^xsd:string ; | ||
| 32 | +. | ||
| 33 | +:COR_K_Engineering_Manpower | ||
| 34 | + rdf:type :CORcode ; | ||
| 35 | + rdfs:label "COR K"^^xsd:string ; | ||
| 36 | +. | ||
| 37 | +:COR_L_Direct_Labor | ||
| 38 | + rdf:type :CORcode ; | ||
| 39 | + rdfs:label "COR L"^^xsd:string ; | ||
| 40 | +. | ||
| 41 | +:COR_M_Indirect_Labor | ||
| 42 | + rdf:type :CORcode ; | ||
| 43 | + rdfs:label "COR M"^^xsd:string ; | ||
| 44 | +. | ||
| 45 | +:COR_Q_Owners_Personnel_Overheads | ||
| 46 | + rdf:type :CORcode ; | ||
| 47 | + rdfs:label "COR Q"^^xsd:string ; | ||
| 48 | +. | ||
| 49 | +:COR_R_Engineering_Overheads | ||
| 50 | + rdf:type :CORcode ; | ||
| 51 | + rdfs:label "COR R"^^xsd:string ; | ||
| 52 | +. | ||
| 53 | +:COR_S_Unit_Work | ||
| 54 | + rdf:type :CORcode ; | ||
| 55 | + rdfs:label "COR S"^^xsd:string ; | ||
| 56 | +. | ||
| 57 | +:COR_X_Marine_Operations_and_Logistics | ||
| 58 | + rdf:type :CORcode ; | ||
| 59 | + rdfs:label "COR X"^^xsd:string ; | ||
| 60 | +. | ||
| 61 | +:COR_Y_Landbased_Plant_and_Equipment | ||
| 62 | + rdf:type :CORcode ; | ||
| 63 | + rdfs:label "COR Y"^^xsd:string ; | ||
| 64 | +. | ||
| 65 | +:CORcode | ||
| 66 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 67 | + rdf:type owl:Class ; | ||
| 68 | + rdfs:label "COR code"^^xsd:string ; | ||
| 69 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Discipline> ; | ||
| 70 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Resource> ; | ||
| 71 | + rdfs:subClassOf :SCCScode ; | ||
| 72 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ; | ||
| 73 | +. | ||
| 74 | +:PBS_AAAA_Derrick | ||
| 75 | + rdf:type :PBScode ; | ||
| 76 | + rdfs:label "Derrick"^^xsd:string ; | ||
| 77 | +. | ||
| 78 | +:PBS_AAA_Drilling_Area | ||
| 79 | + rdf:type :PBScode ; | ||
| 80 | + rdfs:label "Drilling Area"^^xsd:string ; | ||
| 81 | +. | ||
| 82 | +:PBS_AA_Topsides | ||
| 83 | + rdf:type :PBScode ; | ||
| 84 | + rdfs:label "Topsides"^^xsd:string ; | ||
| 85 | +. | ||
| 86 | +:PBS_AB_Substructures | ||
| 87 | + rdf:type :PBScode ; | ||
| 88 | + rdfs:label "Substructures"^^xsd:string ; | ||
| 89 | +. | ||
| 90 | +:PBS_AC_Wells | ||
| 91 | + rdf:type :PBScode ; | ||
| 92 | + rdfs:label "Wells"^^xsd:string ; | ||
| 93 | +. | ||
| 94 | +:PBS_AD_Subsea_Production_Systems | ||
| 95 | + rdf:type :PBScode ; | ||
| 96 | + rdfs:label "Subsea Production Systems"^^xsd:string ; | ||
| 97 | +. | ||
| 98 | +:PBS_AE_Transport_Systems | ||
| 99 | + rdf:type :PBScode ; | ||
| 100 | + rdfs:label "Transport Systems"^^xsd:string ; | ||
| 101 | +. | ||
| 102 | +:PBS_AW_Windmills | ||
| 103 | + rdf:type :PBScode ; | ||
| 104 | + rdfs:label "Windmills"^^xsd:string ; | ||
| 105 | +. | ||
| 106 | +:PBS_A_Offshore_Field_Installlations | ||
| 107 | + rdf:type :PBScode ; | ||
| 108 | + rdfs:label "Offshore Field Installlations"^^xsd:string ; | ||
| 109 | +. | ||
| 110 | +:PBS_B_LandbasedInstallations | ||
| 111 | + rdf:type :PBScode ; | ||
| 112 | + rdfs:label "Landbased Installations"^^xsd:string ; | ||
| 113 | +. | ||
| 114 | +:PBScode | ||
| 115 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 116 | + rdf:type owl:Class ; | ||
| 117 | + rdfs:label "PBS code"^^xsd:string ; | ||
| 118 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/PlanContentType> ; | ||
| 119 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Result> ; | ||
| 120 | + rdfs:subClassOf :SCCScode ; | ||
| 121 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2065619071> ; | ||
| 122 | +. | ||
| 123 | +:SAB_1_Management | ||
| 124 | + rdf:type :SABcode ; | ||
| 125 | + :hasCodeName "Management"^^xsd:string ; | ||
| 126 | + rdfs:label "SAB 1"^^xsd:string ; | ||
| 127 | +. | ||
| 128 | +:SAB_2_Engineering_and_Procurement | ||
| 129 | + rdf:type :SABcode ; | ||
| 130 | + rdfs:label "SAB 2"^^xsd:string ; | ||
| 131 | +. | ||
| 132 | +:SAB_3_Material_deliveries | ||
| 133 | + rdf:type :SABcode ; | ||
| 134 | + rdfs:label "SAB 3"^^xsd:string ; | ||
| 135 | +. | ||
| 136 | +:SAB_4_Construction | ||
| 137 | + rdf:type :SABcode ; | ||
| 138 | + rdfs:label "SAB 4"^^xsd:string ; | ||
| 139 | +. | ||
| 140 | +:SAB_5_Operations | ||
| 141 | + rdf:type :SABcode ; | ||
| 142 | + rdfs:label "SAB 5"^^xsd:string ; | ||
| 143 | +. | ||
| 144 | +:SABcode | ||
| 145 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 146 | + rdf:type owl:Class ; | ||
| 147 | + rdfs:label "SAB code"^^xsd:string ; | ||
| 148 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Phase> ; | ||
| 149 | + rdfs:subClassOf :SCCScode ; | ||
| 150 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ; | ||
| 151 | +. | ||
| 152 | +:SCCScode | ||
| 153 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 154 | + rdf:type owl:Class ; | ||
| 155 | + rdfs:label "SCCS code"^^xsd:string ; | ||
| 156 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ; | ||
| 157 | + rdfs:subClassOf owl:Thing ; | ||
| 158 | +. |
StandardData/BRREG.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/brreg/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/brreg/> . | ||
| 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 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:BakerHughes | ||
| 14 | + rdf:type :Contractor ; | ||
| 15 | + rdfs:label "Baker hughes"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +:ConocoPhillips | ||
| 18 | + rdf:type :OilCompany ; | ||
| 19 | + rdfs:label "Conoco phillips"^^xsd:string ; | ||
| 20 | +. | ||
| 21 | +:Contractor | ||
| 22 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | ||
| 23 | + rdf:type owl:Class ; | ||
| 24 | + rdfs:label "Contractor"^^xsd:string ; | ||
| 25 | + rdfs:subClassOf :LegalEntity ; | ||
| 26 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> ; | ||
| 27 | +. | ||
| 28 | +:EniNorge | ||
| 29 | + rdf:type :OilCompany ; | ||
| 30 | + rdfs:label "Eni norge"^^xsd:string ; | ||
| 31 | +. | ||
| 32 | +:LegalEntity | ||
| 33 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | ||
| 34 | + rdf:type owl:Class ; | ||
| 35 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Source> ; | ||
| 36 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ; | ||
| 37 | + rdfs:subClassOf owl:Thing ; | ||
| 38 | + rdfs:subClassOf [ | ||
| 39 | + rdf:type owl:Restriction ; | ||
| 40 | + owl:onClass :Location ; | ||
| 41 | + owl:onProperty :hasLegalEntityLocation ; | ||
| 42 | + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 43 | + ] ; | ||
| 44 | +. | ||
| 45 | +:Location | ||
| 46 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | ||
| 47 | + rdf:type owl:Class ; | ||
| 48 | + rdfs:label "Location"^^xsd:string ; | ||
| 49 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Location> ; | ||
| 50 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ; | ||
| 51 | + rdfs:subClassOf owl:Thing ; | ||
| 52 | +. | ||
| 53 | +:Lundin | ||
| 54 | + rdf:type :OilCompany ; | ||
| 55 | + rdfs:label "Lundin"^^xsd:string ; | ||
| 56 | +. | ||
| 57 | +:NEA | ||
| 58 | + rdf:type :Regulator ; | ||
| 59 | + rdfs:label "NEA"^^xsd:string ; | ||
| 60 | +. | ||
| 61 | +:NPD | ||
| 62 | + rdf:type :Regulator ; | ||
| 63 | + rdfs:label "NPD"^^xsd:string ; | ||
| 64 | +. | ||
| 65 | +:NTA | ||
| 66 | + rdf:type :Regulator ; | ||
| 67 | + rdfs:label "NTA"^^xsd:string ; | ||
| 68 | +. | ||
| 69 | +:OilCompany | ||
| 70 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | ||
| 71 | + rdf:type owl:Class ; | ||
| 72 | + rdfs:label "Oil Company"^^xsd:string ; | ||
| 73 | + rdfs:subClassOf :LegalEntity ; | ||
| 74 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> ; | ||
| 75 | +. | ||
| 76 | +:Regulator | ||
| 77 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | ||
| 78 | + rdf:type owl:Class ; | ||
| 79 | + rdfs:label "Regulator"^^xsd:string ; | ||
| 80 | + rdfs:subClassOf :LegalEntity ; | ||
| 81 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> ; | ||
| 82 | +. | ||
| 83 | +:Schlumberger | ||
| 84 | + rdf:type :Contractor ; | ||
| 85 | + rdfs:label "Schlumberger"^^xsd:string ; | ||
| 86 | +. | ||
| 87 | +:Sevan | ||
| 88 | + rdf:type :Contractor ; | ||
| 89 | + rdfs:label "Sevan"^^xsd:string ; | ||
| 90 | +. | ||
| 91 | +:Statoil | ||
| 92 | + rdf:type :OilCompany ; | ||
| 93 | + rdfs:label "Statoil"^^xsd:string ; | ||
| 94 | +. | ||
| 95 | +:Subsea7 | ||
| 96 | + rdf:type :Contractor ; | ||
| 97 | + rdfs:label "Subsea7"^^xsd:string ; | ||
| 98 | +. | ||
| 99 | +:SumitomoMetal | ||
| 100 | + rdf:type :Contractor ; | ||
| 101 | + rdfs:label "Sumitomo metal"^^xsd:string ; | ||
| 102 | +. | ||
| 103 | +:Tananger | ||
| 104 | + rdf:type :Location ; | ||
| 105 | + rdfs:label "Tananger"^^xsd:string ; | ||
| 106 | +. | ||
| 107 | +:Technip | ||
| 108 | + rdf:type :Contractor ; | ||
| 109 | + rdfs:label "Technip"^^xsd:string ; | ||
| 110 | +. | ||
| 111 | +:hasLegalEntityLocation | ||
| 112 | + rdf:type owl:ObjectProperty ; | ||
| 113 | + rdfs:domain :LegalEntity ; | ||
| 114 | + rdfs:label "has legal entity location"^^xsd:string ; | ||
| 115 | + rdfs:range :Location ; | ||
| 116 | +. |
StandardData/CCU.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/ccu/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/ccu/> . | ||
| 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 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:CCU | ||
| 14 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | ||
| 15 | + rdf:type owl:Class ; | ||
| 16 | + rdfs:label "CCU"^^xsd:string ; | ||
| 17 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS221644028150> ; | ||
| 18 | + rdfs:subClassOf owl:Thing ; | ||
| 19 | +. | ||
| 20 | +:CCU123 | ||
| 21 | + rdf:type :CCU ; | ||
| 22 | + rdfs:label "CCU 123"^^xsd:string ; | ||
| 23 | +. | ||
| 24 | +:CCU456 | ||
| 25 | + rdf:type :CCU ; | ||
| 26 | + rdfs:label "CCU 456"^^xsd:string ; | ||
| 27 | +. |
StandardData/DISKOS.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/diskos/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/diskos/> . | ||
| 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 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:Asset | ||
| 14 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | ||
| 15 | + rdf:type owl:Class ; | ||
| 16 | + rdfs:label "Asset"^^xsd:string ; | ||
| 17 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8645837> ; | ||
| 18 | + rdfs:subClassOf owl:Thing ; | ||
| 19 | + rdfs:subClassOf [ | ||
| 20 | + rdf:type owl:Restriction ; | ||
| 21 | + owl:onDataRange xsd:float ; | ||
| 22 | + owl:onProperty :hasAssetValue ; | ||
| 23 | + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 24 | + ] ; | ||
| 25 | +. | ||
| 26 | +:EkofiskField | ||
| 27 | + rdf:type :Asset ; | ||
| 28 | + :hasAssetValue "30"^^xsd:float ; | ||
| 29 | + rdfs:label "Ekofisk field"^^xsd:string ; | ||
| 30 | +. | ||
| 31 | +:GoliatField | ||
| 32 | + rdf:type :Asset ; | ||
| 33 | + :hasAssetValue "50"^^xsd:float ; | ||
| 34 | + rdfs:label "Goliat field"^^xsd:string ; | ||
| 35 | +. | ||
| 36 | +:StatfjordField | ||
| 37 | + rdf:type :Asset ; | ||
| 38 | + :hasAssetValue "40"^^xsd:float ; | ||
| 39 | + rdfs:label "Statfjord field"^^xsd:string ; | ||
| 40 | +. | ||
| 41 | +:hasAssetValue | ||
| 42 | + rdf:type owl:DatatypeProperty ; | ||
| 43 | + rdfs:domain :Asset ; | ||
| 44 | + rdfs:label "has asset value"^^xsd:string ; | ||
| 45 | + rdfs:range xsd:float ; | ||
| 46 | +. |
StandardData/EPCIS.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/epcis/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/epcis/> . | ||
| 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 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:ArrivingEvent | ||
| 14 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 15 | + rdf:type owl:Class ; | ||
| 16 | + rdfs:label "Arriving event"^^xsd:string ; | ||
| 17 | + rdfs:subClassOf :CBVevent ; | ||
| 18 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9695582> ; | ||
| 19 | +. | ||
| 20 | +:ArrivingEvent_1 | ||
| 21 | + rdf:type :ArrivingEvent ; | ||
| 22 | + rdfs:label "Arriving event 1"^^xsd:string ; | ||
| 23 | +. | ||
| 24 | +:CBVevent | ||
| 25 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 26 | + rdf:type owl:Class ; | ||
| 27 | + rdfs:label "CBV event"^^xsd:string ; | ||
| 28 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> ; | ||
| 29 | + rdfs:subClassOf owl:Thing ; | ||
| 30 | +. | ||
| 31 | +:DepartingEvent | ||
| 32 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 33 | + rdf:type owl:Class ; | ||
| 34 | + rdfs:label "Departing event"^^xsd:string ; | ||
| 35 | + rdfs:subClassOf :CBVevent ; | ||
| 36 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9677672> ; | ||
| 37 | +. | ||
| 38 | +:DepartingEvent_1 | ||
| 39 | + rdf:type :DepartingEvent ; | ||
| 40 | + rdfs:label "Departing event 1"^^xsd:string ; | ||
| 41 | +. | ||
| 42 | +:HoldingEvent | ||
| 43 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 44 | + rdf:type owl:Class ; | ||
| 45 | + rdfs:label "Holding event"^^xsd:string ; | ||
| 46 | + rdfs:subClassOf :CBVevent ; | ||
| 47 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9666467> ; | ||
| 48 | +. | ||
| 49 | +:HoldingEvent_1 | ||
| 50 | + rdf:type :HoldingEvent ; | ||
| 51 | + rdfs:label "Holding event 1"^^xsd:string ; | ||
| 52 | +. | ||
| 53 | +:InspectingEvent | ||
| 54 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 55 | + rdf:type owl:Class ; | ||
| 56 | + rdfs:label "Inspecting event"^^xsd:string ; | ||
| 57 | + rdfs:subClassOf :CBVevent ; | ||
| 58 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9664082> ; | ||
| 59 | +. | ||
| 60 | +:InspectingEvent_1 | ||
| 61 | + rdf:type :InspectingEvent ; | ||
| 62 | + rdfs:label "Inspecting event 1"^^xsd:string ; | ||
| 63 | +. | ||
| 64 | +:InspectingResultEvent | ||
| 65 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 66 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 67 | + rdf:type owl:Class ; | ||
| 68 | + rdfs:label "Inspecting result event"^^xsd:string ; | ||
| 69 | + rdfs:subClassOf :CBVevent ; | ||
| 70 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS332324> ; | ||
| 71 | +. | ||
| 72 | +:InspectingResultEvent_1 | ||
| 73 | + rdf:type :InspectingResultEvent ; | ||
| 74 | + rdfs:label "Inspecting result event 1"^^xsd:string ; | ||
| 75 | +. | ||
| 76 | +:InternalMovingEvent | ||
| 77 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 78 | + rdf:type owl:Class ; | ||
| 79 | + rdfs:label "Internal moving event"^^xsd:string ; | ||
| 80 | + rdfs:subClassOf :CBVevent ; | ||
| 81 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9660707> ; | ||
| 82 | +. | ||
| 83 | +:InternalMovingEvent_1 | ||
| 84 | + rdf:type :InternalMovingEvent ; | ||
| 85 | + rdfs:label "Internal moving event 1"^^xsd:string ; | ||
| 86 | +. | ||
| 87 | +:LoadingEvent | ||
| 88 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 89 | + rdf:type owl:Class ; | ||
| 90 | + rdfs:label "Loading event"^^xsd:string ; | ||
| 91 | + rdfs:subClassOf :CBVevent ; | ||
| 92 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9647792> ; | ||
| 93 | +. | ||
| 94 | +:LoadingEvent_1 | ||
| 95 | + rdf:type :LoadingEvent ; | ||
| 96 | + rdfs:label "Loading event 1"^^xsd:string ; | ||
| 97 | +. | ||
| 98 | +:PackingEvent | ||
| 99 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 100 | + rdf:type owl:Class ; | ||
| 101 | + rdfs:label "Packing event"^^xsd:string ; | ||
| 102 | + rdfs:subClassOf :CBVevent ; | ||
| 103 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS397677521> ; | ||
| 104 | +. | ||
| 105 | +:PackingEvent_1 | ||
| 106 | + rdf:type :PackingEvent ; | ||
| 107 | + rdfs:label "Packing event 1"^^xsd:string ; | ||
| 108 | +. | ||
| 109 | +:UnloadingEvent | ||
| 110 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 111 | + rdf:type owl:Class ; | ||
| 112 | + rdfs:label "Unloading event"^^xsd:string ; | ||
| 113 | + rdfs:subClassOf :CBVevent ; | ||
| 114 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9651752> ; | ||
| 115 | +. | ||
| 116 | +:UnloadingEvent_1 | ||
| 117 | + rdf:type :UnloadingEvent ; | ||
| 118 | + rdfs:label "Unloading event 1"^^xsd:string ; | ||
| 119 | +. |
StandardData/NPD.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/npd/ | ||
| 2 | + | ||
| 3 | +@prefix : <http://data.posccaesar.org/npd/> . | ||
| 4 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 5 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 6 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 7 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 8 | + | ||
| 9 | +: rdf:type owl:Ontology ; | ||
| 10 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 11 | + | ||
| 12 | +:BAA rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 13 | + rdfs:label "Business area agreement"^^xsd:string ; | ||
| 14 | + rdfs:subClassOf :NPDelement . | ||
| 15 | + | ||
| 16 | +:BAA_1 | ||
| 17 | + rdf:type :BAA ; | ||
| 18 | + rdfs:label "Business Area Arrangement 1"^^xsd:string . | ||
| 19 | + | ||
| 20 | +:Ekofisk | ||
| 21 | + rdf:type :Field ; | ||
| 22 | + rdfs:label "Ekofisk"^^xsd:string . | ||
| 23 | + | ||
| 24 | +:EldfiskC | ||
| 25 | + rdf:type :SubsurfaceFacility ; | ||
| 26 | + rdfs:label "Eldfisk C"^^xsd:string . | ||
| 27 | + | ||
| 28 | +:Facility | ||
| 29 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | ||
| 30 | + rdfs:label "Facility"^^xsd:string ; | ||
| 31 | + rdfs:subClassOf :NPDelement . | ||
| 32 | + | ||
| 33 | +:Field | ||
| 34 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | ||
| 35 | + rdfs:label "Field"^^xsd:string ; | ||
| 36 | + rdfs:subClassOf :NPDelement . | ||
| 37 | + | ||
| 38 | +:Goliat | ||
| 39 | + rdf:type :Field ; | ||
| 40 | + rdfs:label "Goliat"^^xsd:string . | ||
| 41 | + | ||
| 42 | +:GoliatFPSO | ||
| 43 | + rdf:type :Facility ; | ||
| 44 | + rdfs:label "Goliat FPSO"^^xsd:string . | ||
| 45 | + | ||
| 46 | +:JohanSverdrup | ||
| 47 | + rdf:type :Field ; | ||
| 48 | + rdfs:label "Johan sverdrup"^^xsd:string . | ||
| 49 | + | ||
| 50 | +:License_1 | ||
| 51 | + rdf:type :ProductionLicense ; | ||
| 52 | + rdfs:label "License 1"^^xsd:string . | ||
| 53 | + | ||
| 54 | +:NPDelement | ||
| 55 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | ||
| 56 | + rdfs:label "Petroleum register element"^^xsd:string ; | ||
| 57 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1750688011> . | ||
| 58 | + | ||
| 59 | +:PipelineFacility | ||
| 60 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | ||
| 61 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | ||
| 62 | + | ||
| 63 | +:ProductionLicense | ||
| 64 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 65 | + rdfs:label "License"^^xsd:string ; | ||
| 66 | + rdfs:subClassOf :NPDelement . | ||
| 67 | + | ||
| 68 | +:StafjordA | ||
| 69 | + rdf:type :SurfaceFacility ; | ||
| 70 | + rdfs:label "Statfjord A"^^xsd:string . | ||
| 71 | + | ||
| 72 | +:StatPipe | ||
| 73 | + rdf:type :PipelineFacility . | ||
| 74 | + | ||
| 75 | +:Statfjord | ||
| 76 | + rdf:type :Field ; | ||
| 77 | + rdfs:label "Statfjord"^^xsd:string . | ||
| 78 | + | ||
| 79 | +:StatfjordB | ||
| 80 | + rdf:type :SurfaceFacility ; | ||
| 81 | + rdfs:label "Statfjord B"^^xsd:string . | ||
| 82 | + | ||
| 83 | +:StatfjordSatelliteA | ||
| 84 | + rdf:type :SubsurfaceFacility . | ||
| 85 | + | ||
| 86 | +:SubsurfaceFacility | ||
| 87 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | ||
| 88 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | ||
| 89 | + | ||
| 90 | +:SurfaceFacility | ||
| 91 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | ||
| 92 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | ||
| 93 | + | ||
| 94 | +:WellBore | ||
| 95 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> , owl:Class ; | ||
| 96 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1714464911> , :NPDelement . | ||
| 97 | + | ||
| 98 | +:WellBore_1 | ||
| 99 | + rdf:type :WellBore . |
StandardData/POB.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/pob/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/pob/> . | ||
| 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 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:NiloErdal | ||
| 14 | + rdf:type :Person ; | ||
| 15 | + rdfs:label "Nilo Erdal"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +:Person | ||
| 18 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | ||
| 19 | + rdf:type owl:Class ; | ||
| 20 | + rdfs:label "Person"^^xsd:string ; | ||
| 21 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/ResponsiblePerson> ; | ||
| 22 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943628961> ; | ||
| 23 | + rdfs:subClassOf owl:Thing ; | ||
| 24 | +. | ||
| 25 | +:RolfHansen | ||
| 26 | + rdf:type :Person ; | ||
| 27 | + rdfs:label "Rolf Hansen"^^xsd:string ; | ||
| 28 | +. |
StandardData/SCCS.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/sccs/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/sccs/> . | ||
| 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 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:COR_A_General_Costs | ||
| 14 | + rdf:type :SCCScode ; | ||
| 15 | + rdfs:label "COR A"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +:COR_B_Bulk_Materials | ||
| 18 | + rdf:type :CORcode ; | ||
| 19 | + rdfs:label "COR B"^^xsd:string ; | ||
| 20 | +. | ||
| 21 | +:COR_C_Construction_Overheads | ||
| 22 | + rdf:type :CORcode ; | ||
| 23 | + rdfs:label "COR C"^^xsd:string ; | ||
| 24 | +. | ||
| 25 | +:COR_E_Equipment | ||
| 26 | + rdf:type :CORcode ; | ||
| 27 | + rdfs:label "COR E"^^xsd:string ; | ||
| 28 | +. | ||
| 29 | +:COR_H_Owners_Personnel | ||
| 30 | + rdf:type :CORcode ; | ||
| 31 | + rdfs:label "COR H"^^xsd:string ; | ||
| 32 | +. | ||
| 33 | +:COR_K_Engineering_Manpower | ||
| 34 | + rdf:type :CORcode ; | ||
| 35 | + rdfs:label "COR K"^^xsd:string ; | ||
| 36 | +. | ||
| 37 | +:COR_L_Direct_Labor | ||
| 38 | + rdf:type :CORcode ; | ||
| 39 | + rdfs:label "COR L"^^xsd:string ; | ||
| 40 | +. | ||
| 41 | +:COR_M_Indirect_Labor | ||
| 42 | + rdf:type :CORcode ; | ||
| 43 | + rdfs:label "COR M"^^xsd:string ; | ||
| 44 | +. | ||
| 45 | +:COR_Q_Owners_Personnel_Overheads | ||
| 46 | + rdf:type :CORcode ; | ||
| 47 | + rdfs:label "COR Q"^^xsd:string ; | ||
| 48 | +. | ||
| 49 | +:COR_R_Engineering_Overheads | ||
| 50 | + rdf:type :CORcode ; | ||
| 51 | + rdfs:label "COR R"^^xsd:string ; | ||
| 52 | +. | ||
| 53 | +:COR_S_Unit_Work | ||
| 54 | + rdf:type :CORcode ; | ||
| 55 | + rdfs:label "COR S"^^xsd:string ; | ||
| 56 | +. | ||
| 57 | +:COR_X_Marine_Operations_and_Logistics | ||
| 58 | + rdf:type :CORcode ; | ||
| 59 | + rdfs:label "COR X"^^xsd:string ; | ||
| 60 | +. | ||
| 61 | +:COR_Y_Landbased_Plant_and_Equipment | ||
| 62 | + rdf:type :CORcode ; | ||
| 63 | + rdfs:label "COR Y"^^xsd:string ; | ||
| 64 | +. | ||
| 65 | +:CORcode | ||
| 66 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 67 | + rdf:type owl:Class ; | ||
| 68 | + rdfs:label "COR code"^^xsd:string ; | ||
| 69 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Discipline> ; | ||
| 70 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Resource> ; | ||
| 71 | + rdfs:subClassOf :SCCScode ; | ||
| 72 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ; | ||
| 73 | +. | ||
| 74 | +:PBS_AAAA_Derrick | ||
| 75 | + rdf:type :PBScode ; | ||
| 76 | + rdfs:label "Derrick"^^xsd:string ; | ||
| 77 | +. | ||
| 78 | +:PBS_AAA_Drilling_Area | ||
| 79 | + rdf:type :PBScode ; | ||
| 80 | + rdfs:label "Drilling Area"^^xsd:string ; | ||
| 81 | +. | ||
| 82 | +:PBS_AA_Topsides | ||
| 83 | + rdf:type :PBScode ; | ||
| 84 | + rdfs:label "Topsides"^^xsd:string ; | ||
| 85 | +. | ||
| 86 | +:PBS_AB_Substructures | ||
| 87 | + rdf:type :PBScode ; | ||
| 88 | + rdfs:label "Substructures"^^xsd:string ; | ||
| 89 | +. | ||
| 90 | +:PBS_AC_Wells | ||
| 91 | + rdf:type :PBScode ; | ||
| 92 | + rdfs:label "Wells"^^xsd:string ; | ||
| 93 | +. | ||
| 94 | +:PBS_AD_Subsea_Production_Systems | ||
| 95 | + rdf:type :PBScode ; | ||
| 96 | + rdfs:label "Subsea Production Systems"^^xsd:string ; | ||
| 97 | +. | ||
| 98 | +:PBS_AE_Transport_Systems | ||
| 99 | + rdf:type :PBScode ; | ||
| 100 | + rdfs:label "Transport Systems"^^xsd:string ; | ||
| 101 | +. | ||
| 102 | +:PBS_AW_Windmills | ||
| 103 | + rdf:type :PBScode ; | ||
| 104 | + rdfs:label "Windmills"^^xsd:string ; | ||
| 105 | +. | ||
| 106 | +:PBS_A_Offshore_Field_Installlations | ||
| 107 | + rdf:type :PBScode ; | ||
| 108 | + rdfs:label "Offshore Field Installlations"^^xsd:string ; | ||
| 109 | +. | ||
| 110 | +:PBS_B_LandbasedInstallations | ||
| 111 | + rdf:type :PBScode ; | ||
| 112 | + rdfs:label "Landbased Installations"^^xsd:string ; | ||
| 113 | +. | ||
| 114 | +:PBScode | ||
| 115 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 116 | + rdf:type owl:Class ; | ||
| 117 | + rdfs:label "PBS code"^^xsd:string ; | ||
| 118 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/PlanContentType> ; | ||
| 119 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Result> ; | ||
| 120 | + rdfs:subClassOf :SCCScode ; | ||
| 121 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2065619071> ; | ||
| 122 | +. | ||
| 123 | +:SAB_1_Management | ||
| 124 | + rdf:type :SABcode ; | ||
| 125 | + :hasCodeName "Management"^^xsd:string ; | ||
| 126 | + rdfs:label "SAB 1"^^xsd:string ; | ||
| 127 | +. | ||
| 128 | +:SAB_2_Engineering_and_Procurement | ||
| 129 | + rdf:type :SABcode ; | ||
| 130 | + rdfs:label "SAB 2"^^xsd:string ; | ||
| 131 | +. | ||
| 132 | +:SAB_3_Material_deliveries | ||
| 133 | + rdf:type :SABcode ; | ||
| 134 | + rdfs:label "SAB 3"^^xsd:string ; | ||
| 135 | +. | ||
| 136 | +:SAB_4_Construction | ||
| 137 | + rdf:type :SABcode ; | ||
| 138 | + rdfs:label "SAB 4"^^xsd:string ; | ||
| 139 | +. | ||
| 140 | +:SAB_5_Operations | ||
| 141 | + rdf:type :SABcode ; | ||
| 142 | + rdfs:label "SAB 5"^^xsd:string ; | ||
| 143 | +. | ||
| 144 | +:SABcode | ||
| 145 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 146 | + rdf:type owl:Class ; | ||
| 147 | + rdfs:label "SAB code"^^xsd:string ; | ||
| 148 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Phase> ; | ||
| 149 | + rdfs:subClassOf :SCCScode ; | ||
| 150 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ; | ||
| 151 | +. | ||
| 152 | +:SCCScode | ||
| 153 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 154 | + rdf:type owl:Class ; | ||
| 155 | + rdfs:label "SCCS code"^^xsd:string ; | ||
| 156 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ; | ||
| 157 | + rdfs:subClassOf owl:Thing ; | ||
| 158 | +. |
ToolMapping/.svn/all-wcprops
0 → 100644
ToolMapping/.svn/entries
0 → 100644
| 1 | +10 | ||
| 2 | + | ||
| 3 | +dir | ||
| 4 | +29 | ||
| 5 | +https://jord-dev.org/svn/ilap/OWL_1_5/ToolMapping | ||
| 6 | +https://jord-dev.org/svn/ilap | ||
| 7 | + | ||
| 8 | + | ||
| 9 | + | ||
| 10 | +2014-03-24T19:19:42.579394Z | ||
| 11 | +11 | ||
| 12 | +hmottestad | ||
| 13 | + | ||
| 14 | + | ||
| 15 | +svn:special svn:externals svn:needs-lock | ||
| 16 | + | ||
| 17 | + | ||
| 18 | + | ||
| 19 | + | ||
| 20 | + | ||
| 21 | + | ||
| 22 | + | ||
| 23 | + | ||
| 24 | + | ||
| 25 | + | ||
| 26 | + | ||
| 27 | +32c34ce5-302f-44b3-a65a-1ca98c1fea32 | ||
| 28 | + | ||
| 29 | +safranbrreg.ttl | ||
| 30 | +file | ||
| 31 | + | ||
| 32 | + | ||
| 33 | + | ||
| 34 | + | ||
| 35 | +2014-04-11T13:12:48.290000Z | ||
| 36 | +ad0e69db579f601ab75316e26af0151c | ||
| 37 | +2014-03-24T19:19:42.579394Z | ||
| 38 | +11 | ||
| 39 | +hmottestad | ||
| 40 | + | ||
| 41 | + | ||
| 42 | + | ||
| 43 | + | ||
| 44 | + | ||
| 45 | + | ||
| 46 | + | ||
| 47 | + | ||
| 48 | + | ||
| 49 | + | ||
| 50 | + | ||
| 51 | + | ||
| 52 | + | ||
| 53 | + | ||
| 54 | + | ||
| 55 | + | ||
| 56 | + | ||
| 57 | + | ||
| 58 | + | ||
| 59 | + | ||
| 60 | + | ||
| 61 | +5561 | ||
| 62 | + |
| 1 | +# baseURI: http://posccaesar.org/ilap/brregmapping/ | ||
| 2 | +# imports: http://data.posccaesar.org/brreg/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix : <http://posccaesar.org/ilap/ns/> . | ||
| 6 | +@prefix brreg: <http://data.posccaesar.org/brreg/> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | +brreg:LegalEntities | ||
| 12 | + rdfs:subClassOf [ | ||
| 13 | + rdf:type owl:Restriction ; | ||
| 14 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 15 | + owl:onClass :ToolMapping ; | ||
| 16 | + owl:onProperty :hasMapping ; | ||
| 17 | + ] ; | ||
| 18 | +. | ||
| 19 | +<http://posccaesar.org/ilap/brregmapping/> | ||
| 20 | + rdf:type owl:Ontology ; | ||
| 21 | + owl:imports brreg: ; | ||
| 22 | +. | ||
| 23 | +: | ||
| 24 | + rdf:type owl:Ontology ; | ||
| 25 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 26 | +. | ||
| 27 | + | ||
| 28 | +:ABB | ||
| 29 | + rdf:type brreg:LegalEntities ; | ||
| 30 | + :hasMapping [ | ||
| 31 | + rdf:type :SafranMapping ; | ||
| 32 | + :hasCode "13"^^xsd:string ; | ||
| 33 | + :hasDescription "ABB"^^xsd:string ; | ||
| 34 | + :hasShort "ABB"^^xsd:string ; | ||
| 35 | + :usedInPlan :plan1 ; | ||
| 36 | + :usedByCompany :Statoil; | ||
| 37 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 38 | + ] ; | ||
| 39 | + rdfs:label "ABB"^^xsd:string ; | ||
| 40 | + owl:sameAs <https://ws.brreg.no/lod/data/982085160> ; | ||
| 41 | +. | ||
| 42 | +:Aibel | ||
| 43 | + rdf:type brreg:LegalEntities ; | ||
| 44 | + :hasMapping [ | ||
| 45 | + rdf:type :SafranMapping ; | ||
| 46 | + :hasCode "3"^^xsd:string ; | ||
| 47 | + :hasDescription "Aibel"^^xsd:string ; | ||
| 48 | + :hasShort "Aibel"^^xsd:string ; | ||
| 49 | + :usedInPlan :plan1 ; | ||
| 50 | + :usedByCompany :Statoil; | ||
| 51 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 52 | + ] ; | ||
| 53 | + rdfs:label "Aibel"^^xsd:string ; | ||
| 54 | + owl:sameAs <https://ws.brreg.no/lod/data/984735227> ; | ||
| 55 | +. | ||
| 56 | +:Aker | ||
| 57 | + rdf:type brreg:LegalEntities ; | ||
| 58 | + :hasMapping [ | ||
| 59 | + rdf:type :SafranMapping ; | ||
| 60 | + :hasCode "2"^^xsd:string ; | ||
| 61 | + :hasDescription "Aker Solutions"^^xsd:string ; | ||
| 62 | + :hasShort "Aker"^^xsd:string ; | ||
| 63 | + :usedInPlan :plan1 ; | ||
| 64 | + :usedByCompany :Statoil; | ||
| 65 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 66 | + ] ; | ||
| 67 | + rdfs:label "Aker Solutions"^^xsd:string ; | ||
| 68 | + owl:sameAs <https://ws.brreg.no/lod/data/986529551> ; | ||
| 69 | +. | ||
| 70 | +:Apply | ||
| 71 | + rdf:type brreg:LegalEntities ; | ||
| 72 | + :hasMapping [ | ||
| 73 | + rdf:type :SafranMapping ; | ||
| 74 | + :hasCode "1"^^xsd:string ; | ||
| 75 | + :hasDescription "Apply Sørco"^^xsd:string ; | ||
| 76 | + :hasShort "Apply"^^xsd:string ; | ||
| 77 | + :usedInPlan :plan1 ; | ||
| 78 | + :usedByCompany :Statoil; | ||
| 79 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 80 | + ] ; | ||
| 81 | + rdfs:label "Apply Sørco"^^xsd:string ; | ||
| 82 | + owl:sameAs <http://ws.brreg.no/lod/data/930694533> ; | ||
| 83 | +. | ||
| 84 | +:Archer | ||
| 85 | + rdf:type brreg:LegalEntities ; | ||
| 86 | + :hasMapping [ | ||
| 87 | + rdf:type :SafranMapping ; | ||
| 88 | + :hasCode "12"^^xsd:string ; | ||
| 89 | + :hasDescription "Archer"^^xsd:string ; | ||
| 90 | + :hasShort "Archer"^^xsd:string ; | ||
| 91 | + :usedInPlan :plan1 ; | ||
| 92 | + :usedByCompany :Statoil; | ||
| 93 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 94 | + ] ; | ||
| 95 | + rdfs:label "Archer"^^xsd:string ; | ||
| 96 | + owl:sameAs <https://ws.brreg.no/lod/data/934361156> ; | ||
| 97 | +. | ||
| 98 | +:Fabricom | ||
| 99 | + rdf:type brreg:LegalEntities ; | ||
| 100 | + :hasMapping [ | ||
| 101 | + rdf:type :SafranMapping ; | ||
| 102 | + :hasCode "5"^^xsd:string ; | ||
| 103 | + :hasDescription "Fabricom"^^xsd:string ; | ||
| 104 | + :hasShort "Fabricom"^^xsd:string ; | ||
| 105 | + :usedInPlan :plan1 ; | ||
| 106 | + :usedByCompany :Statoil; | ||
| 107 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 108 | + ] ; | ||
| 109 | + rdfs:label "Fabricom"^^xsd:string ; | ||
| 110 | + owl:sameAs <https://ws.brreg.no/lod/data/955782186> ; | ||
| 111 | +. | ||
| 112 | +:KCAD | ||
| 113 | + rdf:type brreg:LegalEntities ; | ||
| 114 | + :hasMapping [ | ||
| 115 | + rdf:type :SafranMapping ; | ||
| 116 | + :hasCode "11"^^xsd:string ; | ||
| 117 | + :hasDescription "KCA Deutag"^^xsd:string ; | ||
| 118 | + :hasShort "KCAD"^^xsd:string ; | ||
| 119 | + :usedInPlan :plan1 ; | ||
| 120 | + :usedByCompany :Statoil; | ||
| 121 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 122 | + ] ; | ||
| 123 | + rdfs:label "KCA Deutag"^^xsd:string ; | ||
| 124 | + owl:sameAs <https://ws.brreg.no/lod/data/918357688> ; | ||
| 125 | +. | ||
| 126 | +:Odfjell | ||
| 127 | + rdf:type brreg:LegalEntities ; | ||
| 128 | + :hasMapping [ | ||
| 129 | + rdf:type :SafranMapping ; | ||
| 130 | + :hasCode "10"^^xsd:string ; | ||
| 131 | + :hasDescription "Odfjell Drilling"^^xsd:string ; | ||
| 132 | + :hasShort "Odfjell"^^xsd:string ; | ||
| 133 | + :usedInPlan :plan1 ; | ||
| 134 | + :usedByCompany :Statoil; | ||
| 135 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 136 | + ] ; | ||
| 137 | + rdfs:label "Odfjell Drilling"^^xsd:string ; | ||
| 138 | + owl:sameAs <https://ws.brreg.no/lod/data/984669151> ; | ||
| 139 | +. | ||
| 140 | +:Reinertsen | ||
| 141 | + rdf:type brreg:LegalEntities ; | ||
| 142 | + :hasMapping [ | ||
| 143 | + rdf:type :SafranMapping ; | ||
| 144 | + :hasCode "7"^^xsd:string ; | ||
| 145 | + :hasDescription "Reinsertsen AS"^^xsd:string ; | ||
| 146 | + :hasShort "Reinertsen AS"^^xsd:string ; | ||
| 147 | + :usedInPlan :plan1 ; | ||
| 148 | + :usedByCompany :Statoil; | ||
| 149 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 150 | + ] ; | ||
| 151 | + rdfs:label "Reinsertsen AS"^^xsd:string ; | ||
| 152 | + owl:sameAs <https://ws.brreg.no/lod/data/976810015> ; | ||
| 153 | +. | ||
| 154 | + | ||
| 155 | +:SafranMapping | ||
| 156 | + rdf:type owl:Class ; | ||
| 157 | + rdfs:label "Safran mapping"^^xsd:string ; | ||
| 158 | + rdfs:subClassOf :ToolMapping ; | ||
| 159 | +. | ||
| 160 | +:Statoil | ||
| 161 | + rdf:type brreg:LegalEntities ; | ||
| 162 | + rdfs:label "Statoil"^^xsd:string ; | ||
| 163 | + owl:sameAs <https://ws.brreg.no/lod/data/923609016> ; | ||
| 164 | +. | ||
| 165 | +:ToolMapping | ||
| 166 | + rdf:type owl:Class ; | ||
| 167 | + rdfs:label "Tool mapping"^^xsd:string ; | ||
| 168 | + rdfs:subClassOf owl:Thing ; | ||
| 169 | +. | ||
| 170 | +:hasCode | ||
| 171 | + rdf:type owl:DatatypeProperty ; | ||
| 172 | + rdfs:domain :ToolMapping ; | ||
| 173 | + rdfs:label "has code"^^xsd:string ; | ||
| 174 | +. | ||
| 175 | +:hasDescription | ||
| 176 | + rdf:type owl:DatatypeProperty ; | ||
| 177 | + rdfs:domain :ToolMapping ; | ||
| 178 | + rdfs:label "has description"^^xsd:string ; | ||
| 179 | +. | ||
| 180 | +:hasMapping | ||
| 181 | + rdf:type owl:ObjectProperty ; | ||
| 182 | + rdfs:label "has mapping"^^xsd:string ; | ||
| 183 | +. | ||
| 184 | +:hasShort | ||
| 185 | + rdf:type owl:DatatypeProperty ; | ||
| 186 | + rdfs:domain :ToolMapping ; | ||
| 187 | + rdfs:label "has short"^^xsd:string ; | ||
| 188 | +. | ||
| 189 | +:usedInPlan | ||
| 190 | + rdf:type owl:ObjectProperty ; | ||
| 191 | + rdfs:domain :ToolMapping ; | ||
| 192 | + rdfs:label "used in plan"^^xsd:string ; | ||
| 193 | +. |
ToolMapping/safranbrreg.ttl
0 → 100644
| 1 | +# baseURI: http://posccaesar.org/ilap/brregmapping/ | ||
| 2 | +# imports: http://data.posccaesar.org/brreg/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix : <http://posccaesar.org/ilap/ns/> . | ||
| 6 | +@prefix brreg: <http://data.posccaesar.org/brreg/> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | +brreg:LegalEntities | ||
| 12 | + rdfs:subClassOf [ | ||
| 13 | + rdf:type owl:Restriction ; | ||
| 14 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 15 | + owl:onClass :ToolMapping ; | ||
| 16 | + owl:onProperty :hasMapping ; | ||
| 17 | + ] ; | ||
| 18 | +. | ||
| 19 | +<http://posccaesar.org/ilap/brregmapping/> | ||
| 20 | + rdf:type owl:Ontology ; | ||
| 21 | + owl:imports brreg: ; | ||
| 22 | +. | ||
| 23 | +: | ||
| 24 | + rdf:type owl:Ontology ; | ||
| 25 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 26 | +. | ||
| 27 | + | ||
| 28 | +:ABB | ||
| 29 | + rdf:type brreg:LegalEntities ; | ||
| 30 | + :hasMapping [ | ||
| 31 | + rdf:type :SafranMapping ; | ||
| 32 | + :hasCode "13"^^xsd:string ; | ||
| 33 | + :hasDescription "ABB"^^xsd:string ; | ||
| 34 | + :hasShort "ABB"^^xsd:string ; | ||
| 35 | + :usedInPlan :plan1 ; | ||
| 36 | + :usedByCompany :Statoil; | ||
| 37 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 38 | + ] ; | ||
| 39 | + rdfs:label "ABB"^^xsd:string ; | ||
| 40 | + owl:sameAs <https://ws.brreg.no/lod/data/982085160> ; | ||
| 41 | +. | ||
| 42 | +:Aibel | ||
| 43 | + rdf:type brreg:LegalEntities ; | ||
| 44 | + :hasMapping [ | ||
| 45 | + rdf:type :SafranMapping ; | ||
| 46 | + :hasCode "3"^^xsd:string ; | ||
| 47 | + :hasDescription "Aibel"^^xsd:string ; | ||
| 48 | + :hasShort "Aibel"^^xsd:string ; | ||
| 49 | + :usedInPlan :plan1 ; | ||
| 50 | + :usedByCompany :Statoil; | ||
| 51 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 52 | + ] ; | ||
| 53 | + rdfs:label "Aibel"^^xsd:string ; | ||
| 54 | + owl:sameAs <https://ws.brreg.no/lod/data/984735227> ; | ||
| 55 | +. | ||
| 56 | +:Aker | ||
| 57 | + rdf:type brreg:LegalEntities ; | ||
| 58 | + :hasMapping [ | ||
| 59 | + rdf:type :SafranMapping ; | ||
| 60 | + :hasCode "2"^^xsd:string ; | ||
| 61 | + :hasDescription "Aker Solutions"^^xsd:string ; | ||
| 62 | + :hasShort "Aker"^^xsd:string ; | ||
| 63 | + :usedInPlan :plan1 ; | ||
| 64 | + :usedByCompany :Statoil; | ||
| 65 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 66 | + ] ; | ||
| 67 | + rdfs:label "Aker Solutions"^^xsd:string ; | ||
| 68 | + owl:sameAs <https://ws.brreg.no/lod/data/986529551> ; | ||
| 69 | +. | ||
| 70 | +:Apply | ||
| 71 | + rdf:type brreg:LegalEntities ; | ||
| 72 | + :hasMapping [ | ||
| 73 | + rdf:type :SafranMapping ; | ||
| 74 | + :hasCode "1"^^xsd:string ; | ||
| 75 | + :hasDescription "Apply Sørco"^^xsd:string ; | ||
| 76 | + :hasShort "Apply"^^xsd:string ; | ||
| 77 | + :usedInPlan :plan1 ; | ||
| 78 | + :usedByCompany :Statoil; | ||
| 79 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 80 | + ] ; | ||
| 81 | + rdfs:label "Apply Sørco"^^xsd:string ; | ||
| 82 | + owl:sameAs <http://ws.brreg.no/lod/data/930694533> ; | ||
| 83 | +. | ||
| 84 | +:Archer | ||
| 85 | + rdf:type brreg:LegalEntities ; | ||
| 86 | + :hasMapping [ | ||
| 87 | + rdf:type :SafranMapping ; | ||
| 88 | + :hasCode "12"^^xsd:string ; | ||
| 89 | + :hasDescription "Archer"^^xsd:string ; | ||
| 90 | + :hasShort "Archer"^^xsd:string ; | ||
| 91 | + :usedInPlan :plan1 ; | ||
| 92 | + :usedByCompany :Statoil; | ||
| 93 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 94 | + ] ; | ||
| 95 | + rdfs:label "Archer"^^xsd:string ; | ||
| 96 | + owl:sameAs <https://ws.brreg.no/lod/data/934361156> ; | ||
| 97 | +. | ||
| 98 | +:Fabricom | ||
| 99 | + rdf:type brreg:LegalEntities ; | ||
| 100 | + :hasMapping [ | ||
| 101 | + rdf:type :SafranMapping ; | ||
| 102 | + :hasCode "5"^^xsd:string ; | ||
| 103 | + :hasDescription "Fabricom"^^xsd:string ; | ||
| 104 | + :hasShort "Fabricom"^^xsd:string ; | ||
| 105 | + :usedInPlan :plan1 ; | ||
| 106 | + :usedByCompany :Statoil; | ||
| 107 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 108 | + ] ; | ||
| 109 | + rdfs:label "Fabricom"^^xsd:string ; | ||
| 110 | + owl:sameAs <https://ws.brreg.no/lod/data/955782186> ; | ||
| 111 | +. | ||
| 112 | +:KCAD | ||
| 113 | + rdf:type brreg:LegalEntities ; | ||
| 114 | + :hasMapping [ | ||
| 115 | + rdf:type :SafranMapping ; | ||
| 116 | + :hasCode "11"^^xsd:string ; | ||
| 117 | + :hasDescription "KCA Deutag"^^xsd:string ; | ||
| 118 | + :hasShort "KCAD"^^xsd:string ; | ||
| 119 | + :usedInPlan :plan1 ; | ||
| 120 | + :usedByCompany :Statoil; | ||
| 121 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 122 | + ] ; | ||
| 123 | + rdfs:label "KCA Deutag"^^xsd:string ; | ||
| 124 | + owl:sameAs <https://ws.brreg.no/lod/data/918357688> ; | ||
| 125 | +. | ||
| 126 | +:Odfjell | ||
| 127 | + rdf:type brreg:LegalEntities ; | ||
| 128 | + :hasMapping [ | ||
| 129 | + rdf:type :SafranMapping ; | ||
| 130 | + :hasCode "10"^^xsd:string ; | ||
| 131 | + :hasDescription "Odfjell Drilling"^^xsd:string ; | ||
| 132 | + :hasShort "Odfjell"^^xsd:string ; | ||
| 133 | + :usedInPlan :plan1 ; | ||
| 134 | + :usedByCompany :Statoil; | ||
| 135 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 136 | + ] ; | ||
| 137 | + rdfs:label "Odfjell Drilling"^^xsd:string ; | ||
| 138 | + owl:sameAs <https://ws.brreg.no/lod/data/984669151> ; | ||
| 139 | +. | ||
| 140 | +:Reinertsen | ||
| 141 | + rdf:type brreg:LegalEntities ; | ||
| 142 | + :hasMapping [ | ||
| 143 | + rdf:type :SafranMapping ; | ||
| 144 | + :hasCode "7"^^xsd:string ; | ||
| 145 | + :hasDescription "Reinsertsen AS"^^xsd:string ; | ||
| 146 | + :hasShort "Reinertsen AS"^^xsd:string ; | ||
| 147 | + :usedInPlan :plan1 ; | ||
| 148 | + :usedByCompany :Statoil; | ||
| 149 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 150 | + ] ; | ||
| 151 | + rdfs:label "Reinsertsen AS"^^xsd:string ; | ||
| 152 | + owl:sameAs <https://ws.brreg.no/lod/data/976810015> ; | ||
| 153 | +. | ||
| 154 | + | ||
| 155 | +:SafranMapping | ||
| 156 | + rdf:type owl:Class ; | ||
| 157 | + rdfs:label "Safran mapping"^^xsd:string ; | ||
| 158 | + rdfs:subClassOf :ToolMapping ; | ||
| 159 | +. | ||
| 160 | +:Statoil | ||
| 161 | + rdf:type brreg:LegalEntities ; | ||
| 162 | + rdfs:label "Statoil"^^xsd:string ; | ||
| 163 | + owl:sameAs <https://ws.brreg.no/lod/data/923609016> ; | ||
| 164 | +. | ||
| 165 | +:ToolMapping | ||
| 166 | + rdf:type owl:Class ; | ||
| 167 | + rdfs:label "Tool mapping"^^xsd:string ; | ||
| 168 | + rdfs:subClassOf owl:Thing ; | ||
| 169 | +. | ||
| 170 | +:hasCode | ||
| 171 | + rdf:type owl:DatatypeProperty ; | ||
| 172 | + rdfs:domain :ToolMapping ; | ||
| 173 | + rdfs:label "has code"^^xsd:string ; | ||
| 174 | +. | ||
| 175 | +:hasDescription | ||
| 176 | + rdf:type owl:DatatypeProperty ; | ||
| 177 | + rdfs:domain :ToolMapping ; | ||
| 178 | + rdfs:label "has description"^^xsd:string ; | ||
| 179 | +. | ||
| 180 | +:hasMapping | ||
| 181 | + rdf:type owl:ObjectProperty ; | ||
| 182 | + rdfs:label "has mapping"^^xsd:string ; | ||
| 183 | +. | ||
| 184 | +:hasShort | ||
| 185 | + rdf:type owl:DatatypeProperty ; | ||
| 186 | + rdfs:domain :ToolMapping ; | ||
| 187 | + rdfs:label "has short"^^xsd:string ; | ||
| 188 | +. | ||
| 189 | +:usedInPlan | ||
| 190 | + rdf:type owl:ObjectProperty ; | ||
| 191 | + rdfs:domain :ToolMapping ; | ||
| 192 | + rdfs:label "used in plan"^^xsd:string ; | ||
| 193 | +. |
UseCaseData/.svn/all-wcprops
0 → 100644
| 1 | +K 25 | ||
| 2 | +svn:wc:ra_dav:version-url | ||
| 3 | +V 41 | ||
| 4 | +/svn/ilap/!svn/ver/29/OWL_1_5/UseCaseData | ||
| 5 | +END | ||
| 6 | +UC1.ttl | ||
| 7 | +K 25 | ||
| 8 | +svn:wc:ra_dav:version-url | ||
| 9 | +V 49 | ||
| 10 | +/svn/ilap/!svn/ver/33/OWL_1_5/UseCaseData/UC1.ttl | ||
| 11 | +END | ||
| 12 | +UC2.ttl | ||
| 13 | +K 25 | ||
| 14 | +svn:wc:ra_dav:version-url | ||
| 15 | +V 49 | ||
| 16 | +/svn/ilap/!svn/ver/35/OWL_1_5/UseCaseData/UC2.ttl | ||
| 17 | +END | ||
| 18 | +UC3.ttl | ||
| 19 | +K 25 | ||
| 20 | +svn:wc:ra_dav:version-url | ||
| 21 | +V 49 | ||
| 22 | +/svn/ilap/!svn/ver/35/OWL_1_5/UseCaseData/UC3.ttl | ||
| 23 | +END | ||
| 24 | +UC4.ttl | ||
| 25 | +K 25 | ||
| 26 | +svn:wc:ra_dav:version-url | ||
| 27 | +V 49 | ||
| 28 | +/svn/ilap/!svn/ver/35/OWL_1_5/UseCaseData/UC4.ttl | ||
| 29 | +END |
UseCaseData/.svn/entries
0 → 100644
| 1 | +10 | ||
| 2 | + | ||
| 3 | +dir | ||
| 4 | +29 | ||
| 5 | +https://jord-dev.org/svn/ilap/OWL_1_5/UseCaseData | ||
| 6 | +https://jord-dev.org/svn/ilap | ||
| 7 | + | ||
| 8 | + | ||
| 9 | + | ||
| 10 | +2014-04-11T13:08:56.690329Z | ||
| 11 | +29 | ||
| 12 | +hmottestad | ||
| 13 | + | ||
| 14 | + | ||
| 15 | +svn:special svn:externals svn:needs-lock | ||
| 16 | + | ||
| 17 | + | ||
| 18 | + | ||
| 19 | + | ||
| 20 | + | ||
| 21 | + | ||
| 22 | + | ||
| 23 | + | ||
| 24 | + | ||
| 25 | + | ||
| 26 | + | ||
| 27 | +32c34ce5-302f-44b3-a65a-1ca98c1fea32 | ||
| 28 | + | ||
| 29 | +UC1.ttl | ||
| 30 | +file | ||
| 31 | +33 | ||
| 32 | + | ||
| 33 | + | ||
| 34 | + | ||
| 35 | +2014-05-11T16:32:08.594000Z | ||
| 36 | +a5592fd0d8c2d96e2bd8ef46f6ea7161 | ||
| 37 | +2014-05-11T16:35:11.566577Z | ||
| 38 | +33 | ||
| 39 | +tchr | ||
| 40 | + | ||
| 41 | + | ||
| 42 | + | ||
| 43 | + | ||
| 44 | + | ||
| 45 | + | ||
| 46 | + | ||
| 47 | + | ||
| 48 | + | ||
| 49 | + | ||
| 50 | + | ||
| 51 | + | ||
| 52 | + | ||
| 53 | + | ||
| 54 | + | ||
| 55 | + | ||
| 56 | + | ||
| 57 | + | ||
| 58 | + | ||
| 59 | + | ||
| 60 | + | ||
| 61 | +5671 | ||
| 62 | + | ||
| 63 | +UC2.ttl | ||
| 64 | +file | ||
| 65 | +35 | ||
| 66 | + | ||
| 67 | + | ||
| 68 | + | ||
| 69 | +2014-05-18T19:28:57.996000Z | ||
| 70 | +26e9d24fa0efc0414d5c78978ca1b41c | ||
| 71 | +2014-05-22T10:23:08.759623Z | ||
| 72 | +35 | ||
| 73 | +tchr | ||
| 74 | + | ||
| 75 | + | ||
| 76 | + | ||
| 77 | + | ||
| 78 | + | ||
| 79 | + | ||
| 80 | + | ||
| 81 | + | ||
| 82 | + | ||
| 83 | + | ||
| 84 | + | ||
| 85 | + | ||
| 86 | + | ||
| 87 | + | ||
| 88 | + | ||
| 89 | + | ||
| 90 | + | ||
| 91 | + | ||
| 92 | + | ||
| 93 | + | ||
| 94 | + | ||
| 95 | +11899 | ||
| 96 | + | ||
| 97 | +UC3.ttl | ||
| 98 | +file | ||
| 99 | +35 | ||
| 100 | + | ||
| 101 | + | ||
| 102 | + | ||
| 103 | +2014-05-18T19:28:57.801000Z | ||
| 104 | +46b74a854c2c8b30ef1b88c85e0232d4 | ||
| 105 | +2014-05-22T10:23:08.759623Z | ||
| 106 | +35 | ||
| 107 | +tchr | ||
| 108 | + | ||
| 109 | + | ||
| 110 | + | ||
| 111 | + | ||
| 112 | + | ||
| 113 | + | ||
| 114 | + | ||
| 115 | + | ||
| 116 | + | ||
| 117 | + | ||
| 118 | + | ||
| 119 | + | ||
| 120 | + | ||
| 121 | + | ||
| 122 | + | ||
| 123 | + | ||
| 124 | + | ||
| 125 | + | ||
| 126 | + | ||
| 127 | + | ||
| 128 | + | ||
| 129 | +8027 | ||
| 130 | + | ||
| 131 | +UC4.ttl | ||
| 132 | +file | ||
| 133 | +35 | ||
| 134 | + | ||
| 135 | + | ||
| 136 | + | ||
| 137 | +2014-05-18T19:28:57.744000Z | ||
| 138 | +8efa6f480e8f5f9818a8969a480652c6 | ||
| 139 | +2014-05-22T10:23:08.759623Z | ||
| 140 | +35 | ||
| 141 | +tchr | ||
| 142 | + | ||
| 143 | + | ||
| 144 | + | ||
| 145 | + | ||
| 146 | + | ||
| 147 | + | ||
| 148 | + | ||
| 149 | + | ||
| 150 | + | ||
| 151 | + | ||
| 152 | + | ||
| 153 | + | ||
| 154 | + | ||
| 155 | + | ||
| 156 | + | ||
| 157 | + | ||
| 158 | + | ||
| 159 | + | ||
| 160 | + | ||
| 161 | + | ||
| 162 | + | ||
| 163 | +1036 | ||
| 164 | + |
UseCaseData/.svn/text-base/UC1.ttl.svn-base
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/Data/UC1/ | ||
| 2 | +# imports: http://data.posccaesar.org/NCS_PLANNING/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 6 | +@prefix UC1: <http://data.posccaesar.org/Data/UC1/> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | +UC1: | ||
| 12 | + rdf:type owl:Ontology ; | ||
| 13 | + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | ||
| 14 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 15 | +. | ||
| 16 | +UC1:ActivityInPlan_1 | ||
| 17 | + rdf:type ILAP:PlannedActivity ; | ||
| 18 | + ILAP:hasActivityEstimatedWeight "10500"^^xsd:float ; | ||
| 19 | + ILAP:hasActivityPlan UC1:ProjectPlan_1 ; | ||
| 20 | + ILAP:hasActivityPlannedResource UC1:PlannedResource_1 ; | ||
| 21 | + rdfs:label "Activity in plan 1"^^xsd:string ; | ||
| 22 | +. | ||
| 23 | +UC1:ActivityInPlan_2 | ||
| 24 | + rdf:type ILAP:PlannedActivity ; | ||
| 25 | + ILAP:hasActivityPlan UC1:ProjectPlan_1 ; | ||
| 26 | + rdfs:label "Activity in plan 2"^^xsd:string ; | ||
| 27 | +. | ||
| 28 | +UC1:ActivityInSchedule_1 | ||
| 29 | + rdf:type ILAP:ScheduledActivity ; | ||
| 30 | + ILAP:hasActivityActualWeight "100750"^^xsd:float ; | ||
| 31 | + ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_1 ; | ||
| 32 | + ILAP:hasActivitySchedule UC1:TargetSchedule_1 ; | ||
| 33 | + ILAP:hasActivityScheduledResource UC1:ScheduledResource_1 ; | ||
| 34 | + rdfs:label "Activity in schedule 1"^^xsd:string ; | ||
| 35 | +. | ||
| 36 | +UC1:ActivityInSchedule_2 | ||
| 37 | + rdf:type ILAP:ScheduledActivity ; | ||
| 38 | + ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_1 ; | ||
| 39 | + ILAP:hasActivitySchedule UC1:ActualSchedule_1 ; | ||
| 40 | + rdfs:label "Activity in schedule 2"^^xsd:string ; | ||
| 41 | +. | ||
| 42 | +UC1:ActivityInSchedule_3 | ||
| 43 | + rdf:type ILAP:ScheduledActivity ; | ||
| 44 | + ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_2 ; | ||
| 45 | + ILAP:hasActivitySchedule UC1:TargetSchedule_1 ; | ||
| 46 | + rdfs:label "Activity in schedule 3"^^xsd:string ; | ||
| 47 | +. | ||
| 48 | +UC1:ActivityInSchedule_4 | ||
| 49 | + rdf:type ILAP:ScheduledActivity ; | ||
| 50 | + ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_2 ; | ||
| 51 | + ILAP:hasActivitySchedule UC1:ActualSchedule_1 ; | ||
| 52 | + rdfs:label "Activity in schedule 4"^^xsd:string ; | ||
| 53 | +. | ||
| 54 | +UC1:ActualSchedule_1 | ||
| 55 | + rdf:type ILAP:ActualSchedule ; | ||
| 56 | + ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ; | ||
| 57 | + ILAP:hasScheduleBaseline UC1:Baseline_1 ; | ||
| 58 | + ILAP:hasSchedulePlan UC1:ProjectPlan_1 ; | ||
| 59 | + rdfs:label "Actual schedule 1"^^xsd:string ; | ||
| 60 | +. | ||
| 61 | +UC1:Baseline_1 | ||
| 62 | + rdf:type ILAP:Baseline ; | ||
| 63 | + ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; | ||
| 64 | + rdfs:label "Baseline 1"^^xsd:string ; | ||
| 65 | +. | ||
| 66 | +UC1:Baseline_2 | ||
| 67 | + rdf:type ILAP:Baseline ; | ||
| 68 | + ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; | ||
| 69 | + rdfs:label "Baseline 2"^^xsd:string ; | ||
| 70 | +. | ||
| 71 | +UC1:Baseline_3 | ||
| 72 | + rdf:type ILAP:Baseline ; | ||
| 73 | + ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; | ||
| 74 | + rdfs:label "Baseline 3"^^xsd:string ; | ||
| 75 | +. | ||
| 76 | +UC1:Baseline_4 | ||
| 77 | + rdf:type ILAP:Baseline ; | ||
| 78 | + ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; | ||
| 79 | + rdfs:label "Baseline 4"^^xsd:string ; | ||
| 80 | +. | ||
| 81 | +UC1:CurrentSchedule_1 | ||
| 82 | + rdf:type ILAP:CurrentSchedule ; | ||
| 83 | + ILAP:hasScheduleBaseline UC1:Baseline_2 ; | ||
| 84 | + ILAP:hasSchedulePlan UC1:ProjectPlan_1 ; | ||
| 85 | + rdfs:label "Current schedule 1"^^xsd:string ; | ||
| 86 | +. | ||
| 87 | +UC1:LiveSchedule_1 | ||
| 88 | + rdf:type ILAP:LiveSchedule ; | ||
| 89 | + ILAP:hasScheduleBaseline UC1:Baseline_3 ; | ||
| 90 | + rdfs:label "Live schedule 1"^^xsd:string ; | ||
| 91 | +. | ||
| 92 | +UC1:Milestone_1 | ||
| 93 | + rdf:type ILAP:Milestone ; | ||
| 94 | + rdfs:label "Milestone 1"^^xsd:string ; | ||
| 95 | +. | ||
| 96 | +UC1:PlannedResource_1 | ||
| 97 | + rdf:type ILAP:PlannedResource ; | ||
| 98 | + ILAP:hasResourceProfile UC1:Profile_1 ; | ||
| 99 | + rdfs:label "Planned resource 1"^^xsd:string ; | ||
| 100 | +. | ||
| 101 | +UC1:ProfilePoint_1 | ||
| 102 | + rdf:type ILAP:ProfilePoint ; | ||
| 103 | + ILAP:hasProfilePointXValue "0.1"^^xsd:float ; | ||
| 104 | + ILAP:hasProfilePointYValue "0.2"^^xsd:float ; | ||
| 105 | + rdfs:label "Profile point 1"^^xsd:string ; | ||
| 106 | +. | ||
| 107 | +UC1:ProfilePoint_2 | ||
| 108 | + rdf:type ILAP:ProfilePoint ; | ||
| 109 | + ILAP:hasProfilePointXValue "1.0"^^xsd:float ; | ||
| 110 | + ILAP:hasProfilePointYValue "0.9"^^xsd:float ; | ||
| 111 | + rdfs:label "Profile point 2"^^xsd:string ; | ||
| 112 | +. | ||
| 113 | +UC1:Profile_1 | ||
| 114 | + rdf:type ILAP:Profile ; | ||
| 115 | + ILAP:hasProfilePoint ILAP:ProfilePoint_1 ; | ||
| 116 | + ILAP:hasProfilePoint ILAP:ProfilePoint_2 ; | ||
| 117 | + rdfs:label "Profile 1"^^xsd:string ; | ||
| 118 | +. | ||
| 119 | +UC1:ProjectPlan_1 | ||
| 120 | + rdf:type ILAP:ProjectPlan ; | ||
| 121 | + ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_1> ; | ||
| 122 | + ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_2> ; | ||
| 123 | + ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ; | ||
| 124 | + rdfs:label "Project plan 1"^^xsd:string ; | ||
| 125 | +. | ||
| 126 | +UC1:Project_1 | ||
| 127 | + rdf:type ILAP:Project ; | ||
| 128 | + rdfs:label "Project 1"^^xsd:string ; | ||
| 129 | +. | ||
| 130 | +UC1:ScheduledResource_1 | ||
| 131 | + rdf:type ILAP:ScheduledResource ; | ||
| 132 | + ILAP:hasResourceProfile UC1:Profile_1 ; | ||
| 133 | + rdfs:label "Scheduled resource 1"^^xsd:string ; | ||
| 134 | +. | ||
| 135 | +UC1:TargetSchedule_1 | ||
| 136 | + rdf:type ILAP:TargetSchedule ; | ||
| 137 | + ILAP:hasScheduleBaseline UC1:Baseline_4 ; | ||
| 138 | + ILAP:hasSchedulePlan UC1:ProjectPlan_1 ; | ||
| 139 | + rdfs:label "Target schedule 1"^^xsd:string ; | ||
| 140 | +. | ||
| 141 | +UC1:UserField_1 | ||
| 142 | + rdf:type ILAP:UserField ; | ||
| 143 | + rdfs:label "User field 1"^^xsd:string ; | ||
| 144 | +. | ||
| 145 | +UC1:UserField_2 | ||
| 146 | + rdf:type ILAP:UserField ; | ||
| 147 | + rdfs:label "User field 2"^^xsd:string ; | ||
| 148 | +. | ||
| 149 | +UC1:UserField_3 | ||
| 150 | + rdf:type ILAP:UserField ; | ||
| 151 | + rdfs:label "User field 3"^^xsd:string ; | ||
| 152 | +. | ||
| 153 | +<http://data.posccaesar.org/NCS_PLANNING/UserField_1> | ||
| 154 | + ILAP:hasUserFieldName "Area"^^xsd:string ; | ||
| 155 | + ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 156 | + ILAP:hasUserFieldValue "Processing System"^^xsd:string ; | ||
| 157 | +. | ||
| 158 | +<http://data.posccaesar.org/NCS_PLANNING/UserField_2> | ||
| 159 | + ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 160 | + ILAP:hasUserFieldValue "SAP-WO-101-3"^^xsd:string ; | ||
| 161 | +. | ||
| 162 | +<http://data.posccaesar.org/NCS_PLANNING/UserField_3> | ||
| 163 | + ILAP:hasUserFieldName "Risk Factor"^^xsd:string ; | ||
| 164 | + ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 165 | + ILAP:hasUserFieldValue "Explosive Environment"^^xsd:string ; | ||
| 166 | +. |
UseCaseData/.svn/text-base/UC2.ttl.svn-base
0 → 100644
This diff is collapsed. Click to expand it.
UseCaseData/.svn/text-base/UC3.ttl.svn-base
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/Data/UC3/ | ||
| 2 | +# imports: http://data.posccaesar.org/NCS_PLANNING/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 6 | +@prefix UC3: <http://data.posccaesar.org/Data/UC3/> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | +UC3: | ||
| 12 | + rdf:type owl:Ontology ; | ||
| 13 | + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | ||
| 14 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 15 | +. | ||
| 16 | +UC3:ActualSchedule_1 | ||
| 17 | + rdf:type ILAP:ActualSchedule ; | ||
| 18 | + rdfs:label "Actual schedule 1"^^xsd:string ; | ||
| 19 | +. | ||
| 20 | +UC3:Asset_1 | ||
| 21 | + rdf:type <http://ILAP_1.5/diskos#Asset> ; | ||
| 22 | + rdfs:label "Asset 1"^^xsd:string ; | ||
| 23 | +. | ||
| 24 | +UC3:ContractorWBS_1 | ||
| 25 | + rdf:type ILAP:ContractorWBS ; | ||
| 26 | + rdfs:label "Contractor WBS 1"^^xsd:string ; | ||
| 27 | +. | ||
| 28 | +UC3:ContractorWBS_2 | ||
| 29 | + rdf:type ILAP:ContractorWBS ; | ||
| 30 | + rdfs:label "Contractor WBS 2"^^xsd:string ; | ||
| 31 | +. | ||
| 32 | +UC3:ExternalReference_1 | ||
| 33 | + rdf:type ILAP:ExternalReference ; | ||
| 34 | + rdfs:label "External reference 1"^^xsd:string ; | ||
| 35 | +. | ||
| 36 | +UC3:Plan_1 | ||
| 37 | + rdf:type ILAP:ExecutionPlan ; | ||
| 38 | + rdfs:label "Plan 1"^^xsd:string ; | ||
| 39 | +. | ||
| 40 | +UC3:PlannedActivity_1 | ||
| 41 | + rdf:type ILAP:PlannedActivity ; | ||
| 42 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_E_Equipment> ; | ||
| 43 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | ||
| 44 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> ; | ||
| 45 | + ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; | ||
| 46 | + ILAP:hasActivityContractor <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 47 | + ILAP:hasActivityContractorWBS UC3:ContractorWBS_2 ; | ||
| 48 | + ILAP:hasActivityCurrentProgressPercent 0 ; | ||
| 49 | + ILAP:hasActivityDescription "Activity description text"^^xsd:string ; | ||
| 50 | + ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_X_Marine_Operations_and_Logistics> ; | ||
| 51 | + ILAP:hasActivityEstimatedWeight "10500"^^xsd:float ; | ||
| 52 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 53 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 54 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_4_Construction> ; | ||
| 55 | + ILAP:hasActivityLocation <http://data.posccaesar.org/brreg/Tananger> ; | ||
| 56 | + ILAP:hasActivityLocation <http://data.posccaesar.org/npd/EldfiskC> ; | ||
| 57 | + ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 58 | + ILAP:hasActivityPartActivity UC3:PlannedActivity_2 ; | ||
| 59 | + ILAP:hasActivityPercentComplete "10"^^xsd:float ; | ||
| 60 | + ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 61 | + ILAP:hasActivityPlan UC3:ProjectPlan_1 ; | ||
| 62 | + ILAP:hasActivityPlannedResource UC3:PlannedResource_1 ; | ||
| 63 | + ILAP:hasActivityPredecessor UC3:Successor_1 ; | ||
| 64 | + ILAP:hasActivityRegulator <http://data.posccaesar.org/brreg/NPD> ; | ||
| 65 | + ILAP:hasActivityResourceProfile UC3:Profile_1 ; | ||
| 66 | + ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 67 | + ILAP:hasActivityResponsiblePerson <http://data.posccaesar.org/pob/RolfHansen> ; | ||
| 68 | + ILAP:hasActivityResult <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 69 | + ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 70 | + ILAP:hasActivityServiceSupplier <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 71 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; | ||
| 72 | + ILAP:hasActivitySuccessor UC3:Successor_2 ; | ||
| 73 | + ILAP:hasActivityTaskLeader <http://data.posccaesar.org/pob/NiloErdal> ; | ||
| 74 | + ILAP:hasActivityVendor <http://data.posccaesar.org/brreg/SumitomoMetal> ; | ||
| 75 | + ILAP:hasActivityWorkVolume "500"^^xsd:float ; | ||
| 76 | + ILAP:hasExternalReference UC3:ExternalReference_1 ; | ||
| 77 | + rdfs:label "Planned activity 1"^^xsd:string ; | ||
| 78 | +. | ||
| 79 | +UC3:PlannedActivity_2 | ||
| 80 | + rdf:type ILAP:PlannedActivity ; | ||
| 81 | + rdfs:label "Planned activity 2"^^xsd:string ; | ||
| 82 | +. | ||
| 83 | +UC3:PlannedResource_1 | ||
| 84 | + rdf:type ILAP:PlannedResource ; | ||
| 85 | + rdfs:label "Planned resource 1"^^xsd:string ; | ||
| 86 | +. | ||
| 87 | +UC3:PortfolioPlan_1 | ||
| 88 | + rdf:type ILAP:PortfolioPlan ; | ||
| 89 | + rdfs:label "Portfolio plan 1"^^xsd:string ; | ||
| 90 | +. | ||
| 91 | +UC3:Profile_1 | ||
| 92 | + rdf:type ILAP:Profile ; | ||
| 93 | + rdfs:label "Profile 1"^^xsd:string ; | ||
| 94 | +. | ||
| 95 | +UC3:ProjectPlan_1 | ||
| 96 | + rdf:type ILAP:ProjectPlan ; | ||
| 97 | + ILAP:hasExternalReference UC3:ExternalReference_1 ; | ||
| 98 | + ILAP:hasPlanAsset UC3:Asset_1 ; | ||
| 99 | + ILAP:hasPlanAssetOwner <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 100 | + ILAP:hasPlanContentType <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 101 | + ILAP:hasPlanContractType <http://data.posccaesar.org/NCS_PLANNING/ScheduleDriven> ; | ||
| 102 | + ILAP:hasPlanContractor <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 103 | + ILAP:hasPlanExpenseType <http://data.posccaesar.org/NCS_PLANNING/OPEX> ; | ||
| 104 | + ILAP:hasPlanGeoArea <http://data.posccaesar.org/NCS_PLANNING/Facility> ; | ||
| 105 | + ILAP:hasPlanLevel <http://data.posccaesar.org/NCS_PLANNING/L4_ContractControlNetworkSchedule> ; | ||
| 106 | + ILAP:hasPlanLicensePartner <http://data.posccaesar.org/brreg/Lundin> ; | ||
| 107 | + ILAP:hasPlanLifecyclePhase <http://data.posccaesar.org/NCS_PLANNING/Maintenance> ; | ||
| 108 | + ILAP:hasPlanNPDelement <http://data.posccaesar.org/npd/EldfiskC> ; | ||
| 109 | + ILAP:hasPlanOperator <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 110 | + ILAP:hasPlanProject UC3:Project_1 ; | ||
| 111 | + ILAP:hasPlanProjectType <http://data.posccaesar.org/NCS_PLANNING/BrownFieldProject> ; | ||
| 112 | + ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NEA> ; | ||
| 113 | + ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NPD> ; | ||
| 114 | + ILAP:hasPlanResponsible <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 115 | + ILAP:hasPlanRollUp UC3:PortfolioPlan_1 ; | ||
| 116 | + ILAP:hasPlanServiceSupplier <http://data.posccaesar.org/brreg/Subsea7> ; | ||
| 117 | + ILAP:hasPlanSubplan UC3:ProjectPlan_2 ; | ||
| 118 | + ILAP:hasPlanUserField UC3:UserField_1 ; | ||
| 119 | + ILAP:hasPlanValueObjective <http://data.posccaesar.org/NCS_PLANNING/IncreasedRecovery> ; | ||
| 120 | + rdfs:label "Project plan 1"^^xsd:string ; | ||
| 121 | +. | ||
| 122 | +UC3:ProjectPlan_2 | ||
| 123 | + rdf:type ILAP:ProjectPlan ; | ||
| 124 | + rdfs:label "Project plan 2"^^xsd:string ; | ||
| 125 | +. | ||
| 126 | +UC3:Project_1 | ||
| 127 | + rdf:type ILAP:Project ; | ||
| 128 | + rdfs:label "Project 1"^^xsd:string ; | ||
| 129 | +. | ||
| 130 | +UC3:ScheduledActivity_1 | ||
| 131 | + rdf:type ILAP:ScheduledActivity ; | ||
| 132 | + ILAP:hasActivityActualWeight "11000"^^xsd:float ; | ||
| 133 | + ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; | ||
| 134 | + ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_1 ; | ||
| 135 | + ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 136 | + ILAP:hasActivitySchedule UC3:TargetSchedule_1 ; | ||
| 137 | + ILAP:hasActivityScheduledResource UC3:ScheduledResource_1 ; | ||
| 138 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; | ||
| 139 | + ILAP:hasExternalReference UC3:ExternalReference_1 ; | ||
| 140 | + rdfs:label "Scheduled activity 1"^^xsd:string ; | ||
| 141 | +. | ||
| 142 | +UC3:ScheduledActivity_2 | ||
| 143 | + rdf:type ILAP:ScheduledActivity ; | ||
| 144 | + ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_2 ; | ||
| 145 | + ILAP:hasActivitySchedule UC3:TargetSchedule_1 ; | ||
| 146 | + rdfs:label "Scheduled activity 2"^^xsd:string ; | ||
| 147 | +. | ||
| 148 | +UC3:ScheduledActivity_3 | ||
| 149 | + rdf:type ILAP:ScheduledActivity ; | ||
| 150 | + ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_1 ; | ||
| 151 | + ILAP:hasActivitySchedule UC3:ActualSchedule_1 ; | ||
| 152 | + rdfs:label "Scheduled activity 3"^^xsd:string ; | ||
| 153 | +. | ||
| 154 | +UC3:ScheduledActivity_4 | ||
| 155 | + rdf:type ILAP:ScheduledActivity ; | ||
| 156 | + ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_2 ; | ||
| 157 | + ILAP:hasActivitySchedule UC3:ActualSchedule_1 ; | ||
| 158 | + rdfs:label "Scheduled activity 4"^^xsd:string ; | ||
| 159 | +. | ||
| 160 | +UC3:ScheduledResource_1 | ||
| 161 | + rdf:type ILAP:ScheduledResource ; | ||
| 162 | + rdfs:label "Scheduled resource 1"^^xsd:string ; | ||
| 163 | +. | ||
| 164 | +UC3:Successor_1 | ||
| 165 | + rdf:type ILAP:Successor ; | ||
| 166 | + rdfs:label "Successor 1"^^xsd:string ; | ||
| 167 | +. | ||
| 168 | +UC3:Successor_2 | ||
| 169 | + rdf:type ILAP:Successor ; | ||
| 170 | + rdfs:label "Successor 2"^^xsd:string ; | ||
| 171 | +. | ||
| 172 | +UC3:TargetSchedule_1 | ||
| 173 | + rdf:type ILAP:TargetSchedule ; | ||
| 174 | + rdfs:label "Target schedule 1"^^xsd:string ; | ||
| 175 | +. | ||
| 176 | +UC3:UserField_1 | ||
| 177 | + rdf:type ILAP:UserField ; | ||
| 178 | + rdfs:label "User field 1"^^xsd:string ; | ||
| 179 | +. | ||
| 180 | +<http://data.posccaesar.org/brreg/LegalEntity> | ||
| 181 | + rdfs:subClassOf ILAP:ResponsibleOrganization ; | ||
| 182 | +. |
UseCaseData/.svn/text-base/UC4.ttl.svn-base
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/Data/UC4/ | ||
| 2 | +# imports: http://data.posccaesar.org/NCS_PLANNING/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 6 | +@prefix UC4: <http://data.posccaesar.org/Data/UC4/> . | ||
| 7 | +@prefix lci: <http://data.posccaesar.org/15926/tech/ontology/> . | ||
| 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | +UC4: | ||
| 13 | + rdf:type owl:Ontology ; | ||
| 14 | + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | ||
| 15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +UC4:BaselineSetting_1 | ||
| 18 | + rdf:type ILAP:BaselineSetting ; | ||
| 19 | + ILAP:hasBaseline UC4:ScheduledPlan_1 ; | ||
| 20 | + rdfs:label "Baseline setting 1"^^xsd:string ; | ||
| 21 | +. | ||
| 22 | +UC4:Planning_1 | ||
| 23 | + rdf:type ILAP:Planning ; | ||
| 24 | + lci:hasPart UC4:BaselineSetting_1 ; | ||
| 25 | + rdfs:label "Planning 1"^^xsd:string ; | ||
| 26 | +. | ||
| 27 | +UC4:ScheduledPlan_1 | ||
| 28 | + rdf:type ILAP:NetworkSchedule ; | ||
| 29 | + rdfs:label "Scheduled plan 1"^^xsd:string ; | ||
| 30 | +. |
UseCaseData/UC1.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/Data/UC1/ | ||
| 2 | +# imports: http://data.posccaesar.org/NCS_PLANNING/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 6 | +@prefix UC1: <http://data.posccaesar.org/Data/UC1/> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | +UC1: | ||
| 12 | + rdf:type owl:Ontology ; | ||
| 13 | + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | ||
| 14 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 15 | +. | ||
| 16 | +UC1:ActivityInPlan_1 | ||
| 17 | + rdf:type ILAP:PlannedActivity ; | ||
| 18 | + ILAP:hasActivityEstimatedWeight "10500"^^xsd:float ; | ||
| 19 | + ILAP:hasActivityPlan UC1:ProjectPlan_1 ; | ||
| 20 | + ILAP:hasActivityPlannedResource UC1:PlannedResource_1 ; | ||
| 21 | + rdfs:label "Activity in plan 1"^^xsd:string ; | ||
| 22 | +. | ||
| 23 | +UC1:ActivityInPlan_2 | ||
| 24 | + rdf:type ILAP:PlannedActivity ; | ||
| 25 | + ILAP:hasActivityPlan UC1:ProjectPlan_1 ; | ||
| 26 | + rdfs:label "Activity in plan 2"^^xsd:string ; | ||
| 27 | +. | ||
| 28 | +UC1:ActivityInSchedule_1 | ||
| 29 | + rdf:type ILAP:ScheduledActivity ; | ||
| 30 | + ILAP:hasActivityActualWeight "100750"^^xsd:float ; | ||
| 31 | + ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_1 ; | ||
| 32 | + ILAP:hasActivitySchedule UC1:TargetSchedule_1 ; | ||
| 33 | + ILAP:hasActivityScheduledResource UC1:ScheduledResource_1 ; | ||
| 34 | + rdfs:label "Activity in schedule 1"^^xsd:string ; | ||
| 35 | +. | ||
| 36 | +UC1:ActivityInSchedule_2 | ||
| 37 | + rdf:type ILAP:ScheduledActivity ; | ||
| 38 | + ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_1 ; | ||
| 39 | + ILAP:hasActivitySchedule UC1:ActualSchedule_1 ; | ||
| 40 | + rdfs:label "Activity in schedule 2"^^xsd:string ; | ||
| 41 | +. | ||
| 42 | +UC1:ActivityInSchedule_3 | ||
| 43 | + rdf:type ILAP:ScheduledActivity ; | ||
| 44 | + ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_2 ; | ||
| 45 | + ILAP:hasActivitySchedule UC1:TargetSchedule_1 ; | ||
| 46 | + rdfs:label "Activity in schedule 3"^^xsd:string ; | ||
| 47 | +. | ||
| 48 | +UC1:ActivityInSchedule_4 | ||
| 49 | + rdf:type ILAP:ScheduledActivity ; | ||
| 50 | + ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_2 ; | ||
| 51 | + ILAP:hasActivitySchedule UC1:ActualSchedule_1 ; | ||
| 52 | + rdfs:label "Activity in schedule 4"^^xsd:string ; | ||
| 53 | +. | ||
| 54 | +UC1:ActualSchedule_1 | ||
| 55 | + rdf:type ILAP:ActualSchedule ; | ||
| 56 | + ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ; | ||
| 57 | + ILAP:hasScheduleBaseline UC1:Baseline_1 ; | ||
| 58 | + ILAP:hasSchedulePlan UC1:ProjectPlan_1 ; | ||
| 59 | + rdfs:label "Actual schedule 1"^^xsd:string ; | ||
| 60 | +. | ||
| 61 | +UC1:Baseline_1 | ||
| 62 | + rdf:type ILAP:Baseline ; | ||
| 63 | + ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; | ||
| 64 | + rdfs:label "Baseline 1"^^xsd:string ; | ||
| 65 | +. | ||
| 66 | +UC1:Baseline_2 | ||
| 67 | + rdf:type ILAP:Baseline ; | ||
| 68 | + ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; | ||
| 69 | + rdfs:label "Baseline 2"^^xsd:string ; | ||
| 70 | +. | ||
| 71 | +UC1:Baseline_3 | ||
| 72 | + rdf:type ILAP:Baseline ; | ||
| 73 | + ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; | ||
| 74 | + rdfs:label "Baseline 3"^^xsd:string ; | ||
| 75 | +. | ||
| 76 | +UC1:Baseline_4 | ||
| 77 | + rdf:type ILAP:Baseline ; | ||
| 78 | + ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; | ||
| 79 | + rdfs:label "Baseline 4"^^xsd:string ; | ||
| 80 | +. | ||
| 81 | +UC1:CurrentSchedule_1 | ||
| 82 | + rdf:type ILAP:CurrentSchedule ; | ||
| 83 | + ILAP:hasScheduleBaseline UC1:Baseline_2 ; | ||
| 84 | + ILAP:hasSchedulePlan UC1:ProjectPlan_1 ; | ||
| 85 | + rdfs:label "Current schedule 1"^^xsd:string ; | ||
| 86 | +. | ||
| 87 | +UC1:LiveSchedule_1 | ||
| 88 | + rdf:type ILAP:LiveSchedule ; | ||
| 89 | + ILAP:hasScheduleBaseline UC1:Baseline_3 ; | ||
| 90 | + rdfs:label "Live schedule 1"^^xsd:string ; | ||
| 91 | +. | ||
| 92 | +UC1:Milestone_1 | ||
| 93 | + rdf:type ILAP:Milestone ; | ||
| 94 | + rdfs:label "Milestone 1"^^xsd:string ; | ||
| 95 | +. | ||
| 96 | +UC1:PlannedResource_1 | ||
| 97 | + rdf:type ILAP:PlannedResource ; | ||
| 98 | + ILAP:hasResourceProfile UC1:Profile_1 ; | ||
| 99 | + rdfs:label "Planned resource 1"^^xsd:string ; | ||
| 100 | +. | ||
| 101 | +UC1:ProfilePoint_1 | ||
| 102 | + rdf:type ILAP:ProfilePoint ; | ||
| 103 | + ILAP:hasProfilePointXValue "0.1"^^xsd:float ; | ||
| 104 | + ILAP:hasProfilePointYValue "0.2"^^xsd:float ; | ||
| 105 | + rdfs:label "Profile point 1"^^xsd:string ; | ||
| 106 | +. | ||
| 107 | +UC1:ProfilePoint_2 | ||
| 108 | + rdf:type ILAP:ProfilePoint ; | ||
| 109 | + ILAP:hasProfilePointXValue "1.0"^^xsd:float ; | ||
| 110 | + ILAP:hasProfilePointYValue "0.9"^^xsd:float ; | ||
| 111 | + rdfs:label "Profile point 2"^^xsd:string ; | ||
| 112 | +. | ||
| 113 | +UC1:Profile_1 | ||
| 114 | + rdf:type ILAP:Profile ; | ||
| 115 | + ILAP:hasProfilePoint ILAP:ProfilePoint_1 ; | ||
| 116 | + ILAP:hasProfilePoint ILAP:ProfilePoint_2 ; | ||
| 117 | + rdfs:label "Profile 1"^^xsd:string ; | ||
| 118 | +. | ||
| 119 | +UC1:ProjectPlan_1 | ||
| 120 | + rdf:type ILAP:ProjectPlan ; | ||
| 121 | + ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_1> ; | ||
| 122 | + ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_2> ; | ||
| 123 | + ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ; | ||
| 124 | + rdfs:label "Project plan 1"^^xsd:string ; | ||
| 125 | +. | ||
| 126 | +UC1:Project_1 | ||
| 127 | + rdf:type ILAP:Project ; | ||
| 128 | + rdfs:label "Project 1"^^xsd:string ; | ||
| 129 | +. | ||
| 130 | +UC1:ScheduledResource_1 | ||
| 131 | + rdf:type ILAP:ScheduledResource ; | ||
| 132 | + ILAP:hasResourceProfile UC1:Profile_1 ; | ||
| 133 | + rdfs:label "Scheduled resource 1"^^xsd:string ; | ||
| 134 | +. | ||
| 135 | +UC1:TargetSchedule_1 | ||
| 136 | + rdf:type ILAP:TargetSchedule ; | ||
| 137 | + ILAP:hasScheduleBaseline UC1:Baseline_4 ; | ||
| 138 | + ILAP:hasSchedulePlan UC1:ProjectPlan_1 ; | ||
| 139 | + rdfs:label "Target schedule 1"^^xsd:string ; | ||
| 140 | +. | ||
| 141 | +UC1:UserField_1 | ||
| 142 | + rdf:type ILAP:UserField ; | ||
| 143 | + rdfs:label "User field 1"^^xsd:string ; | ||
| 144 | +. | ||
| 145 | +UC1:UserField_2 | ||
| 146 | + rdf:type ILAP:UserField ; | ||
| 147 | + rdfs:label "User field 2"^^xsd:string ; | ||
| 148 | +. | ||
| 149 | +UC1:UserField_3 | ||
| 150 | + rdf:type ILAP:UserField ; | ||
| 151 | + rdfs:label "User field 3"^^xsd:string ; | ||
| 152 | +. | ||
| 153 | +<http://data.posccaesar.org/NCS_PLANNING/UserField_1> | ||
| 154 | + ILAP:hasUserFieldName "Area"^^xsd:string ; | ||
| 155 | + ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 156 | + ILAP:hasUserFieldValue "Processing System"^^xsd:string ; | ||
| 157 | +. | ||
| 158 | +<http://data.posccaesar.org/NCS_PLANNING/UserField_2> | ||
| 159 | + ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 160 | + ILAP:hasUserFieldValue "SAP-WO-101-3"^^xsd:string ; | ||
| 161 | +. | ||
| 162 | +<http://data.posccaesar.org/NCS_PLANNING/UserField_3> | ||
| 163 | + ILAP:hasUserFieldName "Risk Factor"^^xsd:string ; | ||
| 164 | + ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 165 | + ILAP:hasUserFieldValue "Explosive Environment"^^xsd:string ; | ||
| 166 | +. |
UseCaseData/UC2.ttl
0 → 100644
This diff is collapsed. Click to expand it.
UseCaseData/UC3.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/Data/UC3/ | ||
| 2 | +# imports: http://data.posccaesar.org/NCS_PLANNING/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 6 | +@prefix UC3: <http://data.posccaesar.org/Data/UC3/> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | +UC3: | ||
| 12 | + rdf:type owl:Ontology ; | ||
| 13 | + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | ||
| 14 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 15 | +. | ||
| 16 | +UC3:ActualSchedule_1 | ||
| 17 | + rdf:type ILAP:ActualSchedule ; | ||
| 18 | + rdfs:label "Actual schedule 1"^^xsd:string ; | ||
| 19 | +. | ||
| 20 | +UC3:Asset_1 | ||
| 21 | + rdf:type <http://ILAP_1.5/diskos#Asset> ; | ||
| 22 | + rdfs:label "Asset 1"^^xsd:string ; | ||
| 23 | +. | ||
| 24 | +UC3:ContractorWBS_1 | ||
| 25 | + rdf:type ILAP:ContractorWBS ; | ||
| 26 | + rdfs:label "Contractor WBS 1"^^xsd:string ; | ||
| 27 | +. | ||
| 28 | +UC3:ContractorWBS_2 | ||
| 29 | + rdf:type ILAP:ContractorWBS ; | ||
| 30 | + rdfs:label "Contractor WBS 2"^^xsd:string ; | ||
| 31 | +. | ||
| 32 | +UC3:ExternalReference_1 | ||
| 33 | + rdf:type ILAP:ExternalReference ; | ||
| 34 | + rdfs:label "External reference 1"^^xsd:string ; | ||
| 35 | +. | ||
| 36 | +UC3:Plan_1 | ||
| 37 | + rdf:type ILAP:ExecutionPlan ; | ||
| 38 | + rdfs:label "Plan 1"^^xsd:string ; | ||
| 39 | +. | ||
| 40 | +UC3:PlannedActivity_1 | ||
| 41 | + rdf:type ILAP:PlannedActivity ; | ||
| 42 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_E_Equipment> ; | ||
| 43 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | ||
| 44 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> ; | ||
| 45 | + ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; | ||
| 46 | + ILAP:hasActivityContractor <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 47 | + ILAP:hasActivityContractorWBS UC3:ContractorWBS_2 ; | ||
| 48 | + ILAP:hasActivityCurrentProgressPercent 0 ; | ||
| 49 | + ILAP:hasActivityDescription "Activity description text"^^xsd:string ; | ||
| 50 | + ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_X_Marine_Operations_and_Logistics> ; | ||
| 51 | + ILAP:hasActivityEstimatedWeight "10500"^^xsd:float ; | ||
| 52 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 53 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 54 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_4_Construction> ; | ||
| 55 | + ILAP:hasActivityLocation <http://data.posccaesar.org/brreg/Tananger> ; | ||
| 56 | + ILAP:hasActivityLocation <http://data.posccaesar.org/npd/EldfiskC> ; | ||
| 57 | + ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 58 | + ILAP:hasActivityPartActivity UC3:PlannedActivity_2 ; | ||
| 59 | + ILAP:hasActivityPercentComplete "10"^^xsd:float ; | ||
| 60 | + ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 61 | + ILAP:hasActivityPlan UC3:ProjectPlan_1 ; | ||
| 62 | + ILAP:hasActivityPlannedResource UC3:PlannedResource_1 ; | ||
| 63 | + ILAP:hasActivityPredecessor UC3:Successor_1 ; | ||
| 64 | + ILAP:hasActivityRegulator <http://data.posccaesar.org/brreg/NPD> ; | ||
| 65 | + ILAP:hasActivityResourceProfile UC3:Profile_1 ; | ||
| 66 | + ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 67 | + ILAP:hasActivityResponsiblePerson <http://data.posccaesar.org/pob/RolfHansen> ; | ||
| 68 | + ILAP:hasActivityResult <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 69 | + ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 70 | + ILAP:hasActivityServiceSupplier <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 71 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; | ||
| 72 | + ILAP:hasActivitySuccessor UC3:Successor_2 ; | ||
| 73 | + ILAP:hasActivityTaskLeader <http://data.posccaesar.org/pob/NiloErdal> ; | ||
| 74 | + ILAP:hasActivityVendor <http://data.posccaesar.org/brreg/SumitomoMetal> ; | ||
| 75 | + ILAP:hasActivityWorkVolume "500"^^xsd:float ; | ||
| 76 | + ILAP:hasExternalReference UC3:ExternalReference_1 ; | ||
| 77 | + rdfs:label "Planned activity 1"^^xsd:string ; | ||
| 78 | +. | ||
| 79 | +UC3:PlannedActivity_2 | ||
| 80 | + rdf:type ILAP:PlannedActivity ; | ||
| 81 | + rdfs:label "Planned activity 2"^^xsd:string ; | ||
| 82 | +. | ||
| 83 | +UC3:PlannedResource_1 | ||
| 84 | + rdf:type ILAP:PlannedResource ; | ||
| 85 | + rdfs:label "Planned resource 1"^^xsd:string ; | ||
| 86 | +. | ||
| 87 | +UC3:PortfolioPlan_1 | ||
| 88 | + rdf:type ILAP:PortfolioPlan ; | ||
| 89 | + rdfs:label "Portfolio plan 1"^^xsd:string ; | ||
| 90 | +. | ||
| 91 | +UC3:Profile_1 | ||
| 92 | + rdf:type ILAP:Profile ; | ||
| 93 | + rdfs:label "Profile 1"^^xsd:string ; | ||
| 94 | +. | ||
| 95 | +UC3:ProjectPlan_1 | ||
| 96 | + rdf:type ILAP:ProjectPlan ; | ||
| 97 | + ILAP:hasExternalReference UC3:ExternalReference_1 ; | ||
| 98 | + ILAP:hasPlanAsset UC3:Asset_1 ; | ||
| 99 | + ILAP:hasPlanAssetOwner <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 100 | + ILAP:hasPlanContentType <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 101 | + ILAP:hasPlanContractType <http://data.posccaesar.org/NCS_PLANNING/ScheduleDriven> ; | ||
| 102 | + ILAP:hasPlanContractor <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 103 | + ILAP:hasPlanExpenseType <http://data.posccaesar.org/NCS_PLANNING/OPEX> ; | ||
| 104 | + ILAP:hasPlanGeoArea <http://data.posccaesar.org/NCS_PLANNING/Facility> ; | ||
| 105 | + ILAP:hasPlanLevel <http://data.posccaesar.org/NCS_PLANNING/L4_ContractControlNetworkSchedule> ; | ||
| 106 | + ILAP:hasPlanLicensePartner <http://data.posccaesar.org/brreg/Lundin> ; | ||
| 107 | + ILAP:hasPlanLifecyclePhase <http://data.posccaesar.org/NCS_PLANNING/Maintenance> ; | ||
| 108 | + ILAP:hasPlanNPDelement <http://data.posccaesar.org/npd/EldfiskC> ; | ||
| 109 | + ILAP:hasPlanOperator <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 110 | + ILAP:hasPlanProject UC3:Project_1 ; | ||
| 111 | + ILAP:hasPlanProjectType <http://data.posccaesar.org/NCS_PLANNING/BrownFieldProject> ; | ||
| 112 | + ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NEA> ; | ||
| 113 | + ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NPD> ; | ||
| 114 | + ILAP:hasPlanResponsible <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 115 | + ILAP:hasPlanRollUp UC3:PortfolioPlan_1 ; | ||
| 116 | + ILAP:hasPlanServiceSupplier <http://data.posccaesar.org/brreg/Subsea7> ; | ||
| 117 | + ILAP:hasPlanSubplan UC3:ProjectPlan_2 ; | ||
| 118 | + ILAP:hasPlanUserField UC3:UserField_1 ; | ||
| 119 | + ILAP:hasPlanValueObjective <http://data.posccaesar.org/NCS_PLANNING/IncreasedRecovery> ; | ||
| 120 | + rdfs:label "Project plan 1"^^xsd:string ; | ||
| 121 | +. | ||
| 122 | +UC3:ProjectPlan_2 | ||
| 123 | + rdf:type ILAP:ProjectPlan ; | ||
| 124 | + rdfs:label "Project plan 2"^^xsd:string ; | ||
| 125 | +. | ||
| 126 | +UC3:Project_1 | ||
| 127 | + rdf:type ILAP:Project ; | ||
| 128 | + rdfs:label "Project 1"^^xsd:string ; | ||
| 129 | +. | ||
| 130 | +UC3:ScheduledActivity_1 | ||
| 131 | + rdf:type ILAP:ScheduledActivity ; | ||
| 132 | + ILAP:hasActivityActualWeight "11000"^^xsd:float ; | ||
| 133 | + ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; | ||
| 134 | + ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_1 ; | ||
| 135 | + ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 136 | + ILAP:hasActivitySchedule UC3:TargetSchedule_1 ; | ||
| 137 | + ILAP:hasActivityScheduledResource UC3:ScheduledResource_1 ; | ||
| 138 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; | ||
| 139 | + ILAP:hasExternalReference UC3:ExternalReference_1 ; | ||
| 140 | + rdfs:label "Scheduled activity 1"^^xsd:string ; | ||
| 141 | +. | ||
| 142 | +UC3:ScheduledActivity_2 | ||
| 143 | + rdf:type ILAP:ScheduledActivity ; | ||
| 144 | + ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_2 ; | ||
| 145 | + ILAP:hasActivitySchedule UC3:TargetSchedule_1 ; | ||
| 146 | + rdfs:label "Scheduled activity 2"^^xsd:string ; | ||
| 147 | +. | ||
| 148 | +UC3:ScheduledActivity_3 | ||
| 149 | + rdf:type ILAP:ScheduledActivity ; | ||
| 150 | + ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_1 ; | ||
| 151 | + ILAP:hasActivitySchedule UC3:ActualSchedule_1 ; | ||
| 152 | + rdfs:label "Scheduled activity 3"^^xsd:string ; | ||
| 153 | +. | ||
| 154 | +UC3:ScheduledActivity_4 | ||
| 155 | + rdf:type ILAP:ScheduledActivity ; | ||
| 156 | + ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_2 ; | ||
| 157 | + ILAP:hasActivitySchedule UC3:ActualSchedule_1 ; | ||
| 158 | + rdfs:label "Scheduled activity 4"^^xsd:string ; | ||
| 159 | +. | ||
| 160 | +UC3:ScheduledResource_1 | ||
| 161 | + rdf:type ILAP:ScheduledResource ; | ||
| 162 | + rdfs:label "Scheduled resource 1"^^xsd:string ; | ||
| 163 | +. | ||
| 164 | +UC3:Successor_1 | ||
| 165 | + rdf:type ILAP:Successor ; | ||
| 166 | + rdfs:label "Successor 1"^^xsd:string ; | ||
| 167 | +. | ||
| 168 | +UC3:Successor_2 | ||
| 169 | + rdf:type ILAP:Successor ; | ||
| 170 | + rdfs:label "Successor 2"^^xsd:string ; | ||
| 171 | +. | ||
| 172 | +UC3:TargetSchedule_1 | ||
| 173 | + rdf:type ILAP:TargetSchedule ; | ||
| 174 | + rdfs:label "Target schedule 1"^^xsd:string ; | ||
| 175 | +. | ||
| 176 | +UC3:UserField_1 | ||
| 177 | + rdf:type ILAP:UserField ; | ||
| 178 | + rdfs:label "User field 1"^^xsd:string ; | ||
| 179 | +. | ||
| 180 | +<http://data.posccaesar.org/brreg/LegalEntity> | ||
| 181 | + rdfs:subClassOf ILAP:ResponsibleOrganization ; | ||
| 182 | +. |
UseCaseData/UC4.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/Data/UC4/ | ||
| 2 | +# imports: http://data.posccaesar.org/NCS_PLANNING/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 6 | +@prefix UC4: <http://data.posccaesar.org/Data/UC4/> . | ||
| 7 | +@prefix lci: <http://data.posccaesar.org/15926/tech/ontology/> . | ||
| 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | +UC4: | ||
| 13 | + rdf:type owl:Ontology ; | ||
| 14 | + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | ||
| 15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +UC4:BaselineSetting_1 | ||
| 18 | + rdf:type ILAP:BaselineSetting ; | ||
| 19 | + ILAP:hasBaseline UC4:ScheduledPlan_1 ; | ||
| 20 | + rdfs:label "Baseline setting 1"^^xsd:string ; | ||
| 21 | +. | ||
| 22 | +UC4:Planning_1 | ||
| 23 | + rdf:type ILAP:Planning ; | ||
| 24 | + lci:hasPart UC4:BaselineSetting_1 ; | ||
| 25 | + rdfs:label "Planning 1"^^xsd:string ; | ||
| 26 | +. | ||
| 27 | +UC4:ScheduledPlan_1 | ||
| 28 | + rdf:type ILAP:NetworkSchedule ; | ||
| 29 | + rdfs:label "Scheduled plan 1"^^xsd:string ; | ||
| 30 | +. |
deleteMe.txt
deleted
100644 → 0
File mode changed
-
Please register or login to post a comment