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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 24290 - 24319 of 42040   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24290
... Are you /sure/ that's what happens? Because it looks to me as though whatever you're using to view the generated RDF/XML is doing line-wrapping. -- Chris...
Chris Dollin
anover_alias
Offline Send Email
Aug 1, 2006
8:05 am
24291
... It is possible. It's just not possible to support /all/ of OWL/FULL soundly and completely: the general case is, as I understand it, undecidable, so some...
Chris Dollin
anover_alias
Offline Send Email
Aug 1, 2006
8:06 am
24292
... Useful tip: CTRL-1 (that's one, not ell) is your friend: it's a shortcut to Quick Fix and will tolerably often offer a suitable option. In the case you...
Chris Dollin
anover_alias
Offline Send Email
Aug 1, 2006
8:24 am
24293
Hi all, In my application I have to work with multiple ontologies. I create each ontology in different OntModels so I have multiple OntModels to work with. I...
Davide Noaro
davidin_81
Offline Send Email
Aug 1, 2006
11:12 am
24294
... A bit of an update here. I came into work today and loaded my class, and now it has gotten even weirder. I am not getting a weird exception anymore with...
Daniel Gresh
dgresh@...
Send Email
Aug 1, 2006
1:29 pm
24295
... In these circumstances we ask for a /complete minimal example/, which is the smallest example you can feasibly construct that shows the problem and which...
Chris Dollin
anover_alias
Offline Send Email
Aug 1, 2006
3:25 pm
24296
... Thanks for the reply, It seems your suspicion was correct. I changed one of the .setSuperClass statements around to .setSubClass and got the exception....
Daniel Gresh
dgresh@...
Send Email
Aug 1, 2006
4:00 pm
24297
Hi there, i have a serious problem with the contains(S,P,O) method. The context in which I use it is: /** * Returns an Iterator of individuals that are subject...
Christian Daenekas
daenekas_c
Offline Send Email
Aug 1, 2006
6:21 pm
24298
Hi, My question is pretty simple. How exactly do I add this? What method do I invoke in order to add, say DCTypes.Image? DCTerms and DC are both mostly...
Daniel Gresh
dgresh@...
Send Email
Aug 1, 2006
6:43 pm
24299
Hi, I'm using jena 2.4 with a persistent store(Oracle). I noticed that jena keeps making these repeated calls to the JENA_SYS_STMT to retrieve system...
aiyer75
Offline Send Email
Aug 1, 2006
6:46 pm
24300
... The type of something uses property rdf:type: resource.addProperty(RDF.type, DCTypes.Image) Andy...
Seaborne, Andy
andyseaborne
Offline Send Email
Aug 1, 2006
7:13 pm
24301
... For historical reasons, contains(,,boolean) does not turn into a XSD Boolean; it turns into a string "true" or "false" - this API existed before RDF ...
Seaborne, Andy
andyseaborne
Offline Send Email
Aug 1, 2006
7:14 pm
24302
... Thanks for the reply, I now understand. I do have a similiar question. Well, it doesn't pertain to adding DCTypes to something, but it does pertain to...
Daniel Gresh
dgresh@...
Send Email
Aug 1, 2006
7:27 pm
24303
Daniel Gresh wrote: . . . . . ... The subject is the URI of the image, i.e. the name (one of the the names) of the image <http://www.example.org/image.jpg>...
Seaborne, Andy
andyseaborne
Offline Send Email
Aug 1, 2006
7:33 pm
24304
... Alright, I see. I was sort of unsure how to point to the image, so to speak. I.e. I was unsure of where to define it in the triple graph. Or something. I...
Daniel Gresh
dgresh@...
Send Email
Aug 1, 2006
7:49 pm
24305
... Hi, I just thought of another question that deals with this. Can an individual have an image associated with it, or would that individual have to be a...
Daniel Gresh
dgresh@...
Send Email
Aug 1, 2006
9:05 pm
24306
... doesn't ... controls ... most of it is cached. i wonder what calls you are seeing. or what queries are you running when you see repeated calls? when this ...
wilkvin
Offline Send Email
Aug 1, 2006
9:24 pm
24307
As I don't require any inferencing, I was able to get around this by creating a simple model with OntModelSpec.OWL_MEM. Thanks for the tip on returning the...
nugent.tyler
Offline Send Email
Aug 1, 2006
9:42 pm
24308
Hey all. I hope this question hasn't been answered a billion times already... I'm curious as to why I seem to be getting repeated assertions from calls to...
nugent.tyler
Offline Send Email
Aug 1, 2006
10:11 pm
24309
Kevin, I'm seeing this sql such as these many times over: "SELECT S.Subj, S.Prop, S.Obj\nFROM JENA_SYS_STMT S WHERE S.Prop = ? AND S.GraphID = ?\n" 2 ...
aiyer75
Offline Send Email
Aug 1, 2006
10:38 pm
24310
Hello everyone, how can I get this RDF/XML-Output: <cim:GeneratingUnit.SubControlArea rdf:resource="#AREA-ECARDV-ECARAREA-ECAR" /> instead of ...
duschwolf
Offline Send Email
Aug 1, 2006
11:18 pm
24311
... = ? ... interesting. your message was a bit hard to read. i assume the property always set to Uv::http://jena.hpl.hp.com/2003/04/DB#LongObjectLength and...
wilkvin
Offline Send Email
Aug 1, 2006
11:28 pm
24312
Looks like my formatting was killed on my first post. This should make more sense: + Subj=(101677): #ItalianWine -- rel to blank via owl#intersectionOf ... --...
nugent.tyler
Offline Send Email
Aug 2, 2006
12:10 am
24313
... Try telling the writer an XML base (see the IO HOWTO for details). -- Chris "seeker" Dollin "We did not have time to find out everything we wanted to...
Chris Dollin
anover_alias
Offline Send Email
Aug 2, 2006
8:00 am
24314
... make ... Not seeing the code, it's hard to tell. A good aid to understanding the structure is to print the model in N-Triples because this shows the triple...
Seaborne, Andy
andyseaborne
Offline Send Email
Aug 2, 2006
8:45 am
24315
plz help! I am having problems with running the jena tutorials whenever I run the file I keep getting the folliwng output: init: deps-jar: compile-single: ...
jon rossi
jon_marc_rossi
Offline Send Email
Aug 2, 2006
12:04 pm
24316
hi, i'm curious about required (i.e. used) java technologies neccessary to run jena on a java platform. is there a list of such technologies? i'm familiar with...
sui_krs
Offline Send Email
Aug 2, 2006
12:07 pm
24317
... Seems that your path is wrong or not complete, check that all jars in jena lib folder are on the classpath and that you are running from the correct...
Ignazio Palmisano
ignazio_io
Offline Send Email
Aug 2, 2006
12:21 pm
24318
plz help! I am having problems with running the jena tutorials whenever I run the file I keep getting the folliwng output: init: deps-jar: compile-single: ...
jon rossi
jon_marc_rossi
Offline Send Email
Aug 2, 2006
12:21 pm
24319
... version, ... JavaSE 1.4.2 or higher or compatible. ... Apache commons logging is very (very) simple. You coudlk write your own/hackout the unwanted stuff...
Seaborne, Andy
andyseaborne
Offline Send Email
Aug 2, 2006
12:54 pm
Messages 24290 - 24319 of 42040   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