Outils pour utilisateurs

Outils du site


thatcamp_2014:donnees_de_la_communaute_europeenne

Ceci est une ancienne révision du document !


http://www.lespetitescases.net/ou-s-amuser-avec-sparql

Un point d'accès: http://wifo5-03.informatik.uni-mannheim.de/eurostat/

PREFIX countries: <http://wifo5-04.informatik.uni-mannheim.de/eurostat/resource/countries/>
SELECT * WHERE {
countries:Deutschland ?p ?o
}
SELECT DISTINCT ?property ?hasValue ?isValueOf
WHERE {
  { <http://wifo5-04.informatik.uni-mannheim.de/eurostat/resource/countries/Deutschland> ?property ?hasValue }
  UNION
  { ?isValueOf ?property <http://wifo5-04.informatik.uni-mannheim.de/eurostat/resource/countries/Deutschland> }
}
ORDER BY (!BOUND(?hasValue)) ?property ?hasValue ?isValueOf
thatcamp_2014/donnees_de_la_communaute_europeenne.1409552066.txt.gz · Dernière modification: 2014/10/29 12:03 (modification externe)