Re: RDF API or Jena rule

2017-04-16 Thread javed khan
Thank you, And what is SPIN then? Is it the combination of Jena and SPARQL? If it is, then it would be better than Jena, for sure? But it is still Jena which are using in most of semantic web applications. On Sun, Apr 16, 2017 at 3:06 PM, Lorenz B. < buehm...@informatik.uni-leipzig.de> wrote: >

Re: RDF API or Jena rule

2017-04-16 Thread Martynas Jusevičius
I think you are confused. Rules are for inference, RDF API is for manipulating RDF from Java. They are orthogonal. On Sun, Apr 16, 2017 at 1:01 PM, javed khan wrote: > Is there any advantage of Jena rule (speed etc) over RDF API? For example, > a functionality in our

RDF API or Jena rule

2017-04-16 Thread javed khan
Is there any advantage of Jena rule (speed etc) over RDF API? For example, a functionality in our application we achieve using rule and RDF, which way will be best to follow? I am asking this because in my application I have used few rules but I could easily got the same result using RDF API.