Wiki data

2017-03-02 Thread javed khan
Is Jena support wikidata the same way as it support DBpedia? For example, we store DBpedia resources in our owl file and then access it from our Jena code. Any example, if some one provide how to access a wikidata using Jena code? Thank you.

Re: Wiki data

2017-03-02 Thread Marco Neumann
since wikidata.org provides canonical RDF dumps the data should behave like any other data set. not particularly relevant to this list though. https://www.wikidata.org/wiki/Wikidata:Database_download#RDF_dumps On Thu, Mar 2, 2017 at 7:35 AM, javed khan wrote: > Is Jena support wikidata the sam

Re: Wiki data

2017-03-02 Thread javed khan
Can we add wikidata in Protege like we do in DBpedia. Not sure if Protege and Jena allow us to use both wikidata and DBpedia in one application.? On Thu, Mar 2, 2017 at 3:42 PM, Marco Neumann wrote: > since wikidata.org provides canonical RDF dumps the data should behave > like any other data se

Re: Wiki data

2017-03-02 Thread A. Soroka
That's a good question to ask the Protege support lists. --- A. Soroka The University of Virginia Library > On Mar 2, 2017, at 3:31 PM, javed khan wrote: > > Can we add wikidata in Protege like we do in DBpedia. Not sure if Protege > and Jena allow us to use both wikidata and DBpedia in one app

Re: Wiki data

2017-03-02 Thread Lorenz B.
The question is strange. Wikidata provides RDF data, also accessible via SPARQL. DBpedia provides RDF data, also accessible via SPARQL. In addition, both provide schema information via OWL/RDFS axioms, e.g. domain , range, subclass hierarchy etc. Protege can load any such data. The rest should

Re: Wiki data

2017-03-03 Thread javed khan
Thank you Lorenz, On Fri, Mar 3, 2017 at 10:02 AM, Lorenz B. < buehm...@informatik.uni-leipzig.de> wrote: > The question is strange. > > Wikidata provides RDF data, also accessible via SPARQL. > DBpedia provides RDF data, also accessible via SPARQL. > > In addition, both provide schema informatio