"Personality detail"@en . . . "PREFIX wd: \nPREFIX wdt: \nPREFIX skos: \nPREFIX rdfs: \nPREFIX dct: \nPREFIX schema: \nPREFIX av: \nPREFIX browser: \nCONSTRUCT {\n ?node rdfs:label ?nodeLabel ;\n dct:description ?description ;\n wdt:P18 ?p18 .\n} WHERE {\n \n {\n ?node rdfs:label ?nodeLabel .\n FILTER (LANG(?nodeLabel) = \"en\")\n } UNION {\n ?node schema:description ?description .\n FILTER (LANG(?description) = \"en\")\n } UNION {\n ?node wdt:P18 ?p18 .\n }\n\n}" .