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

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 31834 - 31863 of 42040   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31834
Hi all. Thanks a lot for the help you have provided to me till now. Dear, I am presently facing a problem in use of Jena. Following is my problem. Problem: I...
Sandeep Kumar Garg
sandeep_1712
Offline Send Email
Dec 1, 2007
9:22 am
31835
Dear Andy, Richard, Chris, and others... when I was trying to execute concurrent cascaded queries to the same endpoint I noticed some wrong - or at least not...
Andreas Langegger
dorgon1234
Offline Send Email
Dec 1, 2007
1:15 pm
31836
... You have removed critical information from your description - the code in the loop. There are two possibilities: Most likely: coordIter.next() is not...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2007
1:39 pm
31837
Hi, I can already confirm that Joseki can handle cascaded queries properly and the behavior must be originating from somewhere else I don't know yet. Debuggung...
dorgon1234
Offline Send Email
Dec 1, 2007
3:20 pm
31838
... What's the use case? It helps me to have context. I'd guess you are not processing the result model after execution but during building (production ...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2007
3:49 pm
31839
... Andy sent me the compleet code : he called .execSelect() on the outer query execution twice. ... Should be remote2 Andy ... -- Hewlett-Packard Limited ...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2007
4:09 pm
31840
... Well first OWL:Thing is implicitly present in all ontologies, even if not stated. Second, that does place the full URI in the file. There is no separate ...
Dave Reynolds
derihy
Offline Send Email
Dec 1, 2007
4:57 pm
31841
... Are you sure? I ran (current version): public static void main(String[] argv) throws Exception { DataSource dataSource = DatasetFactory.create() ; ...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2007
6:41 pm
31842
... separate ... off ... Thanks Dave, i've solved it. i've undestood that i don't really need the OWL.Thing Class. I've used travel ontology by protegè...
p.sangiorgi
Offline Send Email
Dec 1, 2007
9:39 pm
31843
Hi, is there a Java framework to wrap OWL/RDF into a Model (in MVC terms) in the way that Object-Relational Mapping wraps a relational database? Jena-based or...
Martynas Jusevicius
martynas.jus...
Offline Send Email
Dec 2, 2007
1:09 am
31844
Martynas, I had the same issue, and during a project wrote a simple binder. See http://code.google.com/p/jenabean. I'm looking for participants. The project...
Taylor Cowan
taylor_cowan
Offline Send Email
Dec 2, 2007
3:30 am
31845
HI, I'm developing an aplication using Jena and the Protege API, but I'm having a problem to get the individuals that have a certain property. ... property_A...
Eduardo Maior
dracon_ssa
Offline Send Email
Dec 2, 2007
11:09 am
31846
Hi everybody. I have the same owl model of the other posts, and in this model there is a class named "Elemento_conoscenza" that have three subclasses,...
fiveto_one85
Offline Send Email
Dec 2, 2007
1:53 pm
31847
Hello Eduardo, ... Have you declared property_A to be transitive? Because if you have, the reasoner will tell you that p_A( i_A, i_F ) is true without you...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Dec 2, 2007
11:23 pm
31848
... Yes. You need to use a model with an attached reasoner (e.g. OWL_MEM_MICRO_RULE_INF) and then your query will return the instances of the class and its...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Dec 2, 2007
11:49 pm
31849
Sorry, I think I made the wrong question... The questio is: How can I get the individuals related? Using Jena and/or Protege API... Lets say that I have...
Eduardo Maior
dracon_ssa
Offline Send Email
Dec 3, 2007
12:26 am
31850
... Lots of different ways. See the documentation for details. One suggestion: OntModel m = .. your model .. ; Individual iA = m.getIndividual( yourNS +...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Dec 3, 2007
12:40 am
31851
Hi, I've been having problems with the method listSuperClasses() from the class OntClass (package com.hp.hpl.jena.ontology). Every time I try to list the ...
Vivian Santos Silva
vivian.ss@...
Send Email
Dec 3, 2007
11:45 am
31852
... Can you show the failing code? I. -- Ignazio Palmisano Ph.D. - ignazio dot palmisano at gmail dot com...
Ignazio Palmisano
ignazio_io
Offline Send Email
Dec 3, 2007
12:01 pm
31853
I was reading the following paper http://www.hpl.hp.com/techreports/2003/HPL-2003-146.pdf about the Jena2 Architecture. Figure2 gives a nice overview of the ...
styssi
Offline Send Email
Dec 3, 2007
12:01 pm
31854
... And even more importantly, the stacktrace. Ian ____________________________________________________________ Ian Dickinson...
Dickinson, Ian J. (HP...
ian_j_dickinson
Offline Send Email
Dec 3, 2007
12:09 pm
31855
... As Ignazio says, show us the failing code (and ontology); but I note that here you've written `SubClassOf`, which is wrong. Even assuming that the ...
Chris Dollin
kers_ihy
Offline Send Email
Dec 3, 2007
12:13 pm
31856
... A wild guess is that you are trying to do something with the URI or localname of your super classes. In most ontologies there are anonymous classes...
Dave Reynolds
derihy
Offline Send Email
Dec 3, 2007
12:14 pm
31857
... [potentially] Compactness & control over when inference is done. ... That depends on the nature of the reasoning, the nature and frequency of the queries,...
Chris Dollin
kers_ihy
Offline Send Email
Dec 3, 2007
12:23 pm
31858
Hi, is there a method to find directly the depth of the concepts of an ontology or do i must find him with the two iterator starting from Hierarchical class...
p.sangiorgi
Offline Send Email
Dec 3, 2007
12:29 pm
31859
... There isn't a built-in utility. Depth isn't uniquely defined for an RDFS or OWL ontology, since the super-class hierarchy is a graph not a tree. Also,...
Dickinson, Ian J. (HP...
ian_j_dickinson
Offline Send Email
Dec 3, 2007
12:35 pm
31860
It's adapted from one of Jena's examples : OntDocumentManager mgr = new OntDocumentManager(); OntModelSpec s = new OntModelSpec( OntModelSpec.OWL_MEM ); ...
Vivian Santos Silva
vivian.ss@...
Send Email
Dec 3, 2007
12:42 pm
31861
Hello Chris, thank you for the quick answer. This makes things a little clearer to me. I learned two things. 1) it all depends 2) you don't have to do complete...
styssi
Offline Send Email
Dec 3, 2007
12:58 pm
31862
... See my earlier response, you are assuming that each superclass has a localname which it may not, check for isAnon. Dave -- Hewlett-Packard Limited ...
Dave Reynolds
derihy
Offline Send Email
Dec 3, 2007
1:09 pm
31863
... And in any case, /don't use localName/ to get "the name" of a Class. The name of the class is its full URI. You can abbreviate it using the model's prefix...
Chris Dollin
kers_ihy
Offline Send Email
Dec 3, 2007
1:44 pm
Messages 31834 - 31863 of 42040   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