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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 11734 - 11763 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11734 gr3ut Offline Send Email Nov 1, 2004
8:08 am
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 ...
11735 Jeremy Carroll
jjchplb Offline Send Email
Nov 1, 2004
8:25 am
This is a high priority bug. I will try and fix it soon. Thanks muchly for reporting this. Jeremy...
11736 Chris Dollin
anover_alias Offline Send Email
Nov 1, 2004
9:03 am
... What's wrong with m.read( "file://" + f.getAbsolutePath(), "http://nicolamilella.it/#"); ? Model::read() will handle file: URIs. (And if you put a suitable...
11737 Chris Dollin
anover_alias Offline Send Email
Nov 1, 2004
9:03 am
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]...
11738 Dave Reynolds
derihy Offline Send Email
Nov 1, 2004
9:38 am
... 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...
11739 milella82 Offline Send Email Nov 1, 2004
9:41 am
... (), "http://nicolamilella.it/#"); ... If I erase URI : m.read(new InputStreamReader(in),"") it show me this error WARN [AWT-EventQueue-0]...
11740 Dickinson, Ian John (...
ian_j_dickinson Offline Send Email
Nov 1, 2004
9:46 am
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...
11741 Dickinson, Ian John (...
ian_j_dickinson Offline Send Email
Nov 1, 2004
9:52 am
Hello Cristoph, ... And that exception would be .... what? Diagnosis is a data-driven process :-) ... This doesn't do the same thing as...
11742 Christoph Kiefer
mitsukiefi Offline Send Email
Nov 1, 2004
10:11 am
Hi Ian, Sorry being so unclear: Here is the code that throws the exception: Iterator it = ontClass.listDeclaredProperties(); while (it.hasNext()) { Resource r...
11743 bohms2003 Offline Send Email Nov 1, 2004
10:20 am
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...
11744 Chris Dollin
anover_alias Offline Send Email
Nov 1, 2004
11:18 am
... 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...
11745 Dickinson, Ian John (...
ian_j_dickinson Offline Send Email
Nov 1, 2004
11:32 am
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 ...
11746 Dickinson, Ian John (...
ian_j_dickinson Offline Send Email
Nov 1, 2004
11:47 am
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 ...
11747 Dickinson, Ian John (...
ian_j_dickinson Offline Send Email
Nov 1, 2004
11:51 am
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...
11748 gr3ut Offline Send Email Nov 1, 2004
12:03 pm
... 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...
11749 Dickinson, Ian John (...
ian_j_dickinson Offline Send Email
Nov 1, 2004
12:09 pm
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...
11750 Dickinson, Ian John (...
ian_j_dickinson Offline Send Email
Nov 1, 2004
12:12 pm
... 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...
11751 Christoph Kiefer
mitsukiefi Offline Send Email
Nov 1, 2004
12:21 pm
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...
11752 milella82 Offline Send Email Nov 1, 2004
12:53 pm
... 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...
11753 Adrian Walker
adrianwalker... Offline Send Email
Nov 1, 2004
1:06 pm
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...
11754 Dickinson, Ian John (...
ian_j_dickinson Offline Send Email
Nov 1, 2004
1:40 pm
Hi Christoph, ... Another suggestion is to maintain two models: Model base = ModelFactory.createDefaultModel(); base.read( sumo ); OntModel hierarchy =...
11755 Christoph Kiefer
mitsukiefi Offline Send Email
Nov 1, 2004
2:53 pm
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...
11756 Yoan BLANC
gr3ut Offline Send Email
Nov 1, 2004
3:41 pm
Thank's, I probably went too fast and wanted THE solution immediately. I'll continue my exploration of Jena. ... No, it isn't. Yoan...
11757 jekabgyu Offline Send Email Nov 1, 2004
5:14 pm
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...
11758 Ian Dickinson
ian_j_dickinson Offline Send Email
Nov 1, 2004
7:50 pm
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...
11759 dani silva
sildanee Offline Send Email
Nov 1, 2004
8:01 pm
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...
11760 n_othmane Offline Send Email Nov 1, 2004
9:55 pm
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...
11761 Ian Dickinson
ian_j_dickinson Offline Send Email
Nov 1, 2004
10:17 pm
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 ...
11762 othmane nadjemi
n_othmane Offline Send Email
Nov 2, 2004
9:49 am
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...
11763 Ignazio Palmisano
palmisano@... Send Email
Nov 2, 2004
10:02 am
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...
Messages 11734 - 11763 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