Showing
3 changed files
with
29 additions
and
49 deletions
| 1 | # baseURI: http://data.posccaesar.org/NCS_PLANNING/ | 1 | # baseURI: http://data.posccaesar.org/NCS_PLANNING/ |
| 2 | -# imports: http://ILAP_1.5_(git)/StandardData | 2 | +# imports: http:///data.posccaesar.org/ilap/PLANNING_STANDARD |
| 3 | # imports: http://data.posccaesar.org/brreg/ | 3 | # imports: http://data.posccaesar.org/brreg/ |
| 4 | # imports: http://data.posccaesar.org/ccu/ | 4 | # imports: http://data.posccaesar.org/ccu/ |
| 5 | # imports: http://data.posccaesar.org/diskos/ | 5 | # imports: http://data.posccaesar.org/diskos/ |
| ... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
| 14 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . | 14 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . |
| 15 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . | 15 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . |
| 16 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . | 16 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . |
| 17 | +@prefix PLANNING_STANDARD: <http:///data.posccaesar.org/ilap/PLANNING_STANDARD#> . | ||
| 17 | @prefix StandardData: <http://ILAP_1.5_(git)/StandardData#> . | 18 | @prefix StandardData: <http://ILAP_1.5_(git)/StandardData#> . |
| 18 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 19 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 19 | @prefix p1: <http://example.org/file1#> . | 20 | @prefix p1: <http://example.org/file1#> . |
| ... | @@ -24,15 +25,7 @@ | ... | @@ -24,15 +25,7 @@ |
| 24 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 25 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 25 | 26 | ||
| 26 | NCS: rdf:type owl:Ontology ; | 27 | NCS: rdf:type owl:Ontology ; |
| 27 | - owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http://ILAP_1.5_(git)/StandardData> , shutdown: . | 28 | + owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http:///data.posccaesar.org/ilap/PLANNING_STANDARD> , shutdown: . |
| 28 | - | ||
| 29 | -NCS:ABEX | ||
| 30 | - rdf:type ILAP:PlanExpenseType ; | ||
| 31 | - rdfs:label "ABEX"^^xsd:string . | ||
| 32 | - | ||
| 33 | -NCS:Active | ||
| 34 | - rdf:type ILAP:Status ; | ||
| 35 | - rdfs:label "Active"^^xsd:string . | ||
| 36 | 29 | ||
| 37 | NCS:ClassInNorsok | 30 | NCS:ClassInNorsok |
| 38 | rdf:type owl:Class ; | 31 | rdf:type owl:Class ; |
| ... | @@ -55,7 +48,7 @@ NCS:ClassificationStructureForNorsok | ... | @@ -55,7 +48,7 @@ NCS:ClassificationStructureForNorsok |
| 55 | rdfs:subClassOf NCS:ClassOfClassOfIndividual . | 48 | rdfs:subClassOf NCS:ClassOfClassOfIndividual . |
| 56 | 49 | ||
| 57 | NCS:CorClass | 50 | NCS:CorClass |
| 58 | - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; | 51 | + rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; |
| 59 | rdfs:label "Cor class"^^xsd:string ; | 52 | rdfs:label "Cor class"^^xsd:string ; |
| 60 | rdfs:subClassOf NCS:ClassInNorsok . | 53 | rdfs:subClassOf NCS:ClassInNorsok . |
| 61 | 54 | ||
| ... | @@ -76,9 +69,9 @@ NCS:HighPriority | ... | @@ -76,9 +69,9 @@ NCS:HighPriority |
| 76 | rdfs:label "High priority"^^xsd:string . | 69 | rdfs:label "High priority"^^xsd:string . |
| 77 | 70 | ||
| 78 | NCS:IndividualInCorClass | 71 | NCS:IndividualInCorClass |
| 79 | - rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ; | 72 | + rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ; |
| 80 | rdfs:label "Individual in cor class"^^xsd:string ; | 73 | rdfs:label "Individual in cor class"^^xsd:string ; |
| 81 | - rdfs:subClassOf NCS:IndividualInNorsokClass , ILAP:Discipline . | 74 | + rdfs:subClassOf ILAP:Discipline , NCS:IndividualInNorsokClass . |
| 82 | 75 | ||
| 83 | NCS:IndividualInNorsokClass | 76 | NCS:IndividualInNorsokClass |
| 84 | rdf:type owl:Class ; | 77 | rdf:type owl:Class ; |
| ... | @@ -116,14 +109,10 @@ NCS:Operation | ... | @@ -116,14 +109,10 @@ NCS:Operation |
| 116 | rdfs:label "Operation"^^xsd:string . | 109 | rdfs:label "Operation"^^xsd:string . |
| 117 | 110 | ||
| 118 | NCS:PbsClass | 111 | NCS:PbsClass |
| 119 | - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; | 112 | + rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; |
| 120 | rdfs:label "PbsClass"^^xsd:string ; | 113 | rdfs:label "PbsClass"^^xsd:string ; |
| 121 | rdfs:subClassOf NCS:ClassInNorsok . | 114 | rdfs:subClassOf NCS:ClassInNorsok . |
| 122 | 115 | ||
| 123 | -NCS:Planned | ||
| 124 | - rdf:type ILAP:Status ; | ||
| 125 | - rdfs:label "Planned"^^xsd:string . | ||
| 126 | - | ||
| 127 | NCS:PlannedActivity_1 | 116 | NCS:PlannedActivity_1 |
| 128 | rdf:type ILAP:PlannedActivity ; | 117 | rdf:type ILAP:PlannedActivity ; |
| 129 | rdfs:label "Planned activity 1"^^xsd:string ; | 118 | rdfs:label "Planned activity 1"^^xsd:string ; |
| ... | @@ -139,20 +128,12 @@ NCS:PossibleIndividual | ... | @@ -139,20 +128,12 @@ NCS:PossibleIndividual |
| 139 | rdfs:label "Possible individual"^^xsd:string ; | 128 | rdfs:label "Possible individual"^^xsd:string ; |
| 140 | rdfs:subClassOf owl:Thing . | 129 | rdfs:subClassOf owl:Thing . |
| 141 | 130 | ||
| 142 | -NCS:Released | ||
| 143 | - rdf:type ILAP:Status ; | ||
| 144 | - rdfs:label "Released"^^xsd:string . | ||
| 145 | - | ||
| 146 | NCS:Removal | 131 | NCS:Removal |
| 147 | rdf:type ILAP:PlanPhase ; | 132 | rdf:type ILAP:PlanPhase ; |
| 148 | rdfs:label "Removal"^^xsd:string . | 133 | rdfs:label "Removal"^^xsd:string . |
| 149 | 134 | ||
| 150 | -NCS:Revised | ||
| 151 | - rdf:type ILAP:Status ; | ||
| 152 | - rdfs:label "Revised"^^xsd:string . | ||
| 153 | - | ||
| 154 | NCS:SabClass | 135 | NCS:SabClass |
| 155 | - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; | 136 | + rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; |
| 156 | rdfs:label "Sab class"^^xsd:string ; | 137 | rdfs:label "Sab class"^^xsd:string ; |
| 157 | rdfs:subClassOf NCS:ClassInNorsok . | 138 | rdfs:subClassOf NCS:ClassInNorsok . |
| 158 | 139 | ||
| ... | @@ -164,6 +145,14 @@ ILAP: | ... | @@ -164,6 +145,14 @@ ILAP: |
| 164 | rdf:type owl:Ontology ; | 145 | rdf:type owl:Ontology ; |
| 165 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 146 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 166 | 147 | ||
| 148 | +ILAP:ABEX | ||
| 149 | + rdf:type ILAP:PlanExpenseType ; | ||
| 150 | + rdfs:label "ABEX"^^xsd:string . | ||
| 151 | + | ||
| 152 | +ILAP:Active | ||
| 153 | + rdf:type ILAP:Status ; | ||
| 154 | + rdfs:label "Active"^^xsd:string . | ||
| 155 | + | ||
| 167 | ILAP:ActivityWBS_1 | 156 | ILAP:ActivityWBS_1 |
| 168 | ILAP:hasWBSProjectType | 157 | ILAP:hasWBSProjectType |
| 169 | ILAP:CAPEX ; | 158 | ILAP:CAPEX ; |
| ... | @@ -344,6 +333,10 @@ ILAP:Pending | ... | @@ -344,6 +333,10 @@ ILAP:Pending |
| 344 | rdf:type ILAP:Status ; | 333 | rdf:type ILAP:Status ; |
| 345 | rdfs:label "Pending"^^xsd:string . | 334 | rdfs:label "Pending"^^xsd:string . |
| 346 | 335 | ||
| 336 | +ILAP:Planned | ||
| 337 | + rdf:type ILAP:Status ; | ||
| 338 | + rdfs:label "Planned"^^xsd:string . | ||
| 339 | + | ||
| 347 | ILAP:Primavera | 340 | ILAP:Primavera |
| 348 | rdf:type ILAP:Application ; | 341 | rdf:type ILAP:Application ; |
| 349 | rdfs:label "Primavera"^^xsd:string . | 342 | rdfs:label "Primavera"^^xsd:string . |
| ... | @@ -364,6 +357,10 @@ ILAP:Regular8To16WorkingDayCalendar | ... | @@ -364,6 +357,10 @@ ILAP:Regular8To16WorkingDayCalendar |
| 364 | owl:onProperty ILAP:hasCalendarFreePeriod | 357 | owl:onProperty ILAP:hasCalendarFreePeriod |
| 365 | ] . | 358 | ] . |
| 366 | 359 | ||
| 360 | +ILAP:Released | ||
| 361 | + rdf:type ILAP:Status ; | ||
| 362 | + rdfs:label "Released"^^xsd:string . | ||
| 363 | + | ||
| 367 | ILAP:Renewal | 364 | ILAP:Renewal |
| 368 | rdf:type ILAP:PlanLifecycleStage ; | 365 | rdf:type ILAP:PlanLifecycleStage ; |
| 369 | rdfs:label "Renew"^^xsd:string . | 366 | rdfs:label "Renew"^^xsd:string . |
| ... | @@ -372,6 +369,10 @@ ILAP:ResourceDriven | ... | @@ -372,6 +369,10 @@ ILAP:ResourceDriven |
| 372 | rdf:type ILAP:PlanContractType ; | 369 | rdf:type ILAP:PlanContractType ; |
| 373 | rdfs:label "Resource driven"^^xsd:string . | 370 | rdfs:label "Resource driven"^^xsd:string . |
| 374 | 371 | ||
| 372 | +ILAP:Revised | ||
| 373 | + rdf:type ILAP:Status ; | ||
| 374 | + rdfs:label "Revised"^^xsd:string . | ||
| 375 | + | ||
| 375 | ILAP:SAP | 376 | ILAP:SAP |
| 376 | rdf:type ILAP:Application ; | 377 | rdf:type ILAP:Application ; |
| 377 | rdfs:label "SAP"^^xsd:string . | 378 | rdfs:label "SAP"^^xsd:string . |
| ... | @@ -396,7 +397,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -396,7 +397,7 @@ ILAP:StandardFreeWeekendPeriod |
| 396 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 397 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 397 | rdfs:label "Standard free weekend period"^^xsd:string ; | 398 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 398 | ILAP:hasCalendarPeriodFreeDay | 399 | ILAP:hasCalendarPeriodFreeDay |
| 399 | - ILAP:Saturday , ILAP:Sunday . | 400 | + ILAP:Sunday , ILAP:Saturday . |
| 400 | 401 | ||
| 401 | ILAP:StandardWorkWeekdayPeriod | 402 | ILAP:StandardWorkWeekdayPeriod |
| 402 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 403 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | ... | ... |
This diff is collapsed. Click to expand it.
StandardData.ttl
deleted
100644 → 0
| 1 | -# baseURI: http://ILAP_1.5_(git)/StandardData | ||
| 2 | - | ||
| 3 | -@prefix : <http://ILAP_1.5_(git)/StandardData#> . | ||
| 4 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 5 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 6 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 7 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 8 | - | ||
| 9 | -<http://ILAP_1.5_(git)/StandardData> | ||
| 10 | - rdf:type owl:Ontology ; | ||
| 11 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 12 | - | ||
| 13 | -:Criticality | ||
| 14 | - rdf:type owl:Class ; | ||
| 15 | - rdfs:label "Criticality"^^xsd:string ; | ||
| 16 | - rdfs:subClassOf owl:Thing . | ||
| 17 | - | ||
| 18 | -:Priority | ||
| 19 | - rdf:type owl:Class ; | ||
| 20 | - rdfs:label "Priority"^^xsd:string ; | ||
| 21 | - rdfs:subClassOf owl:Thing . |
-
Please register or login to post a comment