wikidata-graph-builder icon indicating copy to clipboard operation
wikidata-graph-builder copied to clipboard

problem building a graph

Open jaygray0919 opened this issue 6 years ago • 0 comments

May I ask for your help with a query that we'd like to present in wikidata-graph-builder? We have this query:

SELECT ?item ?itemLabel ?linkTo ?linkToLabel WHERE {
  ?item wdt:P166 wd:Q37922 ;
        wdt:P910 wd:Q8064684 .
  OPTIONAL {
    ?linkTo wdt:P166 wd:Q37922 ;
            wdt:P31 wd:Q5 } .
 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

that can be seen here

But the structure of the query does not support a 'hedgehog' type graph illustrating the relationship between Dylan and other winners of the Nobel Prize in Literature, as shown here

How should we redesign the query so that the relationships are illustrated in wikidata-graph-builder?

Thanks for help here.

/jay gray

jaygray0919 avatar Jan 03 '19 14:01 jaygray0919