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
}
PREFIX  dbpedia-owl: <http://dbpedia.org/ontology/>
PREFIX  dbpedia: <http://dbpedia.org/resource/>
PREFIX  dbpprop: <http://dbpedia.org/property/>

SELECT DISTINCT  *
WHERE
  { SERVICE <http://dbpedia-live.openlinksw.com/sparql>
      { ?s dbpprop:type dbpedia:Public_university .
        ?s dbpprop:city ?city .
        ?city dbpedia-owl:type dbpedia:City
      }
  }
LIMIT   20


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