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 ...@@ -2033,6 +2033,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2033 rdfs:subClassOf :Activity ; 2033 rdfs:subClassOf :Activity ;
2034 . 2034 .
2035 :Resource 2035 :Resource
2036 + rdf:type :ResourceInPlan ;
2036 rdf:type owl:Class ; 2037 rdf:type owl:Class ;
2037 :shouldHaveID "true" ; 2038 :shouldHaveID "true" ;
2038 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 ; 2039 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 ...@@ -2051,7 +2052,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2051 owl:onClass :CompletelyFreeField ; 2052 owl:onClass :CompletelyFreeField ;
2052 owl:onProperty :hasCompletelyFreeFieldDefinition ; 2053 owl:onProperty :hasCompletelyFreeFieldDefinition ;
2053 ] ; 2054 ] ;
2054 - owl:equivalentClass :ResourceInPlan ;
2055 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ; 2055 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
2056 . 2056 .
2057 :ResourceInPlan 2057 :ResourceInPlan
......