Tore Christiansen

Addet ResultOfPlan as a subclass of ClassOfResult and made Result it's member

......@@ -2104,12 +2104,19 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS413954> ;
.
:Result
rdf:type :ResultOfPlan ;
rdf:type owl:Class ;
rdfs:comment "A Physical Object that an Activity is carried out upon, and/or which is the result of 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 rdfs:Class ;
rdfs:comment "A Class of Result that will be the Result of executing the Activities in the Plan"^^xsd:string ;
rdfs:label "Result of Plan"^^xsd:string ;
rdfs:subClassOf :ClassOfResult ;
.
:RevisionShutdown
rdf:type :ShutdownType ;
rdfs:label "Revision shutdown"^^xsd:string ;
......