***Apology for multiple copies*** http://iswc2008.semanticweb.org/calls/call-for-posters-and-demonstrations/ ISWC 2008 will hold combined poster and...
Hi Andy, Another quick + probably (hopefully?) moderately simple question. It appears that when ARQ is issued a SELECT DISTINCT query (however simple) it reads...
... You right that DISTINCT is being done client-side but that's not the only thing eating your memory. JDBC does not stream (well - not in default settings,...
Hey, Did you hear about Scour? It is the next gen search engine with Google/Yahoo/MSN results and user comments all on one page. Best of all we get paid for...
Hey, Did you hear about Scour? It is the next gen search engine with Google/Yahoo/MSN results and user comments all on one page. Best of all we get paid for...
On Thu, Jul 17, 2008 at 6:38 PM, Seaborne, Andy ... Indeed - the query should only be returning 85 results though, so that shouldn't be much of a problem! Out...
I'm using Jena 2.5.4 with ARQ 2.1 and am trying to add SDB 1.0. I read in another post that these versions should work together: "> If I retrieve the last...
Hey, Did you hear about Scour? It is the next gen search engine with Google/Yahoo/MSN results and user comments all on one page. Best of all we get paid for...
Hai While typing the input from the keyboard i am getting the following classes and equivalent classes. But i could not able to display the properties I am...
Is it possible to get Joseki to return JSON instead of RDF/XML on SPARQL DESCRIBE? And is it possible to control when Joseki should return JSON instead of...
Magnus Haraldsen Amun...
Magnus.Haraldsen.Amun...
Jul 18, 2008 7:22 am
35855
... Note: you are restricting to direct properties; this may remove some properties that have actually been found. How do you create the model? What reasoner...
This is just a quick note to say I think there's a bug in ARQ, class JSONOutputResultSet. At line 42 the keyword "static" appears, followed by two blank lines,...
Dear all, it seems that we found a problem in Joseki (both release and CVS version). We have setup joseki-config.ttl with the following configuration...
Hi, OpenLink Software is pleased to announce a new release of Virtuoso, Open-Source Edition, version 5.0.7. This release includes: New: fully operational...
... There isn't JSON support for RDF graphs in Joseki (yet). Andy ... -- Hewlett-Packard Limited Registered Office: Cain Road, Bracknell, Berks RG12 1HN ...
... Alex, You would need the arq.jar shipped with SDB (the downloads include a snapshot of the jars used for development and testing of each system) and that...
Hi Alessandra and Thomas, FROM / FROM NAMED describe the dataset to be queried (as do the protocol arguments default-graph-uri and named-graph-uri). In...
... protocol arguments default-graph-uri and named-graph-uri). In Joseki, they are read from the web using HTTP - and http://example.org/rdfs/ does not exists...
... Yes - all named graphs are accessed with GRAPH. The FROM (NAMED) describes the dataset to be queried. In Joseki, that means fetched from the web. Andy...
FWIW a little while ago I wrote a Java utility for converting a node in an RDF graph to a JSON object, see: http://conception.sourceforge.net/rdfoo/ Have never...
I'm trying to translate a representation into OWL using the Jena API. My question is both an OWL and a Jena question. Suppose I have a Class Part, which is the...
Hi Andy, No need to reply to this, but FWIW I thought I'd put down our requirements so you know what we're up to and what we'd hope to get from Joseki in the...
... and rather than just be demanding, I thought I'd try to eat my own dog food and write a minimal SPARQL servlet that meets some of these requirements :) I...
Hi Andy, ... Define a DataRange object containing your permitted literal values, then use that DataRange object in the range of the owl:allValuesFrom or ...
Hi all, I create an OntModel (say rootModel) from several other models which are used for loading some owl files and creating individuals. I do this using...
Hi all: I am tring to do the reasoning on datatype property value. Here is my examples: A hasID 1 ... B hasID 2 ... BB hasAge 20 ... C hasID 3 ... CC hasAge 20...