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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 31079 - 31108 of 42052   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31079
hi im getting error when i run the below sparql query . please any one help me..... package arq.examples; import com.hp.hpl.jena.query.*; import...
rameshnnjj
Offline Send Email
Oct 1, 2007
7:35 am
31080
rameshnnjj wrote: . hi ... And this is a JAVA error. " FILTER ( lang(?title) = "ES" ).", is broken java. You are trying to use " inside a Java string -...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 1, 2007
7:43 am
31081
... Noted (see the maven thread here this weekend) ... What the output looks like is relatively unimportant. It's the RDF triples that is represents that...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 1, 2007
7:54 am
31082
Hi, first a little explain of my ontology and what I should do. I have some instances of "object", and each object has an /int/ as datatypeProperty. Then I...
Abbet Christophe
macbig273
Offline Send Email
Oct 1, 2007
1:48 pm
31083
Dear Dave, Thanks a lot for that. Apologies for such a simple question. Matt P.S. Thanks for the comments on xsd:decimal - glad not just me going mad. ... -- ...
Matt Williams
matthew.williams@...
Send Email
Oct 1, 2007
2:26 pm
31084
Hi: all, I have an OWL model with some individuals (instances) inside the same OWL file. When I try to persist the ontology via OWL API, the only thing I see...
rashidjilani
Offline Send Email
Oct 1, 2007
2:49 pm
31085
Hi, Whilst experimenting with file formats (TriG, N3, Turtle), I ran into the exception below (2) whilst trying to load a Turtle (.ttl) file as shown below...
Ivo Swartjes
evaugh2
Offline Send Email
Oct 1, 2007
2:50 pm
31086
You can calling the N3 parser, not the Turtle parser. Either this is an old version of Jena (they used to be the same parser) or you are just calling the ...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 1, 2007
3:18 pm
31087
Hello, I had a quick question about the following Resource method: Resource removeAll(Property p) Delete all the statements with predicate p for this resource...
Earnest_T_Bass
Offline Send Email
Oct 1, 2007
3:41 pm
31088
Thanks Andy, I was indeed using an older version of Jena (2.3) which called the N3 parser under the hood for the TURTLE language. Boy, things do certainly...
Ivo Swartjes
evaugh2
Offline Send Email
Oct 1, 2007
3:57 pm
31089
... The Turtle writer is the N3 writer. So it is being conservative with what it writes. It's the same RDF triples. In fact, as DAWG has found, the...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 1, 2007
8:57 pm
31090
We had a ton of issues related to performance on a variety of levels related to Jena and MySQL. One of the issues was the easiest to solve. It turns out that...
Raj Bala
raj_bala
Offline Send Email
Oct 2, 2007
4:28 am
31091
Raj, Thanks for the tip. And if anyone else has experiences that would help other people (database or anything else), do send them to the list. Andy...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 2, 2007
8:31 am
31092
... How do you do this? ... Why are you looking in the database tables? Surely the question is whether the persisted model has the information in it that you...
Chris Dollin
kers_ihy
Offline Send Email
Oct 2, 2007
9:24 am
31093
... The one you get from the Resource::getModel() method. Each Resource object may have an associated model, set when the Resource is created. When you use...
Chris Dollin
kers_ihy
Offline Send Email
Oct 2, 2007
9:34 am
31094
... implemented. ... 690597 England ... Hi: Chris I am using this code (http://jena.sourceforge.net/examples/persistent-ont-model/index.html) mentioned on your...
rashidjilani
Offline Send Email
Oct 2, 2007
2:43 pm
31095
I've put up a trial Maven repo for Jena 2.5.4 at: http://jena.hpl.hp.com/repo Where possible, it pulls things from the main maven repos so the exact bytes for...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 2, 2007
3:34 pm
31096
I've just started using it, and it works fine for me, to the limited extent that I've tested it so far. Thank you! If you get the chance, please, please add...
Inigo Surguy
inigosurguy
Offline Send Email
Oct 2, 2007
5:11 pm
31097
The attached test case shows a problem I'm currently running into with Jena. I would expect that #user shows up as a property of #Item, but it doesn't...
adam.breu
Offline Send Email
Oct 2, 2007
5:35 pm
31098
... Okay perhaps I should rewrote my question ;) I have a class with an property "has_value", his range is /int/. I want to sum the range of "has_value" of...
Abbet Christophe
macbig273
Offline Send Email
Oct 3, 2007
7:17 am
31099
... Great - at least it is useful for something ... I hope to put the sources up sometime. This is exactly the Jena jar from 2.5.4 so you can attach the...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 3, 2007
8:12 am
31100
I want to do something similar to java's "instanceof" check using the Jena api against an Individual. Individual.getRDFType won't do the trick, you never know...
Taylor Cowan
taylor_cowan
Offline Send Email
Oct 3, 2007
2:22 pm
31101
... Then do so. ... And if they're not read out of the database correctly, show us exactly what code you used. (You have to change /something/ to get it to use...
Chris Dollin
kers_ihy
Offline Send Email
Oct 3, 2007
2:23 pm
31102
Hello, I am working on a project that contains about 20 owl files organized into sub directories. These ontologies are designed to be modular and get imported...
michael.mansell
Offline Send Email
Oct 3, 2007
2:49 pm
31103
... I've been looking closely at this recently. Can you post an example, or perhaps just send me a zip file. The example should include: - RDF/XML or N3 files...
Jeremy Carroll
jjchplb
Offline Send Email
Oct 3, 2007
2:54 pm
31104
... No. OntResource.hasRDFType is, however, your tasty biscuit. [Whether it's the right answer for your overall problem is between you and the general iffiness...
Chris Dollin
kers_ihy
Offline Send Email
Oct 3, 2007
3:05 pm
31105
... 690597 England ... Chirs I can read the values back from the database; but that is not the point. The most important thing is to understand how Jena...
rashidjilani
Offline Send Email
Oct 3, 2007
3:12 pm
31106
hi Is their any possiblity to use xpath to query the sparql xml file. example file: <?xml version="1.0"?> <sparql ...
rameshnnjj
Offline Send Email
Oct 3, 2007
7:17 pm
31107
Yes - see the examples in the ARQ download in ResultSet/ or the examples from the spec: http://www.w3.org/2001/sw/DataAccess/rf1/#examples XSLT and XQuery are...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 3, 2007
7:57 pm
31108
Hey Jeremy, Thanks for the quick reply. I actually figured out the problem on my own, there were some problems with the import statements between Ontologies....
Michael Mansell
michael.mansell
Offline Send Email
Oct 3, 2007
8:46 pm
Messages 31079 - 31108 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