Dear colleague, Academic Joy Review (AJR) from Academic Joy (http://www.academicjoy.net), our open access, online scholarly journal is inviting researchers...
hii.. Im new to joseki and i want to run make my own SPARQL endpoint to support my application. I have followed the instructions on how to install joseki but...
... Hi there, ... Could you try fuseki (which is replacing joseki) instead? [1] It's much easier to work with. Also this list has moved to apache. [2] You'll...
Hi, I'm new on working with jena. i want to execute a simple code written with java and to execute it on the console DOS. i downloaded the jena api and install...
Dear all, I am building a query programmatically, everything works ok until I need to set the optional clause on a triple before adding it to the pattern of...
******************** The Jena user list is moving to Apache. The new list name is 'jena-users' and the mail server is 'incubator.apache.org'. Send email to ...
******************** The Jena user list is moving to Apache. The new list name is 'jena-users' and the mail server is 'incubator.apache.org'. Send email to ...
Dear all, I have to import an owl file to my java project and extract concepts from it. could you please give me a simple code which does it. it will be very...
I am out of the office until 02/18/2012. My official backups for Jazz App Frameworks matters are Ritchie Schacher and John Romano. For JFS urgent matters,...
Hi, I tried to read an owl file written with protégé alpha 4.2 in a java program written in eclipse. here is the code public static void main(String[] args)...
******************************************* ** The Jena user list is moving to Apache. ** ** The new list name is 'jena-users' and the mail server is ** ...
Thank you for responding. the file exist the error is WARN [main] (RDFDefaultErrorHandler.java:36) - (line 18 column 91): {W136} Relative URIs are not...
... That's not an error its a warning. It is telling you that there are some significant but not completely fatal problems with your file. Since you don't show...
Greetings, Iam new to use Jena framework, i need Jena in developing my Graduation Project please i need some help about 1 - how i can store RDF models using...
Hey, I'm caching some ontologies locally, and I'd like LocationMapper to map resources from those ontologies to the ontology URI. In other words, URIs with RDF...
48165
jena-dev@yahoogroups....
Feb 19, 2012 11:50 pm
Reminder from: jena-dev Yahoo! Group http://groups.yahoo.com/group/jena-dev/cal The Jena user list is moving to Apache. Monday February 20, 2012 All Day (This...
Hi all, I was wondering if it is possible to determine which triple patterns of a rule condition are satisfied or not by a model. For example, consider the...
... Sure, to a first approach you can do this by creating a Triple which is the same shape as the TriplePattern but use Node.ANY in place of any variables. ...
******* The Jena user list has moved to Apache. ... Yes - G is the graph (actually its the G id) ... The SDB layout uses normalization of RDF terms (URIs,...
Hi all, Is there a mean to query data from a sparql service without specifying it ? I don't know if my question is clear enough but the ideal thing I can...
... Yes, you can do that. You can do: SELECT * { ... something to decide ?service .... SERVICE ?service { ... query pattern ... } } ... There is remote SPARQL...
[Apologies for cross-posting] *CALL FOR PAPERS* *1st International Workshop on Finance and Economics on the Semantic Web ( FEOSW 2012) in conjunction with 9th...
48173
Dario Frazzetta via L...
dario839.frazzetta@...
Mar 3, 2012 1:55 pm
LinkedIn ... I'd like to add you to my professional network on LinkedIn. Accept invitation from Dario Frazzetta ...
I've developed an application which uses D2R (d2rq-0.7 / d2r-server-0.7). I suppose that it uses arq-2.7.0 and an oldest version of jena. As well, I also want...