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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 11734 - 11763 of 42062   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11734
Hi, I'm very new with Jena and it's my first post here. I manage to create an RDFS but for now, I've only generated this kind of syntax : <rdf:RDF ...
gr3ut
Offline Send Email
Nov 1, 2004
8:08 am
11735
This is a high priority bug. I will try and fix it soon. Thanks muchly for reporting this. Jeremy...
Jeremy Carroll
jjchplb
Offline Send Email
Nov 1, 2004
8:25 am
11736
... What's wrong with m.read( "file://" + f.getAbsolutePath(), "http://nicolamilella.it/#"); ? Model::read() will handle file: URIs. (And if you put a suitable...
Chris Dollin
anover_alias
Offline Send Email
Nov 1, 2004
9:03 am
11737
On Sunday 31 October 2004 19:13, Jacen S. wrote: ... material inappropriate to this mailing list; if you're not a spammer [1], please don't do this. [1]...
Chris Dollin
anover_alias
Offline Send Email
Nov 1, 2004
9:03 am
11738
... Nearly. If the inferences lead to an inconsistency then that can be used for validation. For example, if you have something "foo" declared as a eg:Book and...
Dave Reynolds
derihy
Offline Send Email
Nov 1, 2004
9:38 am
11739
... (), "http://nicolamilella.it/#"); ... If I erase URI : m.read(new InputStreamReader(in),"") it show me this error WARN [AWT-EventQueue-0]...
milella82
Offline Send Email
Nov 1, 2004
9:41 am
11740
Hi Yoan - Please see this FAQ entry: http://jena.sourceforge.net/jena-faq.html#xml-1 (the internal hyperlink seems to be broken at the moment, but you can just...
Dickinson, Ian John (...
ian_j_dickinson
Offline Send Email
Nov 1, 2004
9:46 am
11741
Hello Cristoph, ... And that exception would be .... what? Diagnosis is a data-driven process :-) ... This doesn't do the same thing as...
Dickinson, Ian John (...
ian_j_dickinson
Offline Send Email
Nov 1, 2004
9:52 am
11742
Hi Ian, Sorry being so unclear: Here is the code that throws the exception: Iterator it = ontClass.listDeclaredProperties(); while (it.hasNext()) { Resource r...
Christoph Kiefer
mitsukiefi
Offline Send Email
Nov 1, 2004
10:11 am
11743
Dear Rowland, Thanks for the extra information and clear explanation, I am going to take some first steps in jar signing :) cheers, Michel ps I am assuning...
bohms2003
Offline Send Email
Nov 1, 2004
10:20 am
11744
... I'm not surprised. You've left out the base URI, and I did *say*, "if you put a suitable xml base in the input, you can drop the base URI argument" -- note...
Chris Dollin
anover_alias
Offline Send Email
Nov 1, 2004
11:18 am
11745
Hello Cristoph, I've looked briefly at the ontology, and can see no obvious reason for the conversion exception. In order to recreate the problem, I need to ...
Dickinson, Ian John (...
ian_j_dickinson
Offline Send Email
Nov 1, 2004
11:32 am
11746
Christoph - Nevermind. I've looked a bit harder at this. The basic problem is in the data, I'm afraid. SUMO.owl is a bit of a mess, it seems to me. The ...
Dickinson, Ian John (...
ian_j_dickinson
Offline Send Email
Nov 1, 2004
11:47 am
11747
Oops. Typing too fast. The last bit should have been: So, to summarise, this test program worked for me: public static void main( String[] args ) { String...
Dickinson, Ian John (...
ian_j_dickinson
Offline Send Email
Nov 1, 2004
11:51 am
11748
... It's not a matter of owl:Class and rdf:Description, i've only to do RDFS without any OWL. My question is about rdf:about vs rdf:ID, I can do the first one...
gr3ut
Offline Send Email
Nov 1, 2004
12:03 pm
11749
Christoph - We've been discussing this question here, and have a couple of other suggestions: * do you really have to use the transitive reasoner? The RDFS...
Dickinson, Ian John (...
ian_j_dickinson
Offline Send Email
Nov 1, 2004
12:09 pm
11750
... That's only an example. ... The FAQ entry advises you to read the IO howto, which explains how to get rdf:ID in your output if that's what you want. NB...
Dickinson, Ian John (...
ian_j_dickinson
Offline Send Email
Nov 1, 2004
12:12 pm
11751
Ian, Dave, First of all, thanks for the great and fast support :) ... I changed to the transitive reasoner due to big performance problems on my machine when...
Christoph Kiefer
mitsukiefi
Offline Send Email
Nov 1, 2004
12:21 pm
11752
... suitable ... make ... Ok thanks, but I still have some problems. If I load an existing ontology and I don't know which base URI is, 1)what I put here...
milella82
Offline Send Email
Nov 1, 2004
12:53 pm
11753
Dave - ... The paper "LCW-Based Agent Planning for the Semantic Web" at http://www.cse.lehigh.edu/~heflin/ has practical thoughts about how to reconcile the...
Adrian Walker
adrianwalker...
Offline Send Email
Nov 1, 2004
1:06 pm
11754
Hi Christoph, ... Another suggestion is to maintain two models: Model base = ModelFactory.createDefaultModel(); base.read( sumo ); OntModel hierarchy =...
Dickinson, Ian John (...
ian_j_dickinson
Offline Send Email
Nov 1, 2004
1:40 pm
11755
Hi Ian, ... Hmmm... simple but excellent idea! Why didn't I have that idea before ? :)) I will try and use that idea. Thanks, Christoph ... -- Christoph Kiefer...
Christoph Kiefer
mitsukiefi
Offline Send Email
Nov 1, 2004
2:53 pm
11756
Thank's, I probably went too fast and wanted THE solution immediately. I'll continue my exploration of Jena. ... No, it isn't. Yoan...
Yoan BLANC
gr3ut
Offline Send Email
Nov 1, 2004
3:41 pm
11757
Hi! I have just used Jena Java API to write a program that reads in OWL ontology and transforms its content into HTML format. However, I encountered problems...
jekabgyu
Offline Send Email
Nov 1, 2004
5:14 pm
11758
Hello Jelena, ... Can you please be more precise? Do you mean that you get an error from the compiler (i.e. when you compile your .java files to .class...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Nov 1, 2004
7:50 pm
11759
Hi, I am trying to create a port of the database driver for Apache Derby (aka Cloudscape) and I running into this issue. I created my own custom driver and...
dani silva
sildanee
Offline Send Email
Nov 1, 2004
8:01 pm
11760
Hello all; I have a problem when i try to read from a string that contains an RDF/XML DAML+OIL document. This is encountered when : URL actualLocation = new...
n_othmane
Offline Send Email
Nov 1, 2004
9:55 pm
11761
Hello Othmane, ... Um, well, that means that the parser failed to parse the XML input. Exactly what failure occurred, and where in the input, is hard to say ...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Nov 1, 2004
10:17 pm
11762
I have tried the line command but i have no problem. All appear correct. ... Hello Othmane, ... Um, well, that means that the parser failed to parse the XML...
othmane nadjemi
n_othmane
Offline Send Email
Nov 2, 2004
9:49 am
11763
Hi, as pointed out in a message Ican't refer 'cause I just deleted it (sorry for not crediting the original author :-)), you can do the following: OntModel...
Ignazio Palmisano
palmisano@...
Send Email
Nov 2, 2004
10:02 am
Messages 11734 - 11763 of 42062   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