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 23633 - 23662 of 42022   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23633
... The problem is present only if I try to get an OntClass that *doesn't exist in the ontModel*... So I think the problem is of type (a), but I don't...
Davide Noaro
davidin_81
Offline Send Email
Jul 1, 2006
12:45 pm
23634
Hi. I am loading two ontology models in the same program.The first one has approximately 50 classes and 40 properties. The second ontology, has about the...
Pantelis Natsiavas
pantelykos
Offline Send Email
Jul 2, 2006
8:50 am
23635
... Aside: There are 2 .next()s inside the loop - it will be using two items between each .hasNext() test. If there is an odd number of items, it'll go wrong....
Seaborne, Andy
andyseaborne
Offline Send Email
Jul 2, 2006
3:32 pm
23636
Hello, I want to select a concept and see its definition in owl format (RDF/XML-ABBREV). For example for the model we've got model.write. Is there something...
ampra_katampra
Offline Send Email
Jul 2, 2006
4:42 pm
23637
Well, I did some tuning as following: [mysqld] innodb_buffer_pool_size=800M innodb_additional_mem_pool_size=50M innodb_log_file_size=200M ...
scottgraham03
Offline Send Email
Jul 2, 2006
5:00 pm
23638
Every class uses other discrete elements of the ontology, in order to be defined. How could you separate a concept that is defined in an ontology using the...
pantelykos
Offline Send Email
Jul 2, 2006
5:34 pm
23639
Hi I want to ask about the InfModel model in jena, as far as I understand it is used to execute a set of rules on a data set and provides us with a set of...
iris2000sa
Offline Send Email
Jul 2, 2006
7:03 pm
23640
... See OntClass.listSuperClasses ... See OntProperty.listDomain ... See: http://jena.sourceforge.net/ontology/index.html Dave...
Dave Reynolds
derihy
Offline Send Email
Jul 3, 2006
8:02 am
23641
... [snip] ... ^ spurious " character. ... ^ missing > character. If I fix those two your example runs generating the output you expect. The rule parser should...
Dave Reynolds
derihy
Offline Send Email
Jul 3, 2006
8:05 am
23642
... That's what I said. ... Read again, its an "and" not and "or". To get an NPE something else must have been corrupted to make condition (b) also true. In...
Dave Reynolds
derihy
Offline Send Email
Jul 3, 2006
8:07 am
23643
... In addition to Andy's suggestions it may be that you are using inference in which case it might be the inference that is to blame. Try again with no...
Dave Reynolds
derihy
Offline Send Email
Jul 3, 2006
8:09 am
23644
... You're welcome; it's why we make our services available. ... It's not so much "annoyance". It's noting that some ways are more cumbersome than others --...
Chris Dollin
anover_alias
Offline Send Email
Jul 3, 2006
8:09 am
23645
... You can only write out whole models. As Pantelis says, each concept (class definition) is typically connected to many others. The best approach would be to...
Dave Reynolds
derihy
Offline Send Email
Jul 3, 2006
8:12 am
23646
... You posted this question on Friday evening and on Sunday evening. Dedicated as the Jena team are, we don't (usually) work weekends. I don't know what...
Chris Dollin
anover_alias
Offline Send Email
Jul 3, 2006
8:12 am
23647
... Partial fix - I add a lock to a dataset (ARQ change), and the Joseki CVS now has a version where Joseki uses this lock around the query operation. DSo, ...
Andy Seaborne
andyseaborne
Offline Send Email
Jul 3, 2006
8:39 am
23648
Can anyone out there help me with how to import jena files onto the NetBeansIDE 5.0...
Jon Marc Rossi
jon_marc_rossi
Offline Send Email
Jul 3, 2006
8:42 am
23649
... Hi, do you mean how to use Jena classes in NetBeans projects? you just need to add all the jars in the lib folder of your jena download to your classpath...
Ignazio Palmisano
ignazio_io
Offline Send Email
Jul 3, 2006
8:54 am
23650
... Dave, here there is a simple code that goes to "NullPointerException". I saw that If I create the OntModel without "OntModelSpec.OWL_LITE_MEM" everything...
Davide Noaro
davidin_81
Offline Send Email
Jul 3, 2006
9:33 am
23651
... The stack trace I get for the exception is: Exception in thread "main" java.lang.NullPointerException at ...
Ignazio Palmisano
ignazio_io
Offline Send Email
Jul 3, 2006
10:16 am
23652
... Dave and Andy have already responded to your peformance question. I would just point out that this code looks suspiciously broken to me: * tablesIterator...
Dickinson, Ian J. (HP...
ian_j_dickinson
Offline Send Email
Jul 3, 2006
10:17 am
23653
Ignazio, Davide - Thanks for the bug report. Fixed now in CVS. Ian...
Dickinson, Ian J. (HP...
ian_j_dickinson
Offline Send Email
Jul 3, 2006
10:35 am
23654
Hi, Just a quick question, if a rule is made of of some facts and a builtin, where the builtin was a java call to some other facts (and an operation on it) in...
phil_butt2000
Offline Send Email
Jul 3, 2006
11:08 am
23655
Hi I am trying to import the jena tutorials but when I do a run, I keep coming up with the message 'build of tutorial01 failed! Pls help!...
Jon Marc Rossi
jon_marc_rossi
Offline Send Email
Jul 3, 2006
11:15 am
23656
... No it won't. Any builtins which directly access the data rather than looking at variable bindings are suspect because they may introduce order-dependence...
Dave Reynolds
derihy
Offline Send Email
Jul 3, 2006
11:17 am
23657
... (That's not an "ontology definition"; that's a /use/ of some ontology's terms.) qa1 a QuestionAnswer qa1 hasQuestion q1 q1 a Question q1...
Chris Dollin
anover_alias
Offline Send Email
Jul 3, 2006
11:22 am
23658
... I don't speak netbeans but ... You /have/ put /all/ the jena jars (everything in lib) onto the classpath that netbeans will use for your build? And does it...
Chris Dollin
anover_alias
Offline Send Email
Jul 3, 2006
11:25 am
23659
No it doesn't! Would it be easier to use eclipse IDE insteand of netbeans IDE 5.0? ... classpath that ... Affection/...
Jon Marc Rossi
jon_marc_rossi
Offline Send Email
Jul 3, 2006
11:33 am
23660
I use netbeans and I have no problem. What kind of application do you use? If it was a Web Application with Tomcat you should put the jars in the directory of...
Diego Leone
leone_diego1
Offline Send Email
Jul 3, 2006
11:58 am
23661
Thanks Dave it was indeed the problem of extra charecters. I want to ask please is there any rule validator that I can use similar to those of rdf and owl...
iris2000sa
Offline Send Email
Jul 3, 2006
12:17 pm
23662
thx Diego Leone <leone_diego1@...> wrote: I use netbeans and I have no problem. What kind of application do you use? If...
jon rossi
jon_marc_rossi
Offline Send Email
Jul 3, 2006
12:24 pm
Messages 23633 - 23662 of 42022   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