Tore Christiansen

Added classes and relationships and individual risk factors to illustrate covera…

…ge between ontology (V.1.5) and Use Case data (V1.5 and V.1.8)
......@@ -48,7 +48,7 @@ NCS:ClassificationStructureForNorsok
rdfs:subClassOf NCS:ClassOfClassOfIndividual .
NCS:CorClass
rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
rdfs:label "Cor class"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
......@@ -61,9 +61,9 @@ NCS:Exploration
rdfs:label "Exploration"^^xsd:string .
NCS:IndividualInCorClass
rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ;
rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ;
rdfs:label "Individual in cor class"^^xsd:string ;
rdfs:subClassOf NCS:IndividualInNorsokClass , ILAP:Discipline .
rdfs:subClassOf ILAP:Discipline , NCS:IndividualInNorsokClass .
NCS:IndividualInNorsokClass
rdf:type owl:Class ;
......@@ -85,7 +85,7 @@ NCS:Operation
rdfs:label "Operation"^^xsd:string .
NCS:PbsClass
rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
rdfs:label "PbsClass"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
......@@ -103,7 +103,7 @@ NCS:Removal
rdfs:label "Removal"^^xsd:string .
NCS:SabClass
rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
rdfs:label "Sab class"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
......@@ -339,7 +339,7 @@ ILAP:StandardFreeWeekendPeriod
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
rdfs:label "Standard free weekend period"^^xsd:string ;
ILAP:hasCalendarPeriodFreeDay
ILAP:Saturday , ILAP:Sunday .
ILAP:Sunday , ILAP:Saturday .
ILAP:StandardWorkWeekdayPeriod
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......@@ -391,7 +391,7 @@ ILAP:hasActivityResource
ILAP:hasActivityResourceProfile
rdfs:domain ILAP:Activity .
ILAP:hasActivityWBS
ILAP:hasActivityWBSelement
rdfs:range ILAP:ActivityWBS .
ILAP:hasCalendarPeriodDay
......
This diff is collapsed. Click to expand it.
......@@ -161,7 +161,8 @@ UC1:PlannedActivity_1
<http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ;
ILAP:hasActivityVendor
<http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasActivityWBS <http://data.posccaesar.org/Data/UC2/ActivityWBS_1> ;
ILAP:hasActivityWBSelement
<http://data.posccaesar.org/Data/UC2/ActivityWBS_1> ;
ILAP:hasActivityWorkVolume
"550"^^xsd:float .
......@@ -191,7 +192,7 @@ UC1:Profile_1
rdf:type ILAP:ResourceProfile ;
rdfs:label "Profile 1"^^xsd:string ;
ILAP:hasProfilePoint
ILAP:ProfilePoint_1 , ILAP:ProfilePoint_2 .
ILAP:ProfilePoint_2 , ILAP:ProfilePoint_1 .
UC1:ProjectPlan_1
rdf:type ILAP:ProjectPlan ;
......
......@@ -17,7 +17,7 @@ UC2: rdf:type owl:Ontology ;
owl:imports NCS: .
UC2:ActivityWBS_1
rdf:type COR:ADA , ILAP:ActivityWBS , PBS:AC , <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> ;
rdf:type <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> , PBS:AC , ILAP:ActivityWBS , COR:ADA ;
rdfs:label "Activity WBS 1"^^xsd:string .
UC2:Baseline_1
......@@ -33,7 +33,7 @@ UC2:CurrentControlEstimate_1
rdfs:label "Current control estimate 1"^^xsd:string .
UC2:Discipline_1
rdf:type COR:BEA , ILAP:Discipline ;
rdf:type ILAP:Discipline , COR:BEA ;
rdfs:label "Discipline 1"^^xsd:string .
UC2:Discipline_2
......@@ -41,7 +41,7 @@ UC2:Discipline_2
rdfs:label "Discipline 2"^^xsd:string .
UC2:Location_1
rdf:type NPD:StatfjordA , ILAP:Location ;
rdf:type ILAP:Location , NPD:StatfjordA ;
rdfs:label "Location 1"^^xsd:string .
UC2:Milestone_1
......@@ -76,7 +76,7 @@ UC2:Profile_1
rdf:type ILAP:ResourceProfile ;
rdfs:label "Profile 1"^^xsd:string ;
ILAP:hasProfilePoint
UC2:ProfilePoint_1 , UC2:ProfilePoint_2 .
UC2:ProfilePoint_2 , UC2:ProfilePoint_1 .
UC2:ProjectPlan_2
rdf:type ILAP:ProjectPlan ;
......@@ -117,7 +117,7 @@ ILAP:ContractorWBS_1
rdf:type ILAP:ContractorWBS ;
rdfs:label "Contractor WBS 1"^^xsd:string ;
ILAP:hasContractorWBSelement
"Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string .
"Pump engineer"^^xsd:string , "Installing pump"^^xsd:string , "Installation activity"^^xsd:string .
ILAP:Discipline_1
rdf:type COR:CDA .
......@@ -125,17 +125,17 @@ ILAP:Discipline_1
ILAP:PlannedActivity
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
owl:allValuesFrom ILAP:ResponsibleOrganization ;
owl:onProperty ILAP:hasActivityResponsibleOrganization
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsibleOrganization ;
owl:onProperty ILAP:hasActivityResponsibleOrganization
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
] .
ILAP:PlannedActivity_1
rdf:type COR:ADA , PBS:ACAE , <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#412> ;
rdf:type <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#412> , PBS:ACAE , COR:ADA ;
ILAP:hasActivityContractor
<http://data.posccaesar.org/brreg/Subsea7> ;
ILAP:hasActivityDiscipline
......@@ -152,7 +152,7 @@ ILAP:UC2_ActivityInSchedule_1-hasActivityInScheduleActivityInPlan-UC2_ActivityIn
rdf:predicate ILAP:hasActivityInScheduleActivityInPlan ;
rdfs:label "UC2 Activity in schedule 1-has activity in schedule activity in plan-UC2 Activity in plan 1"^^xsd:string .
ILAP:hasActivityWBS
ILAP:hasActivityWBSelement
rdfs:range ILAP:ActivityWBS .
ILAP:hasObjectReferenceID
......