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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 33284 - 33313 of 42052   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33284
... You don't have to add it to your ontology. It is an intermediate property just for use within the rules. It signals that a value outside the target class...
Dave Reynolds
derihy
Offline Send Email
Mar 1, 2008
5:01 pm
33285
... Most builtins like uriConcat only work in the body (premises) part of the rule[*]. So change it to: (?x http://ee.oulu.fi/o#airEligibity "Hot"),...
Dave Reynolds
derihy
Offline Send Email
Mar 1, 2008
5:03 pm
33286
Hi again, ... @prefix ont: <http://www.jalojavier.es/humandisease.owl#>. @include <RDFS>. [rule_DIS_X_1: (?ins ont:code 'TD_DIS_X') <- (?ins ont:hasSymptom...
Alejandro Rodriguez G...
jalo_rg
Offline Send Email
Mar 1, 2008
5:45 pm
33287
... As far as I understand what you are trying to do it looks OK . ... That's life. ... Sure. Use @include to import one file into another or read multiple ...
Dave Reynolds
derihy
Offline Send Email
Mar 1, 2008
6:22 pm
33288
Hi Dave, Ok, all works ok except for a little thing. This rules are only for symptoms, but if have labtests, don't work properly. The problem is the next, if...
Alejandro Rodriguez G...
jalo_rg
Offline Send Email
Mar 1, 2008
7:50 pm
33289
This is now fixed in Jena CVS. Andy ... -- Hewlett-Packard Limited Registered Office: Cain Road, Bracknell, Berks RG12 1HN Registered No: 690597 England...
Seaborne, Andy
andyseaborne
Offline Send Email
Mar 1, 2008
8:18 pm
33290
Hi, I reply myself, i was making some tests and i think that i xx my porpouse. I have two cases: 1) When the disease don't have any labtests, i add this rules:...
Alejandro Rodriguez G...
jalo_rg
Offline Send Email
Mar 1, 2008
11:23 pm
33291
... Good. I couldn't follow your notation for what you are trying to do at all so it's a bit hard to advise, but if you are happy you have a solution then ...
Dave Reynolds
derihy
Offline Send Email
Mar 2, 2008
10:25 am
33292
I just realized I missed this message. Are you now sorted? Dave -- Hewlett-Packard Limited Registered Office: Cain Road, Bracknell, Berks RG12 1HN Registered...
Dave Reynolds
derihy
Offline Send Email
Mar 2, 2008
10:28 am
33293
Hi all, I am pretty successful in getting all of the data type property values of all of the individuals of a particular class Book as follows, Individual...
tany_bd
Offline Send Email
Mar 2, 2008
12:16 pm
33294
... you're trying the wrong method to check for the URI of an individual; ind.getURI().equals("http://mycomp.net/bookshop.owl#Macent_of_vanice") should give...
Ignazio Palmisano
ignazio_io
Offline Send Email
Mar 2, 2008
1:55 pm
33295
... Yep, it works, but i the same time problem. I'm using this code: BufferedReader br = new BufferedReader(new FileReader("rules/rules.rules")); List rules =...
Alejandro Rodriguez G...
jalo_rg
Offline Send Email
Mar 2, 2008
2:31 pm
33296
Thanks. Its working fine Regards, Ratul ... model.getProperty("http://mycomp.net/bookshop.owl#Book");...
tany_bd
Offline Send Email
Mar 2, 2008
3:28 pm
33297
Thanks for your help. Do you know how can I get only individual name without header? Is there any other method to do that? For example, ...
tany_bd
Offline Send Email
Mar 2, 2008
3:36 pm
33298
... ind.getLocalName().equals("Macent_of_vanice") I....
Ignazio Palmisano
ignazio_io
Offline Send Email
Mar 2, 2008
3:51 pm
33299
I find only http://jena.hpl.hp.com/~afs/maven-proto/com/hp/hpl/jena/sdb/ is there a more finalized location to get sdb for maven? Cheers, reto...
Reto Bachmann-Gmür
reto@...
Send Email
Mar 2, 2008
3:52 pm
33300
I am trying to load owl model from SDBFactory, here is the source ... StoreDesc storeDesc = new StoreDesc(LayoutType.LayoutTripleNodesIndex, ...
a.tertichnikov
Offline Send Email
Mar 2, 2008
6:31 pm
33301
... Reto, Haven't had the time to put SDB under maven yet. Hopefully, I'll be able to sync it up but not in the next few weeks. That whole repo is as it is...
Seaborne, Andy
andyseaborne
Offline Send Email
Mar 2, 2008
8:25 pm
33302
... This Java error occurs when the code being run has a version mismatch between jars compared with the compile time configuration. To quote the jaavdoc of...
Seaborne, Andy
andyseaborne
Offline Send Email
Mar 2, 2008
8:37 pm
33303
... No. The only thing I can think of is if you have some redundancy (e.g. you've included the RDFS rules in each subfile or have some duplication of your own...
Dave Reynolds
derihy
Offline Send Email
Mar 2, 2008
8:44 pm
33304
... Depends on what you mean by "parent node". RDF is a graph not a tree so there is no notion of "parent". If you mean OWL and by node you mean owl:Class then...
Dave Reynolds
derihy
Offline Send Email
Mar 2, 2008
8:48 pm
33305
Hi, I followed your suggestion to put it into rule body, but this rule can not be triggered. And no error reported. When I removed this Builtin primitive,...
xiang.su
Offline Send Email
Mar 3, 2008
7:46 am
33306
... Ah. Hadn't spotted that your makeTemp call used the same variable, that won't work. A node can either be a blank node (as created by a makeTemp call) or a...
Dave Reynolds
derihy
Offline Send Email
Mar 3, 2008
8:26 am
33307
Ahaa, it works. Thanks a lot. -Xiang ... your ... as I ... part of...
xiang.su
Offline Send Email
Mar 3, 2008
9:02 am
33308
... (fx:small-voice) ind.hasURI( "http://mycomp.net/bookshop.owl#Macent_of_vanice" ) -- "Well begun is half done." -...
Chris Dollin
kers_ihy
Offline Send Email
Mar 3, 2008
9:40 am
33309
... Often [1], when you think you want to get the local name of a URI, you're about to fall into a design error. Why do you want the local name of a URI? [1]...
Chris Dollin
kers_ihy
Offline Send Email
Mar 3, 2008
9:42 am
33310
Dear all, Thank you for your help. The following statement is working fine if (ind.getLocalName().equals("Macent_of_vanice")) { //blablabla } But if I use a...
tany_bd
Offline Send Email
Mar 3, 2008
12:45 pm
33311
... book (seems to) contain the whole URI, getLocalName does not return it but a portion --> they're highly unlikely to be equals. (what type is book by the...
Ignazio Palmisano
ignazio_io
Offline Send Email
Mar 3, 2008
1:17 pm
33312
... Your print statement shows that `book` /doesn't/ contain "Macent_of_vanice". -- "Ashes are burning the way." - Renaissance, /Ashes Are...
Chris Dollin
kers_ihy
Offline Send Email
Mar 3, 2008
1:24 pm
33313
Thanks. book is a Resource type Regards, Ratul ... pass. ... individual; ... ind.getURI().equals("http://mycomp.net/bookshop.owl#Macent_of_vanice")...
tany_bd
Offline Send Email
Mar 3, 2008
1:26 pm
Messages 33284 - 33313 of 42052   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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