rdfs:label"Activity 101 in plan version 2 for project P"^^xsd:string;
rdfs:subClassOf:Activity;
.
:ActivityConstraint
rdf:typeowl:Class;
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;
@@ -1518,6 +1532,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
owl:onProperty:hasActivity;
];
.
:PlanForILAP
rdf:typeowl:Class;
rdfs:label"Plan for ILAP"^^xsd:string;
rdfs:subClassOf:PlanForActivity;
owl:disjointWith:ActivityInPlan;
.
:PlanForSchedule
rdf:typeowl:Class;
rdfs:label"Plan for schedule"^^xsd:string;
...
...
@@ -1553,6 +1573,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:label"Plan project type"^^xsd:string;
rdfs:subClassOf:PlanClassifier;
.
:PlanVersion2forProjectP
rdf:type:PlanForILAP;
rdf:typeowl:Class;
rdfs:label"Plan version 2 for project P"^^xsd:string;
rdfs:subClassOf:Activity;
.
:Planned
rdf:type:ActivityStatus;
rdfs:label"Planned"^^xsd:string;
...
...
@@ -1890,7 +1916,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:typeowl:Class;
rdfs:comment"A System Descriptor that describes 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 (adapted from Business Dictionary)."^^xsd:string;
rdfs:label"Risk factor"^^xsd:string;
rdfs:subClassOf:SystemDescriptor;
rdfs:subClassOf:ClassOfActivity;
.
:SF
rdf:typeowl:Class;
...
...
@@ -2570,6 +2596,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel