how to create Java Application and query about OWL using SPARQL/Jena and how to do it on local/remot

Posted by user323889 on Stack Overflow See other posts from Stack Overflow or by user323889
Published on 2010-04-23T04:38:38Z Indexed on 2010/04/23 4:43 UTC
Read the original article Hit count: 408

Filed under:
|
|
|
|

I want to create simple application using Java Jena and SPARQL ,that insert, delete , update and query the OWL/RDF data I worked on protege to create the ontology and noticed SPARQL in it but I want to use SPARQL using java and jena ...

1) I saw this thread and I knew how to use SPARQL with jena (after http)stackoverflow.com/questions/2267333/using-jena-to-create-a-sparql-query-on-dbpedia it did work with me .. but I want my own ontology to work .. I mean to upload it to server or to work on localhost or whatever ...

2) SPARQL doesn't support operations like update or insert .. but querying is there any other languages/methods that support these operations ? or I should created it manually in java in each application ...

3) how can I upload my ontology and I prefer something related to protege ? because I tried this which got bug : (after http )semweb.krasu.ru/protege2joseki/ and this (which gave me lot of issues) (after http and wwwdot)joseki.org/ nothing work ..

4) RDF-store ... is for just RDF ? because I am working on OWL files .. I mean for example using MySQL as RDF-store .. would it work for OWL concept ?

© Stack Overflow or respective owner

Related posts about jena

Related posts about java