Changes

Jump to navigation Jump to search
no edit summary
Line 182: Line 182:  
else {
 
else {
 
    // Now check via sparql (much slower but includes subtypes)
 
    // Now check via sparql (much slower but includes subtypes)
    const endpointUrl = 'https://query.personaldata.io/sparql',
+
    const endpointUrl = 'https://query.personaldata.io/proxy/wdqs/bigdata/namespace/wdq/sparql',
 
sparqlQuery = 'Ask { wd:Q' + qid + ' wdt:P3/wdt:P4* wd:Q' + typeqid +
 
sparqlQuery = 'Ask { wd:Q' + qid + ' wdt:P3/wdt:P4* wd:Q' + typeqid +
 
'. hint:Prior hint:gearing "forwards" }',
 
'. hint:Prior hint:gearing "forwards" }',

Navigation menu