. "Taxa stadied by branch of science"@en . "PREFIX wd: \nPREFIX wdt: \nPREFIX rdfs: \nPREFIX wdab: \nPREFIX browser: \nCONSTRUCT {\n ?taxon a ?animalClass ;\n rdfs:label ?taxonLabel ;\n wdab:studiedBy ?node ;\n browser:class \"taxon\", \"animalHierarchicalGroup\", ?taxonRankLabel .\n\n wdab:studiedBy browser:class \"studiedBy\" .\n} WHERE {\n {\n select distinct ?taxon ?taxonLabel ?taxonRankLabel ?node ?animalClass where {\n ?taxon rdfs:label ?taxonLabel ;\n wdt:P2579 ?node ;\n wdt:P105 ?taxonRank ;\n wdt:P171* ?class .\n\n ?taxonRank rdfs:label ?taxonRankLabel .\n values ?taxonRank { wd:Q37517 wd:Q36602 wd:Q8436 wd:Q34740 wd:Q7432 }\n\n values ?class { wd:Q7377 wd:Q5113 wd:Q10811 wd:Q194257 wd:Q74083 wd:Q152 wd:Q144462 wd:Q15244338 wd:Q10908 wd:Q25371 wd:Q343460 }\n# BIND(CONCAT(\"https://linked.opendata.cz/resource/vocabulary/knowledge-graph-browser/wikidata/animal-classification/\", UCASE(SUBSTR(?taxonRankLabel, 1, 1)), SUBSTR(?taxonRankLabel, 2)) as ?animalClass)\n PREFIX wd: \nPREFIX wdt: \nPREFIX rdfs: \nPREFIX wdab: \nPREFIX browser: \nCONSTRUCT {\n ?taxon a ?animalClass ;\n rdfs:label ?taxonLabel ;\n wdab:studiedBy ?node ;\n browser:class \"taxon\", \"animalHierarchicalGroup\", ?taxonRankLabel .\n\n wdab:studiedBy browser:class \"studiedBy\" .\n} WHERE {\n {\n select distinct ?taxon ?taxonLabel ?taxonRankLabel ?node ?animalClass where {\n ?taxon rdfs:label ?taxonLabel ;\n wdt:P2579 ?node ;\n wdt:P105 ?taxonRank ;\n wdt:P171* ?class .\n\n ?taxonRank rdfs:label ?taxonRankLabel .\n values ?taxonRank { wd:Q37517 wd:Q36602 wd:Q8436 wd:Q34740 wd:Q7432 }\n\n values ?class { wd:Q7377 wd:Q5113 wd:Q10811 wd:Q194257 wd:Q74083 wd:Q152 wd:Q144462 wd:Q15244338 wd:Q10908 wd:Q25371 wd:Q343460 }\n# BIND(CONCAT(\"https://linked.opendata.cz/resource/vocabulary/knowledge-graph-browser/wikidata/animal-classification/\", UCASE(SUBSTR(?taxonRankLabel, 1, 1)), SUBSTR(?taxonRankLabel, 2)) as ?animalClass)\n BIND( if (?taxonRankLabel = \"kingdom\"@en, ,\n if (?taxonRankLabel = \"phylum\"@en, ,\n if (?taxonRankLabel = \"class\"@en, ,\n if (?taxonRankLabel = \"order\"@en, ,\n if (?taxonRankLabel = \"family\"@en, ,\n if (?taxonRankLabel = \"genus\"@en, ,\n if (?taxonRankLabel = \"species\"@en, , \"\"))))))) as ?animalClass)\n\n FILTER (lang(?taxonLabel) = \"en\")\n FILTER (lang(?taxonRankLabel) = \"en\")\n }\n }\n}\n\n FILTER (lang(?taxonLabel) = \"en\")\n FILTER (lang(?taxonRankLabel) = \"en\")\n }\n }\n}\n " . .