Tagged Questions

5
votes
5answers
581 views

Local RDF store in Android?

Did anybody succeed already in using a local RDF store on SQLite and Android?
2
votes
3answers
309 views

Best way to convert RDF/XML file to POJOs?

I am trying to find out the best way of converting an RDF/XML file into Java Objects. So far I have been struggling to find an easy solution...perhaps because I am new to RDF/XML …
1
vote
0answers
68 views

How to upload RDF using SDB in java?

Hi, I use SDB to upload RDF data described as DOM to MySQL. The follwing code updates Node table but apparently not the Triple Table in the database. Any suggestions? Thanks, Pa …
1
vote
2answers
167 views

How to use Jena to decide whether you have an owl file or rdf file

I am using Jena. Assuming I am given a URI which may or may not have a file extension (.rdf, .owl etc.) what do I do to determine whether I have an rdf file or owl file and hence w …
1
vote
1answer
60 views

How can I transfrom an ontology to an ArrayList in java

Question is like this: The ontology is described in the following lines. <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE rdf:RDF [ <!ENTITY xsd "http://www.w3 …
0
votes
2answers
98 views

Implement a semantic search with in a web application

This web application is about posting different kind of posts to the web application where users can search those posts by a text-based search. Basically a post has following attri …