Skip to search.
jena-dev · Jena Users

Group Information

  • Members: 2056
  • Category: Software
  • Founded: Sep 19, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 4668 - 4697 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4668 Seaborne, Andy
andyseaborne Offline Send Email
Nov 1, 2003
6:44 pm
Hi there, The file name in the FROM clause should have <> round it - actually, you don't need the line "FROM " at all because you pass the source in on the ...
4669 Seaborne, Andy
andyseaborne Offline Send Email
Nov 1, 2003
6:46 pm
Small world! Last week I realised that the qname name code was not properly internationalized and have a testing version of the parser with this fixed. As you...
4670 Seaborne, Andy
andyseaborne Offline Send Email
Nov 1, 2003
7:55 pm
... The usual way is to wrap a whole series of these calls into a single critical section. That means that all the calls to read data from the model is seeing...
4671 anjalibshah Offline Send Email Nov 2, 2003
3:07 am
Hi Everyone, I am a developer who is extending the Eclipse platform and using Jena in doing so. I am very much interested in knowing if there exists a Jena...
4672 anjalibshah Offline Send Email Nov 2, 2003
3:08 am
Hi Everyone, I am a developer who is extending the Eclipse platform and using Jena in doing so. I am very much interested in knowing if there exists a Jena...
4673 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Nov 2, 2003
8:11 pm
Hello Shri, #732100a53c0eb63d:2f1921:f893d82801:-7fe4 is not a valid URI. The # character is used to separate a fragment identifier from a base name in some ...
4674 Michael Ryan Bannon
mrbannon@... Send Email
Nov 2, 2003
8:34 pm
Hi, How does Jena define class names given an OWL ontology? My problem is I'm using two (unrelated) ontologies for (unrelated) testing. The first ontology...
4675 Michael Ryan Bannon
mrbannon@... Send Email
Nov 3, 2003
12:25 am
Sorry, another Sunday question... Let's say I have class A and Class B. Class B is a subclass of class A. Furthermore, I define a DatatypeProperty Alpha with...
4676 Saiful Islam
saiful3 Offline Send Email
Nov 3, 2003
3:06 am
Hi, I am writing a simple example program using Jena API (please see below). My question is how can I print the owl:Ontology ? I also tried with...
4677 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Nov 3, 2003
10:07 am
Hello Ryan, So the question is: does alpha rdfs:domain A entail alpha rdfs:domain B? I'm pretty sure that the answer is yes. However, I'm not sure whether...
4678 Dave Reynolds
derihy Offline Send Email
Nov 3, 2003
10:47 am
... That's correct at the moment. The internal implementation could support negative patterns in the forward rules and negation-as-failure in the backward...
4679 Dave Reynolds
derihy Offline Send Email
Nov 3, 2003
11:56 am
I suspect you are picking up the wrong jena.jar file in your classpath. The Jena2 ARPFilter code does not call XMLCharacterProperties, though I think Jena1...
4680 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Nov 3, 2003
11:59 am
Saiful - You haven't created an owl:Ontology element, which is why you get a null pointer exception when you try to add a property to it! ... newM =...
4681 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Nov 3, 2003
12:04 pm
[Sorry about the send of the partially completed message earlier - hit ctl-enter by mistake! -ian] Saiful - You haven't created an owl:Ontology element, which...
4682 Dave Reynolds
derihy Offline Send Email
Nov 3, 2003
12:11 pm
How about: urn:x-uuid:732100a53c0eb63d:2f1921:f88ee6b7a1:-7fe4 ? It looks like a uuid so you might already be conformant with some official urn:uuid scheme but...
4683 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Nov 3, 2003
12:18 pm
Hello Ryan, I would first observe that defining names in the OWL namespace is a bad idea. From the OWL Reference [1]: <quote> 2.2 OWL built-in vocabulary The...
4684 Dave Reynolds
derihy Offline Send Email
Nov 3, 2003
12:23 pm
... Looks rather interesting. ... A quick glance the paper suggests a full port is beyond OWL. If nothing else it includes real operations like "*". You may be...
4685 Jeremy Carroll
jjchplb Offline Send Email
Nov 3, 2003
3:01 pm
... sounds good, if you have old code (from ARP1/Jena1 I guess) that I could start with that would be good - even better would be if you modifed your code to ...
4686 Michael Ryan Bannon
mrbannon@... Send Email
Nov 3, 2003
3:20 pm
Sounds good...thanks again! ... From: "Dickinson, Ian J" <Ian.Dickinson@...> To: <jena-dev@yahoogroups.com> Sent: Monday, November 03, 2003 7:18 AM Subject:...
4687 Stephane Fellah
fellahst Offline Send Email
Nov 3, 2003
3:27 pm
Hi, ... else it ... of it in ... You are correct on this point. A full port requires to have some rule languages built on top of OWL (logical layer in semantic...
4688 Michael Ryan Bannon
mrbannon@... Send Email
Nov 3, 2003
3:28 pm
Hello again, I created the model as follows: OntModel tempModel = ModelFactory.createOntologyModel(ProfileRegistry.OWL_LITE_LANG); ...
4689 Seaborne, Andy
andyseaborne Offline Send Email
Nov 3, 2003
3:42 pm
RDQL itself, and the underlying graph query execution machinary does not take significant extra memory. It's a fixed over head of around a few 10's of...
4690 Dave Reynolds
derihy Offline Send Email
Nov 3, 2003
4:32 pm
This is a message for Karlheinz Morgenroth who contacted me off list concerning RDF-QBE. I've tried to responding to you several times now but every time the...
4691 Shri Kulkarni
skulkarni@... Send Email
Nov 3, 2003
5:35 pm
Thanks, Dave. It seems to work now. Thanks a lot! :) Shri ... From: "Dave Reynolds" <der@...> To: <jena-dev@yahoogroups.com> Sent: Monday, November...
4692 Phuc Nguyen
nguyen@... Send Email
Nov 3, 2003
5:51 pm
Thanks, Andy. It is indeed over an inference model; this could be related to the run-time JVM going up to 700-800MB. I still do not understand why. Anyway, to...
4693 Shri Kulkarni
skulkarni@... Send Email
Nov 3, 2003
5:55 pm
Hi Ian, thanks for your reply. This too seems to work. Thanks! Shri ... From: "Dickinson, Ian J" <Ian.Dickinson@...> To: <jena-dev@yahoogroups.com> Sent:...
4694 Shri Kulkarni
skulkarni@... Send Email
Nov 3, 2003
6:05 pm
Hi, one more question. I need to serialize DAMLModelImpl class. I tried subclassing DAMLModelImpl (as shown in the code attached at the end of this mail) but I...
4695 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Nov 3, 2003
7:11 pm
Hi Shri, Java serialisation is not something that we've really considered for Jena, because (a) we use RDF as the serialisation syntax, and (b) it's not...
4696 bashpola Offline Send Email Nov 3, 2003
7:29 pm
Hi List, How may one change the "@prefix : <#>." to some other URL from Jena? Similarly, is there any way to specify the Base in Model in advance of actually...
4697 holger_knublauch
holger_knubl... Offline Send Email
Nov 3, 2003
7:31 pm
Chris, I do ask for this, because I want to enable Protege users to remove namespace prefixes they no longer need. Holger ... there is no ... for not ... ...
Messages 4668 - 4697 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help