[ANN] Apache Jena Fuseki2

2015-03-22 Thread Andy Seaborne
Apache Jena is framework for building linked data and semantic web applications. The team is please to announce a major revision of Fuseki, the Apache Jena SPARQL server. http://jena.apache.org/documentation/fuseki2/ Fuseki2 can run as a operating system service, as a Java web application

Re: SPARUL & Turtle compatibility

2014-09-23 Thread Andy Seaborne
You can have \u in string literal in SPARQL -- it happens a different in SPARQL. \u processing is applied to the input char stream via http://www.w3.org/TR/sparql11-query/#codepointEscape (it's this, not the Turtle way, for historical reasons i.e. compatibility with SPARQL 1.1) An

Re: Understanding datatypes in RDF 1.1 - was various things

2013-12-06 Thread Andy Seaborne
(and now, press "send" not "save") On 02/12/13 12:35, Hugh Glaser wrote: Hmm, My head is spinning a bit now - I’m trying to understand something simple - "1"^^xsd:boolean. So my reading says that is a valid lexical form (in the lexical space) for the value ’true’ (in the value space). (http:/

An

2013-12-02 Thread Andy Seaborne
On 01/12/13 23:02, Hugh Glaser wrote: Hi. Thanks. A bit of help please :-) On 1 Dec 2013, at 17:36, Andy Seaborne wrote: On 01/12/13 12:25, Tim Berners-Lee wrote: On 2013-11 -23, at 12:21, Andy Seaborne wrote: On 23/11/13 17:01, David Booth wrote: [...] This would have been fixed

Re: Lang and dt in the graph. Was: Dumb SPARQL query problem

2013-12-01 Thread Andy Seaborne
On 01/12/13 12:25, Tim Berners-Lee wrote: On 2013-11 -23, at 12:21, Andy Seaborne wrote: On 23/11/13 17:01, David Booth wrote: [...] This would have been fixed if the RDF model had been changed to represent the language tag as an additional triple, but whether this would have been a net

Re: Dumb SPARQL query problem

2013-11-23 Thread Andy Seaborne
On 23/11/13 17:01, David Booth wrote: Hi Hugh, A little correction and a further question . . . On 11/23/2013 10:17 AM, Hugh Glaser wrote: Pleasure. Actually, I found this: http://answers.semanticweb.com/questions/3530/sparql-query-filtering-by-string I said it is a pig’s breakfast because

Re: SPARQL results in RDF

2013-09-25 Thread Andy Seaborne
On 25/09/13 15:10, Sven R. Kunze wrote: On 09/25/2013 04:02 PM, Dave Reynolds wrote: On 25/09/13 14:57, Sven R. Kunze wrote: On 09/25/2013 03:53 PM, Dave Reynolds wrote: Hi Damian, On 25/09/13 14:16, Damian Steer wrote: On 25/09/13 12:03, Stuart Williams wrote: On 25/09/2013 11:26, Hugh G

Re: SPARQL results in RDF

2013-09-23 Thread Andy Seaborne
DAWG did at one time work with result sets encoded in RDF for the testing work. As the WG progressed, it was clear that implementation of testing was based on result set comparison, and an impl needed to grok the XML results encoding anyway. Hence the need for the RDF form dwindled but it's s

Re: Again on endpoint server limits [WAS Re: Public SPARQL endpoints:managing (mis)-use and communicating limits to users.]

2013-06-03 Thread Andy Seaborne
There's a practical tradeoff of streaming and whole result processing in the server. Streaming can give lower latency to first result for the client which can be a better user experience. HTTP status code go in the header so to insert the perfect answer, the server needs to see the end of the

Re: Restpark - Minimal RESTful API for querying RDF triples

2013-04-18 Thread Andy Seaborne
On 18/04/13 11:56, Paul Groth wrote: There's also a java implementation. ELDA: http://code.google.com/p/elda/ Andy

Re: Content negotiation for Turtle files

2013-02-06 Thread Andy Seaborne
I use the follow .htaccess file: AddType text/turtle .ttl AddType application/rdf+xml .rdf AddType application/ld+json .jsonld AddType application/n-triples .nt AddType application/owl+xml .owl AddType text/trig .trig AddType application/n-quads

Re: Proposal: register /.well-known/sparql with IANA

2012-12-24 Thread Andy Seaborne
On 24/12/12 14:38, Kingsley Idehen wrote: On 12/23/12 8:48 PM, David Wood wrote: On Dec 22, 2012, at 17:23, Kingsley Idehen wrote: On 12/22/12 11:25 AM, Melvin Carvalho wrote: So I think anyone register this, if there's interest, it would probably just need to reopen the conversation with

Re: ANN: Sparallax! - Browse sets of things together (now those on your SPARQL endpoint)

2011-08-18 Thread Andy Seaborne
On 18/08/11 00:03, Danny Ayers wrote: > Which aggregate functions are needed? > ARQ has some support (very possibly more than) listed here: > http://jena.sourceforge.net/ARQ/group-by.html > > [Andy, are there any more query examples around? I can't seem to get > count(*) working here] > ARQ run

Re: Why does rdf-sparql-protocol say to return 500 when refusing a query?

2011-05-04 Thread Andy Seaborne
--Original Message- From: public-lod-requ...@w3.org [mailto:public-lod-requ...@w3.org] On Behalf Of Andy Seaborne Sent: Wednesday, April 27, 2011 5:35 AM To: Hugh Glaser Cc: Subject: Re: Why does rdf-sparql-protocol say to return 500 when refusing a query? I agree with the sentiment. Teh HTTP st

Re: Why does rdf-sparql-protocol say to return 500 when refusing a query?

2011-04-27 Thread Andy Seaborne
t connect to the back end cluster, or whatever. Otherwise, I sort of don't know much. Somehow I think that the codes should enable me to distinguish between these, as each of them implies that the client should take different actions to compensate. And it is in the server's interest t

Re: Why does rdf-sparql-protocol say to return 500 when refusing a query?

2011-04-17 Thread Andy Seaborne
To quote RFC 2616: """ Response status codes beginning with the digit "5" indicate cases in which the server is aware that it has erred or is incapable of performing the request" """ and the server is incapable. It may be the query or the given query at that point in time. There aren't th

Re: Show me the money - (was Subjects as Literals)

2010-07-05 Thread Andy Seaborne
The other economic-like argument is that there is only so much developer bandwidth in the world, whether open source or proprietary. Do you think that bandwidth should be applied to changing current code to track changes, to making existing systems more usable, or (open source) on supporting u

Re: DBpedia hosting burden

2010-04-15 Thread Andy Seaborne
On 15/04/2010 2:44 PM, Kingsley Idehen wrote: Andy, Great stuff, this is also why we are going to leave the current DBpedia 3.5 instance to stew for a while (until end of this week or a little later). DBpedia users: Now is the time to identify problems with the DBpedia 3.5 dataset dumps. We d

Re: DBpedia hosting burden

2010-04-15 Thread Andy Seaborne
On 15/04/2010 1:36 PM, Andy Seaborne wrote: I ran the files from http://www.openjena.org/~afs/DBPedia35-parse-log-2010-04-15.txt Doh! Cut & paste error: http://downloads.dbpedia.org/3.5/en/ through an N-Triples parser with checking: The report is here (it's 25K lines lon

Re: DBpedia hosting burden

2010-04-15 Thread Andy Seaborne
I ran the files from http://www.openjena.org/~afs/DBPedia35-parse-log-2010-04-15.txt through an N-Triples parser with checking: The report is here (it's 25K lines long): http://www.openjena.org/~afs/DBPedia35-parse-log-2010-04-15.txt It covers both strict errors and warnings of ill-advised fo