Tore Christiansen

Added additional definitions to Core Classes

......@@ -40,6 +40,7 @@ ILAP:Activity
ILAP:ActivityDependency
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:comment "A Constraint in which an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ;
rdfs:label "Activity Dependency"^^xsd:string ;
rdfs:subClassOf ILAP:Constraint ;
rdfs:subClassOf
......@@ -84,6 +85,7 @@ ILAP:Application
ILAP:Asset
rdf:type owl:Class ;
rdfs:comment "A Thing that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets."^^xsd:string ;
rdfs:label "Asset"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
......@@ -108,6 +110,7 @@ ILAP:COR
ILAP:Calendar
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:comment "A Thing that defines holidays, weekends, regular working hours and shifts applicable to the duration of a Plan or Schedule. It is used in the planning process for developing the schedule."^^xsd:string ;
rdfs:label "Calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
rdfs:subClassOf
......@@ -118,11 +121,13 @@ ILAP:Calendar
ILAP:CalendarDay
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
rdfs:comment "A Thing that is a (working or free) day in a given Calendar."^^xsd:string ;
rdfs:label "Calendar Day"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
ILAP:CalendarFreePeriod
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ;
rdfs:label "Calendar Free Period"^^xsd:string ;
rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
rdfs:subClassOf
......@@ -137,16 +142,19 @@ ILAP:CalendarFreePeriod
ILAP:CalendarFreePeriodWeekRepeat
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
rdfs:comment "A Calendar Free Period that specifies the same free period every week."^^xsd:string ;
rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
ILAP:CalendarHour
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdfs:comment "A Thing that is a (working or free) hour in a given Calendar."^^xsd:string ;
rdfs:label "Calendar Hour"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> .
ILAP:CalendarPeriod
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
rdfs:comment "A Thing that defines the period in which the work (and free) hours apply, defined by a Calendar From-Time and a Calendar To-Time."^^xsd:string ;
rdfs:label "Calendar Period"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
rdfs:subClassOf
......@@ -162,6 +170,7 @@ ILAP:CalendarPeriod
ILAP:Category
rdf:type owl:Class ;
rdfs:comment "A Thing that is a group of related competencies used to classify Disciplines according to Discipline Code Manuals (typically based on standards such as NORSOK COR codes)."^^xsd:string ;
rdfs:label "Category"^^xsd:string ;
rdfs:subClassOf owl:Thing .
......@@ -172,6 +181,7 @@ ILAP:CommissioningMilestone
ILAP:Constraint
rdf:type owl:Class ;
rdfs:comment "A Thing that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ;
rdfs:label "Constraint"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
......@@ -182,6 +192,7 @@ ILAP:ConstructionMilestone
ILAP:Contract
rdf:type owl:Class ;
rdfs:comment "An agreement between two or more parties to accomplish a certain goal in a certain way.A project contract may take the form of an agreement between a builder and an asset owner in which the builder agrees to build necessary infrastructure by a certain time in a certain way, and, in exchange, the property owner makes certain remuneration (adapted from the Free Dictionary)"^^xsd:string ;
rdfs:label "Contract"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
......@@ -207,6 +218,7 @@ ILAP:ControlSchedule
ILAP:Cost
rdf:type owl:Class ;
rdfs:comment "A Thing that is a monetary valuation of (1) effort, (2) material, (3) resources, (4) time and utilities consumed, (5) risks incurred, and (6) opportunity forgone in executing an activity. Costs can be both direct and indirect. All expenses are costs, but not all costs (such as those incurred in acquisition of an income-generating asset) are expenses."^^xsd:string ;
rdfs:label "Cost"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
......@@ -217,6 +229,7 @@ ILAP:CostBased
ILAP:Criticality
rdf:type owl:Class ;
rdfs:comment "A Thing that is a measure of the consequence of failure of (one or more) activities."^^xsd:string ;
rdfs:label "Criticality"^^xsd:string ;
rdfs:subClassOf owl:Thing .
......@@ -346,21 +359,25 @@ ILAP:ExternalReference
ILAP:Facility
rdf:type owl:Class ;
rdfs:comment "An Asset that is designed, built and operated to serve a particular purpose, such as production of oil and gas."^^xsd:string ;
rdfs:label "Facility"^^xsd:string ;
rdfs:subClassOf ILAP:Asset .
ILAP:Field
rdf:type owl:Class ;
rdfs:comment "An Asset that is the location of reserves for production of oil and gas."^^xsd:string ;
rdfs:label "Field"^^xsd:string ;
rdfs:subClassOf ILAP:Asset .
ILAP:FinishToFinish
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ;
rdfs:label "Finish to Finish"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:FinishToStart
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ;
rdfs:label "Finish to Start"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
......@@ -376,6 +393,7 @@ ILAP:GeographicLocation
ILAP:HighCriticality
rdf:type owl:Class ;
rdfs:comment "An amount of Risk that is classified as High."^^xsd:string ;
rdfs:label "High Criticality"^^xsd:string ;
rdfs:subClassOf ILAP:Criticality .
......@@ -396,6 +414,7 @@ ILAP:Knowledge
ILAP:License
rdf:type owl:Class ;
rdfs:comment "An Asset that is represents permission to explore and exploit petrochemical reserves in a defined area."^^xsd:string ;
rdfs:label "License"^^xsd:string ;
rdfs:subClassOf ILAP:Asset .
......@@ -416,6 +435,7 @@ ILAP:Location
ILAP:LowCriticality
rdf:type owl:Class ;
rdfs:comment "An amount of Risk that is classified as Low."^^xsd:string ;
rdfs:label "Low Criticality"^^xsd:string ;
rdfs:subClassOf ILAP:Criticality .
......@@ -451,6 +471,7 @@ ILAP:Network
ILAP:NormalCriticality
rdf:type owl:Class ;
rdfs:comment "An amount of Risk that is classified as Normal."^^xsd:string ;
rdfs:label "Medium Criticality"^^xsd:string ;
rdfs:subClassOf ILAP:Criticality .
......@@ -763,6 +784,7 @@ ILAP:RFOCissued
ILAP:Regular8To16WorkingDayCalendar
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ;
rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ;
rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> .
......@@ -903,11 +925,13 @@ ILAP:StartMilestone
ILAP:StartToFinish
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ;
rdfs:label "Start to Finish"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:StartToStart
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ;
rdfs:label "Start to Start"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
......@@ -943,6 +967,7 @@ ILAP:Value
ILAP:WeekendsFreeCalendar
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ;
rdfs:label "Weekends Free Calendar"^^xsd:string ;
rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
......