Skip to search.
jena-dev · Jena Users

Group Information

  • Members: 2056
  • Category: Software
  • Founded: Sep 19, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 48145 - 48174 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
48145 Andy Seaborne
andyseaborne Offline Send Email
Feb 1, 2012
8:19 am
I see you found the current list at jena-users@aapche ... good ... you are more likely to get answers there. Andy...
48146 Research Scientist
mamadou123 Offline Send Email
Feb 5, 2012
3:15 am
Dear colleague, Academic Joy Review (AJR) from Academic Joy (http://www.academicjoy.net), our open access, online scholarly journal is inviting researchers...
48147 Smriti Jain
smriti_jain16 Offline Send Email
Feb 6, 2012
3:37 pm
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...
48148 Damian Steer
pldms0 Offline Send Email
Feb 6, 2012
3:57 pm
... 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...
48149 Jamel
mharsijamel Offline Send Email
Feb 6, 2012
5:23 pm
i want to know how to hava the selected item(node) in jambalaya view( when including jambalaya and protege in a java program)...
48150 Dave Reynolds
derihy Offline Send Email
Feb 7, 2012
8:07 am
... You'll need to ask about this on a suitable protege list (I don't know if jambalaya has its own support list). Dave...
48151 amirs01 Offline Send Email Feb 7, 2012
11:28 am
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...
48152 Leo Papa
papa.leo58 Offline Send Email
Feb 7, 2012
6:30 pm
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...
48153 Andy Seaborne
andyseaborne Offline Send Email
Feb 7, 2012
8:54 pm
******************** 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 ...
48154 Andy Seaborne
andyseaborne Offline Send Email
Feb 7, 2012
8:56 pm
******************** 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 ...
48155 amirs01 Offline Send Email Feb 10, 2012
9:52 pm
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...
48156 Andy Seaborne
andyseaborne Offline Send Email
Feb 10, 2012
9:53 pm
... http://incubator.apache.org/jena/documentation/ontology/index.html Andy...
48157 Philippe P Mulet
jdt_philippe Offline Send Email
Feb 10, 2012
10:37 pm
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,...
48158 amirs01 Offline Send Email Feb 12, 2012
4:07 pm
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)...
48159 Andy Seaborne
andyseaborne Offline Send Email
Feb 12, 2012
4:29 pm
******************************************* ** The Jena user list is moving to Apache. ** ** The new list name is 'jena-users' and the mail server is ** ...
48160 amirs01 Offline Send Email Feb 12, 2012
6:16 pm
Thank you for responding. the file exist the error is WARN [main] (RDFDefaultErrorHandler.java:36) - (line 18 column 91): {W136} Relative URIs are not...
48161 Dave Reynolds
derihy Offline Send Email
Feb 12, 2012
6:49 pm
... 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...
48162 abobakr 1
abobakr_12000 Offline Send Email
Feb 13, 2012
8:14 am
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...
48163 Andy Seaborne
andyseaborne Offline Send Email
Feb 13, 2012
9:31 am
****** The Jena user list is moving to Apache. ***** ... The documentation is at: http://incubator.apache.org/jena/ Andy...
48164 Martynas Jusevicius
martynas.jus... Offline Send Email
Feb 16, 2012
2:16 am
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.... Send Email 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...
48166 frentzengr Offline Send Email Feb 20, 2012
1:46 pm
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...
48167 Dave Reynolds
derihy Offline Send Email
Feb 20, 2012
3:04 pm
... 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. ...
48168 marcelferrante Offline Send Email Feb 22, 2012
1:16 am
Hi, Im checking the jena documentation, but I couldnt find a detailed explanation of Database Layouts: ...
48169 Andy Seaborne
andyseaborne Offline Send Email
Feb 22, 2012
9:11 am
******* 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,...
48170 yassine.mrabet Offline Send Email Feb 24, 2012
9:08 am
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...
48171 Andy Seaborne
andyseaborne Offline Send Email
Feb 29, 2012
6:25 pm
... Yes, you can do that. You can do: SELECT * { ... something to decide ?service .... SERVICE ?service { ... query pattern ... } } ... There is remote SPARQL...
48172 Alejandro RodrĂ­gu...
jalo_rg Offline Send Email
Mar 1, 2012
10:30 am
[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@... Send Email
Mar 3, 2012
1:55 pm
LinkedIn ... I'd like to add you to my professional network on LinkedIn. Accept invitation from Dario Frazzetta ...
48174 gul.cabuk Offline Send Email Mar 5, 2012
9:05 am
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...
Messages 48145 - 48174 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help