query-481e684bf105d18f8da15a8f1841ea85
A lancer depuis data.idref.fr PREFIX wdt: http://www.wikidata.org/prop/direct/ PREFIX wd: http://www.wikidata.org/entity/ PREFIX wikibase: http://wikiba.se/ontology# PREFIX bd: http://www.bigdata.com/rdf# PREFIX dcterms: http://purl.org/dc/terms/ PREFIX rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# PREFIX foaf: http://xmlns.com/foaf/0.1/
SELECT ?person_name ?person_wikidata_uri ?person_idref_uri (URI(CONCAT("https://biography.wales/article/", ?DWBID)) AS ?DWB_URI) ?document_uri ?document_title ?relator
WHERE
{
SERVICE http://query.wikidata.org/bigdata/namespace/wdq/sparql { ?person_wikidata_uri wdt:P1648 ?DWBID ; wdt:P31 wd:Q5 ; wdt:P269 ?ppn . } BIND((URI(CONCAT("http://www.idref.fr/", ?ppn, "/id"))) as ?person_idref_uri) ?document_uri ?relator ?person_idref_uri ; dcterms:bibliographicCitation ?document_title. ?person_idref_uri foaf:name ?person_name . } ORDER BY ?ppn LIMIT 50 OFFSET 50
Use at
- https://query.wikidata.org/sparql
# A lancer depuis data.idref.fr
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT ?person_name ?person_wikidata_uri ?person_idref_uri (URI(CONCAT("https://biography.wales/article/", ?DWBID)) AS ?DWB_URI) ?document_uri ?document_title ?relator
WHERE
{
SERVICE <http://query.wikidata.org/bigdata/namespace/wdq/sparql>
{
?person_wikidata_uri wdt:P1648 ?DWBID ;
wdt:P31 wd:Q5 ; wdt:P269 ?ppn .
}
BIND((URI(CONCAT("http://www.idref.fr/", ?ppn, "/id"))) as ?person_idref_uri)
?document_uri ?relator ?person_idref_uri ; dcterms:bibliographicCitation ?document_title.
?person_idref_uri foaf:name ?person_name .
} ORDER BY ?ppn LIMIT 50 OFFSET 50