Circular Dependency

2014-07-14 Thread kjairam
Hello All, How can i handle circular dependency in ontological model         For eg, i have a complex model more than 12.5 mb in size which has a lot of statements like        A subclassof b        b subclassof a         I’m trying to load similar statements into an OntModel and execute

Re: Circular Dependency

2014-07-14 Thread B Ofoghi
how is this conceptually correct? Do you have any real world example? If not, you should perhaps fix the ontology first. Sent with AquaMail for Android http://www.aqua-mail.com On July 14, 2014 5:39:50 PM kjai...@semanticsoftware.com.au wrote: Hello All, How can i handle circular

Re: Re: Circular Dependency

2014-07-14 Thread Chris Dollin
On Monday, July 14, 2014 07:31:34 PM B Ofoghi wrote: how is this conceptually correct? Do you have any real world example? If not, you should perhaps fix the ontology first. Two classes each being a subclass of the other is a way of saying that the classes have the same members. Chris --

JSON-LD normalization question

2014-07-14 Thread Michele Santomauro
Hi, I need to use the 'JsonLdProcessor.normalize' method in order to normalize the JSON representation of the RDF graph. I need to know if the code follows the W3C specification described here: http://json-ld.org/spec/latest/rdf-graph-normalization/ . Thanks for your attention.