User:Jeremi: Difference between revisions
Jump to navigation
Jump to search
((by SublimeText.Mediawiker)) |
((by SublimeText.Mediawiker)) |
||
Line 3: | Line 3: | ||
{{#sparql:select ?FullTitle ?People ?TileDescription where { ?x ?y ?z . } LIMIT 5 |endpoint=https://bca.tsadra.org/sparql |log=2}} | {{#sparql:select ?FullTitle ?People ?TileDescription where { ?x ?y ?z . } LIMIT 5 |endpoint=https://bca.tsadra.org/sparql |log=2}} | ||
{{#sparql: | |||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | |||
PREFIX pq: <http://www.wikidata.org/prop/qualifier/> | |||
PREFIX psv: <http://www.wikidata.org/prop/statement/value/> | |||
PREFIX p: <http://www.wikidata.org/prop/> | |||
PREFIX bd: <http://www.bigdata.com/rdf#> | |||
PREFIX wikibase: <http://wikiba.se/ontology#> | |||
PREFIX wd: <http://www.wikidata.org/entity/> | |||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | |||
select distinct ?lat ?long ?presidentLabel | |||
where { | |||
?president wdt:P39 wd:Q191954 ; | |||
wdt:P19 ?villeNaissance ; | |||
p:P39 ?s . | |||
?villeNaissance p:P625 ?coord . | |||
?coord psv:P625 ?coordValue . | |||
?coordValue a wikibase:GlobecoordinateValue ; | |||
wikibase:geoLatitude ?lat ; | |||
wikibase:geoLongitude ?long . | |||
SERVICE wikibase:label { | |||
bd:serviceParam wikibase:language "fr" . | |||
} | |||
} | |||
|config=http://www.wikidata.org | |||
|chart=leaflet.visualization.Map | |||
}} |
Revision as of 14:20, 18 April 2022
User Workbench
{{#sparql:select ?FullTitle ?People ?TileDescription where { ?x ?y ?z . } LIMIT 5 |endpoint=https://bca.tsadra.org/sparql |log=2}}
{{#sparql:
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
select distinct ?lat ?long ?presidentLabel where {
?president wdt:P39 wd:Q191954 ; wdt:P19 ?villeNaissance ; p:P39 ?s .
?villeNaissance p:P625 ?coord . ?coord psv:P625 ?coordValue . ?coordValue a wikibase:GlobecoordinateValue ; wikibase:geoLatitude ?lat ; wikibase:geoLongitude ?long .
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" . }
} |config=http://www.wikidata.org |chart=leaflet.visualization.Map }}