isawnyu / pleiades-gazetteer

This repository provides a home for tickets and other planning documents for the Pleiades gazetteer of ancient places. Code is kept in multiple other repositories.
https://pleiades.stoa.org
11 stars 0 forks source link

add LOD links to RDF representation #153

Open VladimirAlexiev opened 8 years ago

VladimirAlexiev commented 8 years ago

In RDF, there are few if any links to other LOD. Eg for http://pleiades.stoa.org/places/462425/turtle and Geonames:

<http://pleiades.stoa.org/places/462425> a pleides:Place
  dcterms:bibliographicCitation "GeoNames 2524753";
  cito:citesAsRelated <http://www.geonames.org/2524753/isola-filicudi.html>.

<http://pleiades.stoa.org/places/462425/filicudi> a pleiades:Name, skos:Concept;
  dcterms:bibliographicCitation "GeoNames 2524753";
   cito:citesAsEvidence <http://www.geonames.org/2524753/isola-filicudi.html>.

But this doesn't mention the Geonames semantic URL, which is http://sws.geonames.org/2524753/ (see http://sws.geonames.org/2524753/about.rdf). Use eg

<http://pleiades.stoa.org/places/462425> skos:exactMatch <http://sws.geonames.org/2524753/>

There is a Wikipedia link, but it would be nice to emit an appropriate RDF statement (eg skos:exactMatch) against Wikidata or EN DBpedia.

paregorios commented 8 years ago

Agreed, this needs upgrade.