"PREFIX wd: \nPREFIX wdt: \nPREFIX rdfs: \nPREFIX schema: \nPREFIX wdab: \nPREFIX browser: \nCONSTRUCT {\n ?node rdfs:label ?nodeLabel ;\n schema:description ?nodeDescription ;\n wdt:P18 ?p18 .\n} WHERE {\n ?node rdfs:label ?nodeLabel .\n optional { ?node schema:description ?nodeDescription . FILTER (lang(?nodeDescription) = \"en\")}\n optional { ?node wdt:P18 ?p18 . }\n\n FILTER(lang(?nodeLabel) = \"en\")\n\n}" . . . "Habitat basic detail"@en .