Re: Analyzing SPARQL Queries

2019-10-06 Thread Adrian Walker
Bart, This might be useful -- www.executable-english.com/demo_agents/RDFQueryLangComparison1.agent Cheers, -- Adrian Adrian Walker Executable English LLC San Jose, CA, USA (USA) 860 830 2085 (California time) www.executable-english.com On Sun, Oct 6,

Analyzing SPARQL Queries

2019-10-06 Thread Bart van Leeuwen
Hi, I'm looking for some examples to analyze a sparql query e.g. select * where { ?s a ?t . ?s ?x } I would like to be able to infer that ?t is rdf:class and that ?x is related to ?s by ex#b I've looked at Query.getQueryPattern() and the walker but couldn't find a nice

Re: No such type:

2019-10-06 Thread Chris Tomlinson
Hello Laura, Now that another issue is being examined some data and queries will be needed. Thanks, Chris > On Oct 6, 2019, at 16:26, Laura Morales wrote: > > $ cat run/config.ttl > @prefix :<#> . > @prefix fuseki: . > @prefix rdf:

Re: No such type:

2019-10-06 Thread Laura Morales
$ cat run/config.ttl @prefix :<#> . @prefix fuseki: . @prefix rdf: . @prefix rdfs: . @prefix tdb: . @prefix ja:

Re: No such type:

2019-10-06 Thread Chris Tomlinson
Hi Laura, It would be helpful to see the assembler file. Then we may get closer to whether there's a bug. Regards, Chris > On Oct 6, 2019, at 12:27, Laura Morales wrote: > > I'm trying to enable full text search on a Fuseki v3.12 instance but I get > the error shown below. The assembler is

No such type:

2019-10-06 Thread Laura Morales
I'm trying to enable full text search on a Fuseki v3.12 instance but I get the error shown below. The assembler is pretty much a copycat of the documentation, with a Lucene text index. The assembler contains the prefix "text: ". Is this a bug? $ java -cp