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 501 - 530 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
501 Brian McBride
bwmb Offline Send Email
Jan 2, 2002
9:22 am
... Yup, I had misread it first time round, but Andy pointed this out to me. Brian...
502 Seaborne, Andy
andyseaborne Offline Send Email
Jan 2, 2002
10:05 am
Going off at a tangent ... sometimes it is inconvenient to set the URI on a resource at the point it is created. The ideal would be to have an "unset" ...
503 Brian McBride
bwmb Offline Send Email
Jan 2, 2002
11:01 am
Harry, Hmmm, dual cpu's. As Andy mentioned we have seen something like this before, also on a dual cpu box. Is it possible for you to run on a single cpu box...
504 Brian McBride
bwmb Offline Send Email
Jan 2, 2002
11:52 am
... Right Emamanuel: These programs can be set use use a proxy to traverse a firewall by setting system properties. To use a socks proxy include the following...
505 Wagner,Harry
wagnerh@... Send Email
Jan 2, 2002
2:08 pm
Hi Brian, ... Yes, but I need to build it. The box only has an OS right now. Give me a day or two... ... It's a servlet application, so it is possible. The...
506 Andrew Newman
anewman@... Send Email
Jan 3, 2002
6:12 am
Hi, I needed xml:base implemented and saw that most of the stubs were there but it wasn't implemented in RDFXMLWriter. I have a simple implementation which...
507 Will Sargent
will_sargent Offline Send Email
Jan 3, 2002
7:09 am
Hi Brian, I had many of the same issues as Harry. I'm fed up with dealing with Berkeley DB integration into Java; there's no way to know what's going on in...
508 Jeremy Carroll
jjc@... Send Email
Jan 3, 2002
11:12 am
The status of xml:base in RDF/XML is still in discussion in the RDF Core WG. Your doc passes the validator simply because the validator is misconfigured and...
509 Brian McBride
bwmb Offline Send Email
Jan 3, 2002
11:17 am
... Short answer is yes. Longer answer is we'll have to be a little careful how we do it. The RDFCore WG hasn't closed out its decision on xml:base yet,...
510 Wagner,Harry
wagnerh@... Send Email
Jan 3, 2002
6:06 pm
Hi Brian, I finished the install on a single-cpu machine this morning: http://rdftriple.org:8080/registry/index.html I've never been able to figure out what...
511 Seaborne, Andy
andyseaborne Offline Send Email
Jan 3, 2002
6:15 pm
Minor: concurrent-1.3.0.jar is just used by RDQL. It is a complied version of Doug Lee's concurrency code. Last time we saw any BDB error here it was with ...
512 Andrei S. Lopatenko
andrei_lopat... Offline Send Email
Jan 3, 2002
6:18 pm
Dear Jena team, sometime ago you noticed about SOAP access to Jena QueryEngine SOAP access is also mentioned in Jena Review Issues If that possible to use it...
513 Andrei S. Lopatenko
andrei_lopat... Offline Send Email
Jan 3, 2002
6:41 pm
Dear Jena team, sometime ago you noticed about SOAP access to Jena QueryEngine SOAP access is also mentioned in Jena Review Issues If that possible to use it...
514 chuck.irvine@...
crirvine123 Offline Send Email
Jan 3, 2002
7:32 pm
Given an instance of DAMLClass, how can I retrieve the corresponding DAMLInstances of this class? Thanks Chuck...
515 Andrei S. Lopatenko
andrei_lopat... Offline Send Email
Jan 3, 2002
8:04 pm
There are two ways to retrieve DAMLInstances of DAMLClass Please, check, it is not tested code, I am just typing from memory The first one DAMLClass...
516 chuck.irvine@...
crirvine123 Offline Send Email
Jan 3, 2002
8:59 pm
Andrei,   Thanks for your help. Unfortunately, I don't understand the first argument specified below for method listSubjectsWithProperties. If I understand...
517 Andrei S. Lopatenko
andrei_lopat... Offline Send Email
Jan 3, 2002
9:44 pm
Dear Chuck yes, you are right the first argument of listSubjectwithProperties is Property The listSubjectwithProperties returns resources which satisfy your...
518 Andrew Newman
anewman@... Send Email
Jan 3, 2002
11:18 pm
... Well, from what you've said I have misunderstood the API. I did think that the explanation of the base parameter and xml:base, to have a "base URI for...
519 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Jan 4, 2002
12:07 am
Hi Chuck,  ... Thanks for the suggestion. We're currently preparing a minor-version refresh of Jena. To date, the only DAML changes are bug fixes, but I...
520 Brian McBride
bwmb Offline Send Email
Jan 4, 2002
10:37 am
... Simplest is probably to send it to the mailing list. ... xml:base is an addition to the base xml specs, but it is required to be specifically endorsed by...
521 Brian McBride
bwmb Offline Send Email
Jan 4, 2002
10:55 am
Harry, ... cool. ... Since we have seen something similar, I think its more likely its in the code. Jena's thread safety is something that I brought up at the...
522 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Jan 4, 2002
11:21 am
One thing to be careful of with this problem is that rdf:type is equivalent to daml:type. In principle, an ontology designer can declare any property, say...
523 chuck.irvine@...
crirvine123 Offline Send Email
Jan 4, 2002
3:04 pm
  ... From: Ian.Dickinson [mailto:Ian_Dickinson@...] Sent: Friday, January 04, 2002 5:22 AM To: jena-dev Subject: RE: [jena-dev] How retrieve DAMLInstances...
524 chuck.irvine@...
crirvine123 Offline Send Email
Jan 4, 2002
5:29 pm
When I call listDAMLInstances on a model that (I believe) contains DAMLInstances, it returns an "empty" interator. Since, admittedly, I'm very new to this, I...
525 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Jan 4, 2002
5:45 pm
Hi Chuck, It's a long standing bug that has now been fixed. The fix will be available in the forthcoming release. Search the archives for previous discussion, ...
526 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Jan 4, 2002
6:00 pm
Hi Chuck, ... I should have set it as an exercise :-) Here you go: /** * Answer an iterator over the instances of this class that currently exist * in the...
527 chuck.irvine@...
crirvine123 Offline Send Email
Jan 4, 2002
9:36 pm
I notice that when I call getSuperClasses on a DAMLClass, I get back both direct and indirect superclasses. For example, after reading in ...
528 Seaborne, Andy
andyseaborne Offline Send Email
Jan 4, 2002
10:22 pm
Andrei, I have been looking at doing something like this. Here is an outline of what I am planning - comments are very welcome. API/Client: There is going to...
529 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Jan 5, 2002
12:01 am
Hi Chuck, Funny you should say that. I've just (a few hours ago) had the same issue, and I've added a closure flag to getSuperClasses() and getSubClasses() on...
530 Andrei S. Lopatenko
andrei_lopat... Offline Send Email
Jan 6, 2002
5:12 am
Dear Ian I think it is very important to include into Jena a real support of DAML capabilities to express semantic relations between classes, properties For...
Messages 501 - 530 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