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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 13816 - 13845 of 35874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13816
... Yes - the supplied web.xml is an example - not fixed. You'll have to adapt it to your needs. It's a bit of a tradeoff of fixed models, any html pages or...
Seaborne, Andy
andyseaborne
Offline Send Email
Feb 1, 2005
9:14 am
13817
... That is because it is not using the reasoner with the schema bound in. The bindSchema command is side-effect-free. It is primarily used to create a new...
Dave Reynolds
derihy
Offline Send Email
Feb 1, 2005
9:20 am
13818
Hello, I want to use an ontology (OWL) for query expansion. i.e. a query for a forest will be expanded with all subconcepts (different types of forests) of...
bhalochris
Offline Send Email
Feb 1, 2005
9:26 am
13819
I develop a semantic search engine with Jena and you can do all you want and more with Jena :). PD: Good luck! David Vallet Weadon ...
david vallet
david_vallet...
Offline Send Email
Feb 1, 2005
9:40 am
13820
... You can run ARP in a way which means that the triples are not stored in a model. (Jeremy can advise, if you can't find it in the documentation.) If you...
Chris Dollin
anover_alias
Offline Send Email
Feb 1, 2005
10:37 am
13821
Hi, I'm new to Jena, I've had a look at the docs, downloaded the examples and have written some simple programs that read & query my RDF/S ontologies etc. What...
cpgb1920
Offline Send Email
Feb 1, 2005
11:27 am
13822
Hello, I am using protege to create my owl files. When saving, owl:thing is entered into the owl file as a parent of my top level owl class. When I list all...
Colin Hearn
hearncolin
Offline Send Email
Feb 1, 2005
12:00 pm
13823
Hello, I have successfully managed to store an RDF file into MySQL (and read it back) and also I have managed to use RDQL simple statements as well. My...
johntsamp
Offline Send Email
Feb 1, 2005
12:39 pm
13824
... This is a known problem that was fixed in Jena 2.2beta1. Please use the newer version. Ian...
Dickinson, Ian John (...
ian_j_dickinson
Offline Send Email
Feb 1, 2005
12:56 pm
13825
thanks ... From: Dickinson, Ian John (HP Labs, Bristol, UK) [mailto:Ian.Dickinson@...] Sent: 01 February 2005 12:56 To: jena-dev@yahoogroups.com Subject:...
Colin Hearn
hearncolin
Offline Send Email
Feb 1, 2005
2:00 pm
13826
Hi John, ... I'm not sure I fully understand the question, but the answer is that "it depends" :-) First, the database isn't really part of the problem. If...
Dickinson, Ian John (...
ian_j_dickinson
Offline Send Email
Feb 1, 2005
2:20 pm
13827
Hi Dean, ... OK, no problem in Jena ... Similarly, no problem in Jena ... What kind of validation are you expecting to do? RDFS is fairly weak as a schema...
Dickinson, Ian John (...
ian_j_dickinson
Offline Send Email
Feb 1, 2005
2:43 pm
13828
... Excellent. ... (i), (ii), and (iii) are all doable with Jena, although you may be disappointed by how much (little) of what you want to do is supported by...
Chris Dollin
anover_alias
Offline Send Email
Feb 1, 2005
2:47 pm
13829
... that "it ... understand ... store the ... your ... you're ... your ... story. ... You ... either in ... advantages, ... data. ... or the ... which ... that...
johntsamp
Offline Send Email
Feb 1, 2005
3:02 pm
13830
Hi there, thanks for your replies! ... I updated, and jena reports that the hostname causing the error has an underscore (_) in its hostname part. AFAIK,...
Bernhard Schandl
bernhard.schandl@...
Send Email
Feb 1, 2005
4:34 pm
13831
... Could you tell us what the hostname that fails is? ... Jeremy says: Jena's code is out-of-date as of two or three weeks ago when RFC 2396 was updated by a...
Chris Dollin
anover_alias
Offline Send Email
Feb 1, 2005
4:47 pm
13832
... As far as I can tell, every URL that has an underscore in its hostname part (i.e. the part before the first dot) fails. Two (working) examples: ...
Bernhard Schandl
bernhard.schandl@...
Send Email
Feb 1, 2005
5:04 pm
13833
Hi group I can't find the classes DOM2Model and SAX2Model (described in http://jena.sourceforge.net/ARP/sax.html) in the jena 2.1 release. They seem to be in...
thomas_francart
Offline Send Email
Feb 1, 2005
5:30 pm
13834
... (the hostname is the part between the // and the /, not just the first component, as far as I can tell.) ... (by "working" do you mean that the writer...
Chris Dollin
anover_alias
Offline Send Email
Feb 1, 2005
5:41 pm
13835
... You want to get Jena 2.2beta, not Jena 2.1. -- Chris "electric hedgehog" Dollin...
Chris Dollin
anover_alias
Offline Send Email
Feb 1, 2005
5:42 pm
13836
Hello! I'm writing a program using Jena and a DIG Reasoner (RACER), I can load my ontology, but when I try to add a new instance my ontology in RACER becames...
pablojbf
Offline Send Email
Feb 1, 2005
6:55 pm
13837
Hi, I am using Jena with an applet on an apache server. The other day I noticed that my log file was quite large and that it was because of log4j used by Jena....
Eddie Kawas
kawas7
Offline Send Email
Feb 2, 2005
12:05 am
13838
change log4j.rootLogger=info, stdout to log4j.rootLogger=off, stdout in the log4j.properties file see:...
John Bresnik
jbresnik@...
Send Email
Feb 2, 2005
12:18 am
13839
... Yea type-o. I must have copied the *.html example Thanks....
John Bresnik
jbresnik@...
Send Email
Feb 2, 2005
12:20 am
13840
... Right - or just fine tune - see below. ... At level INFO Jena should be silent. There is logging at levels DEBUG/TRACE (which when using log4j 1.2 are the...
Seaborne, Andy
andyseaborne
Offline Send Email
Feb 2, 2005
9:32 am
13841
Hi, From: pablojbf [mailto:pablojbf@...] ... Can't tell from your code what's going wrong, mostly because I don't know what the other classes (like...
Dickinson, Ian John (...
ian_j_dickinson
Offline Send Email
Feb 2, 2005
9:52 am
13842
Dear all, we are involved in a project to develop a semantic search engine which used ontologies written in OWL format and we used Jena and RDQL to develop the...
María Pérez Ort...
mpo_jc
Offline Send Email
Feb 2, 2005
10:00 am
13843
... There are two replacements: RFC 3986 URIs http://www.ietf.org/rfc/rfc3986.txt updates RFC 2396 these are restricted to us ascii This specifies the...
Jeremy Carroll
jjchplb
Offline Send Email
Feb 2, 2005
10:14 am
13844
... Yes, my fault about that. ... Yes, but the URLs refer to existing web pages. So I thought they would be "legal" URLs. ... OK, for now (as I can live well...
Bernhard Schandl
bernhard.schandl@...
Send Email
Feb 2, 2005
10:58 am
13845
... S'OK. ... Interesting. When I looked yeaterday those URLs didn't work. Today they do. I suspect something isn't doing complete checking. I found this ...
Chris Dollin
anover_alias
Offline Send Email
Feb 2, 2005
12:02 pm
Messages 13816 - 13845 of 35874   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help