Håvard M. Ottestad

Bug fix.

...@@ -1062,6 +1062,13 @@ xsd:time rdf:type rdfs:Datatype . ...@@ -1062,6 +1062,13 @@ xsd:time rdf:type rdfs:Datatype .
1062 owl:onClass :Activity ; 1062 owl:onClass :Activity ;
1063 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger 1063 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
1064 ] , 1064 ] ,
1065 + [ rdf:type owl:Class ;
1066 + owl:unionOf ( :FF
1067 + :FS
1068 + :SF
1069 + :SS
1070 + )
1071 + ] ,
1065 [ rdf:type owl:Restriction ; 1072 [ rdf:type owl:Restriction ;
1066 owl:onProperty :hasCalendar ; 1073 owl:onProperty :hasCalendar ;
1067 owl:onClass :Calendar ; 1074 owl:onClass :Calendar ;
......