Tore Christiansen

many updates to classes, individuals and labels

This diff is collapsed. Click to expand it.
......@@ -15,7 +15,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
: rdf:type owl:Ontology ;
owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , USERFIELDS: .
owl:imports USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
ILAP:
rdf:type owl:Ontology ;
......@@ -28,7 +28,7 @@ ILAP:ABEX
ILAP:AccruedTimeContract
rdf:type owl:Class ;
rdfs:label "Accrued time contract"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:Active
rdf:type ILAP:Status ;
......@@ -147,7 +147,7 @@ ILAP:DependentOnShutdown
ILAP:Development
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
ILAP:DisasterRecovery
rdf:type ILAP:PlanObjectiveType ;
......@@ -174,8 +174,8 @@ ILAP:DuringNormalOperation
rdfs:label "During Normal Operation"^^xsd:string .
ILAP:DuringShutdown
rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ;
rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ;
rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string .
ILAP:EIS
rdf:type ILAP:Application ;
......@@ -220,7 +220,7 @@ ILAP:FourD_E_and_I
ILAP:FrameAgreement
rdf:type owl:Class ;
rdfs:label "Frame agreement"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:Friday
rdf:type ILAP:CalendarDay ;
......@@ -265,7 +265,7 @@ ILAP:GreenFieldProject
ILAP:GuaranteeWork
rdf:type owl:Class ;
rdfs:label "Guarantee work"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:HC_systemsWork
rdf:type owl:Class ;
......@@ -300,7 +300,7 @@ ILAP:IFS
ILAP:IncentiveContract
rdf:type owl:Class ;
rdfs:label "Incentive contract"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:IncreasedRecovery
rdf:type ILAP:PlanObjectiveType ;
......@@ -317,7 +317,7 @@ ILAP:IndependentOfOperation
ILAP:InvoicableWork
rdf:type owl:Class ;
rdfs:label "Invoicable work"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:L1_ProgramPortfolioSchedule
rdf:type ILAP:PlanLevel ;
......@@ -370,7 +370,7 @@ ILAP:LowPriority
ILAP:LumpSumContract
rdf:type owl:Class ;
rdfs:label "Lump sum contract"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:MS_Project
rdf:type ILAP:Application ;
......@@ -411,7 +411,7 @@ ILAP:MaterialOnOrder
ILAP:MeasuredProgressContract
rdf:type owl:Class ;
rdfs:label "Measured progress contract"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:MiniShutdown
rdf:type ILAP:ShutdownType ;
......@@ -436,7 +436,7 @@ ILAP:New
ILAP:NonInvoicableWork
rdf:type owl:Class ;
rdfs:label "Non invoicable work"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:NonScheduledShutdown
rdf:type ILAP:ShutdownType ;
......@@ -520,7 +520,7 @@ ILAP:Regular8To16WorkingDayCalendar
ILAP:ReimbursableContract
rdf:type owl:Class ;
rdfs:label "Reimbursable contract"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:Released
rdf:type ILAP:Status ;
......@@ -605,7 +605,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 ;
......@@ -630,7 +630,7 @@ ILAP:TIMEX
ILAP:TargetBudget
rdf:type owl:Class ;
rdfs:label "Target budget"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:Thursday
rdf:type ILAP:CalendarDay ;
......@@ -768,10 +768,10 @@ ILAP:hasWorkTaskResponsible
rdfs:range ILAP:ResponsiblePerson .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource .
rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
rdfs:subClassOf ILAP:Asset , ILAP:Result .
rdfs:subClassOf ILAP:Result , ILAP:Asset .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
rdfs:subClassOf ILAP:Phase .
......@@ -781,63 +781,63 @@ USERFIELDS:UserField
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ShutdownType ;
owl:onProperty USERFIELDS:hasShutdownType
owl:onClass ILAP:Discipline ;
owl:onProperty USERFIELDS:hasDiscipline
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Result ;
owl:onProperty USERFIELDS:hasProduct
owl:onClass ILAP:MilestoneType ;
owl:onProperty USERFIELDS:hasMilestone
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Phase ;
owl:onProperty USERFIELDS:hasProjectPhase
owl:onClass ILAP:Contractor ;
owl:onProperty USERFIELDS:hasContractor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Discipline ;
owl:onProperty USERFIELDS:hasCategory
owl:onClass ILAP:Facility ;
owl:onProperty USERFIELDS:hasFacility
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Facility ;
owl:onProperty USERFIELDS:hasFacility
owl:onClass ILAP:Discipline ;
owl:onProperty USERFIELDS:hasCategory
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Contractor ;
owl:onProperty USERFIELDS:hasContractor
owl:onClass ILAP:Phase ;
owl:onProperty USERFIELDS:hasProjectPhase
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:MilestoneType ;
owl:onProperty USERFIELDS:hasMilestone
owl:onClass ILAP:Result ;
owl:onProperty USERFIELDS:hasProduct
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Discipline ;
owl:onProperty USERFIELDS:hasDiscipline
owl:onClass ILAP:ShutdownType ;
owl:onProperty USERFIELDS:hasShutdownType
] .
<http://data.posccaesar.org/npd/ontology/OperatingCompany>
rdf:type owl:Class ;
rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ;
rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator .
rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ;
rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor .
<http://data.posccaesar.org/npd/ontology/productionFacility>
rdf:type owl:Class ;
......@@ -847,7 +847,7 @@ USERFIELDS:UserField
rdl:RDS282149
rdf:type owl:Class ;
rdfs:label "RDS282149"^^xsd:string ;
rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
<http://data.posccaesar.orgnpd/ontology/License>
rdf:type owl:Class ;
......
This diff is collapsed. Click to expand it.