Skip to content

regestaexe/italian-interlinking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

italian-interlinking

Some resources to make interlinking of RDF resources easier, especially for italian people

LikedGeoData

we extracted the italian places from http://linkedgeodata.org/sparql using a script based on this query:

CONSTRUCT {?a ?b ?c}
FROM <http://linkedgeodata.org>
WHERE {
   ?a a <${class}>; 
   ?b ?c; 
   <http://linkedgeodata.org/property/is_in> ?IN.
   FILTER(REGEX(?IN,'Italy'))
 }

the classes

Bitdeli Badge

About

some resources to make RDF interlinking easier for italian users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published