-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I have this Wikidata query:
SELECT ?root_name ?parent_name ?child_name WHERE
{
VALUES ?root_name {"Brassica rapa"}
?root wdt:P225 ?root_name .
?child wdt:P171+ ?root .
?child wdt:P171 ?parent .
?child wdt:P225 ?child_name .
?parent wdt:P225 ?parent_name .
SERVICE wikibase:label {bd:serviceParam wikibase:language "en" }
}
When using
display results: treemap
WD produces a structured hierarchy
Similarly
display results: dimensions
plots the tree
When I use the above query on Wikidata Graph Builder, I see the error message
Unable to load graph data
me.item is undefined
Is this user-error?
Is there a working WGB query that will display the child items for the parent root_name?
Thanks for advice here.
/jay
Metadata
Metadata
Assignees
Labels
No labels