Outils pour utilisateurs

Outils du site


thatcamp_2014:requete_dbpedia

Ceci est une ancienne révision du document !


Chercher toutes les univesités

select count(*)
where{
select distinct *
where {?s dbpprop:type dbpedia:Public_university;
georss:point ?localisation}
#limit 10
}
select distinct *
where {
?s dbpprop:type dbpedia:Public_university.
?s dbpprop:city ?city
?city dbpedia-owl:type dbpedia:City

# optional {?s dbpprop:city ?city}
# optional {?s georss:point ?localisation}


}
limit 20
thatcamp_2014/requete_dbpedia.1409432794.txt.gz · Dernière modification: 2014/10/29 12:03 (modification externe)