This HTML5 document contains 6 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/
n5https://linked.opendata.cz/resource/knowledge-graph-browser/dataset/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n2https://linked.opendata.cz/resource/knowledge-graph-browser/facet/
n4https://linked.opendata.cz/ontology/knowledge-graph-browser/
xsdhhttp://www.w3.org/2001/XMLSchema#

Statements

Subject Item
n2:born-in-country-label
rdf:type
n4:Facet
dcterms:description
Facet to filter people based on the country they were born in.
dcterms:title
Born in country
n4:facetType
label
n4:hasDataset
n5:wikidata
n4:facetQuery
PREFIX wdt: <http://www.wikidata.org/prop/direct/> PREFIX browser: <https://linked.opendata.cz/ontology/knowledge-graph-browser/> CONSTRUCT { ?node browser:queryPath ?targetNode. } WHERE { #INSERTNODES ?node wdt:P19/wdt:P17/rdfs:label ?targetNode. FILTER (LANG(?targetNode) = "en") }