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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 41990 - 42019 of 42019   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
41990
Hi all, I'm trying to construct a label when I don't retrieve a property. Ex: PREFIX rdf:...
Brice Sommacal
brice.smcl
Offline Send Email
Nov 7, 2009
3:36 pm
41991
Hi, Hope someone can help me over the initial hurdles I am facing with Joseki. I am trying to set up a TDB dataset in Joseki - using a directory of RDF files....
uocarroll
Offline Send Email
Nov 7, 2009
4:13 pm
41992
I think it's because <#lewist> rdf:type ja:DatasetTDB ; should be <#lewist> rdf:type tdb:DatasetTDB ; (All these namespaces and extending them does make it a...
Andy Seaborne
andyseaborne
Offline Send Email
Nov 7, 2009
6:31 pm
41993
... One way to improve performance is to materialize all the inferred triples and store them in the model as part of creating the data to published. That way,...
Andy Seaborne
andyseaborne
Offline Send Email
Nov 7, 2009
6:36 pm
41994
Your description isn't complete but I think all you need to do is use the "RDF/XML-ABRREV" writer. Are you printing in "RDF/XML"? That outputs very simple...
Andy Seaborne
andyseaborne
Offline Send Email
Nov 7, 2009
6:37 pm
41995
Would TDB work for you? it runs same-process as the application - it needs access to the filing system. As I understand it, you don't want to use a persistent...
Andy Seaborne
andyseaborne
Offline Send Email
Nov 7, 2009
6:45 pm
41996
With SPARQL 1.0, you can' return anything that is not in the graph because BGP matching is the only way to set a variable. With extensiosn ARQ provides, these...
Andy Seaborne
andyseaborne
Offline Send Email
Nov 7, 2009
6:56 pm
41997
Thanks - I gave it a whirl, and it seems to have worked....
uocarroll
Offline Send Email
Nov 7, 2009
10:13 pm
41998
Ah - think Ive been premature. I don't get the error anymore (i do get one now about the books dataset ... 22:08:54 WARN Configuration :: Failed to...
uocarroll
Offline Send Email
Nov 7, 2009
10:16 pm
41999
Hello, I am afraid I am not very familiar with TDB - it is actually time I get acquainted with it.  But is it for triple-store databases, or is it something...
Alex Genadinik
genadinik
Offline Send Email
Nov 7, 2009
10:51 pm
42000
Hi, If you need to save memory, then to have thing on a file won't help that much, as this would be read and held in memory. The best solution is to use a...
Andrea Splendiani
andreasplend...
Offline Send Email
Nov 7, 2009
11:27 pm
42001
Thank you Andrea and Andy, I am reading about TDB as we speak :) It looks like it might be exactly what I needed - thank you for putting me on the right path! ...
Alex Genadinik
genadinik
Offline Send Email
Nov 7, 2009
11:36 pm
42002
... Ah, no. The TDB directory is where the various files -- indexes, data -- that make up the TDB store are located. You can load things into it via your...
Damian Steer
pldms0
Offline Send Email
12:13 am
42003
Hi, I have two quick question: TDB loader: does this work only on the default graph, or is it possible to bulk-load to named graphs ? BGP optimizer: I get the...
Andrea Splendiani
andreasplend...
Offline Send Email
2:28 am
42004
Hello, I am going through the SDB and TDB documentation I can find, but is there something someone could recommend with some good code examples and a tutorial...
Alex Genadinik
genadinik
Offline Send Email
3:18 am
42005
Not really, but to have a system up and running, especially with TDB, is pretty easy. Like: Model myModel=TDBFactory.creatModel(DIR); ciao, Andrea...
Andrea Splendiani
andreasplend...
Offline Send Email
4:03 am
42006
Hi Andy, Thanks a lot for responding. On using RDF/XML-ABRREV I see one problem.. It merges one node inside the other node. i.e. say ther are 4 nodes A, B, C,...
Nishit ladha
nishitladha
Offline Send Email
7:06 am
42007
... Add the argument --graph=<IRI> to load into a named graph. ... BGP = basic graph pattern, the bit which matches triples in sparql queries. An optimizer...
Damian Steer
pldms0
Offline Send Email
10:56 am
42008
Ah, well. :-) At least I know now. I'll use the alternatives....
uocarroll
Offline Send Email
11:29 am
42009
What sort of thing are you looking for? Once setup up (TDBFactory.create...), it should just be the Jena API and SPARQL query without any special TDB-isms. ...
Andy Seaborne
andyseaborne
Offline Send Email
11:45 am
42010
Hi, Is there any assumption about the order of the variable names accessed in a SPARQL query through the QuerySolution.varNames() iterator? In particular,...
rspates2
Offline Send Email
12:42 pm
42011
Hi, ... I invariably get this: symbol:http://jena.hpl.hp.com/ARQ#regexImpl = symbol:http://jena.hpl.hp.com/ARQ#javaRegex ...
Andrea Splendiani
andreasplend...
Offline Send Email
2:51 pm
42012
The query solution does not guarantee the order of varaibles but the metho Query.getResultVars does preserve it. A query solution may not have every variable...
Andy Seaborne
andyseaborne
Offline Send Email
5:13 pm
42013
... Could you try with v 0.8.3 please? I think there were some bugs in this area. (0.8.2 and 0.8.3 are data file compatible). ... See ...
Andy Seaborne
andyseaborne
Offline Send Email
5:17 pm
42014
Hi, ... I'm using 0.8.3. Can it be that in the ttl file I don't specify any named graph, but only a default dataset ? ... Thanks! ciao, Andrea...
Andrea Splendiani
andreasplend...
Offline Send Email
5:29 pm
42015
... What is the exact command arguments you are using? I tried to recreate a call to the command line tdbloader with a --graph argument to get a NPE but...
Andy Seaborne
andyseaborne
Offline Send Email
5:49 pm
42016
Hi, exact command: ./bin/tdbloader -v --graph=test /home/andrea/TDB I've also tried the variant: ./bin/tdbloader -v --graph=http://test/test /home/andrea/TDB ...
Andrea Splendiani
andreasplend...
Offline Send Email
7:02 pm
42017
If you want the full dataset including adding new graphs you'll need to describe a TDB dataset - you have anon-TDB dataset with a single TDB graph. TDB can...
Andy Seaborne
andyseaborne
Offline Send Email
7:36 pm
42018
I'll give it a try. But with my configuration, and with no graphs specified, it was reading files into the default graph. ciao, Andrea...
Andrea Splendiani
andreasplend...
Offline Send Email
7:40 pm
42019
... Yes, it will do that. The wrapper datasets has exactly the graphs described but does not allow new graphs to be implicitly created just by naming them....
Andy Seaborne
andyseaborne
Offline Send Email
8:04 pm
Messages 41990 - 42019 of 42019   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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