Requête sur http://fr.dbpedia.org/sparql



SELECT DISTINCT ?ressource, ?titre,  ?artiste, ?museum, ?image
	WHERE {
	?ressource <http://fr.dbpedia.org/property/wikiPageUsesTemplate> <http://fr.dbpedia.org/resource/Modèle:Infobox_Art>;
	rdfs:label ?titre
	FILTER( lang(?titre) = "fr")

	OPTIONAL{
		?ressource <http://fr.dbpedia.org/property/artiste> ?artiste
	}
	OPTIONAL{
		?ressource <http://fr.dbpedia.org/property/musée> ?museum
	}
	OPTIONAL{
		?ressource <http://dbpedia.org/ontology/thumbnail> ?image
	}
 
} ORDER BY ASC(?museum) 

Résultat