rdfs:comment"A Constraint in Plan where 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 constraint"^^xsd:string;
rdfs:subClassOf:ConstraintInPlan;
:shouldHaveID"true"^^xsd:boolean;
rdfs:subClassOf[
rdf:typeowl:Class;
owl:unionOf(
...
...
@@ -131,9 +131,9 @@
:ActivityInPlan
rdf:type:ClassOfClassOfActivity;
rdf:typeowl:Class;
:shouldHaveID"true"^^xsd:boolean;
rdfs:comment"An Plan of Activity that has its role within a larger PlanForActivity as a criterion for membership. An ActivityInPlan is part of a PlanForActivity, with defined Constraints, Duration, Schedule Dates, Resources and Results."^^xsd:string;
rdfs:label"Activity in Plan"^^xsd:string;
:shouldHaveID"true"^^xsd:boolean;
rdfs:subClassOf:PlanForActivity;
rdfs:subClassOf[
rdf:typeowl:Restriction;
...
...
@@ -1158,8 +1158,9 @@
.
:DrillingAndWellProject
rdf:type:ProjectType;
rdfs:label"A DrillingActivity that is a drilling and well project"^^xsd:string;
rdfs:subClassOf:DrillingActivity;
rdfs:comment"A DrillingActivity that is a drilling and well project."^^xsd:string;
rdfs:label"Drilling and Well Project"^^xsd:string;
@@ -2407,10 +2406,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:Project
rdf:typeowl:Class;
:shouldHaveID"true";
rdfs:comment"An Activity that is a temporary endeavor (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;