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 32243 - 32272 of 42024   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32243
Hello List,first of all happy new year to everyone! Because i feel i learn the most from examples i was wondering if any of you had any information or could...
Roger Marin
rsmaniak
Offline Send Email
Jan 2, 2008
4:12 am
32244
Roger, Here's an simple blog app that uses jena and the jenabean binding util at http://jenabean.googlecode.com/svn/trunk/example/ It's a java servlet...
Taylor Cowan
taylor_cowan
Offline Send Email
Jan 2, 2008
4:19 pm
32245
Here are some tips I can share regarding jena api usage. These are perhaps obvious and apparent to the jena team, but I had a little trouble with them so...
Taylor Cowan
taylor_cowan
Offline Send Email
Jan 2, 2008
4:53 pm
32246
Jena's typed literal support uses Calendar (which I suppose is to ensure good time zone support). Here's how I save a date... Date d = new Date(); Calendar c...
Taylor Cowan
taylor_cowan
Offline Send Email
Jan 2, 2008
6:13 pm
32247
Dear jena-dev, [[ wishing you all a happy new year ]] I think that a method listRootSubjects() in the Model interface makes great sense when applications...
Mohammad-Reza Tazari
s_tazari
Offline Send Email
Jan 3, 2008
9:07 am
32248
First of all, I want to thanks anyone will help me!!!! Here is my problem: I try to use Jena to build a system that can read an RDF and keep a decision to...
Elisa Migliorini
migliorini.e...
Offline Send Email
Jan 3, 2008
10:57 am
32249
... The trouble is that in general RDF data forms a graph not a tree (nor a lattice) so there may be connected subgraphs without any root subjects. That limits...
Dave Reynolds
derihy
Offline Send Email
Jan 3, 2008
4:04 pm
32250
... "null" is wrong here. I think you mean you want a wildcard which will match any node, in which case just use a variable. Also you don't want the property...
Dave Reynolds
derihy
Offline Send Email
Jan 3, 2008
4:12 pm
32251
http://jena.s3.amazonaws.com/simple.owl please pardon me if this is a recuring misunderstanding, I did search the NG for "listDeclaredProperties" and cannot...
Taylor Cowan
taylor_cowan
Offline Send Email
Jan 3, 2008
10:39 pm
32252
Hi Taylor, ... No, I don't think you've characterised it correctly. The issue is not OWL or Protege, but union class expressions. You don't say if you are ...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Jan 3, 2008
11:15 pm
32253
Thanks Ian,you are right...I am not using a reasoner. It might have been a mistake to even let us get at instances of OntModel without the basic entailments,...
Taylor Cowan
taylor_cowan
Offline Send Email
Jan 4, 2008
3:34 am
32254
Thanks Dave, but my problem persists. I don't want the property to be a variable but if I try with this rule : (?any vCard:Pcode ?x) equal(?x, ' 5 ') ->...
Elisa Migliorini
migliorini.e...
Offline Send Email
Jan 4, 2008
11:21 am
32255
The prefix vCard has not been set. I don't know how to set a prefix in a rule set. As temporary workaround, you may replace vCard: with the full namespace ...
Cristiano Longo
cristiano_longo
Offline Send Email
Jan 4, 2008
11:29 am
32256
... That error says that the prefix "vCard" hasn't been declared. So the solution is to declare it. If your rules are in a file then declare the prefix in the...
Dave Reynolds
derihy
Offline Send Email
Jan 4, 2008
11:34 am
32257
Hi! I'm using Jena framework to load and work with an ontology. My workflow consist in creating some individuals, classifying them with Pellet Reasoner and...
dst_eamane
Offline Send Email
Jan 4, 2008
11:35 am
32258
... You should ask on the Pellet list for info on when Pellet does and doesn't cache results. The rule reasoner will certainly make repeated queries to the...
Dave Reynolds
derihy
Offline Send Email
Jan 4, 2008
3:13 pm
32259
To Dave & Adrian : Thanks guys, now I'm going to understand somethings!!! ____________________________________________________________________________________ ...
Elisa Migliorini
migliorini.e...
Offline Send Email
Jan 4, 2008
6:47 pm
32260
I took a look at Taylor's Jenabean project http://code.google.com/p/jenabean/ and I think he is onto something. Perhaps because I have done the same thing...
David Donohue
schtickdisc
Offline Send Email
Jan 5, 2008
4:32 am
32261
Hi all, I still try to optimize my application. I hope someone will be able to give me some advices. I run 3 queries: Q1 : SELECT ?email WHERE { ?email...
bmarquie
Offline Send Email
Jan 5, 2008
11:45 am
32262
To explain a little more : Q1 is only sent to Lucene Q2 is only sent to SDB Q3 is sent both to Lucene and SDB Bruno ... into the ... single ... the DB a ... ...
bmarquie
Offline Send Email
Jan 5, 2008
12:00 pm
32263
http://www.thewebsemantic.com/2008/01/05/jena-ruby-bindings-accessing-jenas-feature-rich-rdf-api-from-ruby/ In my first jena/ruby post I demonstrated using the...
Taylor Cowan
taylor_cowan
Offline Send Email
Jan 5, 2008
7:03 pm
32264
Hi all. I have a problem with my Ontology files. I have a large Ontology instances file (called A) and a schema Ontology file (called B) which is imported by A...
Le Van Duc
vanduc103
Offline Send Email
Jan 6, 2008
1:31 pm
32265
I have a large OWL file that I need to parse using the Jena model. I am getting the error: Input is large. Any hints ? Thank you. Best Regards -- Zeina...
Zeina Chedrawy
zeinachedrawy
Offline Send Email
Jan 7, 2008
12:48 am
32266
Hi all, I do have a few 'newbie' questions about how to modelize best an owl ontology so it can be effectively used with Jena. If there is a better forum for...
fabiandev
Offline Send Email
Jan 7, 2008
8:14 am
32267
... take ... First, sorry to take so much time to answer you... but I had some health problems... now it's fine So, like you already sayed to me in an other...
Abbet Christophe
macbig273
Offline Send Email
Jan 7, 2008
8:15 am
32268
Hello, Has anyone tried to use Oracle 11g as an large-scale RDF store (more then 3 million)? Any Performance / Maintenance comments/recommendations? Eran...
mceranlevy
Offline Send Email
Jan 7, 2008
9:04 am
32269
Hi all, I have another problem with my Rules.I try with success this rule on my RDf model (?any vCard:Pcode ?x) equal(?x, '5') -> print('something') and now...
Elisa Migliorini
migliorini.e...
Offline Send Email
Jan 7, 2008
10:41 am
32270
... Please send more details. It is very helpful if you give the exact error message you get, complete with stack trace if there is one. Also it is helpful if...
Jeremy Carroll
jjchplb
Offline Send Email
Jan 7, 2008
10:51 am
32271
... I suspect Zeina's getting the message in: src/com/hp/hpl/jena/rdf/arp/impl/ParserSupport.java viz: "Input is large. Switching off checking for illegal...
Chris Dollin
kers_ihy
Offline Send Email
Jan 7, 2008
10:59 am
32272
... sorry for delay in reply, I had extra holiday :) ... Lines 1597 onwards of com.hp.hpl.jena.xmloutput.impl.Unparser.java essentially implement that idea...
Jeremy Carroll
jjchplb
Offline Send Email
Jan 7, 2008
11:06 am
Messages 32243 - 32272 of 42024   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