Tore Christiansen

Made Plan a subclass of Activity

......@@ -711,7 +711,7 @@ userfield:hasRemainingStart
:Plan
rdf:type owl:Class ;
rdfs:label "Plan"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf :Activity ;
rdfs:subClassOf
[ rdf:type owl:Class ;
owl:intersectionOf ([ rdf:type owl:Restriction ;
......