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 2753 - 2784 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2753 Seaborne, Andy
andyseaborne Offline Send Email
May 1, 2003
8:51 am
Daniel, The meaning of multiple data sources would be to read all the RDF in each of the sources into a single, local model before executing the query (the...
2754 qi_gao_82 Offline Send Email May 1, 2003
3:25 pm
Dear all, I have a question about reasoning. As far as I know, some popular web Ontology languages such as DAML+OIL and OWL, are designed with some ideas...
2755 Dave Reynolds
derihy Offline Send Email
May 1, 2003
3:41 pm
Both ... We've defined a generic reasoner interface that allows applications to use reasoning engines to either infer additional entailments (as RDF triples)...
2756 Afraz Jaffri
bluejam82 Offline Send Email
May 1, 2003
8:40 pm
I have made an application using the DAML API that works fine on my system. However, when i try and package the program for use on another computer i get the...
2757 Dickinson, Ian J
ian_j_dickinson Offline Send Email
May 1, 2003
10:59 pm
If it's a .bat file, that means you're on windows ... so the /'s should be \'s shouldn't they? Cheers, Ian...
2758 Holger Brocks
brocks@... Send Email
May 2, 2003
7:11 am
Thanks, if you know how to do it parsing well-formed lists isn't too bad at all (using Jena1.6.1) ;-) Cheers, Holger...
2759 Chris Dollin
flitz_cloud Offline Send Email
May 2, 2003
7:13 am
... If his shell doesn't think they're command qualifiers, it should work; MS bytes have allowed / as the directory-separator since DOS, if I recall correctly....
2760 Jeffrey Hau
jh398@... Send Email
May 2, 2003
11:10 am
hi, is there any example on jena2p2's owl infernce support? for example if i have a owl doucment with statements such as "B is a subClass of A" and "C is a...
2761 Dickinson, Ian J
ian_j_dickinson Offline Send Email
May 2, 2003
11:27 am
Jeff - You're right that there isn't much documentation. Our project plan has us getting the functionality done first, then adding documentation after. We ...
2762 Afraz Jaffri
bluejam82 Offline Send Email
May 2, 2003
2:15 pm
I dont think the problem is the /'s since i have another application that i run with a bat file that works fine with /. Still i tried changing them but still...
2763 Jeffrey Hau
jh398@... Send Email
May 2, 2003
3:53 pm
Hi Ian, thanks very much for the reply. could you give me a concrete example of how to achieve this? i have managed to read in a owl document which result in a...
2764 Dickinson, Ian J
ian_j_dickinson Offline Send Email
May 2, 2003
5:39 pm
Hi Jeff, ... Yes, you just query the model. Don't bother about the base graph stuff, that's for specialised purposes. I've attached a simple test file to give...
2765 Richard H. McCullough
rhmcc Offline Send Email
May 2, 2003
9:23 pm
The MKE/MKR system (http://rhm.cdepot.net/) makes simple inferences much easier. Here's an actual interaction with MKE. $ ke ... ke$ B isa A; # statement <B...
2767 qi_gao_82 Offline Send Email May 3, 2003
3:06 pm
Hello, I have seen the source code of Jena 2p2, finding that the RDFListImpl is empty. Does it mean Jena does not support RDFCollection? In the OWL, many...
2768 qi_gao_82 Offline Send Email May 3, 2003
3:09 pm
Hello, When I tried to write the OntModel using the code below, there is a ClassCastException. It seems that getBaseModel() has failed. Cound anyone tell me...
2769 Dickinson, Ian J
ian_j_dickinson Offline Send Email
May 3, 2003
6:08 pm
Qi Gao - This is a bug in j2p2 that is fixed in the next release (which will be out shortly). Cheers, Ian...
2770 Dickinson, Ian J
ian_j_dickinson Offline Send Email
May 3, 2003
6:16 pm
Qi Gao - ... No, it doesn't. rdf:parseType Collection is fully supported by the parser, and will be converted into the correct rdf:first, rdf:next and...
2771 qi_gao_82 Offline Send Email May 4, 2003
3:19 am
Thanks for answering the two questions so quickly. And thanks for the hard work on the development of Jena API. But, excuse me for asking some other questions:...
2772 qi_gao_82 Offline Send Email May 4, 2003
6:53 am
Hello, I have tried some ways to add the relation by following code: class_A.p_subClassOf().add(class_B); Statement stmt = model.createStatement ...
2773 lemmylein2003 Offline Send Email May 4, 2003
12:21 pm
Hi, I am toying around with the 1.6.1 DAML API. Since I am not very familiar with DAML+OIL, I have followed the tutorial. But still some questions remain...
2774 Dickinson, Ian J
ian_j_dickinson Offline Send Email
May 4, 2003
2:53 pm
... In RDF, they mean the same. Use output language RDF/XML-ABBREV for more compact serialisations, though even then the output won't use rdf:ID. The way to...
2775 Dickinson, Ian J
ian_j_dickinson Offline Send Email
May 4, 2003
3:05 pm
From: qi_gao_82 [mailto:qi_gao_82@y...] ... Jena2 preview 4 (mid-June according to the current roadmap) should see the completed access API, reasonably...
2776 Dickinson, Ian J
ian_j_dickinson Offline Send Email
May 4, 2003
3:14 pm
Qi - I'll log this as a bug. Thanks, Ian...
2777 il_grana Offline Send Email May 5, 2003
1:20 pm
First, I'd like to thank everybody for their work and support. I have this problem (with Jena 2p2): I have to retrieve an anonymous resource from a model...
2779 Jeffrey Hau
jh398@... Send Email
May 6, 2003
10:04 am
hi Ian, thanks very much for your example, but when i tried to read in my owl document the inference. i not sure if it's a mistake in the owl document ...
2780 Dickinson, Ian J
ian_j_dickinson Offline Send Email
May 7, 2003
3:15 pm
Hi Jeff, A couple of minor comments below. However, I tried your code on my system and it worked fine - I wonder if what you have is a problem with the j2p2 ...
2781 haha129 Offline Send Email May 7, 2003
5:34 pm
Hi When I read the daml file, it has imports ontology, I can get the import URI from getImportedOntologies(). my question is how can I get statement of that...
2782 Joe Shelby
joe_shelby_isx Offline Send Email
May 7, 2003
7:28 pm
There are times when the Jena API is rather terse... Current situation: I'm creating DAML from scratch (no parsing, just generating), and finding it difficult...
2783 Dickinson, Ian J
ian_j_dickinson Offline Send Email
May 8, 2003
9:08 am
Hi Joe, ... Do you mean the API or the documentation? We try to keep the Jena API relatively simple and regular, as we've all used (or tried to use) rich, ...
2784 Jeffrey Hau
jh398@... Send Email
May 8, 2003
9:35 am
Hi Ian, i tried the code from cvs this morning but still no luck.... j2p2 still can't pickup the subclass property on my system. any idea? and one more thing,...
Messages 2753 - 2784 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