Showing
3 changed files
with
48 additions
and
8 deletions
| ... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
| 18 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 18 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 19 | 19 | ||
| 20 | NCS: rdf:type owl:Ontology ; | 20 | NCS: rdf:type owl:Ontology ; |
| 21 | - owl:imports <http://data.posccaesar.org/epcis/> , ILAP: , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . | 21 | + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , ILAP: , <http://data.posccaesar.org/epcis/> . |
| 22 | 22 | ||
| 23 | NCS:Active | 23 | NCS:Active |
| 24 | rdf:type ILAP:Status ; | 24 | rdf:type ILAP:Status ; |
| ... | @@ -45,7 +45,7 @@ NCS:ClassificationStructureForNorsok | ... | @@ -45,7 +45,7 @@ NCS:ClassificationStructureForNorsok |
| 45 | rdfs:subClassOf NCS:ClassOfClassOfIndividual . | 45 | rdfs:subClassOf NCS:ClassOfClassOfIndividual . |
| 46 | 46 | ||
| 47 | NCS:CorClass | 47 | NCS:CorClass |
| 48 | - rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; | 48 | + rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; |
| 49 | rdfs:label "Cor class"^^xsd:string ; | 49 | rdfs:label "Cor class"^^xsd:string ; |
| 50 | rdfs:subClassOf NCS:ClassInNorsok . | 50 | rdfs:subClassOf NCS:ClassInNorsok . |
| 51 | 51 | ||
| ... | @@ -58,9 +58,9 @@ NCS:Exploration | ... | @@ -58,9 +58,9 @@ NCS:Exploration |
| 58 | rdfs:label "Exploration"^^xsd:string . | 58 | rdfs:label "Exploration"^^xsd:string . |
| 59 | 59 | ||
| 60 | NCS:IndividualInCorClass | 60 | NCS:IndividualInCorClass |
| 61 | - rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ; | 61 | + rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ; |
| 62 | rdfs:label "Individual in cor class"^^xsd:string ; | 62 | rdfs:label "Individual in cor class"^^xsd:string ; |
| 63 | - rdfs:subClassOf ILAP:Discipline , NCS:IndividualInNorsokClass . | 63 | + rdfs:subClassOf NCS:IndividualInNorsokClass , ILAP:Discipline . |
| 64 | 64 | ||
| 65 | NCS:IndividualInNorsokClass | 65 | NCS:IndividualInNorsokClass |
| 66 | rdf:type owl:Class ; | 66 | rdf:type owl:Class ; |
| ... | @@ -82,10 +82,14 @@ NCS:Operation | ... | @@ -82,10 +82,14 @@ NCS:Operation |
| 82 | rdfs:label "Operation"^^xsd:string . | 82 | rdfs:label "Operation"^^xsd:string . |
| 83 | 83 | ||
| 84 | NCS:PbsClass | 84 | NCS:PbsClass |
| 85 | - rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; | 85 | + rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; |
| 86 | rdfs:label "PbsClass"^^xsd:string ; | 86 | rdfs:label "PbsClass"^^xsd:string ; |
| 87 | rdfs:subClassOf NCS:ClassInNorsok . | 87 | rdfs:subClassOf NCS:ClassInNorsok . |
| 88 | 88 | ||
| 89 | +NCS:Planned | ||
| 90 | + rdf:type ILAP:Status ; | ||
| 91 | + rdfs:label "Planned"^^xsd:string . | ||
| 92 | + | ||
| 89 | NCS:PlannedActivity_1 | 93 | NCS:PlannedActivity_1 |
| 90 | rdf:type ILAP:PlannedActivity ; | 94 | rdf:type ILAP:PlannedActivity ; |
| 91 | rdfs:label "Planned activity 1"^^xsd:string ; | 95 | rdfs:label "Planned activity 1"^^xsd:string ; |
| ... | @@ -101,12 +105,20 @@ NCS:PossibleIndividual | ... | @@ -101,12 +105,20 @@ NCS:PossibleIndividual |
| 101 | rdfs:label "Possible individual"^^xsd:string ; | 105 | rdfs:label "Possible individual"^^xsd:string ; |
| 102 | rdfs:subClassOf owl:Thing . | 106 | rdfs:subClassOf owl:Thing . |
| 103 | 107 | ||
| 108 | +NCS:Released | ||
| 109 | + rdf:type ILAP:Status ; | ||
| 110 | + rdfs:label "Released"^^xsd:string . | ||
| 111 | + | ||
| 104 | NCS:Removal | 112 | NCS:Removal |
| 105 | rdf:type ILAP:PlanPhase ; | 113 | rdf:type ILAP:PlanPhase ; |
| 106 | rdfs:label "Removal"^^xsd:string . | 114 | rdfs:label "Removal"^^xsd:string . |
| 107 | 115 | ||
| 116 | +NCS:Revised | ||
| 117 | + rdf:type ILAP:Status ; | ||
| 118 | + rdfs:label "Revised"^^xsd:string . | ||
| 119 | + | ||
| 108 | NCS:SabClass | 120 | NCS:SabClass |
| 109 | - rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; | 121 | + rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; |
| 110 | rdfs:label "Sab class"^^xsd:string ; | 122 | rdfs:label "Sab class"^^xsd:string ; |
| 111 | rdfs:subClassOf NCS:ClassInNorsok . | 123 | rdfs:subClassOf NCS:ClassInNorsok . |
| 112 | 124 | ||
| ... | @@ -350,7 +362,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -350,7 +362,7 @@ ILAP:StandardFreeWeekendPeriod |
| 350 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 362 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 351 | rdfs:label "Standard free weekend period"^^xsd:string ; | 363 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 352 | ILAP:hasCalendarPeriodFreeDay | 364 | ILAP:hasCalendarPeriodFreeDay |
| 353 | - ILAP:Sunday , ILAP:Saturday . | 365 | + ILAP:Saturday , ILAP:Sunday . |
| 354 | 366 | ||
| 355 | ILAP:StandardWorkWeekdayPeriod | 367 | ILAP:StandardWorkWeekdayPeriod |
| 356 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 368 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | ... | ... |
StandardData.ttl
0 → 100644
| 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 | +:ExpenseType | ||
| 19 | + rdf:type owl:Class ; | ||
| 20 | + rdfs:label "Expense type"^^xsd:string ; | ||
| 21 | + rdfs:subClassOf owl:Thing . | ||
| 22 | + | ||
| 23 | +:Priority | ||
| 24 | + rdf:type owl:Class ; | ||
| 25 | + rdfs:label "Priority"^^xsd:string ; | ||
| 26 | + rdfs:subClassOf owl:Thing . |
| ... | @@ -53,4 +53,6 @@ | ... | @@ -53,4 +53,6 @@ |
| 53 | 53 | ||
| 54 | :hasRiskType | 54 | :hasRiskType |
| 55 | rdf:type owl:ObjectProperty ; | 55 | rdf:type owl:ObjectProperty ; |
| 56 | - rdfs:label "has risk type"^^xsd:string . | 56 | + rdfs:domain :RiskFactor ; |
| 57 | + rdfs:label "has risk type"^^xsd:string ; | ||
| 58 | + rdfs:range :RiskType . | ... | ... |
-
Please register or login to post a comment