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 ...@@ -2104,12 +2104,19 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2104 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS413954> ; 2104 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS413954> ;
2105 . 2105 .
2106 :Result 2106 :Result
2107 + rdf:type :ResultOfPlan ;
2107 rdf:type owl:Class ; 2108 rdf:type owl:Class ;
2108 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 ; 2109 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 ;
2109 rdfs:label "Result"^^xsd:string ; 2110 rdfs:label "Result"^^xsd:string ;
2110 rdfs:subClassOf :PossibleIndividual ; 2111 rdfs:subClassOf :PossibleIndividual ;
2111 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43168516168> ; 2112 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43168516168> ;
2112 . 2113 .
2114 +:ResultOfPlan
2115 + rdf:type rdfs:Class ;
2116 + rdfs:comment "A Class of Result that will be the Result of executing the Activities in the Plan"^^xsd:string ;
2117 + rdfs:label "Result of Plan"^^xsd:string ;
2118 + rdfs:subClassOf :ClassOfResult ;
2119 +.
2113 :RevisionShutdown 2120 :RevisionShutdown
2114 rdf:type :ShutdownType ; 2121 rdf:type :ShutdownType ;
2115 rdfs:label "Revision shutdown"^^xsd:string ; 2122 rdfs:label "Revision shutdown"^^xsd:string ;
......