Re: Empty index with Jena Text and Fuseki

2013-06-22 Thread baran_H
On Fri, 21 Jun 2013 21:09:59 +0200, Andy Seaborne a...@apache.org wrote: I have already a config file made from the info http://jena.staging.apache.org/documentation/query/text-query.html which works without err-messages. And I already loaded my dataset without any indexing addings from

Re: Empty index with Jena Text and Fuseki

2013-06-22 Thread Andy Seaborne
On 22/06/13 08:59, baran_H wrote: ... but i have a LAST question here: Promise? Is PREFIX text: http://jena.apache.org/text# defined in SPARQL-spec with the aim of identical query syntax for all SPARQL implementations supporting text-indexing and if not, is a similar thing planned for the

RDF Patch - Recording changes to an RDF Dataset

2013-06-22 Thread Andy Seaborne
Some developing thoughts on a patch format for RDF graphs (and datasets) happening. Unfinished, work-in-progress: http://afs.github.io/rdf-patch/ This could serve as an HTTP PATCH format which would make managing graphs much easier. Background: An encoding into the RDF Abstract data

AW: AW: Empty index with Jena Text and Fuseki

2013-06-22 Thread Neubert Joachim
Hi Andy, indexing via Fuseki (#31) and and jena.textIndexer now worked both for me - thanks for your help. In a production setting, I'd prefer the latter, because a) the Fuseki datastore should better be read-only, and b) on large datasets, loading and index building may take some hours, and

text:map with multiple properties

2013-06-22 Thread Neubert Joachim
I could not manage to get multiple properties indexed in one index. If, in config-tdb-text.ttl (#31), I change text:map ( # rdfs:label [ text:field text ; text:predicate rdfs:label ] + # dc:title + [ text:field text ; text:predicate dc:title ] )

Re: AW: AW: Empty index with Jena Text and Fuseki

2013-06-22 Thread Andy Seaborne
On 22/06/13 13:54, Neubert Joachim wrote: Hi Andy, indexing via Fuseki (#31) and and jena.textIndexer now worked both for me - thanks for your help. In a production setting, I'd prefer the latter, because a) the Fuseki datastore should better be read-only, and b) on large datasets, loading

SPARQL text-indexing query-standard

2013-06-22 Thread baran_H
Continuation from: http://mail-archives.apache.org/mod_mbox/jena-users/201306.mbox/%3c51c57ec0.2030...@apache.org%3e Is PREFIX text: http://jena.apache.org/text# defined in SPARQL-spec with the aim of identical query syntax for all SPARQL implementations supporting text-indexing and if not, is

Re: text:map with multiple properties

2013-06-22 Thread Andy Seaborne
On 22/06/13 14:12, Neubert Joachim wrote: I could not manage to get multiple properties indexed in one index. If, in config-tdb-text.ttl (#31), I change text:map ( # rdfs:label [ text:field text ; text:predicate rdfs:label ] + # dc:title + [

problem met after querying fuseki

2013-06-22 Thread Jie
Hello, everyone, I have met a problem with fuseki. After publishing my data stored in the TDB folder on the fuseki, the query select * where {GRAPH ?src {?s ?p ?o}} , I have got an almost empty table with many rows, as showed after: SPARQLer Query Results sposrc1

AW: text:map with multiple properties

2013-06-22 Thread Neubert Joachim
Hi Andy, Thank you for the encouragement, I've filed suggestions for documentation improvement in https://issues.apache.org/jira/browse/JENA-476 . Cheers, Joachim -Ursprüngliche Nachricht- Von: Andy Seaborne [mailto:a...@apache.org] Gesendet: Samstag, 22. Juni 2013 19:59 An: