Showing
2 changed files
with
75 additions
and
62 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
| 15 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 15 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 16 | 16 | ||
| 17 | : rdf:type owl:Ontology ; | 17 | : rdf:type owl:Ontology ; |
| 18 | - owl:imports USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . | 18 | + owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , USERFIELDS: . |
| 19 | 19 | ||
| 20 | ILAP: | 20 | ILAP: |
| 21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| ... | @@ -137,33 +137,9 @@ ILAP:Country | ... | @@ -137,33 +137,9 @@ ILAP:Country |
| 137 | rdf:type ILAP:PlanGeoArea ; | 137 | rdf:type ILAP:PlanGeoArea ; |
| 138 | rdfs:label "Country"^^xsd:string . | 138 | rdfs:label "Country"^^xsd:string . |
| 139 | 139 | ||
| 140 | -ILAP:DG1 | 140 | +ILAP:DEES |
| 141 | - rdf:type ILAP:DecisionGate ; | 141 | + rdf:type ILAP:Application ; |
| 142 | - rdfs:label "DG1"^^xsd:string . | 142 | + rdfs:label "DEES"^^xsd:string . |
| 143 | - | ||
| 144 | -ILAP:DG2 | ||
| 145 | - rdf:type ILAP:DecisionGate ; | ||
| 146 | - rdfs:label "DG2"^^xsd:string . | ||
| 147 | - | ||
| 148 | -ILAP:DG3 | ||
| 149 | - rdf:type ILAP:DecisionGate ; | ||
| 150 | - rdfs:label "DG3"^^xsd:string . | ||
| 151 | - | ||
| 152 | -ILAP:DG4 | ||
| 153 | - rdf:type ILAP:DecisionGate ; | ||
| 154 | - rdfs:label "DG4"^^xsd:string . | ||
| 155 | - | ||
| 156 | -ILAP:DG5 | ||
| 157 | - rdf:type ILAP:DecisionGate ; | ||
| 158 | - rdfs:label "DG5"^^xsd:string . | ||
| 159 | - | ||
| 160 | -ILAP:DG6 | ||
| 161 | - rdf:type ILAP:DecisionGate ; | ||
| 162 | - rdfs:label "DG6"^^xsd:string . | ||
| 163 | - | ||
| 164 | -ILAP:DG7 | ||
| 165 | - rdf:type ILAP:DecisionGate ; | ||
| 166 | - rdfs:label "DG7"^^xsd:string . | ||
| 167 | 143 | ||
| 168 | ILAP:DependentOnShutdown | 144 | ILAP:DependentOnShutdown |
| 169 | rdf:type ILAP:ShutdownType ; | 145 | rdf:type ILAP:ShutdownType ; |
| ... | @@ -171,7 +147,7 @@ ILAP:DependentOnShutdown | ... | @@ -171,7 +147,7 @@ ILAP:DependentOnShutdown |
| 171 | 147 | ||
| 172 | ILAP:Development | 148 | ILAP:Development |
| 173 | rdf:type ILAP:PlanLifecycleStage ; | 149 | rdf:type ILAP:PlanLifecycleStage ; |
| 174 | - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . | 150 | + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . |
| 175 | 151 | ||
| 176 | ILAP:DisasterRecovery | 152 | ILAP:DisasterRecovery |
| 177 | rdf:type ILAP:PlanObjectiveType ; | 153 | rdf:type ILAP:PlanObjectiveType ; |
| ... | @@ -198,13 +174,21 @@ ILAP:DuringNormalOperation | ... | @@ -198,13 +174,21 @@ ILAP:DuringNormalOperation |
| 198 | rdfs:label "During Normal Operation"^^xsd:string . | 174 | rdfs:label "During Normal Operation"^^xsd:string . |
| 199 | 175 | ||
| 200 | ILAP:DuringShutdown | 176 | ILAP:DuringShutdown |
| 201 | - rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; | 177 | + rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; |
| 202 | - rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . | 178 | + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . |
| 179 | + | ||
| 180 | +ILAP:EIS | ||
| 181 | + rdf:type ILAP:Application ; | ||
| 182 | + rdfs:label "EIS"^^xsd:string . | ||
| 203 | 183 | ||
| 204 | ILAP:EquipmentShutdown | 184 | ILAP:EquipmentShutdown |
| 205 | rdf:type ILAP:ShutdownType ; | 185 | rdf:type ILAP:ShutdownType ; |
| 206 | rdfs:label "Equipment Shutdown"^^xsd:string . | 186 | rdfs:label "Equipment Shutdown"^^xsd:string . |
| 207 | 187 | ||
| 188 | +ILAP:Excel | ||
| 189 | + rdf:type ILAP:Application ; | ||
| 190 | + rdfs:label "Excel"^^xsd:string . | ||
| 191 | + | ||
| 208 | ILAP:Exploration | 192 | ILAP:Exploration |
| 209 | rdf:type ILAP:PlanLifecycleStage ; | 193 | rdf:type ILAP:PlanLifecycleStage ; |
| 210 | rdfs:label "Exploration"^^xsd:string . | 194 | rdfs:label "Exploration"^^xsd:string . |
| ... | @@ -229,6 +213,10 @@ ILAP:FieldStudy | ... | @@ -229,6 +213,10 @@ ILAP:FieldStudy |
| 229 | rdf:type ILAP:PlanProjectType ; | 213 | rdf:type ILAP:PlanProjectType ; |
| 230 | rdfs:label "Field study"^^xsd:string . | 214 | rdfs:label "Field study"^^xsd:string . |
| 231 | 215 | ||
| 216 | +ILAP:FourD_E_and_I | ||
| 217 | + rdf:type ILAP:Application ; | ||
| 218 | + rdfs:label "4D E&I"^^xsd:string . | ||
| 219 | + | ||
| 232 | ILAP:FrameAgreement | 220 | ILAP:FrameAgreement |
| 233 | rdf:type owl:Class ; | 221 | rdf:type owl:Class ; |
| 234 | rdfs:label "Frame agreement"^^xsd:string ; | 222 | rdfs:label "Frame agreement"^^xsd:string ; |
| ... | @@ -294,18 +282,21 @@ ILAP:HighActivityPeriod | ... | @@ -294,18 +282,21 @@ ILAP:HighActivityPeriod |
| 294 | rdfs:label "High activity period"^^xsd:string . | 282 | rdfs:label "High activity period"^^xsd:string . |
| 295 | 283 | ||
| 296 | ILAP:HighCriticality | 284 | ILAP:HighCriticality |
| 297 | - rdf:type ILAP:DegreeOfCriticality ; | 285 | + rdf:type ILAP:Criticality ; |
| 298 | rdfs:label "High criticality"^^xsd:string . | 286 | rdfs:label "High criticality"^^xsd:string . |
| 299 | 287 | ||
| 300 | ILAP:HighPriority | 288 | ILAP:HighPriority |
| 301 | - rdf:type ILAP:DegreeOfPriority ; | 289 | + rdf:type ILAP:Priority . |
| 302 | - rdfs:label "High priority"^^xsd:string . | ||
| 303 | 290 | ||
| 304 | ILAP:HotWork | 291 | ILAP:HotWork |
| 305 | rdf:type owl:Class ; | 292 | rdf:type owl:Class ; |
| 306 | rdfs:label "Hot work"^^xsd:string ; | 293 | rdfs:label "Hot work"^^xsd:string ; |
| 307 | rdfs:subClassOf ILAP:RiskType . | 294 | rdfs:subClassOf ILAP:RiskType . |
| 308 | 295 | ||
| 296 | +ILAP:IFS | ||
| 297 | + rdf:type ILAP:Application ; | ||
| 298 | + rdfs:label "IFS"^^xsd:string . | ||
| 299 | + | ||
| 309 | ILAP:IncentiveContract | 300 | ILAP:IncentiveContract |
| 310 | rdf:type owl:Class ; | 301 | rdf:type owl:Class ; |
| 311 | rdfs:label "Incentive contract"^^xsd:string ; | 302 | rdfs:label "Incentive contract"^^xsd:string ; |
| ... | @@ -370,18 +361,21 @@ ILAP:LivingQuarterShutdown | ... | @@ -370,18 +361,21 @@ ILAP:LivingQuarterShutdown |
| 370 | rdfs:label "Living Quarter Shutdown"^^xsd:string . | 361 | rdfs:label "Living Quarter Shutdown"^^xsd:string . |
| 371 | 362 | ||
| 372 | ILAP:LowCriticality | 363 | ILAP:LowCriticality |
| 373 | - rdf:type ILAP:DegreeOfCriticality ; | 364 | + rdf:type ILAP:Criticality ; |
| 374 | rdfs:label "Low criticality"^^xsd:string . | 365 | rdfs:label "Low criticality"^^xsd:string . |
| 375 | 366 | ||
| 376 | ILAP:LowPriority | 367 | ILAP:LowPriority |
| 377 | - rdf:type ILAP:DegreeOfPriority ; | 368 | + rdf:type ILAP:Priority . |
| 378 | - rdfs:label "Low priority"^^xsd:string . | ||
| 379 | 369 | ||
| 380 | ILAP:LumpSumContract | 370 | ILAP:LumpSumContract |
| 381 | rdf:type owl:Class ; | 371 | rdf:type owl:Class ; |
| 382 | rdfs:label "Lump sum contract"^^xsd:string ; | 372 | rdfs:label "Lump sum contract"^^xsd:string ; |
| 383 | rdfs:subClassOf ILAP:Contract . | 373 | rdfs:subClassOf ILAP:Contract . |
| 384 | 374 | ||
| 375 | +ILAP:MS_Project | ||
| 376 | + rdf:type ILAP:Application ; | ||
| 377 | + rdfs:label "MS Project"^^xsd:string . | ||
| 378 | + | ||
| 385 | ILAP:Maintenance | 379 | ILAP:Maintenance |
| 386 | rdf:type ILAP:PlanLifecycleStage ; | 380 | rdf:type ILAP:PlanLifecycleStage ; |
| 387 | rdfs:label "Maintenance"^^xsd:string . | 381 | rdfs:label "Maintenance"^^xsd:string . |
| ... | @@ -449,12 +443,11 @@ ILAP:NonScheduledShutdown | ... | @@ -449,12 +443,11 @@ ILAP:NonScheduledShutdown |
| 449 | rdfs:label "Non-Scheduled Shutdown"^^xsd:string . | 443 | rdfs:label "Non-Scheduled Shutdown"^^xsd:string . |
| 450 | 444 | ||
| 451 | ILAP:NormalCriticality | 445 | ILAP:NormalCriticality |
| 452 | - rdf:type ILAP:DegreeOfCriticality ; | 446 | + rdf:type ILAP:Criticality ; |
| 453 | rdfs:label "Normal criticality"^^xsd:string . | 447 | rdfs:label "Normal criticality"^^xsd:string . |
| 454 | 448 | ||
| 455 | ILAP:NormalPriority | 449 | ILAP:NormalPriority |
| 456 | - rdf:type ILAP:DegreeOfPriority ; | 450 | + rdf:type ILAP:Priority . |
| 457 | - rdfs:label "Normal priority"^^xsd:string . | ||
| 458 | 451 | ||
| 459 | ILAP:OPEX | 452 | ILAP:OPEX |
| 460 | rdf:type ILAP:PlanExpenseType ; | 453 | rdf:type ILAP:PlanExpenseType ; |
| ... | @@ -472,6 +465,10 @@ ILAP:OperationAndMaintenance | ... | @@ -472,6 +465,10 @@ ILAP:OperationAndMaintenance |
| 472 | rdf:type ILAP:PlanProjectType ; | 465 | rdf:type ILAP:PlanProjectType ; |
| 473 | rdfs:label "Operation and maintenance"^^xsd:string . | 466 | rdfs:label "Operation and maintenance"^^xsd:string . |
| 474 | 467 | ||
| 468 | +ILAP:Pacs | ||
| 469 | + rdf:type ILAP:Application ; | ||
| 470 | + rdfs:label "Pacs"^^xsd:string . | ||
| 471 | + | ||
| 475 | ILAP:Pending | 472 | ILAP:Pending |
| 476 | rdf:type ILAP:Status ; | 473 | rdf:type ILAP:Status ; |
| 477 | rdfs:label "Pending"^^xsd:string . | 474 | rdfs:label "Pending"^^xsd:string . |
| ... | @@ -488,6 +485,14 @@ ILAP:Primavera | ... | @@ -488,6 +485,14 @@ ILAP:Primavera |
| 488 | rdf:type ILAP:Application ; | 485 | rdf:type ILAP:Application ; |
| 489 | rdfs:label "Primavera"^^xsd:string . | 486 | rdfs:label "Primavera"^^xsd:string . |
| 490 | 487 | ||
| 488 | +ILAP:ProArc | ||
| 489 | + rdf:type ILAP:Application ; | ||
| 490 | + rdfs:label "Pro arc"^^xsd:string . | ||
| 491 | + | ||
| 492 | +ILAP:Procosys | ||
| 493 | + rdf:type ILAP:Application ; | ||
| 494 | + rdfs:label "Procosys"^^xsd:string . | ||
| 495 | + | ||
| 491 | ILAP:ProductionShutdown | 496 | ILAP:ProductionShutdown |
| 492 | rdf:type ILAP:ShutdownType ; | 497 | rdf:type ILAP:ShutdownType ; |
| 493 | rdfs:label "Production Shutdown"^^xsd:string . | 498 | rdfs:label "Production Shutdown"^^xsd:string . |
| ... | @@ -592,11 +597,15 @@ ILAP:ShutdownNotEvaluated | ... | @@ -592,11 +597,15 @@ ILAP:ShutdownNotEvaluated |
| 592 | rdf:type ILAP:ShutdownType ; | 597 | rdf:type ILAP:ShutdownType ; |
| 593 | rdfs:label "Shutdown not evaluated"^^xsd:string . | 598 | rdfs:label "Shutdown not evaluated"^^xsd:string . |
| 594 | 599 | ||
| 600 | +ILAP:Smartplant_Foundation | ||
| 601 | + rdf:type ILAP:Application ; | ||
| 602 | + rdfs:label "Smartplant Foundation"^^xsd:string . | ||
| 603 | + | ||
| 595 | ILAP:StandardFreeWeekendPeriod | 604 | ILAP:StandardFreeWeekendPeriod |
| 596 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 605 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 597 | rdfs:label "Standard free weekend period"^^xsd:string ; | 606 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 598 | ILAP:hasCalendarPeriodFreeDay | 607 | ILAP:hasCalendarPeriodFreeDay |
| 599 | - ILAP:Sunday , ILAP:Saturday . | 608 | + ILAP:Saturday , ILAP:Sunday . |
| 600 | 609 | ||
| 601 | ILAP:StandardWorkWeekdayPeriod | 610 | ILAP:StandardWorkWeekdayPeriod |
| 602 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 611 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| ... | @@ -679,6 +688,10 @@ ILAP:Wellbore | ... | @@ -679,6 +688,10 @@ ILAP:Wellbore |
| 679 | rdf:type ILAP:PlanGeoArea ; | 688 | rdf:type ILAP:PlanGeoArea ; |
| 680 | rdfs:label "Wellbore"^^xsd:string . | 689 | rdfs:label "Wellbore"^^xsd:string . |
| 681 | 690 | ||
| 691 | +ILAP:WinFab | ||
| 692 | + rdf:type ILAP:Application ; | ||
| 693 | + rdfs:label "Win fab"^^xsd:string . | ||
| 694 | + | ||
| 682 | ILAP:hasActivityBaselineSchedule | 695 | ILAP:hasActivityBaselineSchedule |
| 683 | rdfs:range ILAP:Schedule . | 696 | rdfs:range ILAP:Schedule . |
| 684 | 697 | ||
| ... | @@ -755,10 +768,10 @@ ILAP:hasWorkTaskResponsible | ... | @@ -755,10 +768,10 @@ ILAP:hasWorkTaskResponsible |
| 755 | rdfs:range ILAP:ResponsiblePerson . | 768 | rdfs:range ILAP:ResponsiblePerson . |
| 756 | 769 | ||
| 757 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 770 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
| 758 | - rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . | 771 | + rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . |
| 759 | 772 | ||
| 760 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 773 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
| 761 | - rdfs:subClassOf ILAP:Result , ILAP:Asset . | 774 | + rdfs:subClassOf ILAP:Asset , ILAP:Result . |
| 762 | 775 | ||
| 763 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | 776 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> |
| 764 | rdfs:subClassOf ILAP:Phase . | 777 | rdfs:subClassOf ILAP:Phase . |
| ... | @@ -768,63 +781,63 @@ USERFIELDS:UserField | ... | @@ -768,63 +781,63 @@ USERFIELDS:UserField |
| 768 | [ rdf:type owl:Restriction ; | 781 | [ rdf:type owl:Restriction ; |
| 769 | owl:maxQualifiedCardinality | 782 | owl:maxQualifiedCardinality |
| 770 | "1"^^xsd:nonNegativeInteger ; | 783 | "1"^^xsd:nonNegativeInteger ; |
| 771 | - owl:onClass ILAP:Discipline ; | 784 | + owl:onClass ILAP:ShutdownType ; |
| 772 | - owl:onProperty USERFIELDS:hasDiscipline | 785 | + owl:onProperty USERFIELDS:hasShutdownType |
| 773 | ] ; | 786 | ] ; |
| 774 | rdfs:subClassOf | 787 | rdfs:subClassOf |
| 775 | [ rdf:type owl:Restriction ; | 788 | [ rdf:type owl:Restriction ; |
| 776 | owl:maxQualifiedCardinality | 789 | owl:maxQualifiedCardinality |
| 777 | "1"^^xsd:nonNegativeInteger ; | 790 | "1"^^xsd:nonNegativeInteger ; |
| 778 | - owl:onClass ILAP:MilestoneType ; | 791 | + owl:onClass ILAP:Result ; |
| 779 | - owl:onProperty USERFIELDS:hasMilestone | 792 | + owl:onProperty USERFIELDS:hasProduct |
| 780 | ] ; | 793 | ] ; |
| 781 | rdfs:subClassOf | 794 | rdfs:subClassOf |
| 782 | [ rdf:type owl:Restriction ; | 795 | [ rdf:type owl:Restriction ; |
| 783 | owl:maxQualifiedCardinality | 796 | owl:maxQualifiedCardinality |
| 784 | "1"^^xsd:nonNegativeInteger ; | 797 | "1"^^xsd:nonNegativeInteger ; |
| 785 | - owl:onClass ILAP:Contractor ; | 798 | + owl:onClass ILAP:Phase ; |
| 786 | - owl:onProperty USERFIELDS:hasContractor | 799 | + owl:onProperty USERFIELDS:hasProjectPhase |
| 787 | ] ; | 800 | ] ; |
| 788 | rdfs:subClassOf | 801 | rdfs:subClassOf |
| 789 | [ rdf:type owl:Restriction ; | 802 | [ rdf:type owl:Restriction ; |
| 790 | owl:maxQualifiedCardinality | 803 | owl:maxQualifiedCardinality |
| 791 | "1"^^xsd:nonNegativeInteger ; | 804 | "1"^^xsd:nonNegativeInteger ; |
| 792 | - owl:onClass ILAP:Facility ; | 805 | + owl:onClass ILAP:Discipline ; |
| 793 | - owl:onProperty USERFIELDS:hasFacility | 806 | + owl:onProperty USERFIELDS:hasCategory |
| 794 | ] ; | 807 | ] ; |
| 795 | rdfs:subClassOf | 808 | rdfs:subClassOf |
| 796 | [ rdf:type owl:Restriction ; | 809 | [ rdf:type owl:Restriction ; |
| 797 | owl:maxQualifiedCardinality | 810 | owl:maxQualifiedCardinality |
| 798 | "1"^^xsd:nonNegativeInteger ; | 811 | "1"^^xsd:nonNegativeInteger ; |
| 799 | - owl:onClass ILAP:Discipline ; | 812 | + owl:onClass ILAP:Facility ; |
| 800 | - owl:onProperty USERFIELDS:hasCategory | 813 | + owl:onProperty USERFIELDS:hasFacility |
| 801 | ] ; | 814 | ] ; |
| 802 | rdfs:subClassOf | 815 | rdfs:subClassOf |
| 803 | [ rdf:type owl:Restriction ; | 816 | [ rdf:type owl:Restriction ; |
| 804 | owl:maxQualifiedCardinality | 817 | owl:maxQualifiedCardinality |
| 805 | "1"^^xsd:nonNegativeInteger ; | 818 | "1"^^xsd:nonNegativeInteger ; |
| 806 | - owl:onClass ILAP:Phase ; | 819 | + owl:onClass ILAP:Contractor ; |
| 807 | - owl:onProperty USERFIELDS:hasProjectPhase | 820 | + owl:onProperty USERFIELDS:hasContractor |
| 808 | ] ; | 821 | ] ; |
| 809 | rdfs:subClassOf | 822 | rdfs:subClassOf |
| 810 | [ rdf:type owl:Restriction ; | 823 | [ rdf:type owl:Restriction ; |
| 811 | owl:maxQualifiedCardinality | 824 | owl:maxQualifiedCardinality |
| 812 | "1"^^xsd:nonNegativeInteger ; | 825 | "1"^^xsd:nonNegativeInteger ; |
| 813 | - owl:onClass ILAP:Result ; | 826 | + owl:onClass ILAP:MilestoneType ; |
| 814 | - owl:onProperty USERFIELDS:hasProduct | 827 | + owl:onProperty USERFIELDS:hasMilestone |
| 815 | ] ; | 828 | ] ; |
| 816 | rdfs:subClassOf | 829 | rdfs:subClassOf |
| 817 | [ rdf:type owl:Restriction ; | 830 | [ rdf:type owl:Restriction ; |
| 818 | owl:maxQualifiedCardinality | 831 | owl:maxQualifiedCardinality |
| 819 | "1"^^xsd:nonNegativeInteger ; | 832 | "1"^^xsd:nonNegativeInteger ; |
| 820 | - owl:onClass ILAP:ShutdownType ; | 833 | + owl:onClass ILAP:Discipline ; |
| 821 | - owl:onProperty USERFIELDS:hasShutdownType | 834 | + owl:onProperty USERFIELDS:hasDiscipline |
| 822 | ] . | 835 | ] . |
| 823 | 836 | ||
| 824 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 837 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
| 825 | rdf:type owl:Class ; | 838 | rdf:type owl:Class ; |
| 826 | - rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; | 839 | + rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ; |
| 827 | - rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor . | 840 | + rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator . |
| 828 | 841 | ||
| 829 | <http://data.posccaesar.org/npd/ontology/productionFacility> | 842 | <http://data.posccaesar.org/npd/ontology/productionFacility> |
| 830 | rdf:type owl:Class ; | 843 | rdf:type owl:Class ; |
| ... | @@ -834,7 +847,7 @@ USERFIELDS:UserField | ... | @@ -834,7 +847,7 @@ USERFIELDS:UserField |
| 834 | rdl:RDS282149 | 847 | rdl:RDS282149 |
| 835 | rdf:type owl:Class ; | 848 | rdf:type owl:Class ; |
| 836 | rdfs:label "RDS282149"^^xsd:string ; | 849 | rdfs:label "RDS282149"^^xsd:string ; |
| 837 | - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . | 850 | + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . |
| 838 | 851 | ||
| 839 | <http://data.posccaesar.orgnpd/ontology/License> | 852 | <http://data.posccaesar.orgnpd/ontology/License> |
| 840 | rdf:type owl:Class ; | 853 | rdf:type owl:Class ; | ... | ... |
-
Please register or login to post a comment