Message444

Author ronwalf
Recipients
Date 2005-04-28.14:28:35
Content
The N3 Renderer has broken output with regards to owl:comlementOf, and possibly
others.
Take a class that has a restriction to be the intersection of Food and !Meat
(vegy-ontology). The N3 pane ends up reading:
 foodswap:VegetarianFood     a owl:Class;
      owl:intersectionOf     (
            foodswap:Food
            owl:complementOf
                      foodswap:Meat   ) ;
      owl:equivalentClass     foodswap:OvoLactoVegetarianFood;
      rdfs:subClassOf     foodswap:Food .
History
Date User Action Args
2005-04-28 14:28:35ronwalflinkissue210 messages
2005-04-28 14:28:35ronwalfcreate