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 25499 - 25528 of 42052   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25499
... Yes, it would be good. It's like the issues faced by SQL installations designed for data warehousing applications - the optimizer prefers to generate ...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 1, 2006
6:48 pm
25500
Hi all, Here I am with a new problem. 1. The ontology I'm reading: <?xml version='1.0' encoding='ISO-8859-1'?> <rdf:RDF xmlns:rdf...
ivandeux
Offline Send Email
Oct 2, 2006
8:11 am
25501
... processors. ... to generate ... filtering ... (predicate ... if it's ... this will ... parallelism. ... layer and ... strategy for ... more overhead ... ...
stijn.verstichel
stijn.versti...
Offline Send Email
Oct 2, 2006
8:37 am
25502
... `oc` will never be null, so this test is pointless. ... `indi` will never be null, so this test is pointless. Perhaps you meant (in both cases) to check...
Chris Dollin
kers_ihy
Offline Send Email
Oct 2, 2006
8:41 am
25503
Hi Ivan, ... This rdf:ID is relative to the base URI of the ontology. If this is not set by an xml:base, it will be resolved to be the source URL of the ...
Dickinson, Ian J. (HP...
ian_j_dickinson
Offline Send Email
Oct 2, 2006
8:51 am
25504
... Just as an addition to Andy's reply: Without any inferencing (when querying only the base model), the above query should /not/ return you the statement ......
Michael Schneider
m_schnei1992
Offline Send Email
Oct 2, 2006
10:05 am
25505
Hi, I have 4 owl files and want to save them in a database as a union. Would this code work: ModelMaker maker = ModelFactory.createModelRDBMaker(conn); ...
jessicabrown153
Offline Send Email
Oct 2, 2006
10:06 am
25506
... Well, this is going to depend what you mean by "as a union". ... That depends what you mean by "union". All the statements you read go into `om`s base...
Chris Dollin
kers_ihy
Offline Send Email
Oct 2, 2006
10:23 am
25507
... make ... job ... locking ... parallel ... retrieved ... the ... if ... retrievals ... to ... would ... in ... How about a more P2P style and use a DHT? But...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 2, 2006
11:01 am
25508
Hi! I've created an ontology and a graphical application to navigate into it. I've used a Property "has_Image" which range is an URI. Now I'd like to view the...
giuliasasso@...
giuliasasso
Offline Send Email
Oct 2, 2006
11:14 am
25509
Well, what I mean by union is having one model of these 4 files, where they are one schema used by the other 3 data files. So, would that syntax (previous one)...
jessicabrown153
Offline Send Email
Oct 2, 2006
11:30 am
25510
... Hi, it should more likely be something like: file:///D/Immagini%20Ontologia/Emp82.gif (I'm not sure about what becomes of the : but to be a correct URI it...
Ignazio Palmisano
ignazio_io
Offline Send Email
Oct 2, 2006
11:44 am
25511
... Yes. But there are different ways of doing that. Some involve having actual union objects, and some don't. ... Syntax has nothing (hardly anything) to do...
Chris Dollin
kers_ihy
Offline Send Email
Oct 2, 2006
11:56 am
25512
... I'm doing exactly this in a distributed sensor network (I guess you are working with sensors?). We split queries at nodes in a sensor network, by looking...
M.J. van der Veen
forward@...
Send Email
Oct 2, 2006
12:43 pm
25513
In my case, the schema will hardly change, but the data files will, in terms of adding/deleting individuals. So, performance wise, which one you think is a...
jessicabrown153
Offline Send Email
Oct 2, 2006
12:54 pm
25514
... It depends what you want to do /with the union/ - how often you query it, how you query it, when (or if) you have to update it, hwo much data you have,...
Chris Dollin
kers_ihy
Offline Send Email
Oct 2, 2006
1:19 pm
25515
Hello, While reading this journal article "Towards Personalization and a Unique Uniform Resource Identifier for Semantic Web Users within an Academic...
iris2000sa
Offline Send Email
Oct 2, 2006
1:24 pm
25516
I resolved using simply: new ImageIcon(path); where path is D:\Immagini Ontologia\emp82.gif Even I resolved in a different way, Thank you, Ignazio. ... Mutuo...
giuliasasso@...
giuliasasso
Offline Send Email
Oct 2, 2006
1:27 pm
25517
... It is a tradeoff between speed of update and speed of access. If you are going to query the merged database model a lot then I would advise using static...
Dave Reynolds
derihy
Offline Send Email
Oct 2, 2006
1:37 pm
25518
... I can't read the figure which appears to correspond to that claim (the text is too small for my aged eyes). ... Jena relies on the underlying Java and SAX...
Chris Dollin
kers_ihy
Offline Send Email
Oct 2, 2006
1:42 pm
25519
Dear All, I've been working on using the rules engines with OWL ontologies. At the moment, I use the FBReasoner along with an ontology reasoner like this: 1:...
Matt Williams
matthew.williams@...
Send Email
Oct 2, 2006
2:13 pm
25520
... Pretty tough on my young eyes. I'd take that claim with a generous pinch of salt. The route a string takes to go from RDF/XML through Jena and out to the...
Damian Steer
pldms3
Offline Send Email
Oct 2, 2006
2:14 pm
25521
... support ... also ... Also, if the RDF is in a database and the encodings don't match, then chaos results (in a way Jena can't test for). There is Arabic in...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 2, 2006
2:16 pm
25522
... One system that might be interesting is DARQ: Distributed SPARQL queries: http://darq.sourceforge.net/ It takes a SPARQL query, and already has...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 2, 2006
4:00 pm
25523
Thank you very much Chris & Dave, your explanations and advice really help. Jessie ... will, ... would ... same ... then ... optimization ... files, ... data ...
jessicabrown153
Offline Send Email
Oct 2, 2006
5:03 pm
25524
Hi everyone, I want to know if it is possible to add a concat builtin predicate in the BuiltinRegistry into Joseki without recomiling it. Thanks in advance ...
lilarrateguy
Offline Send Email
Oct 2, 2006
7:07 pm
25525
Hi. I tried to use SPARQL query to get some data from a memoryModel and it turned out to be extremely slow in comparison with getting the same data using jena...
Dan
danvt19
Offline Send Email
Oct 2, 2006
7:09 pm
25526
... Do you mean add another function property to the query processor used in Joseki (i.e ARQ)? In which case the answer is "yes" (you don't need to recompile...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 2, 2006
7:24 pm
25527
... Dan, It will all depend on what sort of distribution of data there is and whether the hardcoded Jena API calls exploit more of the structure (i.e. hit...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 2, 2006
7:52 pm
25528
Hi, actually I think both would help. It was the second assumtion you've made. ... Jena). I know is a Jena class. Like Joseki uses Jena, I was thinking in add...
lilarrateguy
Offline Send Email
Oct 2, 2006
8:00 pm
Messages 25499 - 25528 of 42052   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