Tagged Questions

Jena is an open-source Java library for processing RDF data in semantic web and linked-data applications. It includes parsers and generators for different RDF encodings, a variety storage strategies, SPARQL query processing, reasoning for OWL and RDFS ontologies, a rules engine for custom rule-based apps and a number of convenience API's and command-line tools for RDF-based applications.

learn more… | top users | synonyms

4
votes
3answers
97 views

Is it possible to find out whether two instances are of the same class, programmatically?

Is it possible to find out whether two instances are of the same class, programmatically (Using api such as JENA)
4
votes
2answers
35 views

Intregating with another Semantic Web source

I want to try and integrate my rdf data which is in an .rdf file format with dbpedia so i can build make semantic knowledge of my rdf data. Does anyone know how I would go about doing this within ...
4
votes
1answer
225 views

how to extract synonyms from MeSH ontology?

In this level of my work, I need to extract a class synonyms from MeSH ontology. I am searching for the right syntax for the SPARQL query: how synonyms are they stored in MeSH? and how can I extract ...
4
votes
3answers
481 views

How to create Ontology in java?

I've some data triplets that I want to write in some sort of basic OWL ontology. I've triplets like: Dehli is part of India or India is an Asian Country Note that I've relations like "is-a", ...
3
votes
2answers
18 views

Querying with Spaces Sparql

Say if I want to return the result having fun of the triple I don't know how to take account of the space in between both those words. Below is a query I tried but didnt work let me know if anyone can ...
3
votes
1answer
21 views

SPARQL Querying Transitive different versions of arq

Basically I got a SPARQL query below which works with the arq 2.8.8 but doesn't work with arq2.8.4 as it doesnt recognise the + symbol. I really want a query which can work on the arq 2.8.4 version ...
3
votes
1answer
56 views

SPARQL Querying for RDF File

I have a RDF File like the one shown below. But I am finding it hard to do queries on it. For example could anyone tell me a simple query where I could extract the about ...
3
votes
1answer
51 views

RDF reading/parsing errors

I have some RDF files which I want to import into a tripplestore(AllegroGraph), but at the first file I get a SAX parser error, stating there is an unrecognized character. After removing the line in ...
3
votes
2answers
117 views

How to check for ontology consistency using java

I am using Ontology for recognition of user activities....I have an ontology(OWL) consisting of the various classes i will be using along with the object properties..... i am new to ontology and am ...
3
votes
2answers
72 views

Generating URIs in Jena for RDF

I am generating an RDF file programmatically in Jena i.e. when I am inserting data in the rdf (instances) i need to have an unique URI (which will refer to the resource), somewhat like primary key in ...
3
votes
1answer
75 views

SPARQL query, how to

This might be a rather novice question but RDF graphs and sparql queries just confuse me. This is the relevant part of an RDF file that I need to search: <earl:Assertion> <earl:subject ...
3
votes
2answers
230 views

Jena/ARQ: Difference between Model, Graph and DataSet

I'm starting to work with the Jena Engine and I think I got a grasp of what semantics are. However I'm having a hard time understanding the different ways to represent a bunch of triples in Jena and ...
3
votes
1answer
157 views

How to get namespace of the property in dbpedia by giving the property name using jena?

I am trying to get the value of property genre in the following dbpedia link using sparql in jena http://dbpedia.org/page/Black_Sabbath But i have no idea how to get the property namespace from ...
3
votes
1answer
325 views

How to extract RDF triples from xml file using existing Ontology in java?

I am trying to extract RDF triples from xml files by using existing ontology. I am using java program, I also use XPath to extract datas from xml and Jena API to read and write rdf and ontology. Could ...
3
votes
1answer
375 views

Sparql XML results from DBPedia and JENA

I get the following xml code from the DBpedia SPARQL end point: <?xml version="1.0"?> <sparql xmlns="http://www.w3.org/2005/sparql-results#"> <head> <variable ...
3
votes
4answers
211 views

How to pull relevant information from multiple repositories?

Problem Statement: Information is spanned across multiple repositories - SAP, DB etc. Now when I search to a particular thing, I want to pull the relevant data from all the repositories. (For time ...
3
votes
2answers
1k views

Print the jena result set in html(servlet/jsp)

I'm using servlet for manipulating ontology. I got the result of my SPARQL query and I want to display(print) that result in JSP (Servlet). Following code segment can be used to print the result in ...
3
votes
3answers
1k views

Which knowledge base/rule-based inference engine to choose for real time Runway incursion prevention system

we are designing a project that would listen to dialog between airport controllers and pilots to prevent runway incursions (eg. one airplane is taking off while other is crossing the runway). Our ...
3
votes
1answer
648 views

Toggle Jena Reasoner

I have a Jena ontology model (OntModel) which I'm modifying programatically. This model was initially created using the default ModelFactory method to create an Ontology model (with no parameters). ...
2
votes
1answer
28 views

DBPedia SPARQL Querying

Basically I have a query show below which works efficiently, however I want my search to be more precise where the label is the actual string 'yago' rather than contains the string 'yago'. I want to ...
2
votes
1answer
44 views

How do I parse this file and catch all the 'Data Gather' text?

I need to parse only this one file so I don't want to learn and parse as I am running out of time. Help me parse this in java. Which ever has the source/code needed to get the text in the element ...
2
votes
1answer
38 views

SPARQL Querying Transitive

I am a beginner to SPARQL and was wondering if there was a query which could help me return transitive relations. For example the n3 file below I would want a query that would return "a is the sameas ...
2
votes
1answer
24 views

how to create resources with different names using programming (dynamically) Resource s1, Resource s2,,,

Q1. using Jena framework and Java, can I create an array of resources , the reason am reading an CSV file and creating resources for each line, assume that two lines re related so I need away tto do ...
2
votes
2answers
34 views

Is there anything that has the function to validate RDF that the same as the xml schema to xml?

Now I come up with some problems about RDF. I have to check a RDF file whether it is valid. Below is an example of my RDF file: <skos:Concept rdf:about='loc:107'> ...
2
votes
1answer
42 views

to parse .rdfs file

below is my .rdfs file. i need to get YYYY if my input is XXXX. How do i do it. <rdfs:Class rdf:about="&kb;XXXX" rdfs:label="XXXX"> <rdfs:subClassOf ...
2
votes
1answer
79 views

What are the Best Practises in developing semantic application using Jena & RDF

Semantic Web : Best Practices Hi, I am new to Semantic Web, in my application, I m using Protege,RDF,SPARQL,Jena,Virtuaso. My concern is,in popular Java Frameworks (like Hibernate), we have POJO ...
2
votes
1answer
48 views

Is there a way to create several indexes in LARQ and execute SPARQL on them

I want to index two different OntModel and execute sparql queries on them. For example: String query = "PREFIX fise: <http://fise.iks-project.eu/ontology/>\n" + "PREFIX pf: ...
2
votes
1answer
104 views

I cannot remove values of data type properties in Jena

I'm trying to remove values of datatype properties of an instance through an interface which I created in java but it does not work. It gives me an Exception in thread "AWT-EventQueue-0" ...
2
votes
2answers
120 views

Generate a .DOT file from a RDF file

Hi, I have an RDF file, from which I would like to generate the .Dot file. I know that plugin OWLViz for Protégé allows to view the graph, but in my case this is not satisfactory because I cannot ...
2
votes
3answers
71 views

How to increment a Resource?

I have a function that adds instances (and their properties values) of class Person in a RDF file when I click on the Add button. I can add the first instance, but when I try to add the second, it ...
2
votes
1answer
146 views

RDF/XML using Jena

How can I generate the following RDF/XML using Jena , I searched for a tutorial for that but did not find any helpful thing.
2
votes
3answers
115 views

How can I override the default prefix when loading an ontology from file?

I have created an ontology with RDFS, using relative URIrefs to save keystrokes. Now, I want to load the ontology with Jena and use it to structure my data. However, when I read the file in with ...
2
votes
1answer
264 views

Sparql Query With Inferencing

i have some rdf & rdfs files and i want to use jena sparql implementation to query it and my code look like : //model of my rdf file Model model = ...
2
votes
2answers
369 views

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 ...
2
votes
1answer
79 views

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. ...
2
votes
1answer
602 views

How to process the rdf version of a DBpedia page with Jena?

In all dbpedia pages, e.g. http://dbpedia.org/page/Ireland there's a link to a RDF file. In my application I need to analyse the rdf code and run some logic on it. I could rely on the dbpedia SPARQL ...
2
votes
1answer
296 views

adding timeout to jena (for sparql) using dbpedia as end point?

I would like to know whether there is a way to use Jena to do a sparql query through dbpedia and using the timeout setting given in http://dbpedia.org/sparql (if you see this page, you could see that ...
2
votes
3answers
259 views

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?? OK i just got the message from the tutor that i must use JSP and Jena...i can create the ...
2
votes
1answer
126 views

Updating OWL issue with JENA library and Protege

I'm new to this forum! I can't save any writing update to my RDF/XML OWL file using Protege. Each time I close the application I then loose all my editing. I've used JENA library to read this file ...
2
votes
1answer
193 views

Help with basics of Jena

I am new to Jena and would like to ask for some guidelines: Could some one please advise some good source of information on Jena? jena.sourceforge.net seems to have more theory, but I cannot find any ...
2
votes
1answer
189 views

how we can create a query based on SPARQL to see the value of some data type property?

I create this query: PREFIX VB: <http://VBnet#> SELECT ?x ?y WHERE { ?x VB:HasName ?y } HasName is one datatype property. When I run this query in Protege, system show me just the ...
2
votes
0answers
104 views

javax.management in Android

I am using a library (ARQ, with Jena), that uses javax.management.ObjectName. Sadly, it appears that the package javax.management is not included in android. Has anyone else faced (and successfully ...
2
votes
2answers
474 views

How do I query/update a remote RDF-endpoint with Jena

I would like to send updates to a remote endpoint over http. I have found that joseki serves as such an endpoint. However, how do i send update queries to this endpoint, if I only know the uri of the ...
2
votes
4answers
715 views

Creating Java Classes from Ontology

I have an ontology file (in RDF) which expresses the entities in the app that I am writing. I am using Jena, and can access the Concepts and create/access the resources by directly manipulating ...
2
votes
1answer
752 views

Inferring using Jena

InfModel infmodel = ModelFactory.createInfModel(reasoner, m); Resource vegetarian = infmodel.getResource(source + "Vegetarian"); Resource margherita = infmodel.getResource(source + ...
2
votes
1answer
145 views

Linked data and endpoint

Why does the end point matters so much to the end results of the query. For this query: SELECT ?episode,?chalkboard_gag WHERE { ?episode skos:subject ...
2
votes
2answers
489 views

ontology with java(jena)

I'm doing some project which is based on ontology.I want to identify semantic of the text that has entered by user. Is there any possible way to fulfill my task dealing with ontology through jena?
2
votes
1answer
254 views

Jena result in UTF-8 format

How can I get in Jena (Java language) result in UTF-8 format? My code: Query query= QueryFactory.create(queryString); QueryExecution qexec= ...
2
votes
1answer
3k views

Using Jena to create a sparql query on dbpedia

Im trying to create a Sqarql query using Jena to query dbpedia. The query is working when I use it with standalone tools (Twinkle) but when I plug it in this java code it returns an empty set. ...
2
votes
1answer
4k views

Quering dbpedia with SPARQL and Jena

I cannot understand how can I query dbpedia.org using Jena. In the tutorials like here(Listing 4) model is initialized as follows: // Open the bloggers RDF graph from the filesystem InputStream in = ...

1 2 3 4