zazi / D2RS-LinkedBrainz

A continuum of Barry Norton's D2RS LinkedBrainz fork (https://github.com/BarryNorton/D2R-LinkedBrainz-Fork) and kurtjx's D2RS LinkedBrainz fork (https://github.com/kurtjx/D2R-LinkedBrainz-Fork) that includes the slightly modified D2R server.
http://linkedbrainz.c4dmpresents.org/
2 stars 0 forks source link

DataIncubator-Discogs-URI transformation #1

Closed zazi closed 13 years ago

zazi commented 13 years ago

The URI transformations from Discogs pages URLs to DataIncububator-Discogs resource URIs* are driven by this ruby script. If we would like to establish connections to this dataset, we have to do these transformations as well (to get DataIncububator-Discogs resource URIs for the owl:sameAs relations). See also [1,2,3] and, e.g., [4]. The transformation code should be pushed to the related D2R Discogs Translator class at [5].

*) example:

[1] http://code.google.com/p/dataincubator/source/browse/trunk/discogs/scripts/lib/Util.rb [2] http://code.google.com/p/dataincubator/source/browse/trunk/discogs/scripts/lib/NamedDiscogResource.rb [3] http://discogs.dataincubator.org/ [4] http://code.google.com/p/dataincubator/source/browse/trunk/discogs/scripts/lib/Artist.rb [5] https://github.com/zazi/D2RS-LinkedBrainz/blob/master/D2RS-LinkedBrainz/src/main/java/translators/DiscogsTranslator.java

zazi commented 13 years ago

Issue moved to https://github.com/zazi/linkedbrainz-d2rs-translators/issues/1