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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 29375 - 29404 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
29375 Kerjean Frederic
yoannker Offline Send Email
Jun 1, 2007
7:19 am
Hi, I have this code on main program Java: ... SAList = requeteSameAs(Concept1); System.out.println("SameAsList : "+SAList); for (String SAC1 : SAList) { ... }...
29376 Chris Dollin
kers_ihy Offline Send Email
Jun 1, 2007
7:21 am
... What? `r` is a Resource. You can't cast a resource to a string. It's not a List<String> either, so you can't cast it to that. Why are you even trying? Even...
29377 Chris Dollin
kers_ihy Offline Send Email
Jun 1, 2007
7:29 am
... Perhaps, but it's June & our crystal balls are in for their yearly service. ... This is a case where I'd suggest just printing out the date literal; a...
29378 Kerjean Frederic
yoannker Offline Send Email
Jun 1, 2007
7:37 am
I want return a list of the result r with a static class 'public static List requeteSameAs(String subject)' ... What? `r` is a Resource. You can't cast a...
29379 Chris Dollin
kers_ihy Offline Send Email
Jun 1, 2007
7:56 am
... So do that. List<Resource> result = new ArrayList<Resource>(); ... result.add( r ); ... return result; [Untested] -- "Answer the unanswered riddle."...
29380 Chris Dollin
kers_ihy Offline Send Email
Jun 1, 2007
8:02 am
... Just. Print. Out. r. It's a debugging print; don't try and make it pretty in a way that discards information. If you /do/, use the prefix mappings (I'm ...
29381 Chris Dollin
kers_ihy Offline Send Email
Jun 1, 2007
8:04 am
... A note: you've used a raw List here. Use a type-specified list, since you're using Java 5[|6]. -- A rock is not a fact. A rock is a rock. Hewlett-Packard...
29382 kevin.harmonic Offline Send Email Jun 1, 2007
8:13 am
I am new to this Ontology stuff. I have been running some benchmarking on reasoning with Pellet in Jena. What I mainly want to do is classification on some...
29383 Kerjean Frederic
yoannker Offline Send Email
Jun 1, 2007
8:28 am
Yes, but on this solution: ... List<Resource> result = new ArrayList<Resource>(); ... for( ; results.hasNext() ; ) { ... QuerySolution soln =...
29384 Seaborne, Andy
andyseaborne Offline Send Email
Jun 1, 2007
8:32 am
... Hewlett-Packard Limited Registered Office: Cain Road, Bracknell, Berks RG12 1HN Registered No: 690597 England ... Yes - it's a resource of the default...
29385 Kerjean Frederic
yoannker Offline Send Email
Jun 1, 2007
8:45 am
Ok It's all right with this : List<String> descList=new ArrayList<String>(); ... try { ... for( ; results.hasNext() ; ) { ... QuerySolution soln =...
29386 Chris Dollin
kers_ihy Offline Send Email
Jun 1, 2007
9:12 am
... DON'T USE TOSTRING LIKE THAT. toString() is for producing human-useful output. If it turns out to be useful for toString() of an RDFNode to put angle...
29387 Jethro Borsje
jethro_borsje Offline Send Email
Jun 1, 2007
10:12 am
Hi everybody, I am using ARQ 2.0 in my project. NetBeans is my favorite IDE, and it always works great when I use Jena (verions 2.5.2) as a library. However,...
29388 Seaborne, Andy
andyseaborne Offline Send Email
Jun 1, 2007
10:33 am
... . ... Firstly, you don't show what the data looks like: are the dates recorded as plain literals or are they typed literals? Secondly, SPARQL works in...
29389 Seaborne, Andy
andyseaborne Offline Send Email
Jun 1, 2007
10:55 am
... You need all the jars on your classpath from the ARQ 2.0 distribution. From the information you give, it looks like jena.jar is mssing. (Caveat: I'm not a...
29390 Jethro Borsje
jethro_borsje Offline Send Email
Jun 1, 2007
11:07 am
... I was expecting that to, but I am sure it is there (I can see this in one of the NetBeans menu's). ... I guess you use Eclipse. Or are you one of the guys...
29391 Seaborne, Andy
andyseaborne Offline Send Email
Jun 1, 2007
11:09 am
... and ... library. ... However ... distribution. ... Eclipse! And Emacs and Cygwin. Andy...
29392 Jeremy Carroll
jjchplb Offline Send Email
Jun 1, 2007
11:28 am
Answering only part: OWL DL reasoners have appalling theoretical complexity (e.g. doubly exponential or similar). Linear performance is not achievable. A...
29393 christian.haugan
christian.ha... Offline Send Email
Jun 1, 2007
11:37 am
Hi, I've got two ontologies, each representing the database of a project management system. To map identical concepts in the two ontologies (ontology A and B),...
29394 David Donohue
schtickdisc Offline Send Email
Jun 1, 2007
12:34 pm
Thanks to Chris & Andy for replies! When I inserted the date, I created my statement's object using Object literalObject = new Date(); Literal rdfLiteral =...
29395 Contact DaTao.net
olivier.rossel@... Send Email
Jun 1, 2007
2:00 pm
I am also working on visual representation of ontologies. I can show both of you my prototype at the upcoming ESWC in Innsbruck. So we can discuss about that...
29396 Contact DaTao.net
olivier.rossel@... Send Email
Jun 1, 2007
2:09 pm
If people already arrived in innsbruck are interested in some ESWC pre-meeting (work + Guinness-eating), just say so :) We could agree on a nice place to meet...
29397 Seaborne, Andy
andyseaborne Offline Send Email
Jun 1, 2007
2:40 pm
... Hewlett-Packard Limited Registered Office: Cain Road, Bracknell, Berks RG12 1HN Registered No: 690597 England ... ...
29398 davidabigwood Offline Send Email Jun 1, 2007
7:43 pm
Is it possible to ask a SPARQL query that combines a result from a Jena SDB triple store and an in-memory Model. Looking at the SPARQL.execQueryWorker method...
29399 Online Jobs
mahmoud_afan... Offline Send Email
Jun 2, 2007
12:19 am
Looking for Data Entry jobs? we can help you find the perfect job. Data Entry job opportunities that allow you to work offsite via computer rather than commute...
29400 agapitolw Offline Send Email Jun 2, 2007
9:09 am
Hello all I try install Joseki 3 but have problem, this is what I done: Unzip Joseki files to C:\Joseki Put all jar files in lib in Classpath environment...
29401 maria.mt2006 Offline Send Email Jun 2, 2007
9:24 am
Dear All I have built a site (using servlets and jsp, Jena 2.5.2 and Tomcat) on my own laptop. I am able to run the pages and update my ontology model (owl)...
29402 christian.haugan
christian.ha... Offline Send Email
Jun 2, 2007
11:20 am
Thanks for your response Andy! I've followed your tips, however with no luck. ... I've tried to use only pm:Project, and stripping down the where-clause to...
29403 Ignazio Palmisano
ignazio_io Offline Send Email
Jun 2, 2007
1:32 pm
... Try Calendar instead of Date (been there, done that, been bitten by it :)) Dave Reynolds already answered a similar question by myself: <quoting> The basic...
29404 Seaborne, Andy
andyseaborne Offline Send Email
Jun 2, 2007
6:24 pm
... instances ... https://mailman.stanford.edu/pipermail/protege-owl/2006-September/000082 ... nothing) ... least ... Looks like a namespace mix up: That model...
Messages 29375 - 29404 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