Jena is an open-source Java library for processing RDF data in semantic web and linked-data applications. This includes command-line tools for RDF-based applications.
0
votes
0answers
5 views
How to populate an existing ontology with rdf triplets from multiple xml files?
I have an ontology which has already been defined. and i have a folder with hundreds of xml files which have been extracted by crawling.How can i extract triplets from all these xml files and populate ...
0
votes
0answers
19 views
SPARQL filter with java [closed]
How to put language filter SPARQL with java?
I have this code, and i want to get only one ISBN of book "http://dbpedia.org/page/How_the_Self_Controls_Its_Brain" in english "en", without filtering it ...
0
votes
1answer
35 views
Jena Result set to String
I'm using jena to query dbpedia and I return a ResultSet, how can I make the ResultSet returned to a java String? I don't want it in JSON format.
0
votes
1answer
23 views
how to rename an ontology's prefixes
I have created an onology using Jena API which contains the following classes and DataType Properties:
public class Onto {
OntClass USER,...;
OntModel model;
String uriBase;
...
0
votes
0answers
20 views
How to do dynamic infer at Dataset
I'm trying to make the SPARQL endpoint system by jena.
This system used Model Class and had been a dynamic inference.
But It is necessary to use the Dataset Class instead of Model.
And I want to use ...
0
votes
1answer
24 views
Extract information from XML to RDF triples using ontology
I have an existing ontology and some XML files. I want to extract the data from the existing XML files and store them in (a new RDF file) RDF triples using Jena. How can I make the mapping between XML ...
0
votes
0answers
14 views
uploading a new protege ontology file on Jena Fuseki
How do I upload onto a remote machine a new ontology (.owl file) using the Fuseki web-server installed on my Mac?
I can authenticate and log in, but the first thing I would have to do is to select a ...
-1
votes
0answers
17 views
Protege owl Ontology to RDF Sesame 2 Windows Client
I've created a Disease Ontology in Owl, complete with object properties. I'm looking for a way to create a database with that owl model along with a simple interface where we can add more information ...
0
votes
0answers
21 views
run prolog query on a jena inference model with allegrograph
I use Jena and allegrograph in eclipse to create a rdf repository and load an ontology to do some prolog queries. The ontology contains some owl properties like owl:inverseOf, hasValue, ...
-2
votes
1answer
39 views
How do I parse and save all the classes with their properties from an RDF file using Jena API in Java?
I have a project where I need to parse an RDF file and record all the data on which I will have to search for specific data afterwards. I searched the web and all I could find was how to query the ...
1
vote
2answers
51 views
Jena sparql update doesn't execute
the situation is simple, I have an RDF (N3) file that I want to upload into sparql-auth-endpoint. I use JENA ARQ, but unfortunatelly it doesn't work - it means I got no errors but the graph doesn't ...
0
votes
1answer
21 views
Assigning labels to triples
I am currently trying to do stream reasoning using Jena, so I want to be able to reason over a certain set of triples that have occurred in a particular window of time, also taking into account some ...
1
vote
1answer
37 views
SPARQL 'concat' error
I'm getting an error message on concat in SPARQL (Servlet in Netbeans). Could you please suggest any solution to this problem?
PREFIX table:<http://www.daltons.com#>
SELECT ?name
WHERE{
...
0
votes
0answers
27 views
Empty Jena Model produced from AllegroGraph repository connection
I'm following the AllegroGraph - Jena tutorial from here, attempting to populate a jena Model with data from an existing AllegroGraph repository. However the resulting model is empty (containing only ...
-2
votes
1answer
25 views
how to run multiple sparql queries in java?
I am new to sparql and jena api.my project is to select some ontology and extract meta data e.g. ontology classes,properties etc using jena and sparql.i dont know how to run multiple queries of sparql ...
0
votes
1answer
24 views
Do Ajent systems developed in Jade must be distributed?
I am hoping to build a system where Agents take a search query from a mobile application and search in a semantically stored information and give a result set. I am planning to built the middle ware ...
1
vote
1answer
44 views
Jena someValuesFrom error - {E201} rdf:resource not allowed as attribute here
I'm fairly new to learning the semantic web, so to facilitate learning, I chose to write an ontology about something I'm fairly familiar with, video games.
So I think I'm starting to understand this ...
0
votes
1answer
72 views
Is it possible to read allowed values for a datatype property of a class?
I'm using an ontology in which I created a class named "USER". This class contains a datatype property named "gender". Then I inserted two allowed values for this datatype which are "male" and ...
2
votes
0answers
37 views
Running Jena Adapter on Oracle's 11g JVM
We are trying to develop java stored procedures within Oracle 11g r2 using the Jena Adapter. Our main purpose for using java stored procedures with the Jena Adapter is to be able to emit SPARQL 1.1 ...
1
vote
1answer
69 views
Using GROUP BY, COUNT and SAMPLE in apache jena SPARQL
So I have an RDF schema that contains many "groups", and each of these groups has a "name", and contains a number of "elements". I need to select the name of every group, along with the number of ...
2
votes
1answer
38 views
SPARQL query on rdf:resource
Suppose I want to retrieve the names of all elements in the periodic table with a standard state of 'gas'. Here are what I believe are the relevant portions of the .owl file...
<owl:Class ...
0
votes
1answer
48 views
How to run Jena on AppEngine?
I tried to run an Application with Jena in AppEngine and i got an Rmi exception. Is running jena on AppEngine cant be done? Following is the error log.
java.lang.NoClassDefFoundError: ...
2
votes
1answer
45 views
Logarithm Function in SPARQL Query
I am trying to create a SPARQL query that performs the logarithm function on the returned results. I have implemented the Jena SPARQL engine in my java program, but have only been able to find these ...
0
votes
1answer
65 views
Data property value extraction from an instance of an ontology
I am trying to display the data property values of the instances of my ontology.I am using Jena for this purpose.
My instances are as follows
<!-- ...
0
votes
1answer
41 views
rdf reasoning rules via Jena
I want to express this relation: if article X has author Y, and the author has the influenceFactor medium or high(3 classes: low , medium, high) then this article is regarded as highly recommended.
...
-6
votes
0answers
52 views
Can anyone provide the code in java for making the clusters using k_means algorithm? [closed]
I'm working on a project using ontology as a database. I have to make the clusters of sub-classes of any super class. Can anyone provide the code in java for making the clusters using k_means ...
0
votes
0answers
20 views
Jena FileManager readModel cannot find file
I have a turtle file that I want to read into a Jena Model. Even though the file exists, it always gives me a com.hp.hpl.jena.shared.NotFoundException: Not found: /path/to/myfile when I use ...
0
votes
0answers
51 views
Issues with Jena OWL reasoner
I am new to Jena but now encountered with some problems. I have a superclass Query Processing and its four subclasses:
Query Processing
Query intent
Query reformulation
Query representation
Query ...
0
votes
1answer
48 views
How to generate list of named classes and object property names in a given ontology using java & jena
Here is the owl ontology that represents information on artists, musicians and musical hits
<rdf:RDF xml:base="http://www.semanticweb.org/ontologies/2013/3/MyArt"><owl:Ontology ...
0
votes
1answer
43 views
when i Use MySQL Database System with Jena2,i got java.lang.NoSuchMethodError
here is my code
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStreamReader;
import ...
0
votes
2answers
29 views
Annotate Web pages using given Ontology
i have to annotate some web pages using particular ontology of a particular domain and generate annotated web pages in RDF format.
so there is any open source tool available which will complete my ...
0
votes
2answers
48 views
Insert data into OWL ontology
I have a custom OWL ontology and I uploaded into my model like this:
OntModel=ModelFactory.createOntologyModel();
InputStream in = FileManager.get().open(urlFile);
model.read(in,"");
...
0
votes
0answers
82 views
Program to Display Data Values Of Instances of an Ontology using Jena
The following is my ontology .owl file which has a Smurf and a Mailbomb Instance( the instances are at the end of the file) . I wish to print the values of the data properties of the instances along ...
0
votes
1answer
59 views
Jena multiple rdfs:label
I'm new to Jena and Owl I was given an ontology. I can open it with Protege 4.2 without any problems but when I try to open it with Jena I get:
Exception in thread "main" ...
0
votes
1answer
37 views
How to programatically list the relationship between two instances in an ontology?
I have an ontology which i made up of relationship as follows
Company1
:hasSubsidary sub1
:hasDepartment Cars1
:hasSubdepartment Manufacturing
:isinBuilding area1
:hasUnit ...
0
votes
1answer
47 views
Apache Jena: Deleting all data in the model
I am trying to remove all the data that I have entered into my model using the ClearModel() method in the following class.
public class JenaDatabaseHelper {
private Model model;
private Dataset ...
0
votes
1answer
225 views
How to import .owl file into eclipse using Jena and create instances of it
Hi i have created an ontology using protege(.owl file).Now i wish to import this into a java program(using jena on eclipse) and create instances of it(What i mean is that my ontology represents ...
0
votes
2answers
39 views
List object resources from a instance in Jena
How can I list all Object Resources associated to a instance of Resource in Jena?
For example: Micheal has an Object Resource called "Ben" which is a instance of a Resource Person
0
votes
1answer
42 views
How to list the objects of rdf statements?
I would like to select a list of the resources related to a given subject resource, via any RDF predicate.
For example, if the resources in my model are ex:alice, ex:bob, ex:peter" andex:Ben, and my ...
1
vote
5answers
123 views
Jena, reading a model takes forever
I am trying to understand if a given url is an ontology or not. (by trying to read it into Jena)
Normally, non-parsable pages (404, HTML etc.) throws various exceptions and valid RDF's are parsed by ...
0
votes
0answers
43 views
SKOS : how to generate a rdf file with SKOS in Jena
I am a beginner and I need help finding good tutorials, or sample code that would help me to understand how to generate RDF file in Jena using the SKOS API.
Is there a better book for reference ...
0
votes
0answers
61 views
how to get all resources related to resource using jena API's..?
I have created a few methods in StoryModel. If there is any mistake in the code I really appreciate corrections.
public class StoryModel {
String dbName = "DB3";
String sns = ...
1
vote
1answer
55 views
Jena not loading data from imported RDF Files
I have an RDF file that I loaded in TopBraid, I also imported some RDF files from the web. Finally, I saved the base file and check its code to ensure it includes the import statements.
...
0
votes
1answer
62 views
some confusions between rdf and owl in Jena
I am fresh learning semantic web.
As Jena cannot process owl format files, I used Protege to create a ontology, saved as RDF/XML but the file ended with .owl.
see the code:
OntModel model = ...
0
votes
1answer
40 views
Basic RDFS inferencing with the Jena API
I'm currently following the Jena API inferencing tutorial:
https://jena.apache.org/documentation/inference/
and as an exercise to test my understanding, I'd like to rewrite the first example, which ...
0
votes
1answer
82 views
XML to RDF : using JENA GRDDL
I want to transform xml files to RDF.
I think that JENA GRDDL can be used ,but I don't know how it works ! and I did not found any examples !
can you help me please to start using this API or show me ...
-1
votes
1answer
123 views
reading local .owl file using Jena response filenotfoundexception
I am a student doing some jena development.
when i read local files, even though it only had 3 lines I could not get it functioned normally.
here is my code :
OntModel model = ...
-1
votes
1answer
182 views
java.lang.NoClassDefFoundError: Could not initialize class com.hp.hpl.jena.query.Query
I am playing a little bit around with Jena and I set up a Java Google Web Application project in Eclipse. I downloaded the Jena 2.0 Libaries and added them to the Build path of the project and also to ...
0
votes
1answer
76 views
Exception retrieving results in jena resultSet
I'm having some problems when querying DBpedia throught Jena. The exception is thrown when iterating over the resultSet in the nextSolution method. Here is the code:
ResultSet results = ...
2
votes
1answer
75 views
Using DataTypeProperty literal in SPARQL query not working
I'm trying to execute a very simple SPARQL query to retrieve the nationality of a person based on a name passed in the query string, and I don't understand why it's not working. Here are the relevant ...