"Facet to filter people based on the country they were born in."@en . "label" . "Born in country"@en . . "\n PREFIX wdt: \n PREFIX browser: \n\n CONSTRUCT {\n ?node browser:queryPath ?targetNode.\n } WHERE { \n #INSERTNODES\n ?node wdt:P19/wdt:P17/rdfs:label ?targetNode.\n\n FILTER (LANG(?targetNode) = \"en\")\n }\n " . .