... 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...
... 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...
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...
... 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...
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...
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...
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...
thanks ... From: Dickinson, Ian John (HP Labs, Bristol, UK) [mailto:Ian.Dickinson@...] Sent: 01 February 2005 12:56 To: jena-dev@yahoogroups.com Subject:...
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...
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...
... 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...
... that "it ... understand ... store the ... your ... you're ... your ... story. ... You ... either in ... advantages, ... data. ... or the ... which ... that...
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@...
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...
... 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@...
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...
... (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...
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...
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....
change log4j.rootLogger=info, stdout to log4j.rootLogger=off, stdout in the log4j.properties file see:...
John Bresnik
jbresnik@...
Feb 2, 2005 12:18 am
13839
... Yea type-o. I must have copied the *.html example Thanks....
John Bresnik
jbresnik@...
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...
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...
... 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...
... 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@...
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 ...