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.
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].
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