jena
Creating nesting tags in a RDF file using Jena
I am new to Jena and I am now stuck with the following problem. Basically I need to create a RDF having nested elements, for ex开发者_StackOverflowample:[详细]
2023-02-19 14:32 分类:问答How to match an exact word through SPARQL
My application needs to match the correct word i.e. say C or C++ with SPARQL. I have the following SPARQL query[详细]
2023-02-17 21:52 分类:问答Desktop SPARQL client for Jena (TDB)?
I\'m working on an app that uses Jena for storage (with the TDB backend). I\'m looking for something like the equivalent of Squirrel, that lets me see what\'s being stored, run queries etc. This seems[详细]
2023-02-17 12:40 分类:问答is the code that i have written for sparql execution correct?
m开发者_如何学运维y code: package sample; import java.io.File; import java.io.FileInputStream; import java.io.IOException;[详细]
2023-02-16 17:03 分类:问答Loading Notation3 into a Database
How do you parse and load the triples represented by a Notation3 file into a database? I\'m somewhat familiar with Jena and Sesame, but these seemed geared to process RDF or Turtle, not full Notation3[详细]
2023-02-16 01:00 分类:问答jena programming error while reading from an input file .rdf.......Please guide me
package sample; import java.io.InputStream; import com.hp.hpl.jena.rdf.model.Model; import com.hp.hpl.jena.rdf.model.ModelFactory;[详细]
2023-02-14 18:17 分类:问答Jena, DBpedia: RDF and model name
I\'m using dbpedia in my app, and I\'m using Jena for the semantic logic. In Jena, the classes are: Model: a set of statements[详细]
2023-02-11 03:48 分类:问答How to load an in-memory model based on an ontology using Jena framework?
I am wondering how to, from an ontology using Jena framework, load a model in which I will retrieve the exact same semantic defined in the ontology. I found about Jean ontology API[详细]
2023-02-09 14:01 分类:问答Read RDF(FOAF) from JSP
i have an RDF File with FOAF vocabulary, and i want to display the file with a jsp. What do i need for this??[详细]
2023-02-04 04:37 分类:问答create RDF statements
is there any tool that can create RDF statements using the resources of ontol开发者_开发百科ogies ?Yes, the usual suspects: Jena and the Manchester OWLAPI or Rowlex if you\'re more into Microsofty and[详细]
2023-02-01 10:41 分类:问答