Tore Christiansen

Changed ScheduleforPlan to be a Schedule (not a Plan)

...@@ -1436,9 +1436,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1436,9 +1436,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1436 :ScheduleForPlan 1436 :ScheduleForPlan
1437 rdf:type owl:Class ; 1437 rdf:type owl:Class ;
1438 :shouldHaveID "true"^^xsd:boolean ; 1438 :shouldHaveID "true"^^xsd:boolean ;
1439 - rdfs:comment "An Plan that is principally concerned with when events within a plan happen, and holds information about scheduled dates."^^xsd:string ; 1439 + rdfs:comment "An Information Object that that is principally concerned with when events within a plan happen, and holds information about scheduled dates."^^xsd:string ;
1440 rdfs:label "Schedule for activity in plan"^^xsd:string ; 1440 rdfs:label "Schedule for activity in plan"^^xsd:string ;
1441 - rdfs:subClassOf :Plan ; 1441 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ;
1442 + rdfs:subClassOf owl:Thing ;
1442 rdfs:subClassOf [ 1443 rdfs:subClassOf [
1443 rdf:type owl:Class ; 1444 rdf:type owl:Class ;
1444 owl:unionOf ( 1445 owl:unionOf (
...@@ -1455,6 +1456,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1455,6 +1456,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1455 owl:onClass :ScheduleForPlan ; 1456 owl:onClass :ScheduleForPlan ;
1456 owl:onProperty :hasPreviousScheduleForPlan ; 1457 owl:onProperty :hasPreviousScheduleForPlan ;
1457 ] ; 1458 ] ;
1459 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS333764> ;
1458 . 1460 .
1459 :Scheduling 1461 :Scheduling
1460 rdf:type owl:Class ; 1462 rdf:type owl:Class ;
......