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

Messages

  Messages Help
Advanced
Messages 13816 - 13845 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13816 Seaborne, Andy
andyseaborne Offline Send Email
Feb 1, 2005
9:14 am
... 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...
13817 Dave Reynolds
derihy Offline Send Email
Feb 1, 2005
9:20 am
... 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...
13818 bhalochris Offline Send Email Feb 1, 2005
9:26 am
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...
13819 david vallet
david_vallet... Offline Send Email
Feb 1, 2005
9:40 am
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 ...
13820 Chris Dollin
anover_alias Offline Send Email
Feb 1, 2005
10:37 am
... 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...
13821 cpgb1920 Offline Send Email Feb 1, 2005
11:27 am
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...
13822 Colin Hearn
hearncolin Offline Send Email
Feb 1, 2005
12:00 pm
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...
13823 johntsamp Offline Send Email Feb 1, 2005
12:39 pm
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...
13824 Dickinson, Ian John (...
ian_j_dickinson Offline Send Email
Feb 1, 2005
12:56 pm
... This is a known problem that was fixed in Jena 2.2beta1. Please use the newer version. Ian...
13825 Colin Hearn
hearncolin Offline Send Email
Feb 1, 2005
2:00 pm
thanks ... From: Dickinson, Ian John (HP Labs, Bristol, UK) [mailto:Ian.Dickinson@...] Sent: 01 February 2005 12:56 To: jena-dev@yahoogroups.com Subject:...
13826 Dickinson, Ian John (...
ian_j_dickinson Offline Send Email
Feb 1, 2005
2:20 pm
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...
13827 Dickinson, Ian John (...
ian_j_dickinson Offline Send Email
Feb 1, 2005
2:43 pm
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...
13828 Chris Dollin
anover_alias Offline Send Email
Feb 1, 2005
2:47 pm
... 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...
13829 johntsamp Offline Send Email Feb 1, 2005
3:02 pm
... that "it ... understand ... store the ... your ... you're ... your ... story. ... You ... either in ... advantages, ... data. ... or the ... which ... that...
13830 Bernhard Schandl
bernhard.schandl@... Send Email
Feb 1, 2005
4:34 pm
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,...
13831 Chris Dollin
anover_alias Offline Send Email
Feb 1, 2005
4:47 pm
... 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...
13832 Bernhard Schandl
bernhard.schandl@... Send Email
Feb 1, 2005
5:04 pm
... 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: ...
13833 thomas_francart Offline Send Email Feb 1, 2005
5:30 pm
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...
13834 Chris Dollin
anover_alias Offline Send Email
Feb 1, 2005
5:41 pm
... (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...
13835 Chris Dollin
anover_alias Offline Send Email
Feb 1, 2005
5:42 pm
... You want to get Jena 2.2beta, not Jena 2.1. -- Chris "electric hedgehog" Dollin...
13836 pablojbf Offline Send Email Feb 1, 2005
6:55 pm
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...
13837 Eddie Kawas
kawas7 Offline Send Email
Feb 2, 2005
12:05 am
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....
13838 John Bresnik
jbresnik@... Send Email
Feb 2, 2005
12:18 am
change log4j.rootLogger=info, stdout to log4j.rootLogger=off, stdout in the log4j.properties file see:...
13839 John Bresnik
jbresnik@... Send Email
Feb 2, 2005
12:20 am
... Yea type-o. I must have copied the *.html example Thanks....
13840 Seaborne, Andy
andyseaborne Offline Send Email
Feb 2, 2005
9:32 am
... 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...
13841 Dickinson, Ian John (...
ian_j_dickinson Offline Send Email
Feb 2, 2005
9:52 am
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...
13842 María Pérez Ort...
mpo_jc Offline Send Email
Feb 2, 2005
10:00 am
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...
13843 Jeremy Carroll
jjchplb Offline Send Email
Feb 2, 2005
10:14 am
... 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...
13844 Bernhard Schandl
bernhard.schandl@... Send Email
Feb 2, 2005
10:58 am
... 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...
13845 Chris Dollin
anover_alias Offline Send Email
Feb 2, 2005
12:02 pm
... 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 ...
Messages 13816 - 13845 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