"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 wdt:P569 ?p569 ;\n wdt:P570 ?p570 ;\n wdt:P2031 ?p2031 ;\n wdt:P2032 ?p2032 ;\n av:number-of-discoveries ?numberOfDiscoveries . \n} WHERE {\n OPTIONAL {\n SELECT ?node (COUNT(DISTINCT(?discovery)) AS ?numberOfDiscoveries1)\n WHERE {\n ?discovery wdt:P61 ?node .\n }\n GROUP BY ?node\n }\n BIND(COALESCE(?numberOfDiscoveries1, 0) AS ?numberOfDiscoveries)\n \n OPTIONAL {\n ?node schema:description ?description .\n FILTER (LANG(?description) = \"cs\" || LANG(?description) = \"en\")\n }\n OPTIONAL {\n ?node wdt:P18 ?p18 .\n }\n OPTIONAL {\n ?node wdt:P569 ?p569 .\n }\n OPTIONAL {\n ?node wdt:P570 ?p570 .\n }\n OPTIONAL {\n ?node wdt:P2031 ?p2031 .\n }\n OPTIONAL {\n ?node wdt:P2032 ?p2032 .\n }\n \n SERVICE wikibase:label { bd:serviceParam wikibase:language \"en\". } \n \n}" . "Discoverer detail"@en . . .