Issue210

Title N3 Entity Renderer has broken output
Project Swoop
Priority bug Status chatting
Superseder (list) Nosy List ronwalf (list)
Assigned To Topics (list)

Created on 2005-04-28.14:28:35 by ronwalf, last changed 2006-04-07.18:54:58 by ronwalf.

Messages
msg866 (view) Author: ronwalf Date: 2006-04-07.18:54:58
Here's another datapoint:
http://www.mindswap.org/2004/owl/mindswappers#Aaron.Mannes

It's not even close to correct (look at the namespaces!).
msg444 (view) Author: ronwalf Date: 2005-04-28.14:28:35
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
2006-04-07 18:54:58ronwalfsetstatus: unread -> chatting
messages: + msg866
2005-04-28 14:28:35ronwalfcreate