... 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...
... 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...
... 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...
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...
... 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@...
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...
... 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@...
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...
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@...
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...
... 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 ...
... 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@...
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>...
... 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@...
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@...
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 ...
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...
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...
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 ...
... = ? ... 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...
Looks like my formatting was killed on my first post. This should make more sense: + Subj=(101677): #ItalianWine -- rel to blank via owl#intersectionOf ... --...
... 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...
... 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...
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: ...
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...
... 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...
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: ...
... 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...