Håvard M. Ottestad

Bug fix.

......@@ -1062,6 +1062,13 @@ xsd:time rdf:type rdfs:Datatype .
owl:onClass :Activity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
] ,
[ rdf:type owl:Class ;
owl:unionOf ( :FF
:FS
:SF
:SS
)
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasCalendar ;
owl:onClass :Calendar ;
......