This HTML5 document contains 4 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
n2https://linked.opendata.cz/resource/knowledge-graph-browser/expansion-query/animal-classification/family/
n4https://linked.opendata.cz/resource/knowledge-graph-browser/dataset/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n3https://linked.opendata.cz/ontology/knowledge-graph-browser/
xsdhhttp://www.w3.org/2001/XMLSchema#

Statements

Subject Item
n2:narrower
rdf:type
n3:ExpansionQuery
dcterms:title
Genera of a family
n3:query
PREFIX wd: <http://www.wikidata.org/entity/> PREFIX wdt: <http://www.wikidata.org/prop/direct/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX wdab: <https://linked.opendata.cz/resource/vocabulary/knowledge-graph-browser/wikidata/animal-classification/> PREFIX browser: <https://linked.opendata.cz/ontology/knowledge-graph-browser/> CONSTRUCT { ?childTaxon a wdab:Genus ; rdfs:label ?childTaxonLabel ; wdab:broader ?node ; browser:class "taxon", "animalHierarchicalGroup", ?childTaxonRankLabel . wdab:broader browser:class "broader" . } WHERE { { select distinct ?childTaxon ?childTaxonLabel ?childTaxonRankLabel ?node where { { ?childTaxon wdt:P105 wd:Q34740 ; wdt:P171 ?node ; rdfs:label ?childTaxonLabel . } UNION { ?childTaxon wdt:P105 wd:Q34740 ; wdt:P171/wdt:P171 ?node ; rdfs:label ?childTaxonLabel . } UNION { ?childTaxon wdt:P105 wd:Q34740 ; wdt:P171/wdt:P171/wdt:P171 ?node ; rdfs:label ?childTaxonLabel . } wd:Q34740 rdfs:label ?childTaxonRankLabel . ?species wdt:P171* ?childTaxon ; wdt:P105 wd:Q7432 . filter (lang(?childTaxonLabel) = "en") filter (lang(?childTaxonRankLabel) = "en") } } }
n3:hasDataset
n4:wikidata