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 3633 - 3662 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3633 federico.carbone@...
fede_carbone Offline Send Email
Aug 1, 2003
12:59 pm
Hi Ian, first of all I'd like to apologize for the wrong bug report (about minCardinality). I hope you haven't wasted lot of time trying to understand where...
3634 zerosix0066 Offline Send Email Aug 1, 2003
1:17 pm
Dear all. i got some problem, when try to do the following. wish somebody can help me... thanks. i try to print out the statement's content. as below: ... ... ...
3635 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Aug 1, 2003
9:39 pm
Everyone - We have been notified that Yahoo! is changing the terms of service for jena-dev. Particularly important from the message below is that *message ...
3636 Naveen Srinivasan
navnsrinivasan Offline Send Email
Aug 2, 2003
1:09 am
Hello all, I would like to report a bug related to unused namespaces, in Jena2 Preview Release 3. I am using Jena for parsing DAML-S Grounding files. In a...
3637 Ernesto Krsulovic
ekrsulov Offline Send Email
Aug 4, 2003
4:55 am
... for using ... ago, but ... Hy Danny We are using mckoi db [1] an alternative for hsql, and have scripts based on mysql files [2] for jena 1.6.1. [1]...
3638 Dave Reynolds
derihy Offline Send Email
Aug 4, 2003
11:21 am
Hi Hugh, [Sorry for the slow reply, I've been out for a week.] Yes, the overhead of the sameIndividualAs rules is very high. Essentially every triple look up...
3639 Dave Reynolds
derihy Offline Send Email
Aug 4, 2003
2:42 pm
This was logged in the bug tracker but I hadn't got round to it yet. I was holding off until the rule systems were more stable but, given that this has now ...
3640 Dave Reynolds
derihy Offline Send Email
Aug 4, 2003
2:51 pm
... These "anonymous" resources are RDF "blank nodes" or "bNodes", so they don't have any URI to print - there is no "name" in your data. If you pass a normal,...
3641 Dave Reynolds
derihy Offline Send Email
Aug 4, 2003
3:13 pm
Works for me. I suspect you may not have OWL reasoning enabled in your code. I created a test file using your data and accessed it using the following code: ...
3642 Chris Dollin
flitz_cloud Offline Send Email
Aug 4, 2003
3:26 pm
... I'll look into this. Currently, Jena 2 should preserve any namespace used for a property name in the model when writing RDF/XML. Names not used for...
3643 Hugh Winkler
hwinkler99 Offline Send Email
Aug 4, 2003
5:39 pm
Hi, I cannot find direct evidence in any reference, that it is legal to use owl:DataRange anywhere except as the object of an rdfs:range statement. The w3C OWL...
3644 Hugh Winkler
hwinkler99 Offline Send Email
Aug 5, 2003
2:33 am
Forgive me if this message is OT. I submit it here in the hopes that the WG members might push it on up the chain. Why is there no OWL "AllDisjoint" construct...
3645 Dave Reynolds
derihy Offline Send Email
Aug 5, 2003
7:38 am
Hi Hugh, ... It is legal in allValuesFrom/someValuesFrom. ... But it does mention the abstract syntax "dataRange" which has the production: dataRange ::=...
3646 Dave Reynolds
derihy Offline Send Email
Aug 5, 2003
7:52 am
Hi again, I can see that would be useful but I can also see some justification for the way the WG has done it. In the case of Individuals many systems and many...
3647 Trastour, David
david_trastour Offline Send Email
Aug 5, 2003
10:02 am
... To summarize the situation, it is currently only possible to *set* the data range restriction. To do that, you create a Resource representing your data ...
3648 Stephane Fellah
fellahst Offline Send Email
Aug 5, 2003
9:51 pm
Hi, I am interested to polymorph graph to different perspective viewpoints. For example, I would like to convert RDF Model to OntModel to MyOwnModel etc.. ...
3649 Stephane Fellah
fellahst Offline Send Email
Aug 5, 2003
9:53 pm
(Sorry I repost this under a right topic name) Hi, I am interested to polymorph graph to different perspective viewpoints. For example, I would like to convert...
3650 Dave Reynolds
derihy Offline Send Email
Aug 6, 2003
11:17 am
... I'm not sure it is quite that easy. The polymorphism API works for Nodes in graphs because the graph contains all the information needed, no other ...
3651 Chris Dollin
flitz_cloud Offline Send Email
Aug 6, 2003
11:21 am
... Don't go there. While the original design had the possibility of morphable graphs, like morphable nodes, the use cases have never been clearly articulated...
3652 Peng Wang
wpcfan008 Offline Send Email
Aug 6, 2003
10:21 pm
Hi all, I am now developing a search engine based on ontology matching. My question is that, say, each intance in RDF can be represented as a taxonomy tree,...
3653 Wong Caijuan
caijuan84 Offline Send Email
Aug 7, 2003
7:35 am
Hi all, I am now doing a project and i need to develop a search engine for a website and i am new to RDF and Jena RDF API. My question is after i have create a...
3654 Chris Dollin
flitz_cloud Offline Send Email
Aug 7, 2003
8:49 am
... OK; I've had a look; this definitely seems to me to be a bug. I don't know when the behaviour changed between J1 and J2; we presumably don't have a test...
3655 Seaborne, Andy
andyseaborne Offline Send Email
Aug 7, 2003
9:06 am
Caijuan, A good starting place is the tutorial, which has a section on RDQL, then the material in the RDQL directory of the documentation. You can make an RDQL...
3656 Gunnar AAstrand Grimnes
gromgull Offline Send Email
Aug 7, 2003
1:47 pm
Hi all, Back in May there was a post about models serialized as XML with multiple namespace prefixes j.0's j.1's etc. Was this ever fixed? I've now come across...
3657 Seaborne, Andy
andyseaborne Offline Send Email
Aug 7, 2003
2:28 pm
Peng, Firstly, please could people send data that parses without any need for additions or alternations - extracts of RDF/XML need to be fixed up to parse....
3658 Chris Dollin
flitz_cloud Offline Send Email
Aug 7, 2003
2:37 pm
On Thursday 07 August 2003 14:41, Gunnar AAstrand Grimnes wrote:, ... Erm ... pass. We'll have to dig into the archives. Jeremy is away on holiday at the...
3659 Gunnar AAstrand Grimnes
gromgull Offline Send Email
Aug 7, 2003
3:30 pm
... I did have a look and it doesn't look like it was resolved, not beyond suggesting the use of the prefixmapping class... ... Ok. Here is my effort......
3660 Chris Dollin
flitz_cloud Offline Send Email
Aug 7, 2003
3:32 pm
... I have confirmed that I can "fix" this. A CVS update will be available by the weekend and Jeremy will have to decide if that's the right tactic ... -- ...
3661 khedry_mo2000 Offline Send Email Aug 7, 2003
7:18 pm
Hi I am trying to work with the database support but in my very first code i got this ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...
3662 Peng Wang
wpcfan008 Offline Send Email
Aug 7, 2003
8:14 pm
Hi Andy, Thanks for you advice. The fragment data is from http://www.daml.ri.cmu.edu/ont/homework/cmu-ri-publications.daml. In fact I am now using the second...
Messages 3633 - 3662 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