Tore Christiansen

Corrected type for Resource

......@@ -2033,6 +2033,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:subClassOf :Activity ;
.
:Resource
rdf:type :ResourceInPlan ;
rdf:type owl:Class ;
:shouldHaveID "true" ;
rdfs:comment "A Individual that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ;
......@@ -2051,7 +2052,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
owl:onClass :CompletelyFreeField ;
owl:onProperty :hasCompletelyFreeFieldDefinition ;
] ;
owl:equivalentClass :ResourceInPlan ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
.
:ResourceInPlan
......