Tore Christiansen

Corrected label for ScheduleForPlan

......@@ -2137,7 +2137,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:ScheduleForActivityInPlan
rdf:type owl:Class ;
rdfs:comment "An Information Object that holds information about the scheduled dates for a Planned Activity."^^xsd:string ;
rdfs:label "Schdule for activity in plan"^^xsd:string ;
rdfs:label "Schdule for Activity in Plan"^^xsd:string ;
rdfs:subClassOf :ScheduleForPlan ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -2382,7 +2382,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
:shouldHaveID "true"^^xsd:boolean ;
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 ;
rdfs:label "Schedule for activity in plan"^^xsd:string ;
rdfs:label "Schedule for Plan"^^xsd:string ;
rdfs:subClassOf :PlanForActivity ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS333764> ;
.
......