query-f2fef93cd242b4ada15fe6768164c66d
Query IdRef
Use at
- https://query.wikidata.org/sparql
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
SELECT * WHERE {
SERVICE <https://data.idref.fr/sparql> {
SELECT DISTINCT ?idref ?pref ?name WHERE {
?idref rdf:type foaf:Person;
skos:prefLabel ?pref;
foaf:name ?name.
FILTER (?idref = <http://www.idref.fr/236583298/id>)
}
}
}