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 10215 - 10244 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10215 Dave Reynolds
derihy Offline Send Email
Sep 1, 2004
7:38 am
... Yes, each ontology can be stored in a separate Jena Model or OntModel and the number of these is limited only by memory. ... No, the ModelLoader is just a...
10216 Seaborne, Andy
andyseaborne Offline Send Email
Sep 1, 2004
7:45 am
... Yes - pass the output through something like Perl. Not nice, I grant you. I'll check with Jeremy about the writer doing XML entities. Andy...
10217 Brian
bwmb Offline Send Email
Sep 1, 2004
2:33 pm
foto3...
10218 Brian
bwmb Offline Send Email
Sep 1, 2004
6:20 pm
fotoinfo Password:...
10219 Chris Dollin
anover_alias Offline Send Email
Sep 2, 2004
9:44 am
DARK IN HERE, ISN'T IT? -- Chris "not seeking Susan" Dollin C FAQs at: http://www.faqs.org/faqs/by-newsgroup/comp/comp.lang.c.html C welcome:...
10220 nabiha_belhanafi
nabiha_belha... Offline Send Email
Sep 2, 2004
9:51 am
hello, Mobile devices have a lot of memory contraints, is there any person who tried to install an ontology in a mobile device ? is it possible? which are the...
10221 Nitin Gupta
nitin_gupt_a Offline Send Email
Sep 2, 2004
10:17 am
Hi, I have been given responsibility to design a knowledge system to take care of few issues that users of my company's products face. First phase include...
10222 rich boakes
ear1grey Offline Send Email
Sep 2, 2004
11:59 am
... Hi Chris, since you seem at a loose end I have a question :) in the current reification API: (a) model.remove(Model m) is augmented by: (b)...
10223 Chris Dollin
anover_alias Offline Send Email
Sep 2, 2004
1:20 pm
... Ha. The only time I'm at a loose end is when I'm untangling wires (or string). It's more suspicion about the low traffic (esp since locally various maul...
10224 rich boakes
ear1grey Offline Send Email
Sep 2, 2004
1:51 pm
... Thanks for the confirmation. ... Zawinski's Law here we come :) _______________________________________________ rich...
10225 Brian
bwmb Offline Send Email
Sep 2, 2004
2:27 pm
Predators...
10226 Dave Reynolds
derihy Offline Send Email
Sep 2, 2004
4:41 pm
It all depends on what you are trying to represent about the structure of your product/problem/solution space. If you just have a taxonomy of problems and...
10227 Haya Ghalayini
hayagh_52 Offline Send Email
Sep 2, 2004
7:08 pm
by using listSuperclasses will list all super classes then check if it is a class or restriction class... do i make sense??? "Khaled A. K. Mohammed"...
10228 hayagh_52 Offline Send Email Sep 2, 2004
7:28 pm
(1)do any body know how to get the cardnality rangefrom two restrictions, for eample if class1 is subclass of two restriction, where the first on property p1,...
10229 Grecia Garcia
grecia_gg@... Send Email
Sep 2, 2004
11:10 pm
Hi everybody, I use Jena version 2.1 for a system but I discover that It doesn't work well with blank nodes (or at least it doesn't work in my program). For ...
10230 Luke McDowell
lucasm713 Offline Send Email
Sep 2, 2004
11:39 pm
Hi Jena team, While trying to track down some performance problems, I've narrowed in on the following: Statement.getStatementProperty() seems to be very slow....
10231 Prajakta Nivargi
praj227 Offline Send Email
Sep 3, 2004
2:01 am
Hi, I am using an OWL ontology to create a security ontology for marking up data with its security level. I create instances of classes in the ontology and use...
10232 praj227 Offline Send Email Sep 3, 2004
2:15 am
Thanks Dave, I shall check that out. Another doubt I have is, if I have an rdfs schema file in which I declare classes and then I have an OWL file in which I...
10233 holger_knublauch
holger_knubl... Offline Send Email
Sep 3, 2004
4:09 am
Just to clarify for anyone interested in Protege. We do have two completely different components for RDF/OWL editing in Protege: 1) The RDF Backend is rather...
10234 Ignazio Palmisano
palmisano@... Send Email
Sep 3, 2004
7:17 am
Aout the second problem, in the while() loop you modify the collection on which the iterator is moving and then use again the iterator, while in the if() case...
10235 Chris Dollin
anover_alias Offline Send Email
Sep 3, 2004
7:41 am
... I'm afraid this is another opportunity for us to point out that without telling us *what* the exception was (with the stack-trace), and *what* code caused...
10236 Dave Reynolds
derihy Offline Send Email
Sep 3, 2004
8:27 am
... You will have to do the combination yourself. List the superclasses of your class, for all superclasses that are Restrictions check if they are cardinality...
10237 Dave Reynolds
derihy Offline Send Email
Sep 3, 2004
8:35 am
... That depends on whether inference is required to reach those conclusions or whether they are explict in the data. ... Querying whether A is rdf:type B is...
10238 Dave Reynolds
derihy Offline Send Email
Sep 3, 2004
8:41 am
... Yes. RDFS and OWL and all just RDF and can be freely combined within Jena. ... Yes. You need to make sure the reasoner can see all of your relevant data. ...
10239 Chris Dollin
anover_alias Offline Send Email
Sep 3, 2004
8:59 am
... Hmm. The author of the code [1] appears to have forgotten to consider optimising this case. What happens is that getStatementProperty() has to find the...
10240 Chris Dollin
anover_alias Offline Send Email
Sep 3, 2004
10:59 am
Hi All-especially-Like, ... [a problem statement] ... I have just put into CVS a version of Jena that keeps a triple -> nodes map to optimise this case, at the...
10241 phil_butt2000 Offline Send Email Sep 3, 2004
11:10 am
Hi, I've been looking at the builtin primitives and noticed that there is a sum(?a ?b ?c) but no subtract(?a ?b ?c). Please could someone tell me if there is a...
10242 Dave Reynolds
derihy Offline Send Email
Sep 3, 2004
11:22 am
... You're right. How odd. I'd meant to do a pass through the builtins and round them out to a more logical set but obviously haven't done that. I've logged it...
10243 phil_butt2000 Offline Send Email Sep 3, 2004
12:27 pm
Thanks for helping, however how do I go about duplicating the code for sum, ,where do I duplicate it. Doesnt the ruleparser have have the code and nowhow of...
10244 andrew_crapo Offline Send Email Sep 3, 2004
12:40 pm
I did a simple example to make sure I understood how the transitive reasoning works. However, I can't get the results I expected. I've tried different...
Messages 10215 - 10244 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