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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 2610 - 2639 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2610 Jeremy Carroll
jjchplb Offline Send Email
Apr 1, 2003
12:08 pm
... I have just been working on this bug. In the Jena2 CVS version this works. I do not believe I have changed anything. The vital piece of RDF/XML that I test...
2611 haha129 Offline Send Email Apr 1, 2003
5:34 pm
Hi all: How to check the damlclassexpression is disjointwith? Thanks. Romy...
2612 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Apr 1, 2003
7:07 pm
prop_disjointWith() *in the Javadoc* for DAMLClass. Please at least _look_ at the documentation before posting here. The Jena team is a small group of...
2613 haha129 Offline Send Email Apr 1, 2003
7:37 pm
Thank you reply. when I get the listdamlclass, I need to check it is isRestriction, isEnumeration, isIntersection, isUnion, isComplement, isDisjointUnion,...
2614 haha129 Offline Send Email Apr 1, 2003
7:40 pm
Thank you reply. when I get the listdamlclass, I need to check it is isRestriction, isEnumeration, isIntersection, isUnion, isComplement, isDisjointUnion,...
2615 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Apr 1, 2003
8:51 pm
OK, now I understand what you are trying to do. Method isRestriction() tests whether the class expression itself is of type Restriction, whereas methods ...
2616 marc_alexandre_nolin
marc_alexand... Offline Send Email
Apr 1, 2003
11:21 pm
Hi, I've some problem with model.read an model.write. Just to test if it work, I decided to read http://www.w3.org/1999/02/22-rdf-syntax-ns# and it work with...
2617 Mark Bobick
staronto1 Offline Send Email
Apr 2, 2003
3:07 am
OK, the DAMLInstance.getRDFTypes(boolean) worked, but, here's what I had tried earlier that did not work, and prompted my question: // pseudo-code // search...
2618 Daniel Bruegge
daniel0303@... Send Email
Apr 2, 2003
5:31 am
Hi, ... First of all you have to change your Root-element. It has to be <rdf:RDF xmlns="http://ericae-3905-l2.ift.ulaval.ca/biblio_a/namespaces/biblio_a_ ...
2619 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Apr 2, 2003
9:11 am
Mark - What your program does: 1. find an instance with localname beaugolais 2. iterate over the set of properties of the instance (there are two: rdf:type...
2620 Richard H. McCullough
rhmcc Offline Send Email
Apr 2, 2003
8:32 pm
re: your rdfs.rdfs file, 27 Mar 2003 Listing of all classes + class hierarchy is attached. rdfs.nt (MKR input) rdfs.save (MKR output) ============ Dick...
2621 haha129 Offline Send Email Apr 2, 2003
9:12 pm
Why each time I got the looking is different? one time I can get the looking like this ... next time I can get result look like this ... Then I build the Jtree...
2622 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Apr 2, 2003
10:24 pm
Romy - I would be surprised if you get a different ordering of the output if you don't change the input data at all (that's not to say it's not happening - ...
2623 Mark Bobick
staronto1 Offline Send Email
Apr 3, 2003
12:36 am
Ian, Yes. The non-deterministic selection of a rdf:type statement caught me by surprise. What I don't like, however, is that there is no way, from simple...
2624 haha129 Offline Send Email Apr 3, 2003
3:08 am
First, I use the same input file to test the result. I think if it is same file and same statement, I should get same result. right? :) If not the same input...
2625 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Apr 3, 2003
10:01 am
Mark - ... The non-determinism isn't your problem, insofar as I understand what you are trying to do. The problem is the extra traversal you have put in to...
2626 marc_alexandre_nolin
marc_alexand... Offline Send Email
Apr 3, 2003
7:46 pm
Thanks, it works now, the rdf file is readed correctly (it turn out that I have other error of upper and lower case in the file). I have another question if...
2627 Chintan Patel
chintanop Offline Send Email
Apr 5, 2003
7:35 am
Dear Jena Developers, Thank You for your wonderful support and guidance. I recently came across KAON tool developed by AIFB, Germany...
2628 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Apr 5, 2003
8:11 am
Chintan - Here's my personal take ... The space of software products for any given purpose is generally very large - too large to be explored by one approach...
2629 Danny Ayers
danny_ayers Offline Send Email
Apr 5, 2003
12:10 pm
Has anyone played around with this? - I'm thinking of right at the simple end of 'business logic', where you might otherwise have a series of if...thens or a...
2630 cntomcom Offline Send Email Apr 5, 2003
2:36 pm
any sample codes?...
2631 cntomcom Offline Send Email Apr 5, 2003
2:37 pm
att.?...
2632 Federico Rozados
durodematar3 Offline Send Email
Apr 5, 2003
7:02 pm
Hello everyone. I need to know how can i create this graph and then do some rdql to mysql database and get the metadata of http://www.federico.com/book1 using...
2633 Bob MacGregor
bmacgregor61 Offline Send Email
Apr 6, 2003
7:06 am
I'll be happy to speak for Jena, although I'm not a Jena developer. Jena, and triple stores in general, hit a "sweet spot", a complexity level (from a software...
2634 Seaborne, Andy
andyseaborne Offline Send Email
Apr 6, 2003
6:18 pm
That is not the way to use of Dublic Core - see the Dublin Core web site http://dublincore.org/ and especially ...
2635 Federico Rozados
durodematar3 Offline Send Email
Apr 6, 2003
8:04 pm
thanks andy. Sincerelly, i donīt underestand how to do what i want. i read a lot of documentation but nothing helps me to do what i want. Can you help me,...
2636 Dave Reynolds
derihy Offline Send Email
Apr 7, 2003
3:39 pm
Just a couple of small points to add to Ian's remarks. For an example of the value of healthy diversity of tools consider the ontology support in the two...
2637 Hatem Ghorbel
hatemghorbel Offline Send Email
Apr 8, 2003
8:11 am
Hi I am using the calss ModelMem to create rdf output. I didnt't find a way to generate a typed resource in the way of <rdf:description rdf:about+"I1"> ...
2638 Dave Reynolds
derihy Offline Send Email
Apr 8, 2003
8:29 am
It sounds like you just need to be able to say that one class or property is special case of another and that two classes or properties are equivalent. This ...
2639 Dave Reynolds
derihy Offline Send Email
Apr 8, 2003
3:26 pm
As part of the work on Jena2 inference support I'm putting together some simple rule engines. I currently have a basic forward chainer which I'll probably ...
Messages 2610 - 2639 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