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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7322 - 7351 of 42052   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7322
... But why would you want any of the features of RDF/XML-ABBREV? It's all for human readers not machines, so an xml:base indicating the intended web location...
Jeremy Carroll
jjchplb
Offline Send Email
Apr 1, 2004
8:33 am
7323
... Agreed, you don't if everything is absolute. What happened was that Yu was using the default settings with an xml:base. The defaults allow relative ...
Dave Reynolds
derihy
Offline Send Email
Apr 1, 2004
8:45 am
7324
Hi, I might have a similar problem as Xiaoshu: I am using the following reasoner: OntModelSpec.OWL_MEM_RULE_INF When I define #Sub #subClassOf #A and...
Christoph Mangold
mangolch
Offline Send Email
Apr 1, 2004
9:53 am
7325
Hi, I tried to run the OWL example from the Jena 2 Inference Support section of the documentation but i didnt get the results the example says i should. The...
Steven Harris
steven_scotl...
Offline Send Email
Apr 1, 2004
11:33 am
7326
I have an RDF data model that I want to bind to multiple OWL ontologies. When I try to call bindSchema more than once I get the error:...
Steven Harris
steven_scotl...
Offline Send Email
Apr 1, 2004
4:09 pm
7327
... It looks like a bug. It ought to cope with cycles. In the case of the OWL_MEM_RULE its the Ontology API itself rather than the reasoner which is ...
Dave Reynolds
derihy
Offline Send Email
Apr 1, 2004
4:37 pm
7328
... Yes. Create a model which is the union of all your schemas plus the data model and do a bind call on that. [Same as the workaround to your earlier reported...
Dave Reynolds
derihy
Offline Send Email
Apr 1, 2004
4:56 pm
7329
You are using the bindSchema form. There used to be a bug in this which caused entailments to be missed which were found correctly when all the data was in the...
Dave Reynolds
derihy
Offline Send Email
Apr 1, 2004
6:21 pm
7330
Hi I am trying to incorporate inference feature in a Ontology Editor that i have built. I used the generic rule based engine provided by Jena. But the problem...
Deepak Yavagal
deepak_yavagal
Offline Send Email
Apr 1, 2004
9:36 pm
7331
hi, I have two questions about RDF ontology access. First, How can I serialize the statement. I use the schemamodel =...
victor liang
flyingserver...
Offline Send Email
Apr 2, 2004
2:56 am
7332
... I don't see a problem with that except that this seems to be just a set of conditions with no actions. Guessing what you might mean then you might want...
Dave Reynolds
derihy
Offline Send Email
Apr 2, 2004
8:30 am
7333
Hello all, I am implementing with RDF and RDFS inference, My RDFS is as follows; <rdfs:Class rdf:about="&monuments;Domestic" rdfs:label="Domestic"> ...
John McAuley
john@...
Send Email
Apr 2, 2004
12:52 pm
7334
Hi I wonder whether Jena API contains validation during creating RDF model Providing a RDF file Is there any functions able to check the format of RDF file ...
´H¨M
edwin1017
Offline Send Email
Apr 2, 2004
2:22 pm
7335
... You appear to be concerned about the syntactic formatting of the input file, rather than any deeper sort of validation (e.g. appropriate use of classes and...
Jeremy Carroll
jjchplb
Offline Send Email
Apr 2, 2004
3:15 pm
7336
Hi, I am not sure if this answers your query, but you can validate RDF data from Inference Model. Heres the code snippet: Model data =...
Vikram Sharma
vsharma06
Offline Send Email
Apr 2, 2004
6:37 pm
7337
Hi, I am looking for a RDF Validation Plugin for any Java IDE. Is there a way I can integrate the w3.org's RDF Validator (http://www.w3.org/RDF/Validator/) or...
Vikram Sharma
vsharma06
Offline Send Email
Apr 2, 2004
7:04 pm
7338
I have a base model that is persisted in the database. By modifying the OntModelSpec and passing it a persistent ModelMaker, I can see that imported models are...
mohseni@...
piroz1
Offline Send Email
Apr 2, 2004
10:34 pm
7339
Hi! This is a piece of the OWL-S (Service) Ontology... <owl:Class rdf:ID="ProcessComponentBag"> <rdfs:comment> A multiset of ProcessComponents </rdfs:comment> ...
Loyh
lgfloyh
Offline Send Email
Apr 3, 2004
3:26 am
7340
Hello Loyh, When presenting a given RDF resource as a different facet, by default Jena checks to see that this is a reasonable thing to do. In the case of ...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Apr 3, 2004
8:30 am
7341
Hello P. Mohseni, ... I'm not clear why you would want to do this. If you were to make persistent the current set of inferred triples from an inference graph...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Apr 3, 2004
8:51 am
7342
Hi, I would ask some question about accessing the db persistant model within a multiple threads. I have also many EJB-s which access the DB persistent Jena...
Aleksandar Balaban
a.balaban@...
Send Email
Apr 3, 2004
11:12 am
7343
In KnoBot multiple servlet access one jena model (which can be a rdb-model or a filesystem based persistent model). But jena model by default are not designed...
Reto Bachmann-Gmuer
retobg
Offline Send Email
Apr 3, 2004
3:40 pm
7344
From: Reto Bachmann-Gmuer [mailto:yahoo@...] ... Not strictly true. We have designed with concurrency in mind, but for performance reasons we don't just...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Apr 3, 2004
5:25 pm
7345
Hello there, Sorry for butting in like this, but I would like to find out more about the Jena rules as well. wrt to the camera ontology (packaged with Jena),...
chuen tai
chuennie
Offline Send Email
Apr 4, 2004
10:15 am
7346
From: chuen tai [mailto:chuennie@...] ... Please review the (extensive) documentation on Jena's reasoners, which is included in the Jena download or...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Apr 4, 2004
10:27 am
7347
Hey Guys, I can't help but notice that the entire JENA 2 API is composed of Interfaces i.e. InfModel, OntModel, Model etc. Am I right in thinking that these...
galvinr2004
Offline Send Email
Apr 4, 2004
11:04 am
7348
Hi! Does RDQL support LIKE? I have created an MySQL database in which I have stored RDF triples, and I would like to have queries like this: SELECT ?x WHERE...
katperis
Offline Send Email
Apr 4, 2004
11:55 am
7349
Hi Ian, Thanks for your prompt response. :) ... Please review the (extensive) documentation on ... http://jena.sourceforge.net/inference/index.html#rules ... ...
chuen tai
chuennie
Offline Send Email
Apr 4, 2004
1:14 pm
7350
Does the JENA Owl reasoner support owl Transitivity and Symmetry Regards, Rory.....
galvinr2004
Offline Send Email
Apr 4, 2004
5:25 pm
7351
Ok But if I have database persistent model do I need only one model instance shared by threads and with critical sections (or transactions)? Is it sufficient...
Aleksandar Balaban
a.balaban@...
Send Email
Apr 5, 2004
1:30 am
Messages 7322 - 7351 of 42052   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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