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 2116 - 2145 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2116 Brian McBride
bwmb Offline Send Email
Feb 1, 2003
3:45 pm
Checking in the refactored code I noticed that testTypedLiterals had changed with a fix to the compilation problem - thanks Dave - so I've picked up the new...
2117 yahoo@...
retobg Offline Send Email
Feb 2, 2003
2:52 pm
Hello does anyone have an equivalent to "edu.stanford.db.rdf.vocabulary.Generator" for generating Jena-vocabulary classes like...
2118 Brian McBride
bwmb Offline Send Email
Feb 2, 2003
6:56 pm
... There is an application jena.schemagen that does it in the jena.jar. http://www.hpl.hp.com/semweb/javadoc/jena/schemagen.html Brian...
2119 Danny Ayers
danny_ayers Offline Send Email
Feb 2, 2003
9:13 pm
I'm having a foray in this direction, and note the HP page [1]. Has anyone pointers to work has already done/in progess with blogging and syndication in...
2120 yahoo@...
retobg Offline Send Email
Feb 2, 2003
10:22 pm
... thanks! the attached patched version optionally takes a fully qualified classname as first argument instead of generating the classes for the ...
2121 Dave Reynolds
derihy Offline Send Email
Feb 3, 2003
6:05 pm
Jon, Glad the problem didn't appear using the CVS files, though I agree that this does not prove the issue has been fixed. As to the update performance - that...
2122 Sebastian Kruk
kruku2003 Offline Send Email
Feb 3, 2003
7:58 pm
Hi, any one tell me in few words how to set up a MySQL back-end for Jena? Thnx Sebastian Kruk...
2123 Jon Heggland <jheggla...
jheggland Offline Send Email
Feb 4, 2003
10:52 am
... On a local database, or through a 100 Mb connection, the updates take no noticeable time, so I'm guessing it's the bandwidth. ... I thought of trying that,...
2124 Dave Reynolds
derihy Offline Send Email
Feb 4, 2003
5:46 pm
... Possibly not. It can improve local DB performance but from what you say that is not the issue here. I don't know the DB protocols enough to know if a ...
2125 Danny Ayers
danny_ayers Offline Send Email
Feb 4, 2003
11:43 pm
... In the next two or three months I want to get my Ideagraph app capable of writing blogs, though blog-style output & RSS will really just be a special case...
2126 Dave Reynolds
derihy Offline Send Email
Feb 5, 2003
9:52 am
One other thought. Have you tried using a hash/mmhash database layout rather than generic/mmgeneric? The generic layouts use the database to allate an id for ...
2127 Daniel Elenius
danel698@... Send Email
Feb 5, 2003
2:33 pm
Hi! Does Jena support DAML+OIL or just DAML? Will it support WebOnt/OWL? Regards, Daniel Elenius...
2128 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Feb 5, 2003
3:19 pm
... Jena supports the DAML+OIL vocabulary of 2001/03 (and to some extent the version prior to that). Generally speaking, wherever you see just DAML written...
2129 Daniel Elenius
danel698@... Send Email
Feb 5, 2003
3:26 pm
Thank you, that certainly helps! Any idea of when Jena 2.0 will be released then? /Daniel...
2130 Abir Qasem
abirqasem Offline Send Email
Feb 5, 2003
3:29 pm
Ian Excellent design choice on language neutrality! When can we expect a release version? or even an alpha? Also - would you include serialization from a Jena...
2131 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Feb 5, 2003
3:40 pm
... released then? We're trying to finalise a roadmap at the moment. A preview release will be available very soon, but will have significant omissions -...
2132 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Feb 5, 2003
3:50 pm
... q.v the fancy footwork in my reply to Daniel :-) ... Well, it depends what you want. Since OWL is layered on RDF, a model containing well-formed OWL can...
2133 Dave Reynolds
derihy Offline Send Email
Feb 5, 2003
5:59 pm
Roughly the steps are: 1. Install MySQL together with a jdbc driver, make sure it runs, make sure there is some user with admin privileges. There is nothing...
2134 Jon Heggland <jheggla...
jheggland Offline Send Email
Feb 6, 2003
9:36 am
... I have the same problem (more or less); legacy database created with 1.5.0 or earlier that doesn't work properly with 1.6. However, you can't trap cases on...
2135 Sebastian Ryszard Kruk
sebastian_kruk@... Send Email
Feb 6, 2003
11:49 am
Ok, I have downloaded exist.war version - I thought this one would works well but it stoped adding new docs to db after 2 or 3 added ;-( Sebastian...
2136 Sebastian Ryszard Kruk
sebastian_kruk@... Send Email
Feb 6, 2003
11:57 am
Well, this are the errors I have found in logs: access.log>>>>>>>>>>>> java.lang.ClassNotFoundException: org.hsqldb.jdbcDriver at ...
2137 bluejam82 <afrazj@...>
bluejam82 Offline Send Email
Feb 6, 2003
3:24 pm
Hi im using Jena for the first time for a 3rd year undergraduate project and have an rdfs file that looks something like this: <rdfs:Class...
2138 Dave Reynolds
derihy Offline Send Email
Feb 6, 2003
4:31 pm
... No, sorry, it doesn't. ... Yes. ... I feared as much. ... It will be solved properly with Jena2 by moving to a new RDB design. I don't anticipate any major...
2139 Dave Reynolds
derihy Offline Send Email
Feb 6, 2003
4:33 pm
There seems to be part of a conversation missing here. What is exist.war? Dave...
2140 Jon Heggland <jheggla...
jheggland Offline Send Email
Feb 6, 2003
5:22 pm
... I can probably do it myself... but shouldn't it be put in the CVS, since other people may have the same problem? Also, it looks as if the hack is used in...
2141 Danny Ayers
danny_ayers Offline Send Email
Feb 6, 2003
5:35 pm
fyi : A few days ago I received a note saying my app failed on OS X, the trace beginning: ARP - Internal Error: org/w3c/dom/ranges/DocumentRange ...
2142 Dave Reynolds
derihy Offline Send Email
Feb 6, 2003
5:54 pm
... No, I'm not sure it should be in the CVS. The sort of patch I suggested would cause problems for people with existing post 1.5 databases. Some...
2143 Dave Reynolds
derihy Offline Send Email
Feb 6, 2003
6:07 pm
Within Jena as currently released the only support for this is in the DAML API, which does allow you to enumerate the super/sub classes of a DAMLClass. In...
2144 Emmanuel Pietriga
epietriga Offline Send Email
Feb 6, 2003
7:00 pm
... I've seen people using IsaViz (and thus Jena) on MacOS last year at WWW2002. Perhaps it was not the same version of OS X, or perhaps it was not JRE 1.4.1...
2145 Reto Bachmann-Gmuer
retobg Offline Send Email
Feb 6, 2003
8:20 pm
Giovedě, 6 Feb 2003, alle 20:03 Europe/Paris, Emmanuel Pietriga ha ... By default OS X still has jdk 1.3.1, the jdk 1.41 is only available as developer...
Messages 2116 - 2145 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