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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 8944 - 8973 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8944 Dave Reynolds
derihy Offline Send Email
Jul 1, 2004
8:26 am
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...
8945 Ian Dickinson
ian_j_dickinson Offline Send Email
Jul 1, 2004
8:27 am
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...
8946 Dave Reynolds
derihy Offline Send Email
Jul 1, 2004
8:51 am
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...
8947 Dave Reynolds
derihy Offline Send Email
Jul 1, 2004
9:00 am
... 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 ...
8948 Manel Mateos
manelix2000 Offline Send Email
Jul 1, 2004
9:02 am
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 ...
8949 Seaborne, Andy
andyseaborne Offline Send Email
Jul 1, 2004
9:26 am
... 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 ...
8950 edhel
edhellegolas Offline Send Email
Jul 1, 2004
9:26 am
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...
8951 Chris Dollin
anover_alias Offline Send Email
Jul 1, 2004
9:36 am
... 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...
8952 qingfengli_2003 Offline Send Email Jul 1, 2004
10:01 am
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...
8953 Chris Dollin
anover_alias Offline Send Email
Jul 1, 2004
10:18 am
... [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...
8954 Chris Dollin
anover_alias Offline Send Email
Jul 1, 2004
10:22 am
... /** RDFNodes can be converted to different implementation types. Convert this RDFNode to a type supporting the <code>view</code>interface. The resulting...
8955 Seaborne, Andy
andyseaborne Offline Send Email
Jul 1, 2004
10:31 am
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 =...
8956 mike99079851 Offline Send Email Jul 1, 2004
10:33 am
******************************************************************** I try to parse a RDF file which located on my web site, buy there is error, who can help...
8957 Seaborne, Andy
andyseaborne Offline Send Email
Jul 1, 2004
11:37 am
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...
8958 cybernv Offline Send Email Jul 1, 2004
11:50 am
Hi, can anyone please comment on the performance of the Jena GenericRuleReasoner. (is it slow ... as i am experiencing?) regards...
8959 mike99079851 Offline Send Email Jul 1, 2004
12:13 pm
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: ...
8960 edhel
edhellegolas Offline Send Email
Jul 1, 2004
12:39 pm
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 ...
8961 Seaborne, Andy
andyseaborne Offline Send Email
Jul 1, 2004
12:41 pm
... 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 ...
8962 Seaborne, Andy
andyseaborne Offline Send Email
Jul 1, 2004
12:47 pm
... 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...
8963 edhel
edhellegolas Offline Send Email
Jul 1, 2004
1:02 pm
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...
8964 Chris Dollin
anover_alias Offline Send Email
Jul 1, 2004
1:24 pm
... 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 ...
8965 Seaborne, Andy
andyseaborne Offline Send Email
Jul 1, 2004
1:29 pm
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:...
8966 andrew_crapo Offline Send Email Jul 1, 2004
1:34 pm
... 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 ...
8967 Chris Dollin
anover_alias Offline Send Email
Jul 1, 2004
2:23 pm
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...
8968 clayton_r_fink Offline Send Email Jul 1, 2004
2:23 pm
... Convert ... <code>view</code>interface. The ... and should ... Got it. Thanks! Spare me the <fx:cough/> next time, if you don't mind....
8969 joshdaigleusa Offline Send Email Jul 1, 2004
2:52 pm
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 ... ...
8970 clayton_r_fink Offline Send Email Jul 1, 2004
6:25 pm
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....
8971 sharekk Offline Send Email Jul 1, 2004
6:58 pm
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...
8972 Ian Dickinson
ian_j_dickinson Offline Send Email
Jul 1, 2004
7:59 pm
Hi there, ... OntModel does work with persistent stores. See the example in the documentation: ...
8973 sharekk Offline Send Email Jul 1, 2004
8:04 pm
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...
Messages 8944 - 8973 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