When I first read a DAML file into a model, I can get the class hierarchy nicely, but after I add the model to a second model, I cannot get those classes from...
Well the details are being worked out but, as Andrei points out, there have been earlier discussions on this in the list. Basically, no you wouldn't just...
Don't think I follow your question. ... This seems to be a query directly on a set of ground facts with no inference required. If that's true then it is...
I understand that I am making some confusion of this issue and I appologise. So I have to make this distinction between grounded and subsumed facts. RDQL has...
I don't know if its because I'ver got a later version of the SAX API around, or some other reason, but I'm seeing a number of deprecated type/method warnings...
... This is the old RDFFilter code which is no longer used. Its there still because I haven't gotten around to taking it out. Please just ignore the warnings...
... The point is since we are saying that java:MethodName has a domain of java:Method and since the example fragment shows that java:MethodName is a property...
OK So the fact that I could not get at the result of inferring that meth3 is a subclass of java:Method might be attributed to an inconsistency in the ontology...
Has anyone done anything with schema sensitive selectors for Jena? I'd like to do a simple scan of a Jena model that is sensitive to subproperties: My...
Hi Graham We're working on this, unfortunately only slowly. We've mainly been knocking architectural ideas around. Are you here tomorrow? If so we should share...
We are considering using Jena for a project. We could definitely use a validator which would validate RDF data against RDF schemas, but I have been unable to...
Graham, This has been prototyped, using a Prolog-based Jena store. The selector idea is interesting - I don't think anyone had come up with that before. The...
Regarding: http://www.hpl.hp.com/semweb/javadoc/com/hp/hpl/mesa/rdf/jena/model/StmtIterator.html is it intended that this interface is not an instance of...
Is there an easy way to test the type of the RDF object of a ...jena.model.Statement object? What I'd like to be able to do is write something like: ...
... Short answer, no. Jena does not currently support datatyping; all it has is some syntactic sugar for serializing and deserializing various types to/from a...
At 04:43 PM 4/4/02 +0100, Seaborne, Andy wrote: [...] ... [...] ... Yes, I can see how that would be "easy" with Prolog backing. What I'm noticing is that...
I would like to extract an extended Resource (subject) from a Statement similar to <code>statement.getResource(ResourceF factory) </code>. In other words I...
DAML file can be queried as any RDF file You can use RDQL classes or Model interface (see query, list... methods) also DAML models can be queried using Jena...
Hi: I am happy for reading discussions on Jena group. Especially, I am interested in storing very huge RDF data and looking for the best way how to achieve my...
936
benhood@...
Apr 8, 2002 8:28 pm
I wasn't aware that you can apply RDQL to the DAML Vocabulary, is this new in Jena 1.3.2 ?...
An RDQL Query object has a setSource method that takes a Model. DAMLModel is a Model, so can be used in a setSource(). What you don't get is a query language...
938
benhood@...
Apr 8, 2002 9:56 pm
Thanks for that clarification..... ... ....this made me ask whether it is sensible to be applying a data-oriented QL like RDQL to the DAML Model. Just a hunch,...
... I've heard LDAP mentioned as a possible RDF store but don't know of any active work following this up. Brian has also pointed out the value of an RDF...
Hi Dave, I appreciate your comments and guidance. I will look at the distributed databases you pointed. I planning to have terabytes of data and make complex...