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 23052 - 23081 of 42052   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23052
... One way would be to load the foaf ontology into a separate model and consult that to get the rdfs:label. In that specific case the label is "homepage"...
Dave Reynolds
derihy
Offline Send Email
Jun 1, 2006
7:30 am
23053
... You've probably made a mistake in the stuff you haven't shown us. (Perhaps the "class" Preferences is of rdf:type owl:Classs, or it doesn't have an...
Chris Dollin
anover_alias
Offline Send Email
Jun 1, 2006
7:35 am
23054
hi dave, would be another oppurtunity to expand the own ontology by adding those properties one need for the ontology by adding an object property and...
Andrea Manis
andrea.manis
Offline Send Email
Jun 1, 2006
8:28 am
23055
Hi I use the code " persistent ontology.java " in JENA site with my ontology. I have the message of error according to: WARN [main] (DriverRDB.java:433) -...
alexquigalere
Offline Send Email
Jun 1, 2006
9:46 am
23056
... Jena 2.4 has some changes that work round this issue (it occurs when the server is setup so that UTF-8 gets encoded as upto 3 bytes). (With Jena 2.4, you...
Seaborne, Andy
andyseaborne
Offline Send Email
Jun 1, 2006
10:06 am
23057
OK thank you ... Jena 2.4 has some changes that work round this issue (it occurs when the server is setup so that UTF-8 gets encoded as upto 3 bytes). (With...
Simonneau alexandra
alexquigalere
Offline Send Email
Jun 1, 2006
11:28 am
23058
... that's work well, thanks to both of you for your help. bye Ian and Dave, Pascal...
pascal.airial
Offline Send Email
Jun 1, 2006
11:46 am
23059
I can access to my database using jena and out side jsp I can access to my database inside jsp without jena I can not access to my database inside jsp with...
karim seddiki
karim_sedca
Offline Send Email
Jun 1, 2006
2:50 pm
23060
... See if there are any logged errors. [My /guess/ is that something is going wrong when the driver tries to set the database connection. At this point it...
Chris Dollin
anover_alias
Offline Send Email
Jun 1, 2006
3:07 pm
23061
I checked the stdout of tomcat the message is com.hp.hpl.jena.db.impl.Driver_MySQL setConnection SEVERE: Unable to set connection for Driver: ...
karim seddiki
karim_sedca
Offline Send Email
Jun 1, 2006
4:54 pm
23062
etc/mysql.sql is in jena.jar. This must be accessible so Java can read as a Java resource. Where is etc/mysql.txt? If there is another etc/ on the path, then...
Seaborne, Andy
andyseaborne
Offline Send Email
Jun 1, 2006
6:04 pm
23063
hi all, thx so much for your help. I passt 1 week to resolve this pb. now I can load my ontology into mySQL db and read my data from BD. thx again. Chris...
karim seddiki
karim_sedca
Offline Send Email
Jun 1, 2006
7:30 pm
23064
Hi Dave, I was looking at the documentation on Jena's generic rule reasoner available here http://jena.sourceforge.net/inference/index.html#rules. It looks...
parekhviral
Offline Send Email
Jun 1, 2006
8:22 pm
23065
Hey all - I've created an OWL-DL ontology using Protege. I've defined the individuals in my ontology as AllDifferent, and Protege creates an <AllDifferent>...
Cameron D Claussen
cameronemail
Offline Send Email
Jun 1, 2006
9:12 pm
23066
... Yes. You can define new builtins, see: http://jena.sourceforge.net/inference/index.html#RULEextensions If you define a headAction method for your builtin...
Dave Reynolds
derihy
Offline Send Email
Jun 2, 2006
8:25 am
23067
... It's not trivial to that in OWL. You have two options: (1) Hopefully what you have at the moment is a single owl:AllDifferent object which points (via...
Dave Reynolds
derihy
Offline Send Email
Jun 2, 2006
8:34 am
23068
Hi, Would it be possible for someone to point me to some documentation on how to get the backward LP engine set up for jena in java. I can do the forward using...
phil_butt2000
Offline Send Email
Jun 2, 2006
10:44 am
23069
... There's a constructor for the GRR that allows you to specify the mode (forward, backward, or hybrid). ... You can use `contains` for that. -- Chris...
Chris Dollin
anover_alias
Offline Send Email
Jun 2, 2006
10:58 am
23070
In fact, I have a problem with API Jena. If I launch the program: String uri ="http://localhost:8080/WS.owl"; OntModel...
Simonneau alexandra
alexquigalere
Offline Send Email
Jun 2, 2006
11:21 am
23071
In fact, I think I have a problem with API Jena. If I launch the program: String uri ="http://localhost:8080/WS.owl"; OntModel...
Simonneau alexandra
alexquigalere
Offline Send Email
Jun 2, 2006
11:22 am
23072
In fact, I think I have a problem with API Jena. If I launch the program: String uri ="http://localhost:8080/WS.owl"; OntModel...
Simonneau alexandra
alexquigalere
Offline Send Email
Jun 2, 2006
11:24 am
23073
In fact, I have a problem with API Jena. If I launch the program: String uri ="http://localhost:8080/WS.owl"; OntModel...
Simonneau alexandra
alexquigalere
Offline Send Email
Jun 2, 2006
11:31 am
23074
Thanks for the response Chris, slight confusion how do I use contains, as I am unsure what that is exactly. Phil ... ...
phil_butt2000
Offline Send Email
Jun 2, 2006
12:05 pm
23075
... The backward rules just deduce new triple-shaped conclusions, exactly the same as the forward rules, except the inference is run backwards. So to query for...
Dave Reynolds
derihy
Offline Send Email
Jun 2, 2006
12:20 pm
23076
... Read the javadoc for this call. The string parameter to createOntologyModel is used to pass in a URI which indictates the particular ontology language...
Dave Reynolds
derihy
Offline Send Email
Jun 2, 2006
12:28 pm
23077
... Model (hence, InfModel and OntModel) have contains(Statement) and contains(S,P,O) methods which return true iff the model contains that statement or...
Chris Dollin
anover_alias
Offline Send Email
Jun 2, 2006
12:38 pm
23078
Sorry for the 4 messages, yahoo made me believe that the message did not leave... I have so much the head in the code which I do not see the hour. Still...
Simonneau alexandra
alexquigalere
Offline Send Email
Jun 2, 2006
1:04 pm
23079
Ok thanks for this lads, I get it. So there is no sort of consult that can be done on a backward rule query. The query (rule head) head is still inserted unto ...
phil_butt2000
Offline Send Email
Jun 2, 2006
2:00 pm
23080
... `contains` /is/ "a sort of consult". ... Not if it's not tabled, if I understand it correctly. You get to choose. Remember any query [1] over an infmodel...
Chris Dollin
anover_alias
Offline Send Email
Jun 2, 2006
2:09 pm
23081
Hi, I have a problem: how to distinguish RDQL and SPARQL. My former system supports RDQL, but now I want to try SPARQL. That means that I want a class to...
ye juan
yejuan_1204
Offline Send Email
Jun 2, 2006
2:38 pm
Messages 23052 - 23081 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