Search the web
Sign In
New User? Sign Up
jena-dev · Jena Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 24896 - 24925 of 35874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24896
Hi David, ... No problem. ... I assume you mean 2.5 since 2.4 has already been out for a while :-) Not sure. We should review plans for the next release once...
Dave Reynolds
derihy
Offline Send Email
Sep 1, 2006
8:35 am
24897
Hi guys, Sorry Dave am not actually answering your question but asking you a question. I've clearly missed a critical bit oin the docs. Anyway how do you...
venura23
Offline Send Email
Sep 1, 2006
9:28 am
24898
Has anyone tried to run the "Example 1" in the Jena 2 Inference Support documentation (http://jena.sourceforge.net/inference/index.html) under Builtin...
paul_w_f_1
Offline Send Email
Sep 1, 2006
1:54 pm
24899
Basically you create the literal from a syntax string: m.createTypedLiteral("P1Y2M3DT5H6M7.50S", XSDDatatype.XSDduration); If you need the Java object you can...
Dave Reynolds
derihy
Offline Send Email
Sep 1, 2006
3:39 pm
24900
... Probably a problem with prefix definitions in your test data. Here is a complete version: Model rawData = modelFromN3( "eg:r eg:concatFirst eg:p .\n" + ...
Dave Reynolds
derihy
Offline Send Email
Sep 1, 2006
3:40 pm
24901
I need to obtain a StmtIterator from a dbModel using model.listStatements() function. I can use model.listStatements(s, p, o) or model.listStatements(new...
Dan
danvt19
Offline Send Email
Sep 2, 2006
10:19 am
24902
How does Jena represents a RDF List resource in a model. It's not a Literal or not a URIReference. Is it a blank node or another thing ? -- Erdem Eser EKİNCİ...
Erdem Eser Ekinci
erdemeserekinci
Offline Send Email
Sep 2, 2006
10:38 am
24903
... server ... recent ... wrong ... There was a bug in GNUClasspath that meant it couldn't handle some legal Java regex's (backward zero wodth look behind). I...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 2, 2006
5:41 pm
24904
... in ... few ... Your assumption isn't right. ARQ will happen to less-than-ideally need to work through the entire database but that is a current limitation...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 2, 2006
5:43 pm
24905
... No multiline comments but you can have multiline string literals so .... <> rdfs:comment """ This is the documentation string for this file. It can span...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 2, 2006
5:49 pm
24906
... Yes - there was a bug in this area and it is now fixed in CVS. Which version are you running? What is the NPE (the top few levels of the stacktrace would...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 2, 2006
6:25 pm
24907
... NoClassDefError comes from Java - joseki_path.bat is found by the command shell. Which class is not being found? ... You need to set JOSEKIROOT correctly...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 2, 2006
6:32 pm
24908
... all ... the ... to ... see ... Read: http://jena.sourceforge.net/ARQ/app_api.html What I do is: I add ... "").replace(" ... As Chris said, don't do that -...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 2, 2006
6:43 pm
24909
... If you're using managed C++, you can use Jena on .Net - convert the JARs with IKVM. Andy...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 2, 2006
6:46 pm
24910
Thank you very much Andy for the detailed response. Cheers Tim...
trobertson@...
timrobertson100
Offline Send Email
Sep 3, 2006
7:56 am
24911
... Yes - ARQ sends blocks of triples (basic graph patterns) off to Jena via the graph query handler. For a database, that is fastpath and so becomes a single...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 3, 2006
2:35 pm
24912
The lock must cover the processing loop, not just the .execSelect(). Much of the real work is actually done by the calls to .hasNext/()/.nextSolution() because...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 3, 2006
2:40 pm
24913
... question ... Dave is quite right - the query has very little to use as a starting point so it'll consider a lot of intermediate results. ... Which is 7...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 3, 2006
2:54 pm
24914
Hallo First of all, thanks for clarifying the DB related fastpath stuff. But I was interested in the question, if there is a similar strategy for queries over...
Olaf Hartig
hartig@...
Send Email
Sep 3, 2006
6:35 pm
24915
... Because the same thing is happening in each case - the DB can execute basic graph patterns (fastpath) so the outer processing is the same in each case. ...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 3, 2006
6:59 pm
24916
Hi, I am new to jena and RDF. I am trying to write a simple application to read the LDAP contents and represent in a RDF graph for which i would like to define...
vidya_s6
Offline Send Email
Sep 4, 2006
6:48 am
24917
... Makes little difference. The second form will extract the spo from the SimpleSelector datastructure and revert to the first form. However, if you aren't...
Dave Reynolds
derihy
Offline Send Email
Sep 4, 2006
10:30 am
24918
... Each cell in the list is a blank node. This is defined in the RDF specs and is not specific to Jena: ...
Dave Reynolds
derihy
Offline Send Email
Sep 4, 2006
10:57 am
24919
... In what way? What failed? ... If you have succeeded in writing down the vocabularly and generating a java file from schemagen then that's it. So long as...
Dave Reynolds
derihy
Offline Send Email
Sep 4, 2006
11:16 am
24920
Dave, I have added the generated LDAP.java file at the following location: C:\JENAROOT\Jena-2.4\src\com\hp\hpl\jena\vocabulary\ And in the code i have added...
vidya bharadwaj
vidya_s6
Offline Send Email
Sep 4, 2006
11:35 am
24921
I've just installed and run SquirrelRDF and am rather impressed with how easy it was! Just one thing that didn't work out of the box: On windows...
katieportwin
Offline Send Email
Sep 4, 2006
11:53 am
24922
... FileManager.get().loadModel(this.getServletContext().getRealPath(configF ile)); ... Thanks for the report. What I think is happening is that ...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 4, 2006
12:26 pm
24923
... Not a good plan. The generated java file should really be part of your own project not added to Jena. Normally one creates a project which uses the Jena...
Dave Reynolds
derihy
Offline Send Email
Sep 4, 2006
12:35 pm
24924
Hi all! My ontology used to work well, but now i added some new classes and when i try to run my java application it gives me this error: Exception in thread...
Roberto Grimaldi
robymaldi
Offline Send Email
Sep 4, 2006
1:56 pm
24925
I've deployed SquirrelRDF and can now query my legacy RDB in SPARQL. I'm pleased. However, I'm mainly interested in querying across multiple RDF data sources....
katieportwin
Offline Send Email
Sep 4, 2006
2:05 pm
Messages 24896 - 24925 of 35874   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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