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.

Messages

  Messages Help
Advanced
Messages 10215 - 10244 of 35871   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10215
... 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...
Dave Reynolds
derihy
Offline Send Email
Sep 1, 2004
7:38 am
10216
... 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...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 1, 2004
7:45 am
10217
foto3...
Brian
bwmb
Offline Send Email
Sep 1, 2004
2:33 pm
10218
fotoinfo Password:...
Brian
bwmb
Offline Send Email
Sep 1, 2004
6:20 pm
10219
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:...
Chris Dollin
anover_alias
Offline Send Email
Sep 2, 2004
9:44 am
10220
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...
nabiha_belhanafi
nabiha_belha...
Offline Send Email
Sep 2, 2004
9:51 am
10221
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...
Nitin Gupta
nitin_gupt_a
Offline Send Email
Sep 2, 2004
10:17 am
10222
... 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)...
rich boakes
ear1grey
Offline Send Email
Sep 2, 2004
11:59 am
10223
... 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...
Chris Dollin
anover_alias
Offline Send Email
Sep 2, 2004
1:20 pm
10224
... Thanks for the confirmation. ... Zawinski's Law here we come :) _______________________________________________ rich...
rich boakes
ear1grey
Offline Send Email
Sep 2, 2004
1:51 pm
10225
Predators...
Brian
bwmb
Offline Send Email
Sep 2, 2004
2:27 pm
10226
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...
Dave Reynolds
derihy
Offline Send Email
Sep 2, 2004
4:41 pm
10227
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"...
Haya Ghalayini
hayagh_52
Offline Send Email
Sep 2, 2004
7:08 pm
10228
(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,...
hayagh_52
Offline Send Email
Sep 2, 2004
7:28 pm
10229
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 ...
Grecia Garcia
grecia_gg@...
Send Email
Sep 2, 2004
11:10 pm
10230
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....
Luke McDowell
lucasm713
Offline Send Email
Sep 2, 2004
11:39 pm
10231
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...
Prajakta Nivargi
praj227
Offline Send Email
Sep 3, 2004
2:01 am
10232
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...
praj227
Offline Send Email
Sep 3, 2004
2:15 am
10233
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...
holger_knublauch
holger_knubl...
Offline Send Email
Sep 3, 2004
4:09 am
10234
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...
Ignazio Palmisano
palmisano@...
Send Email
Sep 3, 2004
7:17 am
10235
... 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...
Chris Dollin
anover_alias
Offline Send Email
Sep 3, 2004
7:41 am
10236
... 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...
Dave Reynolds
derihy
Offline Send Email
Sep 3, 2004
8:27 am
10237
... 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...
Dave Reynolds
derihy
Offline Send Email
Sep 3, 2004
8:35 am
10238
... 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. ...
Dave Reynolds
derihy
Offline Send Email
Sep 3, 2004
8:41 am
10239
... 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...
Chris Dollin
anover_alias
Offline Send Email
Sep 3, 2004
8:59 am
10240
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...
Chris Dollin
anover_alias
Offline Send Email
Sep 3, 2004
10:59 am
10241
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...
phil_butt2000
Offline Send Email
Sep 3, 2004
11:10 am
10242
... 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...
Dave Reynolds
derihy
Offline Send Email
Sep 3, 2004
11:22 am
10243
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...
phil_butt2000
Offline Send Email
Sep 3, 2004
12:27 pm
10244
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...
andrew_crapo
Offline Send Email
Sep 3, 2004
12:40 pm
Messages 10215 - 10244 of 35871   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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