1
vote
0answers
35 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 …
5
votes
5answers
463 views
Local RDF store in Android?
Did anybody succeed already in using a local RDF store on SQLite and Android?
1
vote
2answers
120 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 …
2
votes
3answers
241 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
1answer
59 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 …