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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 46400 - 46429 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
46400 Dave Reynolds
derihy Offline Send Email
Jan 1, 2011
11:07 am
... [snip] ... First, don't do any optimization until you know from empirical data that the reasoner performance is an issue in practice. The only bit of...
46401 laknath ranasinghe
laknath27 Offline Send Email
Jan 2, 2011
1:09 pm
46402 Andy Seaborne
andyseaborne Offline Send Email
Jan 2, 2011
7:25 pm
Michael has provided a complete, minimal example. It shows that loading with tdbloader and tdbloader2 results in datasets that behave differently. It's...
46403 celsowm Offline Send Email Jan 2, 2011
10:43 pm
Hi! In my code (http://pastebin.com/uY878A16), i am searching in a set of documents with the same ontology schema, but i need some inference, avaliable only in...
46404 semantickyweb Offline Send Email Jan 2, 2011
10:54 pm
Hi Andy, thank you for your advice. For the sake of my understandability, let me please ask: So you suggest that I have to create two different Datasets,...
46405 Andy Seaborne
andyseaborne Offline Send Email
Jan 3, 2011
3:07 pm
I was thinking of: 1/ Create a dataset (a DataSource because your going to modify it 2/ Add the inference graph as <http://example/inf> 3/ Add the base graph...
46406 Francois-Paul Servant
fps@... Send Email
Jan 3, 2011
5:13 pm
Hi, just a small remark wrt ARQ's property paths. You can write Path path = PathParser.parse("ex:aprop{1}", mapping) ; PathLib.install(uri, path) ; and it...
46407 Michael Brunnbauer
brunni@... Send Email
Jan 3, 2011
10:12 pm
hi all is the output of tdbdump --loc=DIR sorted by graph ? It would be nice if I could rely on that in a current software project. Regards, Michael Brunnbauer...
46408 Michael Brunnbauer
brunni@... Send Email
Jan 3, 2011
10:16 pm
re sorry I really meant "grouped by graph" instead of "sorted by graph". I do not need them sorted - only not mixed up. Regards, Michael Brunnbauer ... -- ++...
46409 Holger Knublauch
holger_knubl... Offline Send Email
Jan 4, 2011
4:49 am
Andy, working on the SPIN RDF syntax for the new SPARQL 1.1 Update support, I noticed a minor inconsistency in the modify.request API: UpdateLoad doesn't seem...
46410 Andy Seaborne
andyseaborne Offline Send Email
Jan 4, 2011
9:31 am
Hmm - the SPARQL 1.1 grammar and the SPARQL 1.1 Update doc aren't in step. I've fixed the grammar (the Working Group one) to match the update doc. Thanks, Andy...
46411 Andy Seaborne
andyseaborne Offline Send Email
Jan 4, 2011
9:36 am
... Hi Michael, There is no guarantee - it emits N-Quads which does not guarantee grouping. While TDB does it's output by using the SPO and GSPO indexes (which...
46412 Andy Seaborne
andyseaborne Offline Send Email
Jan 4, 2011
10:52 am
Hi there, Now fixed in SVN. Thanks, Andy...
46413 Rodolfo Rieckhof
roldofo Offline Send Email
Jan 4, 2011
10:12 pm
Hello, when loading a jena Ontmodel i get the following exception, any ideas what could it be. i dont have any HTML.Version in my Ontology so i dont really ...
46414 Andy Seaborne
andyseaborne Offline Send Email
Jan 5, 2011
9:02 am
... the import is an HTML document. http://www.ga-entwurf.de/repository/enoceanDevices which starts <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" ...
46415 Imran
imrantaurus2003 Offline Send Email
Jan 5, 2011
1:36 pm
Hi, I am trying to write RDF FOAF file using the Jena Framework. Could you please guide me as I am new comer in this area. Thanks in advance, Muhammad Imran...
46416 Chris Dollin
kers_ihy Offline Send Email
Jan 5, 2011
2:13 pm
... (a) Read the Jena RDF tutorial. (b) Make a Jena model with the FOAF data in it that you want. (c) Use Model.write to write the model out as RDF/XML (or any...
46417 ttgweizen Offline Send Email Jan 6, 2011
11:55 am
Hi there, I am currently realising an ontology containing items (in terms of goods) and transport logistics. The final target will be to determine if a certain...
46418 ttgweizen Offline Send Email Jan 6, 2011
12:11 pm
Oh, I just tried the Micro OWL Reasoner and it works. Hmm, since I am currently not using cardinality features, that might be already a solution.... The mini...
46419 Dave Reynolds
derihy Offline Send Email
Jan 6, 2011
12:23 pm
... I was just about to send a response suggesting you try that. You are, in fact, using cardinality - someValuesFrom is an implicit cardinality. ... That is...
46420 ttgweizen Offline Send Email Jan 6, 2011
1:04 pm
... Well, nothing happens after 4-5 Minutes. So yes, I think it won't terminate. I also thought that the mini and the micro owl reasoner would be equivalent...
46421 steve_hookway Offline Send Email Jan 6, 2011
8:39 pm
Hey Guys, I've been trying to get the below working - but seem to be missing some critical piece of the puzzle, and I'm hopeful you can help! (apologies in...
46422 Andy Seaborne
andyseaborne Offline Send Email
Jan 6, 2011
8:53 pm
TDB version 0.8.9 has been released. This is a non-Apache release. It provides a fixed version for use in the upcoming rerun of the Berlin SPARQL Benchmark...
46423 Dave Reynolds
derihy Offline Send Email
Jan 6, 2011
9:07 pm
I suspect that Protege doesn't like the fact that your restrictions have URIs, those probably take you (at least technically) into OWL full. Try using null as...
46424 ryan.mcdonough@...
damnhandy2000 Offline Send Email
Jan 6, 2011
9:23 pm
I've been taking the new tdbloader2 out for a spin with some fairly large datasets. In total, I have about 3Billion triples I am trying to load. I have 87...
46425 steve_hookway Offline Send Email Jan 6, 2011
9:28 pm
Thanks for the quick reply - using bNodes did the trick!...
46426 AndyS
andyseaborne Offline Send Email
Jan 6, 2011
9:44 pm
Thread continues on jena-users AT incubator.apache.org...
46427 Andy Seaborne
andyseaborne Offline Send Email
Jan 7, 2011
9:11 am
... See http://openjena.org/ontology/index.html#creatingModels and create an ontology model with the spec you want via ModelFactory.createOntologyModel Andy...
46428 Michael Brunnbauer
brunni@... Send Email
Jan 7, 2011
9:44 am
hi all I have a case where model.write() creates a file beginning with: <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" ...
46429 Damian Steer
pldms0 Offline Send Email
Jan 7, 2011
10:54 am
... Hi Michael, ... Could you explain what happens after parsing? Do you write the model immediately to xml? The xml prefix seems to have gone awol, but I'm...
Messages 46400 - 46429 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