Håvard M. Ottestad

after work with Tore

# baseURI: http://data.posccaesar.org/ilap/
# baseURI: file:/Users/havardottestad/TBCMEWorkspace2/ilap/ilap-ontology.ttl
# imports: file:/Users/havardottestad/TBCMEWorkspace2/ilap/rdl%20and%20p12/corerdl.ttl
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/
# imports: http://data.posccaesar.org/ilap/userfields/
@prefix : <http://data.posccaesar.org/ilap/> .
@prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> .
......@@ -14,16 +12,17 @@
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.posccaesar.org/brreg/>
rdf:type owl:Class ;
rdfs:subClassOf :Organization ;
<file:///Users/havardottestad/TBCMEWorkspace2/ilap/ilap-ontology.ttl>
rdf:type owl:Ontology ;
owl:imports <file:///Users/havardottestad/TBCMEWorkspace2/ilap/rdl%20and%20p12/corerdl.ttl> ;
.
:
<file:/Users/havardottestad/TBCMEWorkspace2/ilap/ilap-ontology.ttl>
rdf:type owl:Ontology ;
owl:imports <file:/Users/havardottestad/TBCMEWorkspace2/ilap/rdl%20and%20p12/corerdl.ttl> ;
owl:imports SCCS: ;
owl:imports userfield: ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
<http://data.posccaesar.org/brreg/>
rdf:type owl:Class ;
rdfs:subClassOf :Organization ;
.
:AbexProject
rdf:type :ProjectCostType ;
......@@ -50,16 +49,6 @@
rdfs:label "Active"^^xsd:string ;
rdfs:subClassOf :ActivityStatusValue ;
.
:Activity
rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
rdf:type lci:ClassOfIndividual ;
rdf:type owl:Class ;
:shouldHaveID "true" ;
rdfs:comment "An Individual that is something a person or group plans to do, does or has done in order to bring about defined change while consuming time and resources. An activity is generally the smallest portion of a Project used in planning, tracking, and control (adapted from ISO 15926, PMI and BSI). This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Activity"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS3149> ;
.
:ActivityCarriedOutOnHCsystems
rdf:type :ActivityRiskFactor ;
rdf:type owl:Class ;
......@@ -71,7 +60,7 @@
rdf:type owl:Class ;
rdfs:comment "A Class of Activity whose membershave a defined measure of the consequence of failure in execution."^^xsd:string ;
rdfs:label "Activity Criticality"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7947106> ;
.
:ActivityForWhichESDPermitIsRequired
......@@ -202,7 +191,7 @@
owl:unionOf (
:RegionInSpace
:PointInSpace
:PhysicalObject
<http://data.posccaesar.org/dm/PhysicalObject>
) ;
] ;
owl:onProperty :hasLocation ;
......@@ -384,19 +373,19 @@
rdf:type owl:Class ;
rdfs:comment "A Class of Activity whose members are activities that have objective (purpose and goal)."^^xsd:string ;
rdfs:label "Activity Objective"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
.
:ActivityPlanningActivity
rdf:type owl:Class ;
rdfs:comment "A Class of Activity whose members are classified as standard activities."^^xsd:string ;
rdfs:label "Activity Planning Activity"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
.
:ActivityPlanningPhase
rdf:type owl:Class ;
rdfs:comment "A Class of Activity whose members are classified within a standard phase."^^xsd:string ;
rdfs:label "Activity Planning Phase"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
.
:ActivityPlanningResource
rdf:type owl:Class ;
......@@ -414,19 +403,19 @@
rdf:type owl:Class ;
rdfs:comment "A Class of Activity whose members have importance and focus ."^^xsd:string ;
rdfs:label "Activity Priority"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
.
:ActivityRiskFactor
rdf:type owl:Class ;
rdfs:comment "A Class of Activity whose members involve potential threats of damage, injury, liability, loss, or any other negative occurrence that is caused by external or internal vulnerabilities, and that may be avoided through preemptive action."^^xsd:string ;
rdfs:label "Activity Risk Factor"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
.
:ActivityStaffTime
rdf:type owl:Class ;
rdfs:comment "A Class of Activity whose members are activities that involve work (manhours) by staff members from participating organizations."^^xsd:string ;
rdfs:label "Activity Staff Time"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
.
:ActivityStatus
rdf:type owl:Class ;
......@@ -561,7 +550,7 @@
rdf:type owl:Class ;
rdfs:comment "An Activity that has a stated Objective."^^xsd:string ;
rdfs:label "Activity with Objective"^^xsd:string ;
rdfs:subClassOf :Activity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
.
:ActivityWithPotentialImpactOnHabitat
rdf:type :ActivityRiskFactor ;
......@@ -574,14 +563,14 @@
rdf:type owl:Class ;
rdfs:comment "An Activity that involves an identified Risk Factor."^^xsd:string ;
rdfs:label "Activity with Risk"^^xsd:string ;
rdfs:subClassOf :Activity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
.
:ActorInPlan
rdf:type owl:Class ;
rdfs:comment "A ClassOfPerson and ClassOfOrganization that takes part in carrying out the Plan."^^xsd:string ;
rdfs:label "Actor in Plan"^^xsd:string ;
rdfs:subClassOf :ClassOfOrganization ;
rdfs:subClassOf :ClassOfPerson ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfOrganization> ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfPerson> ;
.
:AfterShutdown
rdf:type :ShutdownPhase ;
......@@ -609,7 +598,7 @@
rdf:type owl:Class ;
rdfs:comment "An Physical Object 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 related to exploration, development and operation of petrochemical reserves."^^xsd:string ;
rdfs:label "Asset"^^xsd:string ;
rdfs:subClassOf :PhysicalObject ;
rdfs:subClassOf <http://data.posccaesar.org/dm/PhysicalObject> ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS4326435842> ;
.
:AssetInPlan
......@@ -624,12 +613,6 @@
rdfs:label "Asset Lifecycle Phase"^^xsd:string ;
rdfs:subClassOf :ActivityPlanningPhase ;
.
:AssetManagementSystem
rdf:type owl:Class ;
rdfs:comment "A System that is an asset management system (e.g., seawater system, deluge system or gaslift system)."^^xsd:string ;
rdfs:label "System"^^xsd:string ;
rdfs:subClassOf :System ;
.
:AuthorizeForExpenditure
rdf:type owl:Class ;
rdfs:comment "An OperationalActivity that involves authorization for expenditure in order to commence."^^xsd:string ;
......@@ -690,7 +673,7 @@
:shouldHaveID "true" ;
rdfs:comment "A Period in Time that defines working hours and shifts applicable to the duration of a Plan or Schedule, used in the planning process for developing the schedule. "^^xsd:string ;
rdfs:label "Calendar "^^xsd:string ;
rdfs:subClassOf :PeriodInTime ;
rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldHaveID "true"^^xsd:boolean ;
......@@ -846,95 +829,31 @@
rdfs:label "Change over"^^xsd:string ;
rdfs:subClassOf :OperationalActivity ;
.
:ClassOfActivity
rdf:type owl:Class ;
rdfs:comment "A Class of Individual whose members are Activities. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Activity"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS10012097710> ;
.
:ClassOfAsset
rdf:type owl:Class ;
rdfs:comment "A Class of Individual that is an Asset."^^xsd:string ;
rdfs:label "Class of Asset"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfIndividual> ;
.
:ClassOfClassOfActivity
rdf:type owl:Class ;
rdfs:comment "A ClassOfClassOfIndividual whose members are ClassOfActivity."^^xsd:string ;
rdfs:label "Class of Class of Activity"^^xsd:string ;
rdfs:subClassOf :ClassOfClassOfIndividual ;
.
:ClassOfClassOfIndividual
rdf:type owl:Class ;
rdfs:comment "A Class whose members are ClassOfIndividual. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Class of Individual"^^xsd:string ;
rdfs:subClassOf owl:Class ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1001233441> ;
.
:ClassOfEvent
rdf:type owl:Class ;
rdfs:comment "A Class of Individual whose members are Events. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Event"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfFunctionalObject
rdf:type owl:Class ;
rdfs:comment "A ClassOfIndividual that indicates the function or purpose of an object. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Functional Object"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfIndividual
rdf:type owl:Class ;
rdfs:comment "A Class whose members are Individuals. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Individual"^^xsd:string ;
rdfs:subClassOf owl:Class ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13318199> ;
.
:ClassOfInformationObject
rdf:type owl:Class ;
rdfs:comment "A Class of Individual whose members are members of zero or more Class of Information Representation and of zero or more Class of Information Presentation. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Information Object"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfClassOfIndividual> ;
.
:ClassOfInformationPresentation
rdf:type owl:Class ;
rdfs:comment "A ClassOfIndividual whose members are presentation of patterns of information. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Information Presentation"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfIndividual> ;
.
:ClassOfInformationRepresentation
rdf:type owl:Class ;
rdfs:comment "A ClassOfIndividual whose members are patterns of information. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Information Representation"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfIndividual> ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS327124471> ;
.
:ClassOfOrganization
rdf:type owl:Class ;
rdfs:comment "A Class of Individual whose members are Organizations. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Organization"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS282149> ;
.
:ClassOfPeriodInTime
rdf:type owl:Class ;
rdfs:comment "A Class of Individual whose members are period in Time. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Period in Time"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfPerson
rdf:type owl:Class ;
rdfs:comment "AClassOfIndividual whose members are Persons. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Person"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfPhysicalObject
rdf:type owl:Class ;
rdfs:comment "A Class of Individual whose members are PhysicalObjects. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Physical Object"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfPlanForActivity
rdf:type owl:Class ;
rdfs:comment "A ClassOfClassOfActivity whose members are PlanForActivity."^^xsd:string ;
......@@ -945,19 +864,19 @@
rdf:type owl:Class ;
rdfs:comment "A ClassOfIndividual whose members are Resources."^^xsd:string ;
rdfs:label "Class of Resource"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfIndividual> ;
.
:ClassOfResult
rdf:type owl:Class ;
rdfs:comment "A ClassOfIndividual whose members are Results."^^xsd:string ;
rdfs:label "Class of result"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfIndividual> ;
.
:ClassOfSpatialLocation
rdf:type owl:Class ;
rdfs:comment "A ClassOfIndividual whose members are instances of PointInSpace and RegionInSpace."^^xsd:string ;
rdfs:label "Class of Spatial Location"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfIndividual> ;
.
:ClosingDown
rdf:type :ShutdownPhase ;
......@@ -982,7 +901,7 @@
rdf:type owl:Class ;
rdfs:comment "An Information Object that has field name and value defined by the user."^^xsd:string ;
rdfs:label "ILAP Completely Free Field"^^xsd:string ;
rdfs:subClassOf :InformationObject ;
rdfs:subClassOf <http://data.posccaesar.org/dm/InformationObject> ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseRef "true"^^xsd:boolean ;
......@@ -1002,7 +921,7 @@
:shouldHaveID "true"^^xsd:boolean ;
rdfs:comment "An Information Object that defines a Completely Free Field."^^xsd:string ;
rdfs:label "ILAP Completely Free Field Definition"^^xsd:string ;
rdfs:subClassOf :InformationObject ;
rdfs:subClassOf <http://data.posccaesar.org/dm/InformationObject> ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
......@@ -1068,7 +987,7 @@
rdf:type owl:Class ;
rdfs:comment "An Activity that has been identified as critical."^^xsd:string ;
rdfs:label "Critical Activity"^^xsd:string ;
rdfs:subClassOf :Activity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
.
:DailyRepeatPeriod
rdf:type owl:Class ;
......@@ -1080,7 +999,7 @@
rdf:type owl:Class ;
rdfs:comment "An Information Object that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyse or plan something (adapted from Merriam-Webster)."^^xsd:string ;
rdfs:label "ILAP Data"^^xsd:string ;
rdfs:subClassOf :InformationObject ;
rdfs:subClassOf <http://data.posccaesar.org/dm/InformationObject> ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
......@@ -1117,7 +1036,7 @@
rdf:type owl:Class ;
rdfs:comment "A ClassOfPeriodInTime that represents the period of time between sunrise and sunset. In planning, it is often used to designate a 24-hour period starting from midnight."^^xsd:string ;
rdfs:label "Day of week"^^xsd:string ;
rdfs:subClassOf :ClassOfPeriodInTime ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfPeriodInTime> ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS8945301> ;
.
:DecisionGate
......@@ -1176,7 +1095,7 @@
rdf:type owl:Class ;
rdfs:comment "An Activity that involves drilling and well operations."^^xsd:string ;
rdfs:label "Drilling Activity"^^xsd:string ;
rdfs:subClassOf :Activity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
.
:DrillingAndWellProject
rdf:type :ProjectType ;
......@@ -1246,18 +1165,11 @@
rdfs:label "Equipment Shutdown"^^xsd:string ;
rdfs:subClassOf :ShutdownActivity ;
.
:Event
rdf:type owl:Class ;
rdfs:comment "An Individual with zero extent in time. An event is the temporal boundary of one or more Possible Individuals. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Event"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7275909> ;
.
:EventInPlan
rdf:type owl:Class ;
rdfs:comment "A Class of Event whose members are that is part of a Plan."^^xsd:string ;
rdfs:label "Event in Plan"^^xsd:string ;
rdfs:subClassOf :ClassOfEvent ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfEvent> ;
.
:Execution
rdf:type :ProjectPhase ;
......@@ -1269,7 +1181,7 @@
rdf:type owl:Class ;
rdfs:comment "An Information Object that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ;
rdfs:label "ILAP External Reference"^^xsd:string ;
rdfs:subClassOf :InformationObject ;
rdfs:subClassOf <http://data.posccaesar.org/dm/InformationObject> ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onDataRange xsd:anyURI ;
......@@ -1306,7 +1218,7 @@
rdf:type owl:Class ;
rdfs:comment "An Physical Object 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 :PhysicalObject ;
rdfs:subClassOf <http://data.posccaesar.org/dm/PhysicalObject> ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1750613511> ;
.
:FieldShutdown
......@@ -1337,7 +1249,7 @@
rdf:type owl:Class ;
rdfs:comment "An Information Object that has field name defined by the user."^^xsd:string ;
rdfs:label "ILAP Free Field"^^xsd:string ;
rdfs:subClassOf :InformationObject ;
rdfs:subClassOf <http://data.posccaesar.org/dm/InformationObject> ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldHaveID "true"^^xsd:boolean ;
......@@ -1400,7 +1312,7 @@
:shouldHaveID "true" ;
rdfs:comment "An Information Object that is the value for a FreeField variable."^^xsd:string ;
rdfs:label "ILAP Free Field Value"^^xsd:string ;
rdfs:subClassOf :InformationObject ;
rdfs:subClassOf <http://data.posccaesar.org/dm/InformationObject> ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseRef "true"^^xsd:boolean ;
......@@ -1431,13 +1343,13 @@
rdf:type :DayOfWeek ;
rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
rdfs:label "Friday"^^xsd:string ;
rdfs:subClassOf :PeriodInTime ;
rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
.
:FunctionalObject
rdf:type owl:Class ;
rdfs:comment "An Individual that indicates the function or purpose of an object. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Functional Object"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
rdfs:subClassOf <http://data.posccaesar.org/dm/PossibleIndividual> ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS318059> ;
.
:GEAproject
......@@ -1512,7 +1424,7 @@
rdf:type owl:Class ;
rdfs:comment "A Period in Time that specifies a given amount of time."^^xsd:string ;
rdfs:label "ILAP Period"^^xsd:string ;
rdfs:subClassOf :PeriodInTime ;
rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
rdfs:subClassOf [
rdf:type owl:Class ;
......@@ -1552,7 +1464,7 @@
rdf:type owl:Class ;
rdfs:comment "A Resource that is classified in ILAP as an extension to NORSOK Z-014 COR (Code of Resources)."^^xsd:string ;
rdfs:label "ILAP Resource"^^xsd:string ;
rdfs:subClassOf :Resource ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS13875949> ;
.
:InOperation
rdf:type :ProjectPhase ;
......@@ -1572,15 +1484,6 @@
rdfs:label "Indpendent of operation"^^xsd:string ;
rdfs:subClassOf :OperationalActivity ;
.
:InformationObject
rdf:type :ClassOfInformationPresentation ;
rdf:type :ClassOfInformationRepresentation ;
rdf:type owl:Class ;
rdfs:comment "An Individual that is a member of ClassOfInformationRepresentation and ClassOfInformationPresentation."^^xsd:string ;
rdfs:label "Information Object"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS329669> ;
.
:InjectionProject
rdf:type :DrillingProjectType ;
rdfs:comment "A Project that involves injection of gas or liquid into a Well or Wellbore."^^xsd:string ;
......@@ -1648,7 +1551,7 @@
:shouldHaveID "true" ;
rdfs:comment "A ClassOfPeriodInTime that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ;
rdfs:label "Link in Plan"^^xsd:string ;
rdfs:subClassOf :ClassOfPeriodInTime ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfPeriodInTime> ;
.
:LivingQuarterShutdown
rdf:type :ShutdownType ;
......@@ -1793,7 +1696,7 @@
owl:unionOf (
:RegionInSpace
:PointInSpace
:PhysicalObject
<http://data.posccaesar.org/dm/PhysicalObject>
) ;
] ;
owl:onProperty :hasLocation ;
......@@ -1908,7 +1811,7 @@
rdf:type :DayOfWeek ;
rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
rdfs:label "Monday"^^xsd:string ;
rdfs:subClassOf :PeriodInTime ;
rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
.
:MonetaryAmount
rdf:type owl:Class ;
......@@ -1975,7 +1878,7 @@
rdf:type owl:Class ;
rdfs:comment "An Activity that is part of Operation and/or Maintenance of an Asset during it lifecycle."^^xsd:string ;
rdfs:label "Operational Activity"^^xsd:string ;
rdfs:subClassOf :Activity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
.
:OperationalWorkCenter
rdf:type :SpatialLocationInPlan ;
......@@ -2011,13 +1914,6 @@
rdfs:label "Pending"^^xsd:string ;
rdfs:subClassOf :ActivityStatusValue ;
.
:PeriodInTime
rdf:type owl:Class ;
rdfs:comment "An Individual that is all space for part of time - a temporal part of the universe. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Period in Time"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS356215271> ;
.
:Person
rdf:type :ActorInPlan ;
rdf:type owl:Class ;
......@@ -2030,7 +1926,7 @@
rdf:type owl:Class ;
rdfs:comment "An Individual that is a Person or Organization that takes part in carrying out a Plan. "^^xsd:string ;
rdfs:label "Person or Organization"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
rdfs:subClassOf <http://data.posccaesar.org/dm/PossibleIndividual> ;
.
:PetroleumField
rdf:type :AssetInPlan ;
......@@ -2047,20 +1943,11 @@
rdfs:label "Physical location"^^xsd:string ;
rdfs:subClassOf :SpatialLocation ;
.
:PhysicalObject
rdf:type :PhysicalObjectInPlan ;
rdf:type owl:Class ;
rdfs:comment "An Individual that is a distribution of matter, energy, or both. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Physical Object"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4326435842> ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS17059080> ;
.
:PhysicalObjectInPlan
rdf:type owl:Class ;
rdfs:comment "A ClassOfPhysicalObject that is part of the Plan as Resource or Result."^^xsd:string ;
rdfs:label "Physical Object in Plan"^^xsd:string ;
rdfs:subClassOf :ClassOfPhysicalObject ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfPhysicalObject> ;
.
:PlanForActivity
rdf:type :ClassOfPlanForActivity ;
......@@ -2069,7 +1956,7 @@
NOTE 1 A Plan for Activity is defined by criteria. An actual activity carried out in accordance with the plan is intended to meet these criteria.
NOTE 2 A Plan for Activity can define a number of part activities which are related by Constraints, and which form an \"activity network.\" """^^xsd:string ;
rdfs:label "Plan for Activity"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
.
:PlanForILAP
rdf:type owl:Class ;
......@@ -2283,7 +2170,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
rdfs:comment "An Activity that is the creation of one or more instances of PlanForActivity in order to realize a RequiredActivity."^^xsd:string ;
rdfs:label "Planning"^^xsd:string ;
rdfs:subClassOf :Activity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9659447> ;
.
:PlanningApplication
......@@ -2312,13 +2199,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:label "Point in Space"^^xsd:string ;
rdfs:subClassOf :SpatialLocation ;
.
:PossibleIndividual
rdf:type owl:Class ;
rdfs:comment "A 15926-4 thing that exists in space and time. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Possible Individual"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS8645837> ;
.
:PotentialShutdown
rdf:type :ShutdownType ;
rdfs:comment "A ShutdownActivity that involves a potential shutdown."^^xsd:string ;
......@@ -2335,7 +2215,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
rdfs:comment "An Activity that should be prioritized."^^xsd:string ;
rdfs:label "Prioritized Activity"^^xsd:string ;
rdfs:subClassOf :Activity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
.
:ProductionDrilling
rdf:type :WellServicesWorkType ;
......@@ -2423,7 +2303,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:shouldHaveID "true" ;
rdfs:comment "An Activity that is a temporary endeavour (in contrast with ongoing operations) with a defined beginning and end, constrained by available time, funding and resources, undertaken to achieve an objective conforming to specific requirements, meet unique objectives, and bring about beneficial change or added value (adapted from BSI and Wikipedia)."^^xsd:string ;
rdfs:label "Project"^^xsd:string ;
rdfs:subClassOf :Activity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -2457,15 +2337,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :Result ;
owl:onProperty :hasResult ;
owl:onClass :StatusInstance ;
owl:onProperty :hasProjectStatus ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :StatusInstance ;
owl:onProperty :hasProjectStatus ;
owl:onClass <http://data.posccaesar.org/rdl/RDS43168516168> ;
owl:onProperty :hasResult ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -2618,7 +2498,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
rdfs:comment "A Result that is a Deliverable Result from a Project."^^xsd:string ;
rdfs:label "Project Deliverable"^^xsd:string ;
rdfs:subClassOf :Result ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43168516168> ;
.
:ProjectPhase
rdf:type owl:Class ;
......@@ -2631,7 +2511,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:shouldHaveID "true" ;
rdfs:comment "A Resource that can be measured with units. Project Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ;
rdfs:label "Project Resource"^^xsd:string ;
rdfs:subClassOf :Resource ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS13875949> ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
......@@ -2651,7 +2531,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
rdfs:comment "A Class of Activity that is a type of Project."^^xsd:string ;
rdfs:label "Project Type"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
.
:RamexProject
rdf:type :ProjectCostType ;
......@@ -2684,12 +2564,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:label "Released"^^xsd:string ;
rdfs:subClassOf :ActivityStatusValue ;
.
:Resource
rdf:type owl:Class ;
rdfs:comment "An Individual that an Activity consumes or uses when carrying out the Activity."^^xsd:string ;
rdfs:label "Resource"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:ResourceAvailability
rdf:type owl:Class ;
rdfs:comment "An Abstract Object that describes when a Resource is available for a specified Plan (under combined aspects of its reliability, maintainability and maintenance support) to perform its required function at a stated instant of time over a stated period of time (BS 4778)."^^xsd:string ;
......@@ -2827,13 +2701,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
] ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
.
:Result
rdf:type owl:Class ;
rdfs:comment "An Individual that an Activity is carried out upon, and/or which is the output from carrying out the Activity."^^xsd:string ;
rdfs:label "Result"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43168516168> ;
.
:ResultOfPlan
rdf:type owl:Class ;
rdfs:comment "A Class of Result that will be the Result of executing the Activities in the Plan"^^xsd:string ;
......@@ -2850,19 +2717,19 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
rdfs:comment "An Activity that is classified according to NORSOK Z-014 SAB (Standard Activity Breakdown)."^^xsd:string ;
rdfs:label "SCCS Activity"^^xsd:string ;
rdfs:subClassOf :Activity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
.
:SCCSresource
rdf:type owl:Class ;
rdfs:comment "A Resource that is classifed according to NORSOK Z-014 COR (Code of Resources)."^^xsd:string ;
rdfs:label "SCCS Resource"^^xsd:string ;
rdfs:subClassOf :Resource ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS13875949> ;
.
:SCCSresult
rdf:type owl:Class ;
rdfs:comment "A Result that is classified according to NORSOK Z-014 PBS (Product Breakdown Structure)."^^xsd:string ;
rdfs:label "SCCS Result"^^xsd:string ;
rdfs:subClassOf :Result ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43168516168> ;
.
:SF
rdf:type owl:Class ;
......@@ -2886,7 +2753,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type :DayOfWeek ;
rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
rdfs:label "Saturday"^^xsd:string ;
rdfs:subClassOf :PeriodInTime ;
rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
.
:ScheduleForActivityInPlan
rdf:type owl:Class ;
......@@ -3165,7 +3032,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
rdfs:comment "An Activity that involves the (total or partial) discontinuation of one or more activities or functionalities associated with production of oil and gas."^^xsd:string ;
rdfs:label "Shutdown Activity"^^xsd:string ;
rdfs:subClassOf :Activity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
.
:ShutdownNotEvaluated
rdf:type :ShutdownType ;
......@@ -3188,13 +3055,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
rdfs:comment "A Class of Actvity that is a Shutdown carried out within a given Project or Activity in a Plan."^^xsd:string ;
rdfs:label "Shutdown Type"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
.
:SinglePropertyDimension
rdf:type owl:Class ;
rdfs:comment "A PropertySpace that is a single and complete continuum of properties each of which maps to a single number. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Single Prpoerty Dimension"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfIndividual> ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS421436751> ;
.
:SoftwareApplication
......@@ -3207,16 +3074,16 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:SpatialLocation
rdf:type :SpatialLocationInPlan ;
rdf:type owl:Class ;
rdfs:comment "An Individual that has continuity of relative position. Geographic datum, license block and construction area are examples of Spatial Location. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:comment "An Individual that has continuity of relative position. Geographic datum, license block and construction area are examples of Spatial Location."^^xsd:string ;
rdfs:label "Spatial Location"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
rdfs:subClassOf <http://data.posccaesar.org/dm/PossibleIndividual> ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS436813841> ;
.
:SpatialLocationInPlan
rdf:type owl:Class ;
rdfs:comment "A ClassOfSpatialLocation whose members are Spatial Locations."^^xsd:string ;
rdfs:label "Spatial Location in Plan"^^xsd:string ;
rdfs:subClassOf :ClassOfPhysicalObject ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfPhysicalObject> ;
rdfs:subClassOf :ClassOfSpatialLocation ;
.
:StaffTime
......@@ -3241,7 +3108,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
rdfs:comment "A ClassOfIndividual whose members are Persons. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Status"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfIndividual> ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS427322951> ;
.
:StatusInPlan
......@@ -3255,7 +3122,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
rdfs:comment "An Individual that is a characteristic or a quality that is described by discrete, unordered values."^^xsd:string ;
rdfs:label "Status Instance"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
rdfs:subClassOf <http://data.posccaesar.org/dm/PossibleIndividual> ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS327150341> ;
.
:SuccessorLink
......@@ -3304,27 +3171,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type :DayOfWeek ;
rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
rdfs:label "Sunday"^^xsd:string ;
rdfs:subClassOf :PeriodInTime ;
.
:System
rdf:type owl:Class ;
rdfs:comment "A FunctionalObject which is an assembly of functional objects forming a network to provide a type of service or serving a common purpose."^^xsd:string ;
rdfs:label "System"^^xsd:string ;
rdfs:subClassOf :FunctionalObject ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS316259> ;
.
:SystemDescriptor
rdf:type owl:Class ;
rdfs:comment "A Descriptor that describes something about a system."^^xsd:string ;
rdfs:label "System Descriptor"^^xsd:string ;
rdfs:subClassOf :Descriptor ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16974396> ;
rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
.
:SystemInPlan
rdf:type owl:Class ;
rdfs:comment "A ClassOfFunctionalObject that is a System used in executing the Plan. Software Applications are examples of System."^^xsd:string ;
rdfs:label "System in Plan"^^xsd:string ;
rdfs:subClassOf :ClassOfFunctionalObject ;
rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfFunctionalObject> ;
.
:SystemShutdown
rdf:type :ShutdownType ;
......@@ -3342,7 +3195,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type :DayOfWeek ;
rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
rdfs:label "Thursday"^^xsd:string ;
rdfs:subClassOf :PeriodInTime ;
rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
.
:TimeBasedResource
rdf:type owl:Class ;
......@@ -3503,7 +3356,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
rdfs:comment "A System Descriptor that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ;
rdfs:label "ILAP Top Structure"^^xsd:string ;
rdfs:subClassOf :SystemDescriptor ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS16974396> ;
.
:TrainShutdown
rdf:type :ShutdownType ;
......@@ -3515,7 +3368,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type :DayOfWeek ;
rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
rdfs:label "Tuesday"^^xsd:string ;
rdfs:subClassOf :PeriodInTime ;
rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
.
:UnderPlanningOrScheduling
rdf:type :ActivityStatus ;
......@@ -3552,7 +3405,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type :DayOfWeek ;
rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
rdfs:label "Wednesday"^^xsd:string ;
rdfs:subClassOf :PeriodInTime ;
rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
.
:WeeklyRepeatPeriod
rdf:type owl:Class ;
......@@ -3732,7 +3585,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and an Activity in a Plan."^^xsd:string ;
rdfs:label "has Activity"^^xsd:string ;
rdfs:range :Activity ;
rdfs:range <http://data.posccaesar.org/dm/Activity> ;
.
:hasActivityActualWeight
rdf:type owl:DatatypeProperty ;
......@@ -3834,7 +3687,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:hasCalendar
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a calendar."^^xsd:string ;
rdfs:domain :ClassOfIndividual ;
rdfs:domain <http://data.posccaesar.org/dm/ClassOfIndividual> ;
rdfs:label "has Calendar"^^xsd:string ;
rdfs:range :Calendar ;
.
......@@ -3889,7 +3742,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:hasCriticality
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a ClassOfActivity and an ActivityCriticality."^^xsd:string ;
rdfs:domain :ClassOfActivity ;
rdfs:domain <http://data.posccaesar.org/dm/ClassOfActivity> ;
rdfs:label "has Criticality"^^xsd:string ;
rdfs:range :ActivityPriority ;
.
......@@ -4113,9 +3966,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:hasLocation
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship that describes a logical position, typically used to specify where an Activity takes place, and normally described relative a functional breakdown of areas used for given types of Activities (e.g., the Drilling Area of an oil platform)."^^xsd:string ;
rdfs:domain :Activity ;
rdfs:domain <http://data.posccaesar.org/dm/Activity> ;
rdfs:label "has location"^^xsd:string ;
rdfs:range :PossibleIndividual ;
rdfs:range <http://data.posccaesar.org/dm/PossibleIndividual> ;
.
:hasLocationLatitude
rdf:type owl:DatatypeProperty ;
......@@ -4137,7 +3990,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:hasMainContractor
rdf:type owl:ObjectProperty ;
rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role main contractor."^^xsd:string ;
rdfs:domain :Activity ;
rdfs:domain <http://data.posccaesar.org/dm/Activity> ;
rdfs:label "has Main Contractor"^^xsd:string ;
rdfs:range :PersonOrOrganization ;
rdfs:subPropertyOf :hasResponsible ;
......@@ -4188,7 +4041,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:hasOperator
rdf:type owl:ObjectProperty ;
rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role operator."^^xsd:string ;
rdfs:domain :Activity ;
rdfs:domain <http://data.posccaesar.org/dm/Activity> ;
rdfs:label "has Operator"^^xsd:string ;
rdfs:range :PersonOrOrganization ;
rdfs:subPropertyOf :hasResponsible ;
......@@ -4332,7 +4185,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:hasPriority
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a ClassOfActivity and an Activity Priority."^^xsd:string ;
rdfs:domain :ClassOfActivity ;
rdfs:domain <http://data.posccaesar.org/dm/ClassOfActivity> ;
rdfs:label "has Priority"^^xsd:string ;
rdfs:range :ActivityPriority ;
.
......@@ -4434,7 +4287,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:hasResponsible
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a responsible organization or person."^^xsd:string ;
rdfs:domain :Activity ;
rdfs:domain <http://data.posccaesar.org/dm/Activity> ;
rdfs:label "has Responsible"^^xsd:string ;
rdfs:range :PersonOrOrganization ;
.
......@@ -4547,7 +4400,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:hasSubContractor
rdf:type owl:ObjectProperty ;
rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role sub contractor."^^xsd:string ;
rdfs:domain :Activity ;
rdfs:domain <http://data.posccaesar.org/dm/Activity> ;
rdfs:label "has Sub Contractor"^^xsd:string ;
rdfs:range :PersonOrOrganization ;
rdfs:subPropertyOf :hasResponsible ;
......
This file is too large to display.
This diff could not be displayed because it is too large.