Tore Christiansen

Added ILAP Standard Data

......@@ -18,7 +18,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
NCS: rdf:type owl:Ontology ;
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> .
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/> .
NCS:Active
rdf:type ILAP:Status ;
......@@ -45,7 +45,7 @@ NCS:ClassificationStructureForNorsok
rdfs:subClassOf NCS:ClassOfClassOfIndividual .
NCS:CorClass
rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
rdfs:label "Cor class"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
......@@ -58,9 +58,9 @@ NCS:Exploration
rdfs:label "Exploration"^^xsd:string .
NCS:IndividualInCorClass
rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ;
rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ;
rdfs:label "Individual in cor class"^^xsd:string ;
rdfs:subClassOf ILAP:Discipline , NCS:IndividualInNorsokClass .
rdfs:subClassOf NCS:IndividualInNorsokClass , ILAP:Discipline .
NCS:IndividualInNorsokClass
rdf:type owl:Class ;
......@@ -82,10 +82,14 @@ NCS:Operation
rdfs:label "Operation"^^xsd:string .
NCS:PbsClass
rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
rdfs:label "PbsClass"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
NCS:Planned
rdf:type ILAP:Status ;
rdfs:label "Planned"^^xsd:string .
NCS:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 1"^^xsd:string ;
......@@ -101,12 +105,20 @@ NCS:PossibleIndividual
rdfs:label "Possible individual"^^xsd:string ;
rdfs:subClassOf owl:Thing .
NCS:Released
rdf:type ILAP:Status ;
rdfs:label "Released"^^xsd:string .
NCS:Removal
rdf:type ILAP:PlanPhase ;
rdfs:label "Removal"^^xsd:string .
NCS:Revised
rdf:type ILAP:Status ;
rdfs:label "Revised"^^xsd:string .
NCS:SabClass
rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
rdfs:label "Sab class"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
......@@ -350,7 +362,7 @@ ILAP:StandardFreeWeekendPeriod
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
rdfs:label "Standard free weekend period"^^xsd:string ;
ILAP:hasCalendarPeriodFreeDay
ILAP:Sunday , ILAP:Saturday .
ILAP:Saturday , ILAP:Sunday .
ILAP:StandardWorkWeekdayPeriod
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......
# baseURI: http://ILAP_1.5_(git)/StandardData
@prefix : <http://ILAP_1.5_(git)/StandardData#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://ILAP_1.5_(git)/StandardData>
rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:Criticality
rdf:type owl:Class ;
rdfs:label "Criticality"^^xsd:string ;
rdfs:subClassOf owl:Thing .
:ExpenseType
rdf:type owl:Class ;
rdfs:label "Expense type"^^xsd:string ;
rdfs:subClassOf owl:Thing .
:Priority
rdf:type owl:Class ;
rdfs:label "Priority"^^xsd:string ;
rdfs:subClassOf owl:Thing .
......@@ -53,4 +53,6 @@
:hasRiskType
rdf:type owl:ObjectProperty ;
rdfs:label "has risk type"^^xsd:string .
rdfs:domain :RiskFactor ;
rdfs:label "has risk type"^^xsd:string ;
rdfs:range :RiskType .
......