Showing
3 changed files
with
111 additions
and
97 deletions
... | @@ -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 ; |
... | @@ -127,7 +127,7 @@ ILAP:DependentOnShutdown | ... | @@ -127,7 +127,7 @@ ILAP:DependentOnShutdown |
127 | 127 | ||
128 | ILAP:Development | 128 | ILAP:Development |
129 | rdf:type ILAP:PlanLifecycleStage ; | 129 | rdf:type ILAP:PlanLifecycleStage ; |
130 | - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . | 130 | + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . |
131 | 131 | ||
132 | ILAP:DisasterRecovery | 132 | ILAP:DisasterRecovery |
133 | rdf:type ILAP:PlanObjectiveType ; | 133 | rdf:type ILAP:PlanObjectiveType ; |
... | @@ -154,8 +154,8 @@ ILAP:DuringNormalOperation | ... | @@ -154,8 +154,8 @@ ILAP:DuringNormalOperation |
154 | rdfs:label "During Normal Operation"^^xsd:string . | 154 | rdfs:label "During Normal Operation"^^xsd:string . |
155 | 155 | ||
156 | ILAP:DuringShutdown | 156 | ILAP:DuringShutdown |
157 | - rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; | 157 | + rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; |
158 | - rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . | 158 | + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . |
159 | 159 | ||
160 | ILAP:EquipmentShutdown | 160 | ILAP:EquipmentShutdown |
161 | rdf:type ILAP:ShutdownType ; | 161 | rdf:type ILAP:ShutdownType ; |
... | @@ -501,7 +501,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -501,7 +501,7 @@ ILAP:StandardFreeWeekendPeriod |
501 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 501 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
502 | rdfs:label "Standard free weekend period"^^xsd:string ; | 502 | rdfs:label "Standard free weekend period"^^xsd:string ; |
503 | ILAP:hasCalendarPeriodFreeDay | 503 | ILAP:hasCalendarPeriodFreeDay |
504 | - ILAP:Sunday , ILAP:Saturday . | 504 | + ILAP:Saturday , ILAP:Sunday . |
505 | 505 | ||
506 | ILAP:StandardWorkWeekdayPeriod | 506 | ILAP:StandardWorkWeekdayPeriod |
507 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 507 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
... | @@ -654,10 +654,10 @@ ILAP:hasWorkTaskResponsible | ... | @@ -654,10 +654,10 @@ ILAP:hasWorkTaskResponsible |
654 | rdfs:range ILAP:ResponsiblePerson . | 654 | rdfs:range ILAP:ResponsiblePerson . |
655 | 655 | ||
656 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 656 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
657 | - rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . | 657 | + rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . |
658 | 658 | ||
659 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 659 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
660 | - rdfs:subClassOf ILAP:Result , ILAP:Asset . | 660 | + rdfs:subClassOf ILAP:Asset , ILAP:Result . |
661 | 661 | ||
662 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | 662 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> |
663 | rdfs:subClassOf ILAP:Phase . | 663 | rdfs:subClassOf ILAP:Phase . |
... | @@ -667,8 +667,8 @@ USERFIELDS:UserField | ... | @@ -667,8 +667,8 @@ USERFIELDS:UserField |
667 | [ rdf:type owl:Restriction ; | 667 | [ rdf:type owl:Restriction ; |
668 | owl:maxQualifiedCardinality | 668 | owl:maxQualifiedCardinality |
669 | "1"^^xsd:nonNegativeInteger ; | 669 | "1"^^xsd:nonNegativeInteger ; |
670 | - owl:onClass ILAP:MilestoneType ; | 670 | + owl:onClass ILAP:Facility ; |
671 | - owl:onProperty USERFIELDS:hasMilestone | 671 | + owl:onProperty USERFIELDS:hasFacility |
672 | ] ; | 672 | ] ; |
673 | rdfs:subClassOf | 673 | rdfs:subClassOf |
674 | [ rdf:type owl:Restriction ; | 674 | [ rdf:type owl:Restriction ; |
... | @@ -676,12 +676,19 @@ USERFIELDS:UserField | ... | @@ -676,12 +676,19 @@ USERFIELDS:UserField |
676 | "1"^^xsd:nonNegativeInteger ; | 676 | "1"^^xsd:nonNegativeInteger ; |
677 | owl:onClass ILAP:Contractor ; | 677 | owl:onClass ILAP:Contractor ; |
678 | owl:onProperty USERFIELDS:hasContractor | 678 | owl:onProperty USERFIELDS:hasContractor |
679 | + ] ; | ||
680 | + rdfs:subClassOf | ||
681 | + [ rdf:type owl:Restriction ; | ||
682 | + owl:maxQualifiedCardinality | ||
683 | + "1"^^xsd:nonNegativeInteger ; | ||
684 | + owl:onClass ILAP:MilestoneType ; | ||
685 | + owl:onProperty USERFIELDS:hasMilestone | ||
679 | ] . | 686 | ] . |
680 | 687 | ||
681 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 688 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
682 | rdf:type owl:Class ; | 689 | rdf:type owl:Class ; |
683 | - rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; | 690 | + rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ; |
684 | - rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor . | 691 | + rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator . |
685 | 692 | ||
686 | <http://data.posccaesar.org/npd/ontology/productionFacility> | 693 | <http://data.posccaesar.org/npd/ontology/productionFacility> |
687 | rdf:type owl:Class ; | 694 | rdf:type owl:Class ; |
... | @@ -691,7 +698,7 @@ USERFIELDS:UserField | ... | @@ -691,7 +698,7 @@ USERFIELDS:UserField |
691 | rdl:RDS282149 | 698 | rdl:RDS282149 |
692 | rdf:type owl:Class ; | 699 | rdf:type owl:Class ; |
693 | rdfs:label "RDS282149"^^xsd:string ; | 700 | rdfs:label "RDS282149"^^xsd:string ; |
694 | - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . | 701 | + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . |
695 | 702 | ||
696 | <http://data.posccaesar.orgnpd/ontology/License> | 703 | <http://data.posccaesar.orgnpd/ontology/License> |
697 | rdf:type owl:Class ; | 704 | rdf:type owl:Class ; | ... | ... |
... | @@ -18,7 +18,7 @@ UC1: rdf:type owl:Ontology ; | ... | @@ -18,7 +18,7 @@ UC1: rdf:type owl:Ontology ; |
18 | <http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0> | 18 | <http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0> |
19 | rdf:type USERFIELDS:FreeTextField ; | 19 | rdf:type USERFIELDS:FreeTextField ; |
20 | rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 20 | rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
21 | - USERFIELDS:hasShort "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string , "H207-WHRU"^^xsd:string . | 21 | + USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "H373-DUCT"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string . |
22 | 22 | ||
23 | ILAP:Activity | 23 | ILAP:Activity |
24 | rdfs:subClassOf | 24 | rdfs:subClassOf |
... | @@ -35,15 +35,15 @@ ILAP:ActivityPlan_1 | ... | @@ -35,15 +35,15 @@ ILAP:ActivityPlan_1 |
35 | rdf:type USERFIELDS:FreeTextField ; | 35 | rdf:type USERFIELDS:FreeTextField ; |
36 | rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 36 | rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
37 | USERFIELDS:hasDescription | 37 | USERFIELDS:hasDescription |
38 | - "Manual progress, Mhr Carrier"^^xsd:string , "Control object manula progress"^^xsd:string , "Procurement Milestone"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Document, Manual progres"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Control object progress"^^xsd:string , "Manual progress"^^xsd:string , "Document progress"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Job progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string . | 38 | + "Manual progress, Mhr Carrier"^^xsd:string , "Control object manula progress"^^xsd:string , "Procurement Milestone"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Document, Manual progres"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Control object progress"^^xsd:string , "Manual progress"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Document progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Job progress"^^xsd:string , "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string . |
39 | 39 | ||
40 | ILAP:ActivityWBS_1 | 40 | ILAP:ActivityWBS_1 |
41 | rdf:type ILAP:ActivityWBS ; | 41 | rdf:type ILAP:ActivityWBS ; |
42 | rdfs:label "Activity WBS 1"^^xsd:string ; | 42 | rdfs:label "Activity WBS 1"^^xsd:string ; |
43 | ILAP:hasWBScomponent | 43 | ILAP:hasWBScomponent |
44 | - SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; | 44 | + ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; |
45 | - ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; | 45 | + ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; |
46 | - ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . | 46 | + ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . |
47 | 47 | ||
48 | <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0> | 48 | <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0> |
49 | rdf:type USERFIELDS:FreeTextField ; | 49 | rdf:type USERFIELDS:FreeTextField ; |
... | @@ -56,28 +56,28 @@ ILAP:ActivityWBS_1 | ... | @@ -56,28 +56,28 @@ ILAP:ActivityWBS_1 |
56 | rdf:type USERFIELDS:FreeTextField ; | 56 | rdf:type USERFIELDS:FreeTextField ; |
57 | rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 57 | rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
58 | USERFIELDS:hasDescription | 58 | USERFIELDS:hasDescription |
59 | - "Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string ; | 59 | + "Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string ; |
60 | - USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string . | 60 | + USERFIELDS:hasShort "JL"^^xsd:string , "VK"^^xsd:string . |
61 | 61 | ||
62 | <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> | 62 | <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> |
63 | rdf:type USERFIELDS:FreeTextField ; | 63 | rdf:type USERFIELDS:FreeTextField ; |
64 | rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 64 | rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
65 | USERFIELDS:hasDescription | 65 | USERFIELDS:hasDescription |
66 | "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Contract General Milestones"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "X-Over"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Demolition of old WHRU module"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string ; | 66 | "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Contract General Milestones"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "X-Over"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Demolition of old WHRU module"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string ; |
67 | - USERFIELDS:hasShort "G0"^^xsd:string , "D2"^^xsd:string , "W5"^^xsd:string , "AG"^^xsd:string , "W2"^^xsd:string , "XOV"^^xsd:string , "GLC"^^xsd:string , "D1"^^xsd:string , "R0"^^xsd:string , "F0"^^xsd:string , "DEM-GLC"^^xsd:string , "W1"^^xsd:string , "W4"^^xsd:string , "W3"^^xsd:string , "LPHC"^^xsd:string , "CA"^^xsd:string . | 67 | + USERFIELDS:hasShort "G0"^^xsd:string , "D2"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W2"^^xsd:string , "AG"^^xsd:string , "GLC"^^xsd:string , "D1"^^xsd:string , "R0"^^xsd:string , "F0"^^xsd:string , "DEM-GLC"^^xsd:string , "W1"^^xsd:string , "W4"^^xsd:string , "W3"^^xsd:string , "LPHC"^^xsd:string , "CA"^^xsd:string . |
68 | 68 | ||
69 | <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8> | 69 | <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8> |
70 | rdf:type USERFIELDS:FreeTextField ; | 70 | rdf:type USERFIELDS:FreeTextField ; |
71 | rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ; | 71 | rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ; |
72 | USERFIELDS:hasDescription | 72 | USERFIELDS:hasDescription |
73 | - "Not CM-oppdrag"^^xsd:string , "CM-oppdrag"^^xsd:string . | 73 | + "CM-oppdrag"^^xsd:string , "Not CM-oppdrag"^^xsd:string . |
74 | 74 | ||
75 | <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0> | 75 | <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0> |
76 | rdf:type USERFIELDS:FreeTextField ; | 76 | rdf:type USERFIELDS:FreeTextField ; |
77 | rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 77 | rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
78 | USERFIELDS:hasDescription | 78 | USERFIELDS:hasDescription |
79 | "First Steam North System"^^xsd:string , "Full Steam Generation"^^xsd:string , "Steam Blowing"^^xsd:string , "Steam System Cold Commissioning"^^xsd:string , "Utilities not SAS Dependant"^^xsd:string , "Utilities SAS Dependant"^^xsd:string , "WIP D & GL By pass exhaust ducting"^^xsd:string , "Safety Systems"^^xsd:string , "WIP A/B/C By pass exhaust ducting"^^xsd:string , "General Activities required for all COR's"^^xsd:string , "Buildingblock CA"^^xsd:string , "First Steam South System"^^xsd:string ; | 79 | "First Steam North System"^^xsd:string , "Full Steam Generation"^^xsd:string , "Steam Blowing"^^xsd:string , "Steam System Cold Commissioning"^^xsd:string , "Utilities not SAS Dependant"^^xsd:string , "Utilities SAS Dependant"^^xsd:string , "WIP D & GL By pass exhaust ducting"^^xsd:string , "Safety Systems"^^xsd:string , "WIP A/B/C By pass exhaust ducting"^^xsd:string , "General Activities required for all COR's"^^xsd:string , "Buildingblock CA"^^xsd:string , "First Steam South System"^^xsd:string ; |
80 | - USERFIELDS:hasShort "COR 7"^^xsd:string , "COR CA"^^xsd:string , "COR 1"^^xsd:string , "COR 5"^^xsd:string , "COR 2"^^xsd:string , "COR 8"^^xsd:string , "COR 3"^^xsd:string , "COR 10"^^xsd:string , "COR 9"^^xsd:string , "COR 6"^^xsd:string , "COR 0"^^xsd:string , "COR 4"^^xsd:string . | 80 | + USERFIELDS:hasShort "COR CA"^^xsd:string , "COR 7"^^xsd:string , "COR 1"^^xsd:string , "COR 5"^^xsd:string , "COR 2"^^xsd:string , "COR 8"^^xsd:string , "COR 3"^^xsd:string , "COR 10"^^xsd:string , "COR 9"^^xsd:string , "COR 6"^^xsd:string , "COR 0"^^xsd:string , "COR 4"^^xsd:string . |
81 | 81 | ||
82 | ILAP:COR_KD_1 | 82 | ILAP:COR_KD_1 |
83 | rdf:type SCCS:COR_KD ; | 83 | rdf:type SCCS:COR_KD ; |
... | @@ -87,8 +87,8 @@ ILAP:COR_KD_1 | ... | @@ -87,8 +87,8 @@ ILAP:COR_KD_1 |
87 | rdf:type USERFIELDS:FreeTextField ; | 87 | rdf:type USERFIELDS:FreeTextField ; |
88 | rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 88 | rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
89 | USERFIELDS:hasDescription | 89 | USERFIELDS:hasDescription |
90 | - "Hotwork and Platform SD"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Document Control"^^xsd:string ; | 90 | + "Document Control"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string ; |
91 | - USERFIELDS:hasShort "X"^^xsd:string , "HA09AD-TH"^^xsd:string , "DDZEG0000"^^xsd:string . | 91 | + USERFIELDS:hasShort "DDZEG0000"^^xsd:string , "HA09AD-TH"^^xsd:string , "X"^^xsd:string . |
92 | 92 | ||
93 | ILAP:Calendar_1 | 93 | ILAP:Calendar_1 |
94 | rdf:type ILAP:Calendar ; | 94 | rdf:type ILAP:Calendar ; |
... | @@ -132,7 +132,7 @@ ILAP:Contract_1 | ... | @@ -132,7 +132,7 @@ ILAP:Contract_1 |
132 | rdf:type USERFIELDS:FreeTextField ; | 132 | rdf:type USERFIELDS:FreeTextField ; |
133 | rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ; | 133 | rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ; |
134 | USERFIELDS:hasDescription | 134 | USERFIELDS:hasDescription |
135 | - "Elektronisk oppmåling"^^xsd:string , "Lister"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "MCC strategi"^^xsd:string , "Stressanalyse"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Modellering"^^xsd:string , "Follow-on"^^xsd:string , "MCC Støtte"^^xsd:string , "Risikovurdering"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Offshore befaring"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Prefabpakker"^^xsd:string , "Systemutprøving"^^xsd:string , "Databaseoppdatering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "As-buil"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Familiarisering"^^xsd:string , "Beregninger"^^xsd:string , "Offshore"^^xsd:string , "Medgått tid"^^xsd:string . | 135 | + "Elektronisk oppmåling"^^xsd:string , "Lister"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "MCC strategi"^^xsd:string , "Stressanalyse"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Modellering"^^xsd:string , "MCC Støtte"^^xsd:string , "Follow-on"^^xsd:string , "Risikovurdering"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Offshore befaring"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Prefabpakker"^^xsd:string , "Systemutprøving"^^xsd:string , "Databaseoppdatering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "As-buil"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Familiarisering"^^xsd:string , "Beregninger"^^xsd:string , "Medgått tid"^^xsd:string , "Offshore"^^xsd:string . |
136 | 136 | ||
137 | ILAP:FinishToStart_1_2 | 137 | ILAP:FinishToStart_1_2 |
138 | rdf:type ILAP:FinishToStart ; | 138 | rdf:type ILAP:FinishToStart ; |
... | @@ -149,19 +149,19 @@ ILAP:FinishToStart_1_2 | ... | @@ -149,19 +149,19 @@ ILAP:FinishToStart_1_2 |
149 | rdf:type USERFIELDS:FreeTextField ; | 149 | rdf:type USERFIELDS:FreeTextField ; |
150 | rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ; | 150 | rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ; |
151 | USERFIELDS:hasDescription | 151 | USERFIELDS:hasDescription |
152 | - "Andreas Gurk"^^xsd:string , "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Lennart Svensson"^^xsd:string . | 152 | + "Lennart Svensson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Christer Andersson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Andreas Gurk"^^xsd:string . |
153 | 153 | ||
154 | <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> | 154 | <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> |
155 | rdf:type USERFIELDS:FreeTextField ; | 155 | rdf:type USERFIELDS:FreeTextField ; |
156 | rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ; | 156 | rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ; |
157 | USERFIELDS:hasDescription | 157 | USERFIELDS:hasDescription |
158 | - "6"^^xsd:string , "5"^^xsd:string , "4"^^xsd:string , "3"^^xsd:string , "2"^^xsd:string , "1"^^xsd:string , "18"^^xsd:string . | 158 | + "18"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string , "5"^^xsd:string , "6"^^xsd:string . |
159 | 159 | ||
160 | <http://data.posccaesar.org/ilap/KPI3TypeForReinertsenToStatoil1.8> | 160 | <http://data.posccaesar.org/ilap/KPI3TypeForReinertsenToStatoil1.8> |
161 | rdf:type USERFIELDS:FreeTextField ; | 161 | rdf:type USERFIELDS:FreeTextField ; |
162 | rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ; | 162 | rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ; |
163 | USERFIELDS:hasDescription | 163 | USERFIELDS:hasDescription |
164 | - "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string , "Studierapport"^^xsd:string . | 164 | + "Studierapport"^^xsd:string , "RFOC"^^xsd:string , "Sluttrapport"^^xsd:string . |
165 | 165 | ||
166 | <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8> | 166 | <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8> |
167 | rdf:type USERFIELDS:FreeTextField ; | 167 | rdf:type USERFIELDS:FreeTextField ; |
... | @@ -174,7 +174,7 @@ ILAP:FinishToStart_1_2 | ... | @@ -174,7 +174,7 @@ ILAP:FinishToStart_1_2 |
174 | rdf:type USERFIELDS:FreeTextField ; | 174 | rdf:type USERFIELDS:FreeTextField ; |
175 | rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 175 | rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
176 | USERFIELDS:hasDescription | 176 | USERFIELDS:hasDescription |
177 | - "Steam Blow off preparation"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Instrument Direct"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Level Glass"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string ; | 177 | + "Steam Blow off preparation"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Instrument Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Level Glass"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string ; |
178 | USERFIELDS:hasShort "SR"^^xsd:string . | 178 | USERFIELDS:hasShort "SR"^^xsd:string . |
179 | 179 | ||
180 | <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0> | 180 | <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0> |
... | @@ -185,7 +185,7 @@ ILAP:FinishToStart_1_2 | ... | @@ -185,7 +185,7 @@ ILAP:FinishToStart_1_2 |
185 | <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0> | 185 | <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0> |
186 | rdf:type USERFIELDS:FreeTextField ; | 186 | rdf:type USERFIELDS:FreeTextField ; |
187 | rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 187 | rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
188 | - USERFIELDS:hasShort "43"^^xsd:string , "6"^^xsd:string , "4"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "5"^^xsd:string , "LR"^^xsd:string , "9"^^xsd:string , "12"^^xsd:string , "2A"^^xsd:string , "10"^^xsd:string , "2B"^^xsd:string , "3"^^xsd:string , "42"^^xsd:string , "1"^^xsd:string , "11"^^xsd:string , "8"^^xsd:string . | 188 | + USERFIELDS:hasShort "43"^^xsd:string , "6"^^xsd:string , "4"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "5"^^xsd:string , "12"^^xsd:string , "9"^^xsd:string , "LR"^^xsd:string , "10"^^xsd:string , "2A"^^xsd:string , "11"^^xsd:string , "3"^^xsd:string , "1"^^xsd:string , "42"^^xsd:string , "2B"^^xsd:string , "8"^^xsd:string . |
189 | 189 | ||
190 | <http://data.posccaesar.org/ilap/MCpackageForReinertsenToStatoil1.8> | 190 | <http://data.posccaesar.org/ilap/MCpackageForReinertsenToStatoil1.8> |
191 | rdf:type USERFIELDS:FreeTextField ; | 191 | rdf:type USERFIELDS:FreeTextField ; |
... | @@ -224,7 +224,7 @@ ILAP:PBS_ACAA_1 | ... | @@ -224,7 +224,7 @@ ILAP:PBS_ACAA_1 |
224 | rdf:type USERFIELDS:FreeTextField ; | 224 | rdf:type USERFIELDS:FreeTextField ; |
225 | rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ; | 225 | rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ; |
226 | USERFIELDS:hasDescription | 226 | USERFIELDS:hasDescription |
227 | - "Gry Helle Nakstad"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Mattias Allebert"^^xsd:string . | 227 | + "Mattias Allebert"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Erik Havnes"^^xsd:string , "Gry Helle Nakstad"^^xsd:string . |
228 | 228 | ||
229 | ILAP:PlannedActivity_1 | 229 | ILAP:PlannedActivity_1 |
230 | rdf:type ILAP:PlannedActivity ; | 230 | rdf:type ILAP:PlannedActivity ; |
... | @@ -326,7 +326,7 @@ ILAP:ProjectExecutionSubPlan_UC1 | ... | @@ -326,7 +326,7 @@ ILAP:ProjectExecutionSubPlan_UC1 |
326 | rdf:type USERFIELDS:FreeTextField ; | 326 | rdf:type USERFIELDS:FreeTextField ; |
327 | rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ; | 327 | rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ; |
328 | USERFIELDS:hasDescription | 328 | USERFIELDS:hasDescription |
329 | - "Gunn Elin Harba"^^xsd:string , "Geir Sve"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Ove Løberg"^^xsd:string . | 329 | + "Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Geir Sve"^^xsd:string , "Gunn Elin Harba"^^xsd:string . |
330 | 330 | ||
331 | <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0> | 331 | <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0> |
332 | rdf:type USERFIELDS:FreeTextField ; | 332 | rdf:type USERFIELDS:FreeTextField ; |
... | @@ -422,14 +422,14 @@ ILAP:SummerShutdown_UC1 | ... | @@ -422,14 +422,14 @@ ILAP:SummerShutdown_UC1 |
422 | ILAP:hasShutdownPriority | 422 | ILAP:hasShutdownPriority |
423 | ILAP:NormalPriority ; | 423 | ILAP:NormalPriority ; |
424 | ILAP:hasShutdownType | 424 | ILAP:hasShutdownType |
425 | - ILAP:SystemShutdown , ILAP:ScheduledShutdown , ILAP:ProductionShutdown . | 425 | + ILAP:ProductionShutdown , ILAP:ScheduledShutdown , ILAP:SystemShutdown . |
426 | 426 | ||
427 | <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> | 427 | <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> |
428 | rdf:type USERFIELDS:FreeTextField ; | 428 | rdf:type USERFIELDS:FreeTextField ; |
429 | rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 429 | rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
430 | USERFIELDS:hasDescription | 430 | USERFIELDS:hasDescription |
431 | - "Non Specific And Across Many Systems"^^xsd:string , "Water Injection System General"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Mechanical Handling"^^xsd:string , "Open Drains"^^xsd:string , "Gas Lift"^^xsd:string , "Water Fire Fighting"^^xsd:string , "(blank)"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Navigation And Identification"^^xsd:string , "Fresh Water"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Temporary Equipment"^^xsd:string , "Process and Equipment Control"^^xsd:string ; | 431 | + "Non Specific And Across Many Systems"^^xsd:string , "Water Injection System General"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Mechanical Handling"^^xsd:string , "Open Drains"^^xsd:string , "Gas Lift"^^xsd:string , "Water Fire Fighting"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "(blank)"^^xsd:string , "Navigation And Identification"^^xsd:string , "Fresh Water"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Temporary Equipment"^^xsd:string , "Instrument and Utility Air"^^xsd:string ; |
432 | - USERFIELDS:hasShort "600"^^xsd:string , "740"^^xsd:string , "610"^^xsd:string , "500"^^xsd:string , "260"^^xsd:string , "840"^^xsd:string , "G00"^^xsd:string , "510"^^xsd:string , "630"^^xsd:string , "640"^^xsd:string , "780"^^xsd:string , "530"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "800"^^xsd:string , "300"^^xsd:string , "310"^^xsd:string , "670"^^xsd:string . | 432 | + USERFIELDS:hasShort "600"^^xsd:string , "740"^^xsd:string , "260"^^xsd:string , "500"^^xsd:string , "610"^^xsd:string , "840"^^xsd:string , "510"^^xsd:string , "G00"^^xsd:string , "630"^^xsd:string , "640"^^xsd:string , "780"^^xsd:string , "530"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "800"^^xsd:string , "300"^^xsd:string , "310"^^xsd:string , "670"^^xsd:string . |
433 | 433 | ||
434 | ILAP:UseCaseAibelToCOPNO | 434 | ILAP:UseCaseAibelToCOPNO |
435 | rdf:type ILAP:Source ; | 435 | rdf:type ILAP:Source ; |
... | @@ -441,14 +441,14 @@ ILAP:UserField | ... | @@ -441,14 +441,14 @@ ILAP:UserField |
441 | rdfs:subClassOf | 441 | rdfs:subClassOf |
442 | [ rdf:type owl:Restriction ; | 442 | [ rdf:type owl:Restriction ; |
443 | owl:onDataRange xsd:string ; | 443 | owl:onDataRange xsd:string ; |
444 | - owl:onProperty ILAP:hasValueSource ; | 444 | + owl:onProperty ILAP:hasValue ; |
445 | owl:qualifiedCardinality | 445 | owl:qualifiedCardinality |
446 | "1"^^xsd:nonNegativeInteger | 446 | "1"^^xsd:nonNegativeInteger |
447 | ] ; | 447 | ] ; |
448 | rdfs:subClassOf | 448 | rdfs:subClassOf |
449 | [ rdf:type owl:Restriction ; | 449 | [ rdf:type owl:Restriction ; |
450 | owl:onDataRange xsd:string ; | 450 | owl:onDataRange xsd:string ; |
451 | - owl:onProperty ILAP:hasValue ; | 451 | + owl:onProperty ILAP:hasValueSource ; |
452 | owl:qualifiedCardinality | 452 | owl:qualifiedCardinality |
453 | "1"^^xsd:nonNegativeInteger | 453 | "1"^^xsd:nonNegativeInteger |
454 | ] . | 454 | ] . |
... | @@ -475,6 +475,8 @@ ILAP:UserFieldClass | ... | @@ -475,6 +475,8 @@ ILAP:UserFieldClass |
475 | <http://data.posccaesar.org/ilap/EngineeringFaseForReinertsenToStatoil1.8> ; | 475 | <http://data.posccaesar.org/ilap/EngineeringFaseForReinertsenToStatoil1.8> ; |
476 | USERFIELDS:hasExecutionSubDiscipline | 476 | USERFIELDS:hasExecutionSubDiscipline |
477 | <http://data.posccaesar.org/ilap/DisiplinSubfaseForReinertsenToStatoil1.8> ; | 477 | <http://data.posccaesar.org/ilap/DisiplinSubfaseForReinertsenToStatoil1.8> ; |
478 | + USERFIELDS:hasFacility | ||
479 | + <http://data.posccaesar.org/npd/facts/Facility-283285> , <http://data.posccaesar.org/npd/facts/Facility-363441> , <http://data.posccaesar.org/npd/facts/Facility-272421> , <http://data.posccaesar.org/npd/facts/Facility-271777> , <http://data.posccaesar.org/npd/facts/Facility-278273> , <http://data.posccaesar.org/npd/facts/Facility-278329> , <http://data.posccaesar.org/npd/facts/Facility-279421> ; | ||
478 | USERFIELDS:hasKPIStatus | 480 | USERFIELDS:hasKPIStatus |
479 | <http://data.posccaesar.org/ilap/KPI3TypeForReinertsenToStatoil1.8> ; | 481 | <http://data.posccaesar.org/ilap/KPI3TypeForReinertsenToStatoil1.8> ; |
480 | USERFIELDS:hasLocationOfWork | 482 | USERFIELDS:hasLocationOfWork |
... | @@ -575,15 +577,15 @@ USERFIELDS:UserField | ... | @@ -575,15 +577,15 @@ USERFIELDS:UserField |
575 | [ rdf:type owl:Restriction ; | 577 | [ rdf:type owl:Restriction ; |
576 | owl:maxQualifiedCardinality | 578 | owl:maxQualifiedCardinality |
577 | "1"^^xsd:nonNegativeInteger ; | 579 | "1"^^xsd:nonNegativeInteger ; |
578 | - owl:onClass ILAP:MilestoneType ; | 580 | + owl:onClass ILAP:Contractor ; |
579 | - owl:onProperty USERFIELDS:hasMilestone | 581 | + owl:onProperty USERFIELDS:hasContractor |
580 | ] ; | 582 | ] ; |
581 | rdfs:subClassOf | 583 | rdfs:subClassOf |
582 | [ rdf:type owl:Restriction ; | 584 | [ rdf:type owl:Restriction ; |
583 | owl:maxQualifiedCardinality | 585 | owl:maxQualifiedCardinality |
584 | "1"^^xsd:nonNegativeInteger ; | 586 | "1"^^xsd:nonNegativeInteger ; |
585 | - owl:onClass ILAP:Contractor ; | 587 | + owl:onClass ILAP:MilestoneType ; |
586 | - owl:onProperty USERFIELDS:hasContractor | 588 | + owl:onProperty USERFIELDS:hasMilestone |
587 | ] . | 589 | ] . |
588 | 590 | ||
589 | USERFIELDS:hasContractor | 591 | USERFIELDS:hasContractor | ... | ... |
... | @@ -16,12 +16,12 @@ USERFIELDS:FreeTextField | ... | @@ -16,12 +16,12 @@ USERFIELDS:FreeTextField |
16 | rdfs:subClassOf owl:Thing ; | 16 | rdfs:subClassOf owl:Thing ; |
17 | rdfs:subClassOf | 17 | rdfs:subClassOf |
18 | [ rdf:type owl:Restriction ; | 18 | [ rdf:type owl:Restriction ; |
19 | - owl:onProperty USERFIELDS:hasShort ; | 19 | + owl:onProperty USERFIELDS:hasDescription ; |
20 | owl:someValuesFrom xsd:string | 20 | owl:someValuesFrom xsd:string |
21 | ] ; | 21 | ] ; |
22 | rdfs:subClassOf | 22 | rdfs:subClassOf |
23 | [ rdf:type owl:Restriction ; | 23 | [ rdf:type owl:Restriction ; |
24 | - owl:onProperty USERFIELDS:hasDescription ; | 24 | + owl:onProperty USERFIELDS:hasShort ; |
25 | owl:someValuesFrom xsd:string | 25 | owl:someValuesFrom xsd:string |
26 | ] . | 26 | ] . |
27 | 27 | ||
... | @@ -33,329 +33,329 @@ USERFIELDS:UserField | ... | @@ -33,329 +33,329 @@ USERFIELDS:UserField |
33 | owl:maxQualifiedCardinality | 33 | owl:maxQualifiedCardinality |
34 | "1"^^xsd:nonNegativeInteger ; | 34 | "1"^^xsd:nonNegativeInteger ; |
35 | owl:onClass USERFIELDS:FreeTextField ; | 35 | owl:onClass USERFIELDS:FreeTextField ; |
36 | - owl:onProperty USERFIELDS:hasDelivery | 36 | + owl:onProperty USERFIELDS:hasReporting |
37 | ] ; | 37 | ] ; |
38 | rdfs:subClassOf | 38 | rdfs:subClassOf |
39 | [ rdf:type owl:Restriction ; | 39 | [ rdf:type owl:Restriction ; |
40 | owl:maxQualifiedCardinality | 40 | owl:maxQualifiedCardinality |
41 | "1"^^xsd:nonNegativeInteger ; | 41 | "1"^^xsd:nonNegativeInteger ; |
42 | owl:onClass USERFIELDS:FreeTextField ; | 42 | owl:onClass USERFIELDS:FreeTextField ; |
43 | - owl:onProperty USERFIELDS:hasCommissioningPackage | 43 | + owl:onProperty USERFIELDS:hasCompletionStatus |
44 | ] ; | 44 | ] ; |
45 | rdfs:subClassOf | 45 | rdfs:subClassOf |
46 | [ rdf:type owl:Restriction ; | 46 | [ rdf:type owl:Restriction ; |
47 | owl:maxQualifiedCardinality | 47 | owl:maxQualifiedCardinality |
48 | "1"^^xsd:nonNegativeInteger ; | 48 | "1"^^xsd:nonNegativeInteger ; |
49 | owl:onClass USERFIELDS:FreeTextField ; | 49 | owl:onClass USERFIELDS:FreeTextField ; |
50 | - owl:onProperty USERFIELDS:hasCustomerWBS1 | 50 | + owl:onProperty USERFIELDS:hasContractType |
51 | ] ; | 51 | ] ; |
52 | rdfs:subClassOf | 52 | rdfs:subClassOf |
53 | [ rdf:type owl:Restriction ; | 53 | [ rdf:type owl:Restriction ; |
54 | owl:maxQualifiedCardinality | 54 | owl:maxQualifiedCardinality |
55 | "1"^^xsd:nonNegativeInteger ; | 55 | "1"^^xsd:nonNegativeInteger ; |
56 | owl:onClass USERFIELDS:FreeTextField ; | 56 | owl:onClass USERFIELDS:FreeTextField ; |
57 | - owl:onProperty USERFIELDS:hasCause | 57 | + owl:onProperty USERFIELDS:hasCommissioningPackage |
58 | ] ; | 58 | ] ; |
59 | rdfs:subClassOf | 59 | rdfs:subClassOf |
60 | [ rdf:type owl:Restriction ; | 60 | [ rdf:type owl:Restriction ; |
61 | owl:maxQualifiedCardinality | 61 | owl:maxQualifiedCardinality |
62 | "1"^^xsd:nonNegativeInteger ; | 62 | "1"^^xsd:nonNegativeInteger ; |
63 | owl:onClass USERFIELDS:FreeTextField ; | 63 | owl:onClass USERFIELDS:FreeTextField ; |
64 | - owl:onProperty USERFIELDS:hasOwnerDepartment | 64 | + owl:onProperty USERFIELDS:hasCustomerWBS1 |
65 | ] ; | 65 | ] ; |
66 | rdfs:subClassOf | 66 | rdfs:subClassOf |
67 | [ rdf:type owl:Restriction ; | 67 | [ rdf:type owl:Restriction ; |
68 | owl:maxQualifiedCardinality | 68 | owl:maxQualifiedCardinality |
69 | "1"^^xsd:nonNegativeInteger ; | 69 | "1"^^xsd:nonNegativeInteger ; |
70 | owl:onClass USERFIELDS:FreeTextField ; | 70 | owl:onClass USERFIELDS:FreeTextField ; |
71 | - owl:onProperty USERFIELDS:hasAssignment | 71 | + owl:onProperty USERFIELDS:hasBuildingBlock |
72 | ] ; | 72 | ] ; |
73 | rdfs:subClassOf | 73 | rdfs:subClassOf |
74 | [ rdf:type owl:Restriction ; | 74 | [ rdf:type owl:Restriction ; |
75 | owl:maxQualifiedCardinality | 75 | owl:maxQualifiedCardinality |
76 | "1"^^xsd:nonNegativeInteger ; | 76 | "1"^^xsd:nonNegativeInteger ; |
77 | owl:onClass USERFIELDS:FreeTextField ; | 77 | owl:onClass USERFIELDS:FreeTextField ; |
78 | - owl:onProperty USERFIELDS:hasSectionStatus | 78 | + owl:onProperty USERFIELDS:hasPortfolio |
79 | ] ; | 79 | ] ; |
80 | rdfs:subClassOf | 80 | rdfs:subClassOf |
81 | [ rdf:type owl:Restriction ; | 81 | [ rdf:type owl:Restriction ; |
82 | owl:maxQualifiedCardinality | 82 | owl:maxQualifiedCardinality |
83 | "1"^^xsd:nonNegativeInteger ; | 83 | "1"^^xsd:nonNegativeInteger ; |
84 | owl:onClass USERFIELDS:FreeTextField ; | 84 | owl:onClass USERFIELDS:FreeTextField ; |
85 | - owl:onProperty USERFIELDS:hasCostCenter | 85 | + owl:onProperty USERFIELDS:hasWBS3 |
86 | ] ; | 86 | ] ; |
87 | rdfs:subClassOf | 87 | rdfs:subClassOf |
88 | [ rdf:type owl:Restriction ; | 88 | [ rdf:type owl:Restriction ; |
89 | owl:maxQualifiedCardinality | 89 | owl:maxQualifiedCardinality |
90 | "1"^^xsd:nonNegativeInteger ; | 90 | "1"^^xsd:nonNegativeInteger ; |
91 | owl:onClass USERFIELDS:FreeTextField ; | 91 | owl:onClass USERFIELDS:FreeTextField ; |
92 | - owl:onProperty USERFIELDS:hasSRGL | 92 | + owl:onProperty USERFIELDS:hasOwnerDepartment |
93 | ] ; | 93 | ] ; |
94 | rdfs:subClassOf | 94 | rdfs:subClassOf |
95 | [ rdf:type owl:Restriction ; | 95 | [ rdf:type owl:Restriction ; |
96 | owl:maxQualifiedCardinality | 96 | owl:maxQualifiedCardinality |
97 | "1"^^xsd:nonNegativeInteger ; | 97 | "1"^^xsd:nonNegativeInteger ; |
98 | owl:onClass USERFIELDS:FreeTextField ; | 98 | owl:onClass USERFIELDS:FreeTextField ; |
99 | - owl:onProperty USERFIELDS:hasTaskResponsible | 99 | + owl:onProperty USERFIELDS:hasSectionStatus |
100 | ] ; | 100 | ] ; |
101 | rdfs:subClassOf | 101 | rdfs:subClassOf |
102 | [ rdf:type owl:Restriction ; | 102 | [ rdf:type owl:Restriction ; |
103 | owl:maxQualifiedCardinality | 103 | owl:maxQualifiedCardinality |
104 | "1"^^xsd:nonNegativeInteger ; | 104 | "1"^^xsd:nonNegativeInteger ; |
105 | owl:onClass USERFIELDS:FreeTextField ; | 105 | owl:onClass USERFIELDS:FreeTextField ; |
106 | - owl:onProperty USERFIELDS:hasWBS4 | 106 | + owl:onProperty USERFIELDS:hasMainActivity |
107 | ] ; | 107 | ] ; |
108 | rdfs:subClassOf | 108 | rdfs:subClassOf |
109 | [ rdf:type owl:Restriction ; | 109 | [ rdf:type owl:Restriction ; |
110 | owl:maxQualifiedCardinality | 110 | owl:maxQualifiedCardinality |
111 | "1"^^xsd:nonNegativeInteger ; | 111 | "1"^^xsd:nonNegativeInteger ; |
112 | owl:onClass USERFIELDS:FreeTextField ; | 112 | owl:onClass USERFIELDS:FreeTextField ; |
113 | - owl:onProperty USERFIELDS:hasWBS1 | 113 | + owl:onProperty USERFIELDS:hasCostCenter |
114 | ] ; | 114 | ] ; |
115 | rdfs:subClassOf | 115 | rdfs:subClassOf |
116 | [ rdf:type owl:Restriction ; | 116 | [ rdf:type owl:Restriction ; |
117 | owl:maxQualifiedCardinality | 117 | owl:maxQualifiedCardinality |
118 | "1"^^xsd:nonNegativeInteger ; | 118 | "1"^^xsd:nonNegativeInteger ; |
119 | owl:onClass USERFIELDS:FreeTextField ; | 119 | owl:onClass USERFIELDS:FreeTextField ; |
120 | - owl:onProperty USERFIELDS:hasShutDownPeriod | 120 | + owl:onProperty USERFIELDS:hasGeographicLocation |
121 | ] ; | 121 | ] ; |
122 | rdfs:subClassOf | 122 | rdfs:subClassOf |
123 | [ rdf:type owl:Restriction ; | 123 | [ rdf:type owl:Restriction ; |
124 | owl:maxQualifiedCardinality | 124 | owl:maxQualifiedCardinality |
125 | "1"^^xsd:nonNegativeInteger ; | 125 | "1"^^xsd:nonNegativeInteger ; |
126 | owl:onClass USERFIELDS:FreeTextField ; | 126 | owl:onClass USERFIELDS:FreeTextField ; |
127 | - owl:onProperty USERFIELDS:hasCustomerWBS3 | 127 | + owl:onProperty USERFIELDS:hasSupplierATS |
128 | ] ; | 128 | ] ; |
129 | rdfs:subClassOf | 129 | rdfs:subClassOf |
130 | [ rdf:type owl:Restriction ; | 130 | [ rdf:type owl:Restriction ; |
131 | owl:maxQualifiedCardinality | 131 | owl:maxQualifiedCardinality |
132 | "1"^^xsd:nonNegativeInteger ; | 132 | "1"^^xsd:nonNegativeInteger ; |
133 | owl:onClass USERFIELDS:FreeTextField ; | 133 | owl:onClass USERFIELDS:FreeTextField ; |
134 | - owl:onProperty USERFIELDS:hasNetwork | 134 | + owl:onProperty USERFIELDS:hasWorkOrder |
135 | ] ; | 135 | ] ; |
136 | rdfs:subClassOf | 136 | rdfs:subClassOf |
137 | [ rdf:type owl:Restriction ; | 137 | [ rdf:type owl:Restriction ; |
138 | owl:maxQualifiedCardinality | 138 | owl:maxQualifiedCardinality |
139 | "1"^^xsd:nonNegativeInteger ; | 139 | "1"^^xsd:nonNegativeInteger ; |
140 | owl:onClass USERFIELDS:FreeTextField ; | 140 | owl:onClass USERFIELDS:FreeTextField ; |
141 | - owl:onProperty USERFIELDS:hasSection | 141 | + owl:onProperty USERFIELDS:hasLocationOnPlatform |
142 | ] ; | 142 | ] ; |
143 | rdfs:subClassOf | 143 | rdfs:subClassOf |
144 | [ rdf:type owl:Restriction ; | 144 | [ rdf:type owl:Restriction ; |
145 | owl:maxQualifiedCardinality | 145 | owl:maxQualifiedCardinality |
146 | "1"^^xsd:nonNegativeInteger ; | 146 | "1"^^xsd:nonNegativeInteger ; |
147 | owl:onClass USERFIELDS:FreeTextField ; | 147 | owl:onClass USERFIELDS:FreeTextField ; |
148 | - owl:onProperty USERFIELDS:hasLocationOnPlatform | 148 | + owl:onProperty USERFIELDS:hasTaskResponsible |
149 | ] ; | 149 | ] ; |
150 | rdfs:subClassOf | 150 | rdfs:subClassOf |
151 | [ rdf:type owl:Restriction ; | 151 | [ rdf:type owl:Restriction ; |
152 | owl:maxQualifiedCardinality | 152 | owl:maxQualifiedCardinality |
153 | "1"^^xsd:nonNegativeInteger ; | 153 | "1"^^xsd:nonNegativeInteger ; |
154 | owl:onClass USERFIELDS:FreeTextField ; | 154 | owl:onClass USERFIELDS:FreeTextField ; |
155 | - owl:onProperty USERFIELDS:hasWBS2 | 155 | + owl:onProperty USERFIELDS:hasBudgetYear |
156 | ] ; | 156 | ] ; |
157 | rdfs:subClassOf | 157 | rdfs:subClassOf |
158 | [ rdf:type owl:Restriction ; | 158 | [ rdf:type owl:Restriction ; |
159 | owl:maxQualifiedCardinality | 159 | owl:maxQualifiedCardinality |
160 | "1"^^xsd:nonNegativeInteger ; | 160 | "1"^^xsd:nonNegativeInteger ; |
161 | owl:onClass USERFIELDS:FreeTextField ; | 161 | owl:onClass USERFIELDS:FreeTextField ; |
162 | - owl:onProperty USERFIELDS:hasExecutionSubDiscipline | 162 | + owl:onProperty USERFIELDS:hasCustomerWBS2 |
163 | ] ; | 163 | ] ; |
164 | rdfs:subClassOf | 164 | rdfs:subClassOf |
165 | [ rdf:type owl:Restriction ; | 165 | [ rdf:type owl:Restriction ; |
166 | owl:maxQualifiedCardinality | 166 | owl:maxQualifiedCardinality |
167 | "1"^^xsd:nonNegativeInteger ; | 167 | "1"^^xsd:nonNegativeInteger ; |
168 | owl:onClass USERFIELDS:FreeTextField ; | 168 | owl:onClass USERFIELDS:FreeTextField ; |
169 | - owl:onProperty USERFIELDS:hasWBS5 | 169 | + owl:onProperty USERFIELDS:hasExecutionSubDiscipline |
170 | ] ; | 170 | ] ; |
171 | rdfs:subClassOf | 171 | rdfs:subClassOf |
172 | [ rdf:type owl:Restriction ; | 172 | [ rdf:type owl:Restriction ; |
173 | owl:maxQualifiedCardinality | 173 | owl:maxQualifiedCardinality |
174 | "1"^^xsd:nonNegativeInteger ; | 174 | "1"^^xsd:nonNegativeInteger ; |
175 | owl:onClass USERFIELDS:FreeTextField ; | 175 | owl:onClass USERFIELDS:FreeTextField ; |
176 | - owl:onProperty USERFIELDS:hasContractType | 176 | + owl:onProperty USERFIELDS:hasWBS5 |
177 | ] ; | 177 | ] ; |
178 | rdfs:subClassOf | 178 | rdfs:subClassOf |
179 | [ rdf:type owl:Restriction ; | 179 | [ rdf:type owl:Restriction ; |
180 | owl:maxQualifiedCardinality | 180 | owl:maxQualifiedCardinality |
181 | "1"^^xsd:nonNegativeInteger ; | 181 | "1"^^xsd:nonNegativeInteger ; |
182 | owl:onClass USERFIELDS:FreeTextField ; | 182 | owl:onClass USERFIELDS:FreeTextField ; |
183 | - owl:onProperty USERFIELDS:hasQuality | 183 | + owl:onProperty USERFIELDS:hasRank |
184 | ] ; | 184 | ] ; |
185 | rdfs:subClassOf | 185 | rdfs:subClassOf |
186 | [ rdf:type owl:Restriction ; | 186 | [ rdf:type owl:Restriction ; |
187 | owl:maxQualifiedCardinality | 187 | owl:maxQualifiedCardinality |
188 | "1"^^xsd:nonNegativeInteger ; | 188 | "1"^^xsd:nonNegativeInteger ; |
189 | owl:onClass USERFIELDS:FreeTextField ; | 189 | owl:onClass USERFIELDS:FreeTextField ; |
190 | - owl:onProperty USERFIELDS:hasArea | 190 | + owl:onProperty USERFIELDS:hasDelivery |
191 | ] ; | 191 | ] ; |
192 | rdfs:subClassOf | 192 | rdfs:subClassOf |
193 | [ rdf:type owl:Restriction ; | 193 | [ rdf:type owl:Restriction ; |
194 | owl:maxQualifiedCardinality | 194 | owl:maxQualifiedCardinality |
195 | "1"^^xsd:nonNegativeInteger ; | 195 | "1"^^xsd:nonNegativeInteger ; |
196 | owl:onClass USERFIELDS:FreeTextField ; | 196 | owl:onClass USERFIELDS:FreeTextField ; |
197 | - owl:onProperty USERFIELDS:hasBudgetYear | 197 | + owl:onProperty USERFIELDS:hasKPIStatus |
198 | ] ; | 198 | ] ; |
199 | rdfs:subClassOf | 199 | rdfs:subClassOf |
200 | [ rdf:type owl:Restriction ; | 200 | [ rdf:type owl:Restriction ; |
201 | owl:maxQualifiedCardinality | 201 | owl:maxQualifiedCardinality |
202 | "1"^^xsd:nonNegativeInteger ; | 202 | "1"^^xsd:nonNegativeInteger ; |
203 | owl:onClass USERFIELDS:FreeTextField ; | 203 | owl:onClass USERFIELDS:FreeTextField ; |
204 | - owl:onProperty USERFIELDS:hasCustomerWBS2 | 204 | + owl:onProperty USERFIELDS:hasWBS2 |
205 | ] ; | 205 | ] ; |
206 | rdfs:subClassOf | 206 | rdfs:subClassOf |
207 | [ rdf:type owl:Restriction ; | 207 | [ rdf:type owl:Restriction ; |
208 | owl:maxQualifiedCardinality | 208 | owl:maxQualifiedCardinality |
209 | "1"^^xsd:nonNegativeInteger ; | 209 | "1"^^xsd:nonNegativeInteger ; |
210 | owl:onClass USERFIELDS:FreeTextField ; | 210 | owl:onClass USERFIELDS:FreeTextField ; |
211 | - owl:onProperty USERFIELDS:hasReporting | 211 | + owl:onProperty USERFIELDS:hasAreaCode |
212 | ] ; | 212 | ] ; |
213 | rdfs:subClassOf | 213 | rdfs:subClassOf |
214 | [ rdf:type owl:Restriction ; | 214 | [ rdf:type owl:Restriction ; |
215 | owl:maxQualifiedCardinality | 215 | owl:maxQualifiedCardinality |
216 | "1"^^xsd:nonNegativeInteger ; | 216 | "1"^^xsd:nonNegativeInteger ; |
217 | owl:onClass USERFIELDS:FreeTextField ; | 217 | owl:onClass USERFIELDS:FreeTextField ; |
218 | - owl:onProperty USERFIELDS:hasKPIStatus | 218 | + owl:onProperty USERFIELDS:hasQuality |
219 | ] ; | 219 | ] ; |
220 | rdfs:subClassOf | 220 | rdfs:subClassOf |
221 | [ rdf:type owl:Restriction ; | 221 | [ rdf:type owl:Restriction ; |
222 | owl:maxQualifiedCardinality | 222 | owl:maxQualifiedCardinality |
223 | "1"^^xsd:nonNegativeInteger ; | 223 | "1"^^xsd:nonNegativeInteger ; |
224 | owl:onClass USERFIELDS:FreeTextField ; | 224 | owl:onClass USERFIELDS:FreeTextField ; |
225 | - owl:onProperty USERFIELDS:hasBuildingBlock | 225 | + owl:onProperty USERFIELDS:hasShutDownPeriod |
226 | ] ; | 226 | ] ; |
227 | rdfs:subClassOf | 227 | rdfs:subClassOf |
228 | [ rdf:type owl:Restriction ; | 228 | [ rdf:type owl:Restriction ; |
229 | owl:maxQualifiedCardinality | 229 | owl:maxQualifiedCardinality |
230 | "1"^^xsd:nonNegativeInteger ; | 230 | "1"^^xsd:nonNegativeInteger ; |
231 | owl:onClass USERFIELDS:FreeTextField ; | 231 | owl:onClass USERFIELDS:FreeTextField ; |
232 | - owl:onProperty USERFIELDS:hasWorkOrder | 232 | + owl:onProperty USERFIELDS:hasSubProjectType |
233 | ] ; | 233 | ] ; |
234 | rdfs:subClassOf | 234 | rdfs:subClassOf |
235 | [ rdf:type owl:Restriction ; | 235 | [ rdf:type owl:Restriction ; |
236 | owl:maxQualifiedCardinality | 236 | owl:maxQualifiedCardinality |
237 | "1"^^xsd:nonNegativeInteger ; | 237 | "1"^^xsd:nonNegativeInteger ; |
238 | owl:onClass USERFIELDS:FreeTextField ; | 238 | owl:onClass USERFIELDS:FreeTextField ; |
239 | - owl:onProperty USERFIELDS:hasShaft | 239 | + owl:onProperty USERFIELDS:hasNetwork |
240 | ] ; | 240 | ] ; |
241 | rdfs:subClassOf | 241 | rdfs:subClassOf |
242 | [ rdf:type owl:Restriction ; | 242 | [ rdf:type owl:Restriction ; |
243 | owl:maxQualifiedCardinality | 243 | owl:maxQualifiedCardinality |
244 | "1"^^xsd:nonNegativeInteger ; | 244 | "1"^^xsd:nonNegativeInteger ; |
245 | owl:onClass USERFIELDS:FreeTextField ; | 245 | owl:onClass USERFIELDS:FreeTextField ; |
246 | - owl:onProperty USERFIELDS:hasMechanicalCompletionPackage | 246 | + owl:onProperty USERFIELDS:hasSection |
247 | ] ; | 247 | ] ; |
248 | rdfs:subClassOf | 248 | rdfs:subClassOf |
249 | [ rdf:type owl:Restriction ; | 249 | [ rdf:type owl:Restriction ; |
250 | owl:maxQualifiedCardinality | 250 | owl:maxQualifiedCardinality |
251 | "1"^^xsd:nonNegativeInteger ; | 251 | "1"^^xsd:nonNegativeInteger ; |
252 | owl:onClass USERFIELDS:FreeTextField ; | 252 | owl:onClass USERFIELDS:FreeTextField ; |
253 | - owl:onProperty USERFIELDS:hasProcurementPackage | 253 | + owl:onProperty USERFIELDS:hasWorkOrder |
254 | ] ; | 254 | ] ; |
255 | rdfs:subClassOf | 255 | rdfs:subClassOf |
256 | [ rdf:type owl:Restriction ; | 256 | [ rdf:type owl:Restriction ; |
257 | owl:maxQualifiedCardinality | 257 | owl:maxQualifiedCardinality |
258 | "1"^^xsd:nonNegativeInteger ; | 258 | "1"^^xsd:nonNegativeInteger ; |
259 | owl:onClass USERFIELDS:FreeTextField ; | 259 | owl:onClass USERFIELDS:FreeTextField ; |
260 | - owl:onProperty USERFIELDS:hasRank | 260 | + owl:onProperty USERFIELDS:hasModificationPackage |
261 | ] ; | 261 | ] ; |
262 | rdfs:subClassOf | 262 | rdfs:subClassOf |
263 | [ rdf:type owl:Restriction ; | 263 | [ rdf:type owl:Restriction ; |
264 | owl:maxQualifiedCardinality | 264 | owl:maxQualifiedCardinality |
265 | "1"^^xsd:nonNegativeInteger ; | 265 | "1"^^xsd:nonNegativeInteger ; |
266 | owl:onClass USERFIELDS:FreeTextField ; | 266 | owl:onClass USERFIELDS:FreeTextField ; |
267 | - owl:onProperty USERFIELDS:hasWorkOrder | 267 | + owl:onProperty USERFIELDS:hasArea |
268 | ] ; | 268 | ] ; |
269 | rdfs:subClassOf | 269 | rdfs:subClassOf |
270 | [ rdf:type owl:Restriction ; | 270 | [ rdf:type owl:Restriction ; |
271 | owl:maxQualifiedCardinality | 271 | owl:maxQualifiedCardinality |
272 | "1"^^xsd:nonNegativeInteger ; | 272 | "1"^^xsd:nonNegativeInteger ; |
273 | owl:onClass USERFIELDS:FreeTextField ; | 273 | owl:onClass USERFIELDS:FreeTextField ; |
274 | - owl:onProperty USERFIELDS:hasCostBreakdownStructure | 274 | + owl:onProperty USERFIELDS:hasNotification |
275 | ] ; | 275 | ] ; |
276 | rdfs:subClassOf | 276 | rdfs:subClassOf |
277 | [ rdf:type owl:Restriction ; | 277 | [ rdf:type owl:Restriction ; |
278 | owl:maxQualifiedCardinality | 278 | owl:maxQualifiedCardinality |
279 | "1"^^xsd:nonNegativeInteger ; | 279 | "1"^^xsd:nonNegativeInteger ; |
280 | owl:onClass USERFIELDS:FreeTextField ; | 280 | owl:onClass USERFIELDS:FreeTextField ; |
281 | - owl:onProperty USERFIELDS:hasJobCardStatus | 281 | + owl:onProperty USERFIELDS:hasCauseCategory |
282 | ] ; | 282 | ] ; |
283 | rdfs:subClassOf | 283 | rdfs:subClassOf |
284 | [ rdf:type owl:Restriction ; | 284 | [ rdf:type owl:Restriction ; |
285 | owl:maxQualifiedCardinality | 285 | owl:maxQualifiedCardinality |
286 | "1"^^xsd:nonNegativeInteger ; | 286 | "1"^^xsd:nonNegativeInteger ; |
287 | owl:onClass USERFIELDS:FreeTextField ; | 287 | owl:onClass USERFIELDS:FreeTextField ; |
288 | - owl:onProperty USERFIELDS:hasCauseCategory | 288 | + owl:onProperty USERFIELDS:hasWBS2 |
289 | ] ; | 289 | ] ; |
290 | rdfs:subClassOf | 290 | rdfs:subClassOf |
291 | [ rdf:type owl:Restriction ; | 291 | [ rdf:type owl:Restriction ; |
292 | owl:maxQualifiedCardinality | 292 | owl:maxQualifiedCardinality |
293 | "1"^^xsd:nonNegativeInteger ; | 293 | "1"^^xsd:nonNegativeInteger ; |
294 | owl:onClass USERFIELDS:FreeTextField ; | 294 | owl:onClass USERFIELDS:FreeTextField ; |
295 | - owl:onProperty USERFIELDS:hasCompletionStatus | 295 | + owl:onProperty USERFIELDS:hasMechanicalCompletionPackage |
296 | ] ; | 296 | ] ; |
297 | rdfs:subClassOf | 297 | rdfs:subClassOf |
298 | [ rdf:type owl:Restriction ; | 298 | [ rdf:type owl:Restriction ; |
299 | owl:maxQualifiedCardinality | 299 | owl:maxQualifiedCardinality |
300 | "1"^^xsd:nonNegativeInteger ; | 300 | "1"^^xsd:nonNegativeInteger ; |
301 | owl:onClass USERFIELDS:FreeTextField ; | 301 | owl:onClass USERFIELDS:FreeTextField ; |
302 | - owl:onProperty USERFIELDS:hasHabitat | 302 | + owl:onProperty USERFIELDS:hasProcurementPackage |
303 | ] ; | 303 | ] ; |
304 | rdfs:subClassOf | 304 | rdfs:subClassOf |
305 | [ rdf:type owl:Restriction ; | 305 | [ rdf:type owl:Restriction ; |
306 | owl:maxQualifiedCardinality | 306 | owl:maxQualifiedCardinality |
307 | "1"^^xsd:nonNegativeInteger ; | 307 | "1"^^xsd:nonNegativeInteger ; |
308 | owl:onClass USERFIELDS:FreeTextField ; | 308 | owl:onClass USERFIELDS:FreeTextField ; |
309 | - owl:onProperty USERFIELDS:hasWBS2 | 309 | + owl:onProperty USERFIELDS:hasCTR |
310 | ] ; | 310 | ] ; |
311 | rdfs:subClassOf | 311 | rdfs:subClassOf |
312 | [ rdf:type owl:Restriction ; | 312 | [ rdf:type owl:Restriction ; |
313 | owl:maxQualifiedCardinality | 313 | owl:maxQualifiedCardinality |
314 | "1"^^xsd:nonNegativeInteger ; | 314 | "1"^^xsd:nonNegativeInteger ; |
315 | owl:onClass USERFIELDS:FreeTextField ; | 315 | owl:onClass USERFIELDS:FreeTextField ; |
316 | - owl:onProperty USERFIELDS:hasAreaCode | 316 | + owl:onProperty USERFIELDS:hasHabitat |
317 | ] ; | 317 | ] ; |
318 | rdfs:subClassOf | 318 | rdfs:subClassOf |
319 | [ rdf:type owl:Restriction ; | 319 | [ rdf:type owl:Restriction ; |
320 | owl:maxQualifiedCardinality | 320 | owl:maxQualifiedCardinality |
321 | "1"^^xsd:nonNegativeInteger ; | 321 | "1"^^xsd:nonNegativeInteger ; |
322 | owl:onClass USERFIELDS:FreeTextField ; | 322 | owl:onClass USERFIELDS:FreeTextField ; |
323 | - owl:onProperty USERFIELDS:hasPortfolio | 323 | + owl:onProperty USERFIELDS:hasCause |
324 | ] ; | 324 | ] ; |
325 | rdfs:subClassOf | 325 | rdfs:subClassOf |
326 | [ rdf:type owl:Restriction ; | 326 | [ rdf:type owl:Restriction ; |
327 | owl:maxQualifiedCardinality | 327 | owl:maxQualifiedCardinality |
328 | "1"^^xsd:nonNegativeInteger ; | 328 | "1"^^xsd:nonNegativeInteger ; |
329 | owl:onClass USERFIELDS:FreeTextField ; | 329 | owl:onClass USERFIELDS:FreeTextField ; |
330 | - owl:onProperty USERFIELDS:hasActivityProgress | 330 | + owl:onProperty USERFIELDS:hasSystemType |
331 | ] ; | 331 | ] ; |
332 | rdfs:subClassOf | 332 | rdfs:subClassOf |
333 | [ rdf:type owl:Restriction ; | 333 | [ rdf:type owl:Restriction ; |
334 | owl:maxQualifiedCardinality | 334 | owl:maxQualifiedCardinality |
335 | "1"^^xsd:nonNegativeInteger ; | 335 | "1"^^xsd:nonNegativeInteger ; |
336 | owl:onClass USERFIELDS:FreeTextField ; | 336 | owl:onClass USERFIELDS:FreeTextField ; |
337 | - owl:onProperty USERFIELDS:hasCTR | 337 | + owl:onProperty USERFIELDS:hasCustomerWBS3 |
338 | ] ; | 338 | ] ; |
339 | rdfs:subClassOf | 339 | rdfs:subClassOf |
340 | [ rdf:type owl:Restriction ; | 340 | [ rdf:type owl:Restriction ; |
341 | owl:maxQualifiedCardinality | 341 | owl:maxQualifiedCardinality |
342 | "1"^^xsd:nonNegativeInteger ; | 342 | "1"^^xsd:nonNegativeInteger ; |
343 | owl:onClass USERFIELDS:FreeTextField ; | 343 | owl:onClass USERFIELDS:FreeTextField ; |
344 | - owl:onProperty USERFIELDS:hasWBS3 | 344 | + owl:onProperty USERFIELDS:hasAssignment |
345 | ] ; | 345 | ] ; |
346 | rdfs:subClassOf | 346 | rdfs:subClassOf |
347 | [ rdf:type owl:Restriction ; | 347 | [ rdf:type owl:Restriction ; |
348 | owl:maxQualifiedCardinality | 348 | owl:maxQualifiedCardinality |
349 | "1"^^xsd:nonNegativeInteger ; | 349 | "1"^^xsd:nonNegativeInteger ; |
350 | owl:onClass USERFIELDS:FreeTextField ; | 350 | owl:onClass USERFIELDS:FreeTextField ; |
351 | - owl:onProperty USERFIELDS:hasSystemType | 351 | + owl:onProperty USERFIELDS:hasSRGL |
352 | ] ; | 352 | ] ; |
353 | rdfs:subClassOf | 353 | rdfs:subClassOf |
354 | [ rdf:type owl:Restriction ; | 354 | [ rdf:type owl:Restriction ; |
355 | owl:maxQualifiedCardinality | 355 | owl:maxQualifiedCardinality |
356 | "1"^^xsd:nonNegativeInteger ; | 356 | "1"^^xsd:nonNegativeInteger ; |
357 | owl:onClass USERFIELDS:FreeTextField ; | 357 | owl:onClass USERFIELDS:FreeTextField ; |
358 | - owl:onProperty USERFIELDS:hasSupplierATS | 358 | + owl:onProperty USERFIELDS:hasLocationOfWork |
359 | ] ; | 359 | ] ; |
360 | rdfs:subClassOf | 360 | rdfs:subClassOf |
361 | [ rdf:type owl:Restriction ; | 361 | [ rdf:type owl:Restriction ; |
... | @@ -376,49 +376,49 @@ USERFIELDS:UserField | ... | @@ -376,49 +376,49 @@ USERFIELDS:UserField |
376 | owl:maxQualifiedCardinality | 376 | owl:maxQualifiedCardinality |
377 | "1"^^xsd:nonNegativeInteger ; | 377 | "1"^^xsd:nonNegativeInteger ; |
378 | owl:onClass USERFIELDS:FreeTextField ; | 378 | owl:onClass USERFIELDS:FreeTextField ; |
379 | - owl:onProperty USERFIELDS:hasNotification | 379 | + owl:onProperty USERFIELDS:hasCostBreakdownStructure |
380 | ] ; | 380 | ] ; |
381 | rdfs:subClassOf | 381 | rdfs:subClassOf |
382 | [ rdf:type owl:Restriction ; | 382 | [ rdf:type owl:Restriction ; |
383 | owl:maxQualifiedCardinality | 383 | owl:maxQualifiedCardinality |
384 | "1"^^xsd:nonNegativeInteger ; | 384 | "1"^^xsd:nonNegativeInteger ; |
385 | owl:onClass USERFIELDS:FreeTextField ; | 385 | owl:onClass USERFIELDS:FreeTextField ; |
386 | - owl:onProperty USERFIELDS:hasSubProjectType | 386 | + owl:onProperty USERFIELDS:hasJobCardStatus |
387 | ] ; | 387 | ] ; |
388 | rdfs:subClassOf | 388 | rdfs:subClassOf |
389 | [ rdf:type owl:Restriction ; | 389 | [ rdf:type owl:Restriction ; |
390 | owl:maxQualifiedCardinality | 390 | owl:maxQualifiedCardinality |
391 | "1"^^xsd:nonNegativeInteger ; | 391 | "1"^^xsd:nonNegativeInteger ; |
392 | owl:onClass USERFIELDS:FreeTextField ; | 392 | owl:onClass USERFIELDS:FreeTextField ; |
393 | - owl:onProperty USERFIELDS:hasMainActivity | 393 | + owl:onProperty USERFIELDS:hasShaft |
394 | ] ; | 394 | ] ; |
395 | rdfs:subClassOf | 395 | rdfs:subClassOf |
396 | [ rdf:type owl:Restriction ; | 396 | [ rdf:type owl:Restriction ; |
397 | owl:maxQualifiedCardinality | 397 | owl:maxQualifiedCardinality |
398 | "1"^^xsd:nonNegativeInteger ; | 398 | "1"^^xsd:nonNegativeInteger ; |
399 | owl:onClass USERFIELDS:FreeTextField ; | 399 | owl:onClass USERFIELDS:FreeTextField ; |
400 | - owl:onProperty USERFIELDS:hasGeographicLocation | 400 | + owl:onProperty USERFIELDS:hasWBS4 |
401 | ] ; | 401 | ] ; |
402 | rdfs:subClassOf | 402 | rdfs:subClassOf |
403 | [ rdf:type owl:Restriction ; | 403 | [ rdf:type owl:Restriction ; |
404 | owl:maxQualifiedCardinality | 404 | owl:maxQualifiedCardinality |
405 | "1"^^xsd:nonNegativeInteger ; | 405 | "1"^^xsd:nonNegativeInteger ; |
406 | owl:onClass USERFIELDS:FreeTextField ; | 406 | owl:onClass USERFIELDS:FreeTextField ; |
407 | - owl:onProperty USERFIELDS:hasLocationOfWork | 407 | + owl:onProperty USERFIELDS:hasWBS1 |
408 | ] ; | 408 | ] ; |
409 | rdfs:subClassOf | 409 | rdfs:subClassOf |
410 | [ rdf:type owl:Restriction ; | 410 | [ rdf:type owl:Restriction ; |
411 | owl:maxQualifiedCardinality | 411 | owl:maxQualifiedCardinality |
412 | "1"^^xsd:nonNegativeInteger ; | 412 | "1"^^xsd:nonNegativeInteger ; |
413 | owl:onClass USERFIELDS:FreeTextField ; | 413 | owl:onClass USERFIELDS:FreeTextField ; |
414 | - owl:onProperty USERFIELDS:hasModificationPackage | 414 | + owl:onProperty USERFIELDS:hasProjectType |
415 | ] ; | 415 | ] ; |
416 | rdfs:subClassOf | 416 | rdfs:subClassOf |
417 | [ rdf:type owl:Restriction ; | 417 | [ rdf:type owl:Restriction ; |
418 | owl:maxQualifiedCardinality | 418 | owl:maxQualifiedCardinality |
419 | "1"^^xsd:nonNegativeInteger ; | 419 | "1"^^xsd:nonNegativeInteger ; |
420 | owl:onClass USERFIELDS:FreeTextField ; | 420 | owl:onClass USERFIELDS:FreeTextField ; |
421 | - owl:onProperty USERFIELDS:hasProjectType | 421 | + owl:onProperty USERFIELDS:hasActivityProgress |
422 | ] . | 422 | ] . |
423 | 423 | ||
424 | USERFIELDS:hasActivityNetwork | 424 | USERFIELDS:hasActivityNetwork |
... | @@ -563,6 +563,11 @@ USERFIELDS:hasExecutionSubDiscipline | ... | @@ -563,6 +563,11 @@ USERFIELDS:hasExecutionSubDiscipline |
563 | rdfs:label "Execution subdiscipline" ; | 563 | rdfs:label "Execution subdiscipline" ; |
564 | rdfs:range USERFIELDS:FreeTextField . | 564 | rdfs:range USERFIELDS:FreeTextField . |
565 | 565 | ||
566 | +USERFIELDS:hasFacility | ||
567 | + rdf:type owl:ObjectProperty ; | ||
568 | + rdfs:domain USERFIELDS:UserField ; | ||
569 | + rdfs:label "has facility"^^xsd:string . | ||
570 | + | ||
566 | USERFIELDS:hasGeographicLocation | 571 | USERFIELDS:hasGeographicLocation |
567 | rdf:type owl:ObjectProperty ; | 572 | rdf:type owl:ObjectProperty ; |
568 | rdfs:domain USERFIELDS:UserField ; | 573 | rdfs:domain USERFIELDS:UserField ; | ... | ... |
-
Please register or login to post a comment