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

Messages

  Messages Help
Advanced
Messages 3173 - 3202 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3173 Chris Dollin
eccentric_he... Offline Send Email
Jul 1, 2003
7:38 am
... This is deliberate. ... Well, a cursory peek show that there are 7 packages under ontology that are .impl or .impl.test, ie they are implementation...
3174 Jeremy Carroll
jjchplb Offline Send Email
Jul 1, 2003
7:54 am
... That's deliberate and should answer your question. The javadoc shows the API which is intended for the normal user and the SPI which is intended for the...
3175 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Jul 1, 2003
8:00 am
Hi Magdi, I disagree that the Javadoc is broken and needs fixing. Let's look at the directory hierarchy for ontology: ./com/hp/hpl/jena/ontology ...
3176 Jeremy Carroll
jjchplb Offline Send Email
Jul 1, 2003
8:41 am
... A bit of both - it's not really finished yet. Jeremy...
3177 Dave Reynolds
derihy Offline Send Email
Jul 1, 2003
9:37 am
Hi, ... As I said in my last message: o inconsistencies are flagged via the validate() method o validation is not yet implemented My current priority is to...
3178 khedry_mo2000 Offline Send Email Jul 1, 2003
2:57 pm
Hi I am working on the new jena2p4 inference model and ontology api. I can see that infernece in DAML is based on transative and RDFS (if i am correct). and...
3179 Emmanuel Pietriga
epietriga Offline Send Email
Jul 1, 2003
3:07 pm
It looks like setNsPrefix() methods were moved to PrefixMapping and disappeared from interface RDFWriter. Unfortunately, because of this, they are no longer...
3180 Chris Dollin
eccentric_he... Offline Send Email
Jul 1, 2003
3:19 pm
... Whoops. Yes, that's a bug. I'll add a TODO and it will get done "soon" (certainly by J2). -- Chris "going home ..." Dollin C FAQs at:...
3181 Ernesto Krsulovic
ekrsulov Offline Send Email
Jul 1, 2003
3:27 pm
Hello In RDFS the properties are inherited from superclasses? If yes, I think this is a valid rule for RDFS: [propertiesFromSuperClass: (?x rdfs:domain ?y),...
3182 Dave Reynolds
derihy Offline Send Email
Jul 1, 2003
4:05 pm
Hi, We are not doing any specific work to support DAML inference. After all we haven't even managed to complete the OWL/Lite work to our own satisfaction :-) ...
3183 Dave Reynolds
derihy Offline Send Email
Jul 1, 2003
4:11 pm
... Correct. ... I'm afraid not in RDFS itself, but it is valid in some languages built on RDFS. The definition of rdfs:domain (and similarly rdfs:range) in...
3184 khedry_mo2000 Offline Send Email Jul 1, 2003
4:26 pm
Hi Could you tell me a some information about the rule files in etc. are they written in say flora syntax or what type of a logic syntax. can i add rules of my...
3185 Dave Reynolds
derihy Offline Send Email
Jul 1, 2003
4:43 pm
As it says in the included documentation: "At this release the engine is exposed via the GenericRuleReasoner and is complete enough to support the RDFS...
3186 Ernesto Krsulovic
ekrsulov Offline Send Email
Jul 1, 2003
7:27 pm
Hello Dave first thanks for you answer. ... rdfs:domain ?z)] ... built on RDFS. ... Semantics ... section 3.3. ... version ... rdfs3a in ... that OWL is ... ...
3187 Andrzej Uszok
auszok Offline Send Email
Jul 1, 2003
10:57 pm
Dear Holger, Thank you for your info. It is great that you a working on this and that you release it to the public. I have a question if and if yes when you...
3188 Holger Knublauch
holger@... Send Email
Jul 1, 2003
11:12 pm
Andrzej, thanks for your question. The short answer is perhaps in autumn. The long answer is that it is not easy and that we will discuss these issues soon...
3189 Bob MacGregor
bmacgregor61 Offline Send Email
Jul 2, 2003
1:13 am
Storing fully-qualified names in Protege would indeed be awful. Fortunately, its completely unnecessary. Our (hacked) version of Protege uses qnames ( e.g.,...
3190 Hugh Winkler
hwinkler99 Offline Send Email
Jul 2, 2003
6:28 am
Hi Dave, Thanks for your reply. ... OK! Got it finally! What did not click for me, was that hasRDFType() may return incorrect results if invalid() is true. I...
3191 Jeremy Carroll
jjchplb Offline Send Email
Jul 2, 2003
8:31 am
... While I doubt this is the contract Dave will/has implement, a logically correct contract when given an inconsistent input would return that all possible...
3192 Dave Reynolds
derihy Offline Send Email
Jul 2, 2003
11:18 am
Ah, sorry I misread your proposed rule as being about superclasses. In that case, I don't think your proposed rule is valid, whichever of the if/iff semantics...
3193 Dave Reynolds
derihy Offline Send Email
Jul 2, 2003
11:40 am
Hi Hugh, ... Unfortunately consistency checking is amongst the most expensive operations :-) I've been aiming at allowing applications to do a single...
3194 khedry_mo2000 Offline Send Email Jul 2, 2003
12:56 pm
Hi I am doing some codes with Jena2 and in the following code i am trying the subclass inference but it gives a false result if i am right in my code. Also is...
3195 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Jul 2, 2003
1:18 pm
Do you have a particular need to use the legacy DAML API? Because, as I have said already, the main ontology API will handle DAML as well as OWL and RDFS, and...
3196 Chris Dollin
eccentric_he... Offline Send Email
Jul 2, 2003
1:29 pm
... You could try using the correct daml namespace - the model writer should then recognise it. Alternatively model.setNsPrefix( "daml", namespce ); should do...
3197 khedry_mo2000 Offline Send Email Jul 2, 2003
1:37 pm
Hi thanks for your reply. I wonder if you mean by legacy DAML that i am using DAML instead of OWL. or i am using API that is not in the ontology?. i changed...
3198 Stanislav Pokraev
stanislav.pokraev@... Send Email
Jul 2, 2003
1:58 pm
Jena-developers, I use Jena2p4. I have an RDFSModel that I want to query. But when I try an RDQL query that has more than 10 patterns in the 'FROM' clause I...
3199 Seaborne, Andy
andyseaborne Offline Send Email
Jul 2, 2003
2:39 pm
Stanislav, There should be no limits on the RDQL query. We will look at this. Could you post the queries themselves? Andy ... From: Stanislav Pokraev...
3200 Seaborne, Andy
andyseaborne Offline Send Email
Jul 2, 2003
3:52 pm
It's a bug that slipeed through from some old, intermediate code - Chris says "oops"!. It will be fixed ASAP. Andy ... From: Seaborne, Andy...
3201 Hugh Winkler
hwinkler99 Offline Send Email
Jul 2, 2003
3:55 pm
Hi all, Almost certainly this is a well known problem; I understand optimization is underway. Just offering this data point: Loading the W3C Wine ontology,...
3202 Ian Dickinson
ian_j_dickinson Offline Send Email
Jul 2, 2003
4:22 pm
The ontology API is com.hp.hpl.jena.ontology. This will handle DAML+OIL, OWL and RDFS. The legacy DAML API is com.hp.hpl.ontology.daml. This is not stable;...
Messages 3173 - 3202 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