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.

Messages

  Messages Help
Advanced
Messages 8944 - 8973 of 35874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8944
Jess is a very capable forward rule system. The forward production part of the Jena rules engine is based on broadly the same algorithm as Jess (which dates...
Dave Reynolds
derihy
Offline Send Email
Jul 1, 2004
8:26 am
8945
From: joshdaigleusa [mailto:taviny@...] ... There are no black sheep, only darker shades of grey :-) Sorry, I have it on my to-do list to look at your...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Jul 1, 2004
8:27 am
8946
RDFS and OWL are logic representations and not object oriented representations. So the core question here is: what do your mean by "inherit"? By defining age...
Dave Reynolds
derihy
Offline Send Email
Jul 1, 2004
8:51 am
8947
... No. That would require closed world reasoning. RDF assumes an open world, that any set of triples you see is only a subset of triples that might be ...
Dave Reynolds
derihy
Offline Send Email
Jul 1, 2004
9:00 am
8948
hi! I have updated from Jena1 to Jena2.1. I try to read the rdf that follows: <?xml version="1.0" encoding="ISO-8859-1"?> <rdf:RDF ...
Manel Mateos
manelix2000
Offline Send Email
Jul 1, 2004
9:02 am
8949
... First: the clear operation is in the test package because it is only there for testing. Its not written or tested for general use. There are some ...
Seaborne, Andy
andyseaborne
Offline Send Email
Jul 1, 2004
9:26 am
8950
Hi all! On this page: http://semweb.krasu.ru/protege2joseki/ I put my plugin for import/export from/to Joseki RDF Server. PS: Import really works no very...
edhel
edhellegolas
Offline Send Email
Jul 1, 2004
9:26 am
8951
... What do you mean, "it doesn't work"? Do you mean you get a compile-time error, or a run-time exception, or that the content of model isn't in projectModel...
Chris Dollin
anover_alias
Offline Send Email
Jul 1, 2004
9:36 am
8952
Just wonder if anyone knows any good tool that can convert DAML ontology to java classes (or java bean) where each concept corresponds to a class and its...
qingfengli_2003
Offline Send Email
Jul 1, 2004
10:01 am
8953
... [snip] ... Yes. But we can't tell *what* bug without seeing your code. My wild guess is that you've got a URI wrong - note that rt:jndi is *not* the URI of...
Chris Dollin
anover_alias
Offline Send Email
Jul 1, 2004
10:18 am
8954
... /** RDFNodes can be converted to different implementation types. Convert this RDFNode to a type supporting the <code>view</code>interface. The resulting...
Chris Dollin
anover_alias
Offline Send Email
Jul 1, 2004
10:22 am
8955
Try using .getBaseModel() on model (its an OntModel right?) That is what .write operation does - get the baseModel and call .write on the base. Andy Model m2 =...
Seaborne, Andy
andyseaborne
Offline Send Email
Jul 1, 2004
10:31 am
8956
******************************************************************** I try to parse a RDF file which located on my web site, buy there is error, who can help...
mike99079851
Offline Send Email
Jul 1, 2004
10:33 am
8957
Syntax error: FROM (<http://www.csd.abdn.ac.uk/~xchen/test.rdf>) There are no brackets on a FROM clause - it's a URI 1/ It would help if you sent the error you...
Seaborne, Andy
andyseaborne
Offline Send Email
Jul 1, 2004
11:37 am
8958
Hi, can anyone please comment on the performance of the Jena GenericRuleReasoner. (is it slow ... as i am experiencing?) regards...
cybernv
Offline Send Email
Jul 1, 2004
11:50 am
8959
Thank you so much for you help. I delete the brackets, then there is no mistake, but there are nothing print out. Is because model, I omit the follow code: ...
mike99079851
Offline Send Email
Jul 1, 2004
12:13 pm
8960
1) I need "clear" for my export plugin Protege2Joseki as u mb already see 2) Yes, "put" operation is good solution, but in this case users must ...
edhel
edhellegolas
Offline Send Email
Jul 1, 2004
12:39 pm
8961
... You need to set the data source for the query somehow. EITHER use the FROM clause OR set the model. Not both. The code below sets the query target to ...
Seaborne, Andy
andyseaborne
Offline Send Email
Jul 1, 2004
12:41 pm
8962
... essential security issues of ... Standard web stuff. If you put a web page up and let anyone edit it, they will. If you put a model up and let any...
Seaborne, Andy
andyseaborne
Offline Send Email
Jul 1, 2004
12:47 pm
8963
There are no errors, but new project is empty after import of Joseki model. I.e. at first I tried to import "model" (already loaded from Joseki) to Project in...
edhel
edhellegolas
Offline Send Email
Jul 1, 2004
1:02 pm
8964
... You've added model to projectModel but given me no reason to believe that projectModel is related to "the new project", and in fact no reason to believe ...
Chris Dollin
anover_alias
Offline Send Email
Jul 1, 2004
1:24 pm
8965
If you look at your RDF in a triple form (this is N3): @prefix rt: <http://www.isegware.com/rdfs/rt/rt.rdfs#> . @prefix rdf:...
Seaborne, Andy
andyseaborne
Offline Send Email
Jul 1, 2004
1:29 pm
8966
... infer that ... even ... will ... So couldn't the reasoner that I perceive I need just look for patterns like MyWoodenTable madeFrom _:1 _:1 rdf:type Wood ...
andrew_crapo
Offline Send Email
Jul 1, 2004
1:34 pm
8967
On Wednesday 30 June 2004 22:12, joshdaigleusa wrote: Since Ian is busy, I'll have a bash at this one. Let me just say "thank you" for providing executable...
Chris Dollin
anover_alias
Offline Send Email
Jul 1, 2004
2:23 pm
8968
... Convert ... <code>view</code>interface. The ... and should ... Got it. Thanks! Spare me the <fx:cough/> next time, if you don't mind....
clayton_r_fink
Offline Send Email
Jul 1, 2004
2:23 pm
8969
No problem - just making sure I hadn't worn out my welcome :) I'll check for your replies next week. Thanks. ... (I'm ... have ... cursory ... to. ... get ... ...
joshdaigleusa
Offline Send Email
Jul 1, 2004
2:52 pm
8970
I want to create classes that correspond to the classes I've defined in an ontology with all the necessary accessor and mutator methods for class proeprties....
clayton_r_fink
Offline Send Email
Jul 1, 2004
6:25 pm
8971
Hey guys, I've been using protege-owl lately - it's a great owl editor which relies on Jena. I've had some trouble with URN namespaces and I believe the...
sharekk
Offline Send Email
Jul 1, 2004
6:58 pm
8972
Hi there, ... OntModel does work with persistent stores. See the example in the documentation: ...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Jul 1, 2004
7:59 pm
8973
I hate to reply to my own message but I actually narrowed the problem down even further. It's not actually a URN issue, it's an issue with namespaces that...
sharekk
Offline Send Email
Jul 1, 2004
8:04 pm
Messages 8944 - 8973 of 35874   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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