etalab / noms-de-domaine-organismes-secteur-public

Liste de noms de domaine d'organismes publics
Other
22 stars 15 forks source link

A few cities #19

Closed JulienPalard closed 2 years ago

JulienPalard commented 2 years ago

From a SPARQL query on DBPedia:

PREFIX dbo: <http://dbpedia.org/ontology/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>

SELECT ?city ?website where {
   ?city rdf:type dbo:City ;
            dbo:country ?country ;
            dbo:wikiPageExternalLink ?website .
   ?country foaf:name "France"@en .
}
JulienPalard commented 2 years ago

Thanks for the invitation to the repo, does it mean I should directly push on master while we're only two here? :p

bzg commented 2 years ago

Julien Palard @.***> writes:

Thanks for the invitation to the repo, does it mean I should directly push on master while we're only two here? :p

Yes, exactly. Enjoy :)