query-4c5fd455922c47cdfdc817bb1fcc7a82
list of additionsA blank line separates suggestions. Multiline suggestions wont have a blank line. Please add yours.
Use at
- https://query.wikidata.org/sparql
PREFIX mwapi: <http://wikiba.se/ontology#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map{"hide":["?coor"]}
#TEMPLATE={"template":"list of concepts of type by selection criteria" }
hint:Prior hint:gearing "forward".
hint:Prior hint:rangeSafe true.
FILTER( ?date >= "1925-00-00"^^xsd:date
&& ?date < "1926-00-00"^^xsd:date )
SERVICE bd:sample { ?item wdt:P31 wd:Q41176 . bd:serviceParam bd:sample.limit 42 }
SERVICE wikibase:mwapi
{
bd:serviceParam wikibase:endpoint "www.wikidata.org" .
bd:serviceParam wikibase:api "Search" .
bd:serviceParam mwapi:srsearch ?search .
bd:serviceParam mwapi:srnamespace "0" .
?item wikibase:apiOutputItem mwapi:title .
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".
?item rdfs:label ?itemLabel .
?item schema:description ?itemDescription .
?item skos:altLabel ?itemAltLabel .
} # manual mode of label service