On 1/26/17 4:32 PM, Roland Cornelissen wrote:
> That works fine, as stated before; when the graph is specified in the
> sparql query the results are as expected.
>
> But take f.i. a resource out of these results and ask a DESCRIBE the
> foaf depiction triple is not presented for the resource:
>
> h
Also, if you open a resource in the classic interface (Pubby the extra
triple is shown, i.e foaf:depiction), but when you open the same
resource in the new interface no extra triples is shown.
f.i. http://nl.dbpedia.org/resource/2-hexenal
On 26-01-17 22:19, Kingsley Idehen wrote:
> On 1/24/17 12
That works fine, as stated before; when the graph is specified in the
sparql query the results are as expected.
But take f.i. a resource out of these results and ask a DESCRIBE the
foaf depiction triple is not presented for the resource:
http://nl.dbpedia.org/sparql?default-graph-uri=&query=descr
On 1/24/17 12:22 PM, Roland Cornelissen wrote:
>
> Hi,
>
> I have this weird situation where I load a dataset into nl.dbpedia
> like this:
>
> ld_dir ('/opt/static/data/nlwiki/20170120/', '*.nt',
> 'http://nl.dbpedia.org');
> rdf_loader_run();
>
> Now when I query the data I don't get it any result
Hi Hugh,
I think the load method used for nl.dbpedia is TTL_MT() in a script of
Dimitris. I think that is different from ld_dir(), but I tried ttl_mt()
also later with the same results.
I just updated the VOS instance to the latest version from Github and
tried again to load the data. Again the s
Hi Roland,
Is this not the same method you have loaded DBpedia NL datasets in the past ?
In which case what is different with this new dataset load ?
What other graphs are in the Quad Store:
SPARQL SELECT ?g COUNT(*) { GRAPH ?g {?s ?p ?o.} } GROUP BY ?g ORDER BY
DESC 2;
and can you qu