Showing
2 changed files
with
201 additions
and
118 deletions
| ... | @@ -15,6 +15,11 @@ UC1: rdf:type owl:Ontology ; | ... | @@ -15,6 +15,11 @@ UC1: rdf:type owl:Ontology ; |
| 15 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | 15 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; |
| 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | 17 | ||
| 18 | +ILAP:AFE | ||
| 19 | + rdf:type USERFIELDS:FreeTextField ; | ||
| 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 . | ||
| 22 | + | ||
| 18 | ILAP:Activity | 23 | ILAP:Activity |
| 19 | rdfs:subClassOf | 24 | rdfs:subClassOf |
| 20 | [ rdf:type owl:Restriction ; | 25 | [ rdf:type owl:Restriction ; |
| ... | @@ -26,34 +31,43 @@ ILAP:ActivityPlan_1 | ... | @@ -26,34 +31,43 @@ ILAP:ActivityPlan_1 |
| 26 | rdf:type ILAP:ActivityPlan ; | 31 | rdf:type ILAP:ActivityPlan ; |
| 27 | rdfs:label "Activity plan 1"^^xsd:string . | 32 | rdfs:label "Activity plan 1"^^xsd:string . |
| 28 | 33 | ||
| 34 | +ILAP:ActivityRole | ||
| 35 | + rdf:type USERFIELDS:FreeTextField ; | ||
| 36 | + rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | ||
| 37 | + USERFIELDS:hasShort "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Control object progress"^^xsd:string , "Job progress"^^xsd:string , "Manual progress"^^xsd:string , "Manual progress, Mhr Carrier"^^xsd:string , "Document progress"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string , "Document, Manual progres"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Control object manula progress"^^xsd:string , "Mhr. Carrier"^^xsd:string , "Procurement Milestone"^^xsd:string , "Doc. prg, jobs"^^xsd:string . | ||
| 38 | + | ||
| 29 | ILAP:ActivityWBS_1 | 39 | ILAP:ActivityWBS_1 |
| 30 | rdf:type ILAP:ActivityWBS ; | 40 | rdf:type ILAP:ActivityWBS ; |
| 31 | rdfs:label "Activity WBS 1"^^xsd:string ; | 41 | rdfs:label "Activity WBS 1"^^xsd:string ; |
| 32 | ILAP:hasWBScomponent | 42 | ILAP:hasWBScomponent |
| 33 | - SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; | 43 | + ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; |
| 34 | - ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; | 44 | + ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; |
| 35 | - ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . | 45 | + ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . |
| 36 | 46 | ||
| 37 | ILAP:AreaCode | 47 | ILAP:AreaCode |
| 38 | rdf:type USERFIELDS:FreeTextField ; | 48 | rdf:type USERFIELDS:FreeTextField ; |
| 39 | rdfs:label "Area Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 49 | rdfs:label "Area Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
| 40 | USERFIELDS:hasDescription | 50 | USERFIELDS:hasDescription |
| 41 | - "GLC_Level 2"^^xsd:string ; | 51 | + "P41"^^xsd:string , "P42"^^xsd:string , "GLC_Level 2"^^xsd:string , "P21"^^xsd:string , "GLC_Level 3"^^xsd:string , "GLC_Level 1"^^xsd:string , "GLC_Level 4"^^xsd:string ; |
| 42 | - USERFIELDS:hasShort "GLC_Level 2"^^xsd:string . | 52 | + USERFIELDS:hasShort "GLC_Level 1"^^xsd:string , "P41"^^xsd:string , "GLC_Level 3"^^xsd:string , "P21"^^xsd:string , "P42"^^xsd:string , "GLC_Level 2"^^xsd:string , "GLC_Level 4"^^xsd:string . |
| 43 | 53 | ||
| 44 | -ILAP:Area_Code_Value_1 | 54 | +ILAP:BudgetResponsible |
| 45 | rdf:type USERFIELDS:FreeTextField ; | 55 | rdf:type USERFIELDS:FreeTextField ; |
| 46 | - rdfs:label "Area code value 1"^^xsd:string ; | 56 | + rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
| 47 | USERFIELDS:hasDescription | 57 | USERFIELDS:hasDescription |
| 48 | - "Area Code AA"^^xsd:string ; | 58 | + "Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string ; |
| 49 | - USERFIELDS:hasShort "AC AA"^^xsd:string . | 59 | + USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string . |
| 50 | 60 | ||
| 51 | ILAP:BuidingBlock | 61 | ILAP:BuidingBlock |
| 52 | rdf:type USERFIELDS:FreeTextField ; | 62 | rdf:type USERFIELDS:FreeTextField ; |
| 53 | rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 63 | rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
| 54 | USERFIELDS:hasDescription | 64 | USERFIELDS:hasDescription |
| 55 | - "Modifications of GI ducting system to WHRU"^^xsd:string ; | 65 | + "Onshore fabrication and assembly of a new WHRU module"^^xsd:string , "Demolition of old WHRU module"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string , "X-Over"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^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 , "Assistance to COPSAS Comm"^^xsd:string , "Contract General Milestones"^^xsd:string ; |
| 56 | - USERFIELDS:hasShort "D1"^^xsd:string . | 66 | + USERFIELDS:hasShort "D1"^^xsd:string , "W1"^^xsd:string , "W4"^^xsd:string , "G0"^^xsd:string , "F0"^^xsd:string , "W2"^^xsd:string , "R0"^^xsd:string , "W5"^^xsd:string , "GLC"^^xsd:string , "CA"^^xsd:string , "D2"^^xsd:string , "LPHC"^^xsd:string , "W3"^^xsd:string , "XOV"^^xsd:string , "AG"^^xsd:string , "DEM-GLC"^^xsd:string . |
| 67 | + | ||
| 68 | +ILAP:COR | ||
| 69 | + rdf:type USERFIELDS:FreeTextField ; | ||
| 70 | + rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string . | ||
| 57 | 71 | ||
| 58 | ILAP:COR_KD_1 | 72 | ILAP:COR_KD_1 |
| 59 | rdf:type SCCS:COR_KD ; | 73 | rdf:type SCCS:COR_KD ; |
| ... | @@ -63,8 +77,8 @@ ILAP:CTR | ... | @@ -63,8 +77,8 @@ ILAP:CTR |
| 63 | rdf:type USERFIELDS:FreeTextField ; | 77 | rdf:type USERFIELDS:FreeTextField ; |
| 64 | rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 78 | rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
| 65 | USERFIELDS:hasDescription | 79 | USERFIELDS:hasDescription |
| 66 | - "Document Control"^^xsd:string ; | 80 | + "Hotwork and Platform SD"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Document Control"^^xsd:string ; |
| 67 | - USERFIELDS:hasShort "DDZEG0000"^^xsd:string . | 81 | + USERFIELDS:hasShort "X"^^xsd:string , "HA09AD-TH"^^xsd:string , "DDZEG0000"^^xsd:string . |
| 68 | 82 | ||
| 69 | ILAP:Calendar_1 | 83 | ILAP:Calendar_1 |
| 70 | rdf:type ILAP:Calendar ; | 84 | rdf:type ILAP:Calendar ; |
| ... | @@ -74,23 +88,41 @@ ILAP:Contract_1 | ... | @@ -74,23 +88,41 @@ ILAP:Contract_1 |
| 74 | rdf:type ILAP:Contract ; | 88 | rdf:type ILAP:Contract ; |
| 75 | rdfs:label "Contract 1"^^xsd:string . | 89 | rdfs:label "Contract 1"^^xsd:string . |
| 76 | 90 | ||
| 77 | -ILAP:Cost_Center_Value_1 | 91 | +ILAP:CopsasActID |
| 78 | rdf:type USERFIELDS:FreeTextField ; | 92 | rdf:type USERFIELDS:FreeTextField ; |
| 79 | - rdfs:label "Cost center value 1"^^xsd:string ; | 93 | + rdfs:label "Copsas Act ID for Rosenberg to ConocoPhillips 2.0"^^xsd:string . |
| 80 | - USERFIELDS:hasDescription | 94 | + |
| 81 | - "COST CENTER B"^^xsd:string ; | 95 | +ILAP:CostCenter |
| 82 | - USERFIELDS:hasShort "CCB"^^xsd:string . | 96 | + rdf:type USERFIELDS:FreeTextField ; |
| 97 | + rdfs:label "Cost Center for Rosenberg to ConocoPhillips 2.0"^^xsd:string . | ||
| 98 | + | ||
| 99 | +ILAP:ExecutionMilestone | ||
| 100 | + rdf:type USERFIELDS:FreeTextField ; | ||
| 101 | + rdfs:label "Execution Milestone for Rosenberg to ConocoPhillips 2.0"^^xsd:string . | ||
| 83 | 102 | ||
| 84 | ILAP:FinishToStart_1_2 | 103 | ILAP:FinishToStart_1_2 |
| 85 | rdf:type ILAP:FinishToStart ; | 104 | rdf:type ILAP:FinishToStart ; |
| 86 | rdfs:label "Finish to start 1 2"^^xsd:string . | 105 | rdfs:label "Finish to start 1 2"^^xsd:string . |
| 87 | 106 | ||
| 88 | -ILAP:Index_Code_Value_1 | 107 | +ILAP:IndexCode |
| 89 | rdf:type USERFIELDS:FreeTextField ; | 108 | rdf:type USERFIELDS:FreeTextField ; |
| 90 | - rdfs:label "Index code value 1"^^xsd:string ; | 109 | + rdfs:label "Index Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string . |
| 91 | - USERFIELDS:hasDescription | 110 | + |
| 92 | - "Index A"^^xsd:string ; | 111 | +ILAP:KundeWBS1 |
| 93 | - USERFIELDS:hasShort "EXA"^^xsd:string . | 112 | + rdf:type USERFIELDS:FreeTextField ; |
| 113 | + rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string . | ||
| 114 | + | ||
| 115 | +ILAP:KundeWBS2 | ||
| 116 | + rdf:type USERFIELDS:FreeTextField ; | ||
| 117 | + rdfs:label "Kunde WBS2 for Rosenberg to ConocoPhillips 2.0"^^xsd:string . | ||
| 118 | + | ||
| 119 | +ILAP:KundeWBS3 | ||
| 120 | + rdf:type USERFIELDS:FreeTextField ; | ||
| 121 | + rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string . | ||
| 122 | + | ||
| 123 | +ILAP:MCpacks | ||
| 124 | + rdf:type USERFIELDS:FreeTextField ; | ||
| 125 | + rdfs:label "MC Packs for Rosenberg to ConocoPhillips 2.0"^^xsd:string . | ||
| 94 | 126 | ||
| 95 | ILAP:NPD | 127 | ILAP:NPD |
| 96 | rdf:type ILAP:ResponsibleOrganization ; | 128 | rdf:type ILAP:ResponsibleOrganization ; |
| ... | @@ -104,6 +136,10 @@ ILAP:PBS_ACAA_1 | ... | @@ -104,6 +136,10 @@ ILAP:PBS_ACAA_1 |
| 104 | rdf:type SCCS:PBS_ACAA ; | 136 | rdf:type SCCS:PBS_ACAA ; |
| 105 | rdfs:label "Production wells for Gravity Structure 24-7"^^xsd:string . | 137 | rdfs:label "Production wells for Gravity Structure 24-7"^^xsd:string . |
| 106 | 138 | ||
| 139 | +ILAP:PartProject | ||
| 140 | + rdf:type USERFIELDS:FreeTextField ; | ||
| 141 | + rdfs:label "Part Project for Rosenberg to ConocoPhillips 2.0"^^xsd:string . | ||
| 142 | + | ||
| 107 | ILAP:PlannedActivity_1 | 143 | ILAP:PlannedActivity_1 |
| 108 | rdf:type ILAP:PlannedActivity ; | 144 | rdf:type ILAP:PlannedActivity ; |
| 109 | rdfs:label "Planned activity 1"^^xsd:string . | 145 | rdfs:label "Planned activity 1"^^xsd:string . |
| ... | @@ -148,9 +184,11 @@ ILAP:PlannedActivity_2 | ... | @@ -148,9 +184,11 @@ ILAP:PlannedActivity_2 |
| 148 | ILAP:hasActivityWeight | 184 | ILAP:hasActivityWeight |
| 149 | "55000"^^xsd:float ; | 185 | "55000"^^xsd:float ; |
| 150 | ILAP:hasActivityWorkVolume | 186 | ILAP:hasActivityWorkVolume |
| 151 | - "1500"^^xsd:float ; | 187 | + "1500"^^xsd:float . |
| 152 | - USERFIELDS:hasUserField | 188 | + |
| 153 | - ILAP:UserField_for_PlannedActivity_2 . | 189 | +ILAP:ProcPackage |
| 190 | + rdf:type USERFIELDS:FreeTextField ; | ||
| 191 | + rdfs:label "Proc Package for Rosenberg to ConocoPhillips 2.0"^^xsd:string . | ||
| 154 | 192 | ||
| 155 | ILAP:ProjectExecutionPlan_UC1 | 193 | ILAP:ProjectExecutionPlan_UC1 |
| 156 | rdf:type ILAP:ProjectExecutionPlan ; | 194 | rdf:type ILAP:ProjectExecutionPlan ; |
| ... | @@ -195,12 +233,9 @@ ILAP:Project_1 | ... | @@ -195,12 +233,9 @@ ILAP:Project_1 |
| 195 | rdf:type ILAP:Project ; | 233 | rdf:type ILAP:Project ; |
| 196 | rdfs:label "Project 1"^^xsd:string . | 234 | rdfs:label "Project 1"^^xsd:string . |
| 197 | 235 | ||
| 198 | -ILAP:Quality_Value_1 | 236 | +ILAP:ProsjektstrukturIFS |
| 199 | rdf:type USERFIELDS:FreeTextField ; | 237 | rdf:type USERFIELDS:FreeTextField ; |
| 200 | - rdfs:label "Quality value 1"^^xsd:string ; | 238 | + rdfs:label "Prosjektstruktur i IFS for Rosenberg to ConocoPhillips 2.0"^^xsd:string . |
| 201 | - USERFIELDS:hasDescription | ||
| 202 | - "High Quality"^^xsd:string ; | ||
| 203 | - USERFIELDS:hasShort "HQ"^^xsd:string . | ||
| 204 | 239 | ||
| 205 | ILAP:RiskFactor_1 | 240 | ILAP:RiskFactor_1 |
| 206 | rdf:type ILAP:RiskFactor ; | 241 | rdf:type ILAP:RiskFactor ; |
| ... | @@ -223,9 +258,7 @@ ILAP:SAB_51_1 | ... | @@ -223,9 +258,7 @@ ILAP:SAB_51_1 |
| 223 | 258 | ||
| 224 | ILAP:ScheduledActivity_1 | 259 | ILAP:ScheduledActivity_1 |
| 225 | rdf:type ILAP:ScheduledActivity ; | 260 | rdf:type ILAP:ScheduledActivity ; |
| 226 | - rdfs:label "Scheduled activity 1"^^xsd:string ; | 261 | + rdfs:label "Scheduled activity 1"^^xsd:string . |
| 227 | - USERFIELDS:hasUserField | ||
| 228 | - ILAP:UserField_for_Scheduled_Activity_1 . | ||
| 229 | 262 | ||
| 230 | ILAP:ScheduledActivity_2 | 263 | ILAP:ScheduledActivity_2 |
| 231 | rdf:type ILAP:ScheduledActivity ; | 264 | rdf:type ILAP:ScheduledActivity ; |
| ... | @@ -235,12 +268,13 @@ ILAP:ScheduledMilestone_1 | ... | @@ -235,12 +268,13 @@ ILAP:ScheduledMilestone_1 |
| 235 | rdf:type ILAP:ScheduledMilestone ; | 268 | rdf:type ILAP:ScheduledMilestone ; |
| 236 | rdfs:label "Scheduled milestone 1"^^xsd:string . | 269 | rdfs:label "Scheduled milestone 1"^^xsd:string . |
| 237 | 270 | ||
| 238 | -ILAP:Shutdown_Period_1 | 271 | +ILAP:SubProjectKlasse |
| 239 | rdf:type USERFIELDS:FreeTextField ; | 272 | rdf:type USERFIELDS:FreeTextField ; |
| 240 | - rdfs:label "Shutdown period 1"^^xsd:string ; | 273 | + rdfs:label "Sub Project (klasse) for Rosenberg to ConocoPhillips 2.0"^^xsd:string . |
| 241 | - USERFIELDS:hasDescription | 274 | + |
| 242 | - "Shutdown period 2016"^^xsd:string ; | 275 | +ILAP:SubSystemCommPck |
| 243 | - USERFIELDS:hasShort "SD2016"^^xsd:string . | 276 | + rdf:type USERFIELDS:FreeTextField ; |
| 277 | + rdfs:label "Sub System Comm Pck. for Rosenberg to ConocoPhillips 2.0"^^xsd:string . | ||
| 244 | 278 | ||
| 245 | ILAP:SummerShutdown_UC1 | 279 | ILAP:SummerShutdown_UC1 |
| 246 | rdf:type ILAP:Shutdown ; | 280 | rdf:type ILAP:Shutdown ; |
| ... | @@ -252,7 +286,11 @@ ILAP:SummerShutdown_UC1 | ... | @@ -252,7 +286,11 @@ ILAP:SummerShutdown_UC1 |
| 252 | ILAP:hasShutdownPriority | 286 | ILAP:hasShutdownPriority |
| 253 | ILAP:NormalPriority ; | 287 | ILAP:NormalPriority ; |
| 254 | ILAP:hasShutdownType | 288 | ILAP:hasShutdownType |
| 255 | - ILAP:SystemShutdown , ILAP:ScheduledShutdown , ILAP:ProductionShutdown . | 289 | + ILAP:ProductionShutdown , ILAP:ScheduledShutdown , ILAP:SystemShutdown . |
| 290 | + | ||
| 291 | +ILAP:SystemCode | ||
| 292 | + rdf:type USERFIELDS:FreeTextField ; | ||
| 293 | + rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string . | ||
| 256 | 294 | ||
| 257 | ILAP:UseCaseAibelToCOPNO | 295 | ILAP:UseCaseAibelToCOPNO |
| 258 | rdf:type ILAP:Source ; | 296 | rdf:type ILAP:Source ; |
| ... | @@ -264,14 +302,14 @@ ILAP:UserField | ... | @@ -264,14 +302,14 @@ ILAP:UserField |
| 264 | rdfs:subClassOf | 302 | rdfs:subClassOf |
| 265 | [ rdf:type owl:Restriction ; | 303 | [ rdf:type owl:Restriction ; |
| 266 | owl:onDataRange xsd:string ; | 304 | owl:onDataRange xsd:string ; |
| 267 | - owl:onProperty ILAP:hasValueSource ; | 305 | + owl:onProperty ILAP:hasValue ; |
| 268 | owl:qualifiedCardinality | 306 | owl:qualifiedCardinality |
| 269 | "1"^^xsd:nonNegativeInteger | 307 | "1"^^xsd:nonNegativeInteger |
| 270 | ] ; | 308 | ] ; |
| 271 | rdfs:subClassOf | 309 | rdfs:subClassOf |
| 272 | [ rdf:type owl:Restriction ; | 310 | [ rdf:type owl:Restriction ; |
| 273 | owl:onDataRange xsd:string ; | 311 | owl:onDataRange xsd:string ; |
| 274 | - owl:onProperty ILAP:hasValue ; | 312 | + owl:onProperty ILAP:hasValueSource ; |
| 275 | owl:qualifiedCardinality | 313 | owl:qualifiedCardinality |
| 276 | "1"^^xsd:nonNegativeInteger | 314 | "1"^^xsd:nonNegativeInteger |
| 277 | ] . | 315 | ] . |
| ... | @@ -284,29 +322,44 @@ ILAP:UserFieldClass | ... | @@ -284,29 +322,44 @@ ILAP:UserFieldClass |
| 284 | <http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0> | 322 | <http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0> |
| 285 | rdf:type USERFIELDS:UserField ; | 323 | rdf:type USERFIELDS:UserField ; |
| 286 | rdfs:label "User fields for Rosenberg to Conoco Phillips 2.0"^^xsd:string ; | 324 | rdfs:label "User fields for Rosenberg to Conoco Phillips 2.0"^^xsd:string ; |
| 325 | + USERFIELDS:hasActivityProgress | ||
| 326 | + ILAP:ActivityRole ; | ||
| 287 | USERFIELDS:hasAreaCode | 327 | USERFIELDS:hasAreaCode |
| 288 | ILAP:AreaCode ; | 328 | ILAP:AreaCode ; |
| 289 | USERFIELDS:hasBuildingBlock | 329 | USERFIELDS:hasBuildingBlock |
| 290 | ILAP:BuidingBlock ; | 330 | ILAP:BuidingBlock ; |
| 291 | - USERFIELDS:hasCTR ILAP:CTR . | 331 | + USERFIELDS:hasCTR ILAP:CTR ; |
| 292 | - | 332 | + USERFIELDS:hasCommissioningPackage |
| 293 | -ILAP:UserField_for_PlannedActivity_2 | 333 | + ILAP:SubSystemCommPck ; |
| 294 | - rdf:type USERFIELDS:UserField ; | ||
| 295 | - rdfs:label "User Field for Planned Activity 2" ; | ||
| 296 | - USERFIELDS:hasIndexCode | ||
| 297 | - ILAP:Index_Code_Value_1 ; | ||
| 298 | - USERFIELDS:hasQuality | ||
| 299 | - ILAP:Quality_Value_1 ; | ||
| 300 | - USERFIELDS:hasShutDownPeriod | ||
| 301 | - ILAP:Shutdown_Period_1 . | ||
| 302 | - | ||
| 303 | -ILAP:UserField_for_Scheduled_Activity_1 | ||
| 304 | - rdf:type USERFIELDS:UserField ; | ||
| 305 | - rdfs:label "User field for Scheduled Activity 1"^^xsd:string ; | ||
| 306 | - USERFIELDS:hasAreaCode | ||
| 307 | - ILAP:Area_Code_Value_1 ; | ||
| 308 | USERFIELDS:hasCostCenter | 334 | USERFIELDS:hasCostCenter |
| 309 | - ILAP:Cost_Center_Value_1 . | 335 | + ILAP:CostCenter ; |
| 336 | + USERFIELDS:hasCustomerWBS1 | ||
| 337 | + ILAP:KundeWBS1 ; | ||
| 338 | + USERFIELDS:hasCustomerWBS2 | ||
| 339 | + ILAP:KundeWBS2 ; | ||
| 340 | + USERFIELDS:hasCustomerWBS3 | ||
| 341 | + ILAP:KundeWBS3 ; | ||
| 342 | + USERFIELDS:hasExecutionMilestone | ||
| 343 | + ILAP:COR , ILAP:ExecutionMilestone ; | ||
| 344 | + USERFIELDS:hasIndexCode | ||
| 345 | + ILAP:IndexCode ; | ||
| 346 | + USERFIELDS:hasMainActivity | ||
| 347 | + ILAP:CopsasActID ; | ||
| 348 | + USERFIELDS:hasMechanicalCompletionPackage | ||
| 349 | + ILAP:MCpacks ; | ||
| 350 | + USERFIELDS:hasPartProject | ||
| 351 | + ILAP:PartProject ; | ||
| 352 | + USERFIELDS:hasProcurementPackage | ||
| 353 | + ILAP:ProcPackage ; | ||
| 354 | + USERFIELDS:hasProjectType | ||
| 355 | + ILAP:SubProjectKlasse ; | ||
| 356 | + USERFIELDS:hasSystemType | ||
| 357 | + ILAP:SystemCode ; | ||
| 358 | + USERFIELDS:hasTaskResponsible | ||
| 359 | + ILAP:BudgetResponsible ; | ||
| 360 | + USERFIELDS:hasWBS1 ILAP:AFE ; | ||
| 361 | + USERFIELDS:hasWorkOrder | ||
| 362 | + ILAP:ProsjektstrukturIFS . | ||
| 310 | 363 | ||
| 311 | ILAP:WorkOrder_1 | 364 | ILAP:WorkOrder_1 |
| 312 | rdf:type ILAP:WorkOrder ; | 365 | rdf:type ILAP:WorkOrder ; |
| ... | @@ -332,3 +385,11 @@ ILAP:hasValue | ... | @@ -332,3 +385,11 @@ ILAP:hasValue |
| 332 | 385 | ||
| 333 | ILAP:hasValueSource | 386 | ILAP:hasValueSource |
| 334 | rdfs:domain ILAP:UserField . | 387 | rdfs:domain ILAP:UserField . |
| 388 | + | ||
| 389 | +USERFIELDS:hasMainActivity | ||
| 390 | + rdfs:domain USERFIELDS:UserField ; | ||
| 391 | + rdfs:range USERFIELDS:FreeTextField . | ||
| 392 | + | ||
| 393 | +USERFIELDS:hasTaskResponsible | ||
| 394 | + rdfs:domain USERFIELDS:UserField ; | ||
| 395 | + rdfs:range USERFIELDS:FreeTextField . | ... | ... |
| ... | @@ -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,84 +33,91 @@ USERFIELDS:UserField | ... | @@ -33,84 +33,91 @@ 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:hasGeographicLocation | 36 | + owl:onProperty USERFIELDS:hasWBS5 |
| 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:hasIndexCode | 43 | + owl:onProperty USERFIELDS:hasSubProjectType |
| 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:hasKPIStatus | 50 | + owl:onProperty USERFIELDS:hasQuality |
| 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:hasLocationOfWork | 57 | + owl:onProperty USERFIELDS:hasWorkOrder |
| 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:hasShutDownPeriod | 64 | + owl:onProperty USERFIELDS:hasTaskResponsible |
| 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:hasBuildingBlock | 71 | + owl:onProperty USERFIELDS:hasAssignment |
| 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:hasCriticalPath | 78 | + owl:onProperty USERFIELDS:hasBudgetYear |
| 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:hasReporting | 85 | + owl:onProperty USERFIELDS:hasExecutionMilestone |
| 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:hasCause | 92 | + owl:onProperty USERFIELDS:hasArea |
| 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:hasProcurementPackage | 99 | + owl:onProperty USERFIELDS:hasProjectCode |
| 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:hasMechanicalCompletionPackage | 106 | + owl:onProperty USERFIELDS:hasGeographicLocation |
| 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:hasCustomerWBS2 | 113 | + owl:onProperty USERFIELDS:hasRank |
| 114 | + ] ; | ||
| 115 | + rdfs:subClassOf | ||
| 116 | + [ rdf:type owl:Restriction ; | ||
| 117 | + owl:maxQualifiedCardinality | ||
| 118 | + "1"^^xsd:nonNegativeInteger ; | ||
| 119 | + owl:onClass USERFIELDS:FreeTextField ; | ||
| 120 | + owl:onProperty USERFIELDS:hasHabitat | ||
| 114 | ] ; | 121 | ] ; |
| 115 | rdfs:subClassOf | 122 | rdfs:subClassOf |
| 116 | [ rdf:type owl:Restriction ; | 123 | [ rdf:type owl:Restriction ; |
| ... | @@ -124,308 +131,315 @@ USERFIELDS:UserField | ... | @@ -124,308 +131,315 @@ USERFIELDS:UserField |
| 124 | owl:maxQualifiedCardinality | 131 | owl:maxQualifiedCardinality |
| 125 | "1"^^xsd:nonNegativeInteger ; | 132 | "1"^^xsd:nonNegativeInteger ; |
| 126 | owl:onClass USERFIELDS:FreeTextField ; | 133 | owl:onClass USERFIELDS:FreeTextField ; |
| 127 | - owl:onProperty USERFIELDS:hasSection | 134 | + owl:onProperty USERFIELDS:hasWBS2 |
| 128 | ] ; | 135 | ] ; |
| 129 | rdfs:subClassOf | 136 | rdfs:subClassOf |
| 130 | [ rdf:type owl:Restriction ; | 137 | [ rdf:type owl:Restriction ; |
| 131 | owl:maxQualifiedCardinality | 138 | owl:maxQualifiedCardinality |
| 132 | "1"^^xsd:nonNegativeInteger ; | 139 | "1"^^xsd:nonNegativeInteger ; |
| 133 | owl:onClass USERFIELDS:FreeTextField ; | 140 | owl:onClass USERFIELDS:FreeTextField ; |
| 134 | - owl:onProperty USERFIELDS:hasSectionStatus | 141 | + owl:onProperty USERFIELDS:hasCostBreakdownStructure |
| 135 | ] ; | 142 | ] ; |
| 136 | rdfs:subClassOf | 143 | rdfs:subClassOf |
| 137 | [ rdf:type owl:Restriction ; | 144 | [ rdf:type owl:Restriction ; |
| 138 | owl:maxQualifiedCardinality | 145 | owl:maxQualifiedCardinality |
| 139 | "1"^^xsd:nonNegativeInteger ; | 146 | "1"^^xsd:nonNegativeInteger ; |
| 140 | owl:onClass USERFIELDS:FreeTextField ; | 147 | owl:onClass USERFIELDS:FreeTextField ; |
| 141 | - owl:onProperty USERFIELDS:hasProjectType | 148 | + owl:onProperty USERFIELDS:hasModificationPackage |
| 142 | ] ; | 149 | ] ; |
| 143 | rdfs:subClassOf | 150 | rdfs:subClassOf |
| 144 | [ rdf:type owl:Restriction ; | 151 | [ rdf:type owl:Restriction ; |
| 145 | owl:maxQualifiedCardinality | 152 | owl:maxQualifiedCardinality |
| 146 | "1"^^xsd:nonNegativeInteger ; | 153 | "1"^^xsd:nonNegativeInteger ; |
| 147 | owl:onClass USERFIELDS:FreeTextField ; | 154 | owl:onClass USERFIELDS:FreeTextField ; |
| 148 | - owl:onProperty USERFIELDS:hasQuality | 155 | + owl:onProperty USERFIELDS:hasBuildingBlock |
| 149 | ] ; | 156 | ] ; |
| 150 | rdfs:subClassOf | 157 | rdfs:subClassOf |
| 151 | [ rdf:type owl:Restriction ; | 158 | [ rdf:type owl:Restriction ; |
| 152 | owl:maxQualifiedCardinality | 159 | owl:maxQualifiedCardinality |
| 153 | "1"^^xsd:nonNegativeInteger ; | 160 | "1"^^xsd:nonNegativeInteger ; |
| 154 | owl:onClass USERFIELDS:FreeTextField ; | 161 | owl:onClass USERFIELDS:FreeTextField ; |
| 155 | - owl:onProperty USERFIELDS:hasWBS3 | 162 | + owl:onProperty USERFIELDS:hasSectionStatus |
| 156 | ] ; | 163 | ] ; |
| 157 | rdfs:subClassOf | 164 | rdfs:subClassOf |
| 158 | [ rdf:type owl:Restriction ; | 165 | [ rdf:type owl:Restriction ; |
| 159 | owl:maxQualifiedCardinality | 166 | owl:maxQualifiedCardinality |
| 160 | "1"^^xsd:nonNegativeInteger ; | 167 | "1"^^xsd:nonNegativeInteger ; |
| 161 | owl:onClass USERFIELDS:FreeTextField ; | 168 | owl:onClass USERFIELDS:FreeTextField ; |
| 162 | - owl:onProperty USERFIELDS:hasExecutionMilestone | 169 | + owl:onProperty USERFIELDS:hasProjectType |
| 163 | ] ; | 170 | ] ; |
| 164 | rdfs:subClassOf | 171 | rdfs:subClassOf |
| 165 | [ rdf:type owl:Restriction ; | 172 | [ rdf:type owl:Restriction ; |
| 166 | owl:maxQualifiedCardinality | 173 | owl:maxQualifiedCardinality |
| 167 | "1"^^xsd:nonNegativeInteger ; | 174 | "1"^^xsd:nonNegativeInteger ; |
| 168 | owl:onClass USERFIELDS:FreeTextField ; | 175 | owl:onClass USERFIELDS:FreeTextField ; |
| 169 | - owl:onProperty USERFIELDS:hasArea | 176 | + owl:onProperty USERFIELDS:hasWBS4 |
| 170 | ] ; | 177 | ] ; |
| 171 | rdfs:subClassOf | 178 | rdfs:subClassOf |
| 172 | [ rdf:type owl:Restriction ; | 179 | [ rdf:type owl:Restriction ; |
| 173 | owl:maxQualifiedCardinality | 180 | owl:maxQualifiedCardinality |
| 174 | "1"^^xsd:nonNegativeInteger ; | 181 | "1"^^xsd:nonNegativeInteger ; |
| 175 | owl:onClass USERFIELDS:FreeTextField ; | 182 | owl:onClass USERFIELDS:FreeTextField ; |
| 176 | - owl:onProperty USERFIELDS:hasNotification | 183 | + owl:onProperty USERFIELDS:hasWorkOrder |
| 177 | ] ; | 184 | ] ; |
| 178 | rdfs:subClassOf | 185 | rdfs:subClassOf |
| 179 | [ rdf:type owl:Restriction ; | 186 | [ rdf:type owl:Restriction ; |
| 180 | owl:maxQualifiedCardinality | 187 | owl:maxQualifiedCardinality |
| 181 | "1"^^xsd:nonNegativeInteger ; | 188 | "1"^^xsd:nonNegativeInteger ; |
| 182 | owl:onClass USERFIELDS:FreeTextField ; | 189 | owl:onClass USERFIELDS:FreeTextField ; |
| 183 | - owl:onProperty USERFIELDS:hasWBS5 | 190 | + owl:onProperty USERFIELDS:hasSystemType |
| 184 | ] ; | 191 | ] ; |
| 185 | rdfs:subClassOf | 192 | rdfs:subClassOf |
| 186 | [ rdf:type owl:Restriction ; | 193 | [ rdf:type owl:Restriction ; |
| 187 | owl:maxQualifiedCardinality | 194 | owl:maxQualifiedCardinality |
| 188 | "1"^^xsd:nonNegativeInteger ; | 195 | "1"^^xsd:nonNegativeInteger ; |
| 189 | owl:onClass USERFIELDS:FreeTextField ; | 196 | owl:onClass USERFIELDS:FreeTextField ; |
| 190 | - owl:onProperty USERFIELDS:hasJobCardStatus | 197 | + owl:onProperty USERFIELDS:hasMainActivity |
| 191 | ] ; | 198 | ] ; |
| 192 | rdfs:subClassOf | 199 | rdfs:subClassOf |
| 193 | [ rdf:type owl:Restriction ; | 200 | [ rdf:type owl:Restriction ; |
| 194 | owl:maxQualifiedCardinality | 201 | owl:maxQualifiedCardinality |
| 195 | "1"^^xsd:nonNegativeInteger ; | 202 | "1"^^xsd:nonNegativeInteger ; |
| 196 | owl:onClass USERFIELDS:FreeTextField ; | 203 | owl:onClass USERFIELDS:FreeTextField ; |
| 197 | - owl:onProperty USERFIELDS:hasAssignment | 204 | + owl:onProperty USERFIELDS:hasCTR |
| 198 | ] ; | 205 | ] ; |
| 199 | rdfs:subClassOf | 206 | rdfs:subClassOf |
| 200 | [ rdf:type owl:Restriction ; | 207 | [ rdf:type owl:Restriction ; |
| 201 | owl:maxQualifiedCardinality | 208 | owl:maxQualifiedCardinality |
| 202 | "1"^^xsd:nonNegativeInteger ; | 209 | "1"^^xsd:nonNegativeInteger ; |
| 203 | owl:onClass USERFIELDS:FreeTextField ; | 210 | owl:onClass USERFIELDS:FreeTextField ; |
| 204 | - owl:onProperty USERFIELDS:hasBudgetYear | 211 | + owl:onProperty USERFIELDS:hasJobCardStatus |
| 205 | ] ; | 212 | ] ; |
| 206 | rdfs:subClassOf | 213 | rdfs:subClassOf |
| 207 | [ rdf:type owl:Restriction ; | 214 | [ rdf:type owl:Restriction ; |
| 208 | owl:maxQualifiedCardinality | 215 | owl:maxQualifiedCardinality |
| 209 | "1"^^xsd:nonNegativeInteger ; | 216 | "1"^^xsd:nonNegativeInteger ; |
| 210 | owl:onClass USERFIELDS:FreeTextField ; | 217 | owl:onClass USERFIELDS:FreeTextField ; |
| 211 | - owl:onProperty USERFIELDS:hasCostCenter | 218 | + owl:onProperty USERFIELDS:hasCommissioningPackage |
| 212 | ] ; | 219 | ] ; |
| 213 | rdfs:subClassOf | 220 | rdfs:subClassOf |
| 214 | [ rdf:type owl:Restriction ; | 221 | [ rdf:type owl:Restriction ; |
| 215 | owl:maxQualifiedCardinality | 222 | owl:maxQualifiedCardinality |
| 216 | "1"^^xsd:nonNegativeInteger ; | 223 | "1"^^xsd:nonNegativeInteger ; |
| 217 | owl:onClass USERFIELDS:FreeTextField ; | 224 | owl:onClass USERFIELDS:FreeTextField ; |
| 218 | - owl:onProperty USERFIELDS:hasRank | 225 | + owl:onProperty USERFIELDS:hasWBS3 |
| 219 | ] ; | 226 | ] ; |
| 220 | rdfs:subClassOf | 227 | rdfs:subClassOf |
| 221 | [ rdf:type owl:Restriction ; | 228 | [ rdf:type owl:Restriction ; |
| 222 | owl:maxQualifiedCardinality | 229 | owl:maxQualifiedCardinality |
| 223 | "1"^^xsd:nonNegativeInteger ; | 230 | "1"^^xsd:nonNegativeInteger ; |
| 224 | owl:onClass USERFIELDS:FreeTextField ; | 231 | owl:onClass USERFIELDS:FreeTextField ; |
| 225 | - owl:onProperty USERFIELDS:hasPartProject | 232 | + owl:onProperty USERFIELDS:hasSRGL |
| 226 | ] ; | 233 | ] ; |
| 227 | rdfs:subClassOf | 234 | rdfs:subClassOf |
| 228 | [ rdf:type owl:Restriction ; | 235 | [ rdf:type owl:Restriction ; |
| 229 | owl:maxQualifiedCardinality | 236 | owl:maxQualifiedCardinality |
| 230 | "1"^^xsd:nonNegativeInteger ; | 237 | "1"^^xsd:nonNegativeInteger ; |
| 231 | owl:onClass USERFIELDS:FreeTextField ; | 238 | owl:onClass USERFIELDS:FreeTextField ; |
| 232 | - owl:onProperty USERFIELDS:hasPortfolio | 239 | + owl:onProperty USERFIELDS:hasCompletionStatus |
| 233 | ] ; | 240 | ] ; |
| 234 | rdfs:subClassOf | 241 | rdfs:subClassOf |
| 235 | [ rdf:type owl:Restriction ; | 242 | [ rdf:type owl:Restriction ; |
| 236 | owl:maxQualifiedCardinality | 243 | owl:maxQualifiedCardinality |
| 237 | "1"^^xsd:nonNegativeInteger ; | 244 | "1"^^xsd:nonNegativeInteger ; |
| 238 | owl:onClass USERFIELDS:FreeTextField ; | 245 | owl:onClass USERFIELDS:FreeTextField ; |
| 239 | - owl:onProperty USERFIELDS:hasSystemType | 246 | + owl:onProperty USERFIELDS:hasDelivery |
| 240 | ] ; | 247 | ] ; |
| 241 | rdfs:subClassOf | 248 | rdfs:subClassOf |
| 242 | [ rdf:type owl:Restriction ; | 249 | [ rdf:type owl:Restriction ; |
| 243 | owl:maxQualifiedCardinality | 250 | owl:maxQualifiedCardinality |
| 244 | "1"^^xsd:nonNegativeInteger ; | 251 | "1"^^xsd:nonNegativeInteger ; |
| 245 | owl:onClass USERFIELDS:FreeTextField ; | 252 | owl:onClass USERFIELDS:FreeTextField ; |
| 246 | - owl:onProperty USERFIELDS:hasCustomerWBS1 | 253 | + owl:onProperty USERFIELDS:hasCustomerWBS2 |
| 247 | ] ; | 254 | ] ; |
| 248 | rdfs:subClassOf | 255 | rdfs:subClassOf |
| 249 | [ rdf:type owl:Restriction ; | 256 | [ rdf:type owl:Restriction ; |
| 250 | owl:maxQualifiedCardinality | 257 | owl:maxQualifiedCardinality |
| 251 | "1"^^xsd:nonNegativeInteger ; | 258 | "1"^^xsd:nonNegativeInteger ; |
| 252 | owl:onClass USERFIELDS:FreeTextField ; | 259 | owl:onClass USERFIELDS:FreeTextField ; |
| 253 | - owl:onProperty USERFIELDS:hasSRGL | 260 | + owl:onProperty USERFIELDS:hasWBS2 |
| 254 | ] ; | 261 | ] ; |
| 255 | rdfs:subClassOf | 262 | rdfs:subClassOf |
| 256 | [ rdf:type owl:Restriction ; | 263 | [ rdf:type owl:Restriction ; |
| 257 | owl:maxQualifiedCardinality | 264 | owl:maxQualifiedCardinality |
| 258 | "1"^^xsd:nonNegativeInteger ; | 265 | "1"^^xsd:nonNegativeInteger ; |
| 259 | owl:onClass USERFIELDS:FreeTextField ; | 266 | owl:onClass USERFIELDS:FreeTextField ; |
| 260 | - owl:onProperty USERFIELDS:hasCompletionStatus | 267 | + owl:onProperty USERFIELDS:hasActivityProgress |
| 261 | ] ; | 268 | ] ; |
| 262 | rdfs:subClassOf | 269 | rdfs:subClassOf |
| 263 | [ rdf:type owl:Restriction ; | 270 | [ rdf:type owl:Restriction ; |
| 264 | owl:maxQualifiedCardinality | 271 | owl:maxQualifiedCardinality |
| 265 | "1"^^xsd:nonNegativeInteger ; | 272 | "1"^^xsd:nonNegativeInteger ; |
| 266 | owl:onClass USERFIELDS:FreeTextField ; | 273 | owl:onClass USERFIELDS:FreeTextField ; |
| 267 | - owl:onProperty USERFIELDS:hasProjectCode | 274 | + owl:onProperty USERFIELDS:hasLocationOfWork |
| 268 | ] ; | 275 | ] ; |
| 269 | rdfs:subClassOf | 276 | rdfs:subClassOf |
| 270 | [ rdf:type owl:Restriction ; | 277 | [ rdf:type owl:Restriction ; |
| 271 | owl:maxQualifiedCardinality | 278 | owl:maxQualifiedCardinality |
| 272 | "1"^^xsd:nonNegativeInteger ; | 279 | "1"^^xsd:nonNegativeInteger ; |
| 273 | owl:onClass USERFIELDS:FreeTextField ; | 280 | owl:onClass USERFIELDS:FreeTextField ; |
| 274 | - owl:onProperty USERFIELDS:hasWBS2 | 281 | + owl:onProperty USERFIELDS:hasMechanicalCompletionPackage |
| 275 | ] ; | 282 | ] ; |
| 276 | rdfs:subClassOf | 283 | rdfs:subClassOf |
| 277 | [ rdf:type owl:Restriction ; | 284 | [ rdf:type owl:Restriction ; |
| 278 | owl:maxQualifiedCardinality | 285 | owl:maxQualifiedCardinality |
| 279 | "1"^^xsd:nonNegativeInteger ; | 286 | "1"^^xsd:nonNegativeInteger ; |
| 280 | owl:onClass USERFIELDS:FreeTextField ; | 287 | owl:onClass USERFIELDS:FreeTextField ; |
| 281 | - owl:onProperty USERFIELDS:hasWBS2 | 288 | + owl:onProperty USERFIELDS:hasLocationOnPlatform |
| 282 | ] ; | 289 | ] ; |
| 283 | rdfs:subClassOf | 290 | rdfs:subClassOf |
| 284 | [ rdf:type owl:Restriction ; | 291 | [ rdf:type owl:Restriction ; |
| 285 | owl:maxQualifiedCardinality | 292 | owl:maxQualifiedCardinality |
| 286 | "1"^^xsd:nonNegativeInteger ; | 293 | "1"^^xsd:nonNegativeInteger ; |
| 287 | owl:onClass USERFIELDS:FreeTextField ; | 294 | owl:onClass USERFIELDS:FreeTextField ; |
| 288 | - owl:onProperty USERFIELDS:hasCostBreakdownStructure | 295 | + owl:onProperty USERFIELDS:hasSection |
| 289 | ] ; | 296 | ] ; |
| 290 | rdfs:subClassOf | 297 | rdfs:subClassOf |
| 291 | [ rdf:type owl:Restriction ; | 298 | [ rdf:type owl:Restriction ; |
| 292 | owl:maxQualifiedCardinality | 299 | owl:maxQualifiedCardinality |
| 293 | "1"^^xsd:nonNegativeInteger ; | 300 | "1"^^xsd:nonNegativeInteger ; |
| 294 | owl:onClass USERFIELDS:FreeTextField ; | 301 | owl:onClass USERFIELDS:FreeTextField ; |
| 295 | - owl:onProperty USERFIELDS:hasActivityProgress | 302 | + owl:onProperty USERFIELDS:hasNetwork |
| 296 | ] ; | 303 | ] ; |
| 297 | rdfs:subClassOf | 304 | rdfs:subClassOf |
| 298 | [ rdf:type owl:Restriction ; | 305 | [ rdf:type owl:Restriction ; |
| 299 | owl:maxQualifiedCardinality | 306 | owl:maxQualifiedCardinality |
| 300 | "1"^^xsd:nonNegativeInteger ; | 307 | "1"^^xsd:nonNegativeInteger ; |
| 301 | owl:onClass USERFIELDS:FreeTextField ; | 308 | owl:onClass USERFIELDS:FreeTextField ; |
| 302 | - owl:onProperty USERFIELDS:hasModificationPackage | 309 | + owl:onProperty USERFIELDS:hasCause |
| 303 | ] ; | 310 | ] ; |
| 304 | rdfs:subClassOf | 311 | rdfs:subClassOf |
| 305 | [ rdf:type owl:Restriction ; | 312 | [ rdf:type owl:Restriction ; |
| 306 | owl:maxQualifiedCardinality | 313 | owl:maxQualifiedCardinality |
| 307 | "1"^^xsd:nonNegativeInteger ; | 314 | "1"^^xsd:nonNegativeInteger ; |
| 308 | owl:onClass USERFIELDS:FreeTextField ; | 315 | owl:onClass USERFIELDS:FreeTextField ; |
| 309 | - owl:onProperty USERFIELDS:hasNetwork | 316 | + owl:onProperty USERFIELDS:hasPartProject |
| 310 | ] ; | 317 | ] ; |
| 311 | rdfs:subClassOf | 318 | rdfs:subClassOf |
| 312 | [ rdf:type owl:Restriction ; | 319 | [ rdf:type owl:Restriction ; |
| 313 | owl:maxQualifiedCardinality | 320 | owl:maxQualifiedCardinality |
| 314 | "1"^^xsd:nonNegativeInteger ; | 321 | "1"^^xsd:nonNegativeInteger ; |
| 315 | owl:onClass USERFIELDS:FreeTextField ; | 322 | owl:onClass USERFIELDS:FreeTextField ; |
| 316 | - owl:onProperty USERFIELDS:hasWBS4 | 323 | + owl:onProperty USERFIELDS:hasPortfolio |
| 317 | ] ; | 324 | ] ; |
| 318 | rdfs:subClassOf | 325 | rdfs:subClassOf |
| 319 | [ rdf:type owl:Restriction ; | 326 | [ rdf:type owl:Restriction ; |
| 320 | owl:maxQualifiedCardinality | 327 | owl:maxQualifiedCardinality |
| 321 | "1"^^xsd:nonNegativeInteger ; | 328 | "1"^^xsd:nonNegativeInteger ; |
| 322 | owl:onClass USERFIELDS:FreeTextField ; | 329 | owl:onClass USERFIELDS:FreeTextField ; |
| 323 | - owl:onProperty USERFIELDS:hasWorkOrder | 330 | + owl:onProperty USERFIELDS:hasShaft |
| 324 | ] ; | 331 | ] ; |
| 325 | rdfs:subClassOf | 332 | rdfs:subClassOf |
| 326 | [ rdf:type owl:Restriction ; | 333 | [ rdf:type owl:Restriction ; |
| 327 | owl:maxQualifiedCardinality | 334 | owl:maxQualifiedCardinality |
| 328 | "1"^^xsd:nonNegativeInteger ; | 335 | "1"^^xsd:nonNegativeInteger ; |
| 329 | owl:onClass USERFIELDS:FreeTextField ; | 336 | owl:onClass USERFIELDS:FreeTextField ; |
| 330 | - owl:onProperty USERFIELDS:hasWorkOrder | 337 | + owl:onProperty USERFIELDS:hasContractType |
| 331 | ] ; | 338 | ] ; |
| 332 | rdfs:subClassOf | 339 | rdfs:subClassOf |
| 333 | [ rdf:type owl:Restriction ; | 340 | [ rdf:type owl:Restriction ; |
| 334 | owl:maxQualifiedCardinality | 341 | owl:maxQualifiedCardinality |
| 335 | "1"^^xsd:nonNegativeInteger ; | 342 | "1"^^xsd:nonNegativeInteger ; |
| 336 | owl:onClass USERFIELDS:FreeTextField ; | 343 | owl:onClass USERFIELDS:FreeTextField ; |
| 337 | - owl:onProperty USERFIELDS:hasHabitat | 344 | + owl:onProperty USERFIELDS:hasSupplierATS |
| 338 | ] ; | 345 | ] ; |
| 339 | rdfs:subClassOf | 346 | rdfs:subClassOf |
| 340 | [ rdf:type owl:Restriction ; | 347 | [ rdf:type owl:Restriction ; |
| 341 | owl:maxQualifiedCardinality | 348 | owl:maxQualifiedCardinality |
| 342 | "1"^^xsd:nonNegativeInteger ; | 349 | "1"^^xsd:nonNegativeInteger ; |
| 343 | owl:onClass USERFIELDS:FreeTextField ; | 350 | owl:onClass USERFIELDS:FreeTextField ; |
| 344 | - owl:onProperty USERFIELDS:hasAreaCode | 351 | + owl:onProperty USERFIELDS:hasCauseCategory |
| 345 | ] ; | 352 | ] ; |
| 346 | rdfs:subClassOf | 353 | rdfs:subClassOf |
| 347 | [ rdf:type owl:Restriction ; | 354 | [ rdf:type owl:Restriction ; |
| 348 | owl:maxQualifiedCardinality | 355 | owl:maxQualifiedCardinality |
| 349 | "1"^^xsd:nonNegativeInteger ; | 356 | "1"^^xsd:nonNegativeInteger ; |
| 350 | owl:onClass USERFIELDS:FreeTextField ; | 357 | owl:onClass USERFIELDS:FreeTextField ; |
| 351 | - owl:onProperty USERFIELDS:hasOwnerDepartment | 358 | + owl:onProperty USERFIELDS:hasCustomerWBS1 |
| 352 | ] ; | 359 | ] ; |
| 353 | rdfs:subClassOf | 360 | rdfs:subClassOf |
| 354 | [ rdf:type owl:Restriction ; | 361 | [ rdf:type owl:Restriction ; |
| 355 | owl:maxQualifiedCardinality | 362 | owl:maxQualifiedCardinality |
| 356 | "1"^^xsd:nonNegativeInteger ; | 363 | "1"^^xsd:nonNegativeInteger ; |
| 357 | owl:onClass USERFIELDS:FreeTextField ; | 364 | owl:onClass USERFIELDS:FreeTextField ; |
| 358 | - owl:onProperty USERFIELDS:hasLocationOnPlatform | 365 | + owl:onProperty USERFIELDS:hasExecutionSubDiscipline |
| 359 | ] ; | 366 | ] ; |
| 360 | rdfs:subClassOf | 367 | rdfs:subClassOf |
| 361 | [ rdf:type owl:Restriction ; | 368 | [ rdf:type owl:Restriction ; |
| 362 | owl:maxQualifiedCardinality | 369 | owl:maxQualifiedCardinality |
| 363 | "1"^^xsd:nonNegativeInteger ; | 370 | "1"^^xsd:nonNegativeInteger ; |
| 364 | owl:onClass USERFIELDS:FreeTextField ; | 371 | owl:onClass USERFIELDS:FreeTextField ; |
| 365 | - owl:onProperty USERFIELDS:hasSubProjectType | 372 | + owl:onProperty USERFIELDS:hasCostCenter |
| 366 | ] ; | 373 | ] ; |
| 367 | rdfs:subClassOf | 374 | rdfs:subClassOf |
| 368 | [ rdf:type owl:Restriction ; | 375 | [ rdf:type owl:Restriction ; |
| 369 | owl:maxQualifiedCardinality | 376 | owl:maxQualifiedCardinality |
| 370 | "1"^^xsd:nonNegativeInteger ; | 377 | "1"^^xsd:nonNegativeInteger ; |
| 371 | owl:onClass USERFIELDS:FreeTextField ; | 378 | owl:onClass USERFIELDS:FreeTextField ; |
| 372 | - owl:onProperty USERFIELDS:hasSupplierATS | 379 | + owl:onProperty USERFIELDS:hasWBS1 |
| 373 | ] ; | 380 | ] ; |
| 374 | rdfs:subClassOf | 381 | rdfs:subClassOf |
| 375 | [ rdf:type owl:Restriction ; | 382 | [ rdf:type owl:Restriction ; |
| 376 | owl:maxQualifiedCardinality | 383 | owl:maxQualifiedCardinality |
| 377 | "1"^^xsd:nonNegativeInteger ; | 384 | "1"^^xsd:nonNegativeInteger ; |
| 378 | owl:onClass USERFIELDS:FreeTextField ; | 385 | owl:onClass USERFIELDS:FreeTextField ; |
| 379 | - owl:onProperty USERFIELDS:hasCauseCategory | 386 | + owl:onProperty USERFIELDS:hasNotification |
| 380 | ] ; | 387 | ] ; |
| 381 | rdfs:subClassOf | 388 | rdfs:subClassOf |
| 382 | [ rdf:type owl:Restriction ; | 389 | [ rdf:type owl:Restriction ; |
| 383 | owl:maxQualifiedCardinality | 390 | owl:maxQualifiedCardinality |
| 384 | "1"^^xsd:nonNegativeInteger ; | 391 | "1"^^xsd:nonNegativeInteger ; |
| 385 | owl:onClass USERFIELDS:FreeTextField ; | 392 | owl:onClass USERFIELDS:FreeTextField ; |
| 386 | - owl:onProperty USERFIELDS:hasCommissioningPackage | 393 | + owl:onProperty USERFIELDS:hasIndexCode |
| 387 | ] ; | 394 | ] ; |
| 388 | rdfs:subClassOf | 395 | rdfs:subClassOf |
| 389 | [ rdf:type owl:Restriction ; | 396 | [ rdf:type owl:Restriction ; |
| 390 | owl:maxQualifiedCardinality | 397 | owl:maxQualifiedCardinality |
| 391 | "1"^^xsd:nonNegativeInteger ; | 398 | "1"^^xsd:nonNegativeInteger ; |
| 392 | owl:onClass USERFIELDS:FreeTextField ; | 399 | owl:onClass USERFIELDS:FreeTextField ; |
| 393 | - owl:onProperty USERFIELDS:hasWBS1 | 400 | + owl:onProperty USERFIELDS:hasKPIStatus |
| 394 | ] ; | 401 | ] ; |
| 395 | rdfs:subClassOf | 402 | rdfs:subClassOf |
| 396 | [ rdf:type owl:Restriction ; | 403 | [ rdf:type owl:Restriction ; |
| 397 | owl:maxQualifiedCardinality | 404 | owl:maxQualifiedCardinality |
| 398 | "1"^^xsd:nonNegativeInteger ; | 405 | "1"^^xsd:nonNegativeInteger ; |
| 399 | owl:onClass USERFIELDS:FreeTextField ; | 406 | owl:onClass USERFIELDS:FreeTextField ; |
| 400 | - owl:onProperty USERFIELDS:hasDelivery | 407 | + owl:onProperty USERFIELDS:hasProcurementPackage |
| 401 | ] ; | 408 | ] ; |
| 402 | rdfs:subClassOf | 409 | rdfs:subClassOf |
| 403 | [ rdf:type owl:Restriction ; | 410 | [ rdf:type owl:Restriction ; |
| 404 | owl:maxQualifiedCardinality | 411 | owl:maxQualifiedCardinality |
| 405 | "1"^^xsd:nonNegativeInteger ; | 412 | "1"^^xsd:nonNegativeInteger ; |
| 406 | owl:onClass USERFIELDS:FreeTextField ; | 413 | owl:onClass USERFIELDS:FreeTextField ; |
| 407 | - owl:onProperty USERFIELDS:hasShaft | 414 | + owl:onProperty USERFIELDS:hasAreaCode |
| 408 | ] ; | 415 | ] ; |
| 409 | rdfs:subClassOf | 416 | rdfs:subClassOf |
| 410 | [ rdf:type owl:Restriction ; | 417 | [ rdf:type owl:Restriction ; |
| 411 | owl:maxQualifiedCardinality | 418 | owl:maxQualifiedCardinality |
| 412 | "1"^^xsd:nonNegativeInteger ; | 419 | "1"^^xsd:nonNegativeInteger ; |
| 413 | owl:onClass USERFIELDS:FreeTextField ; | 420 | owl:onClass USERFIELDS:FreeTextField ; |
| 414 | - owl:onProperty USERFIELDS:hasContractType | 421 | + owl:onProperty USERFIELDS:hasOwnerDepartment |
| 415 | ] ; | 422 | ] ; |
| 416 | rdfs:subClassOf | 423 | rdfs:subClassOf |
| 417 | [ rdf:type owl:Restriction ; | 424 | [ rdf:type owl:Restriction ; |
| 418 | owl:maxQualifiedCardinality | 425 | owl:maxQualifiedCardinality |
| 419 | "1"^^xsd:nonNegativeInteger ; | 426 | "1"^^xsd:nonNegativeInteger ; |
| 420 | owl:onClass USERFIELDS:FreeTextField ; | 427 | owl:onClass USERFIELDS:FreeTextField ; |
| 421 | - owl:onProperty USERFIELDS:hasCTR | 428 | + owl:onProperty USERFIELDS:hasShutDownPeriod |
| 422 | ] ; | 429 | ] ; |
| 423 | rdfs:subClassOf | 430 | rdfs:subClassOf |
| 424 | [ rdf:type owl:Restriction ; | 431 | [ rdf:type owl:Restriction ; |
| 425 | owl:maxQualifiedCardinality | 432 | owl:maxQualifiedCardinality |
| 426 | "1"^^xsd:nonNegativeInteger ; | 433 | "1"^^xsd:nonNegativeInteger ; |
| 427 | owl:onClass USERFIELDS:FreeTextField ; | 434 | owl:onClass USERFIELDS:FreeTextField ; |
| 428 | - owl:onProperty USERFIELDS:hasExecutionSubDiscipline | 435 | + owl:onProperty USERFIELDS:hasCriticalPath |
| 436 | + ] ; | ||
| 437 | + rdfs:subClassOf | ||
| 438 | + [ rdf:type owl:Restriction ; | ||
| 439 | + owl:maxQualifiedCardinality | ||
| 440 | + "1"^^xsd:nonNegativeInteger ; | ||
| 441 | + owl:onClass USERFIELDS:FreeTextField ; | ||
| 442 | + owl:onProperty USERFIELDS:hasReporting | ||
| 429 | ] . | 443 | ] . |
| 430 | 444 | ||
| 431 | USERFIELDS:hasActivityProgress | 445 | USERFIELDS:hasActivityProgress |
| ... | @@ -601,6 +615,10 @@ USERFIELDS:hasLocationOnPlatform | ... | @@ -601,6 +615,10 @@ USERFIELDS:hasLocationOnPlatform |
| 601 | rdfs:label "Location on platform" ; | 615 | rdfs:label "Location on platform" ; |
| 602 | rdfs:range USERFIELDS:FreeTextField . | 616 | rdfs:range USERFIELDS:FreeTextField . |
| 603 | 617 | ||
| 618 | +USERFIELDS:hasMainActivity | ||
| 619 | + rdf:type owl:ObjectProperty ; | ||
| 620 | + rdfs:label "has main activity"^^xsd:string . | ||
| 621 | + | ||
| 604 | USERFIELDS:hasMechanicalCompletionPackage | 622 | USERFIELDS:hasMechanicalCompletionPackage |
| 605 | rdf:type owl:ObjectProperty ; | 623 | rdf:type owl:ObjectProperty ; |
| 606 | rdfs:domain USERFIELDS:UserField ; | 624 | rdfs:domain USERFIELDS:UserField ; |
| ... | @@ -732,6 +750,10 @@ USERFIELDS:hasSystemType | ... | @@ -732,6 +750,10 @@ USERFIELDS:hasSystemType |
| 732 | rdfs:label "System type" ; | 750 | rdfs:label "System type" ; |
| 733 | rdfs:range USERFIELDS:FreeTextField . | 751 | rdfs:range USERFIELDS:FreeTextField . |
| 734 | 752 | ||
| 753 | +USERFIELDS:hasTaskResponsible | ||
| 754 | + rdf:type owl:ObjectProperty ; | ||
| 755 | + rdfs:label "has task responsible"^^xsd:string . | ||
| 756 | + | ||
| 735 | USERFIELDS:hasUserField | 757 | USERFIELDS:hasUserField |
| 736 | rdf:type owl:ObjectProperty ; | 758 | rdf:type owl:ObjectProperty ; |
| 737 | rdfs:range USERFIELDS:UserField . | 759 | rdfs:range USERFIELDS:UserField . | ... | ... |
-
Please register or login to post a comment