uli3480 wrote: > Hi, > > I created an ontology in Protegé and like to visualize it via exhibit. > My problem is that many of my individuals are related to more than one > class, that means it hast two types in the rdf file. > > After the conversion to json (via babel) each individual has only one > type and even if I try to add another by manipulating the json file it > is not visualized in exhibit. > > Can anybody help me with that? I am not very familiar with json but I > know that in rdf it's no problem to add two or more types. > Uli,
It's just the way that Babel and Exhibit are implemented right now (they enforce the one type per item rule). JSON can represent several types per item. One thing you can do is to use some other property rather than "type", and Babel and Exhibit should allow for multiple values. David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en -~----------~----~----~----~------~----~------~--~---
