Difference between revisions of "LinkedBrainz"
Line 1: | Line 1: | ||
− | The [http://linkedbrainz.c4dmpresents.org/ LinkedBrainz project] is intended to help MusicBrainz publish its database as [http://en.wikipedia.org/wiki/Linked_Data Linked Data]. Linked Data is simply a method for publishing structured data on the web using semantic web technologies. Because MusicBrainz does such an awesome job of providing unique identifiers for music artists, albums, and tracks, it is already widely used as a source for music-related URIs in the Linked Data community. However, Linked Data people tend to mint ''new'' URIs based on MBIDs because MusicBrainz does not serve Linked Data directly. We hope to reduce the need for this duplication by providing Linked Data directly from MusicBrainz while having |
+ | The [http://linkedbrainz.c4dmpresents.org/ LinkedBrainz project] is intended to help MusicBrainz publish its database as [http://en.wikipedia.org/wiki/Linked_Data Linked Data]. Linked Data is simply a method for publishing structured data on the web using semantic web technologies. Because MusicBrainz does such an awesome job of providing unique identifiers for music artists, albums, and tracks, it is already widely used as a source for music-related URIs in the Linked Data community. However, Linked Data people tend to mint ''new'' URIs based on MBIDs because MusicBrainz does not serve Linked Data directly. We hope to reduce the need for this duplication by providing Linked Data directly from MusicBrainz while having no negative impact on other aspects of MusicBrainz's functionality. |
==Goals== |
==Goals== |
||
LinkedBrainz will provide: |
LinkedBrainz will provide: |
Revision as of 19:20, 2 August 2010
The LinkedBrainz project is intended to help MusicBrainz publish its database as Linked Data. Linked Data is simply a method for publishing structured data on the web using semantic web technologies. Because MusicBrainz does such an awesome job of providing unique identifiers for music artists, albums, and tracks, it is already widely used as a source for music-related URIs in the Linked Data community. However, Linked Data people tend to mint new URIs based on MBIDs because MusicBrainz does not serve Linked Data directly. We hope to reduce the need for this duplication by providing Linked Data directly from MusicBrainz while having no negative impact on other aspects of MusicBrainz's functionality.
Goals
LinkedBrainz will provide:
- a mapping of NGS and ARs to RDF
- integration with MusicBrainz server code to provide dereferenceable URIs
- a SPARQL endpoint for querying MusicBrainz data
Mapping
Entity concepts in MusicBrainz will be mapped to concepts in the Music Ontology and other appropriate ontologies.
There's been some activity related to this lately on the Music Ontology Specification list.
Old RDF Mappings
At least 4 RDF mappings of the MusicBrainz database exist
- the original RDF service used by MusicBrainz back in the day
- the Zitgist mappings
- the DBTune mappings
- the new Talis dataincubator mappings (work in progress)
None of these tackle NGS but should serve as a good starting point. The old RDF seems to predate Linked Data ideas and Music Ontology modeling.
Proposed Mappings
Ideas for mapping MusicBrainz NGS and Advanced Relationships to RDF should be discussed on the NGS to RDF mappings page.
Dereferenceable URIs
There are essentially two approaches to providing dereferenceable URIs (in the Linked Data sense) of the form
http://musicbrainz.org/<type>/<mbid>
These approaches are RDFa and Content Negotiation.
RDFa
RDFa is a syntax for embedding RDF into HTML documents. The RDF modeling of a particular MusicBrainz entity could be embedded along side the normal HTML. Web browsers and RDF consumers would use the exact same content.
pros
- only small changes to the code base required
- most parsers read RDFa these days
cons
- HTML page sizes would get bigger (not sure how much bigger) which might slow everything down
Content Negotiation
With the content negotiation approach, during each request, the HTTP Accept header is examined. If it contains something like "Accept:application/rdf+xml" an RDF/XML document is returned. Otherwise a normal HTML page is returned.
pros
- the "classic" linked data approach
- most widely supported by RDF consumers
- no HTML bloating
cons
- must modify code base and muck around with the request cycle a bit
SPARQL Endpoint
The SPARQL endpoint will allow users to query the MusicBrainz RDF graph using all the rich expressiveness of the SPARQL Query Language.
The DBTune SPARQL endpoint provides provides an interface to pre-NGS data.
There are two technical approaches for implementing a SPARQL endpoint we will refer to as "Replicate and Swallow" and "Wrapping".
Replicate and swallow
In this approach a script runs on the MusicBrainz DB and creates an RDF dump using our mapping. We then load this dump into a purpose-built triple store like Virtuoso or 4Store.
Obviously this is a hack and not what we want to do in the long run. However, it's the fastest way to get a SPARQL endpoint up and running. This has been done "on the side" separate from the MusicBrainz code base on C4DM's server for testing out mappings, even though it is not our final solution. See the Snorql interface.
Wrapping
In this approach some software wraps the Postgres DB and translates SPARQL queries into SQL. The DBTune endpoint actually does this using the D2R Server software and a declarative mapping file. However, the DBTune endpoint operates on a remote server using a MusicBrainz DB dump. The D2R Server software is based on Java. We might implement something similar that is lighter weight and based on Python (or Perl if that's what it is) to run natively on the MusicBrainz servers.
Project Details
people
Simon Dixon of the Centre for Digital Music is the Principal Investigator on the project and author of the grant proposal.
Kurt Jacobson (kurtjx) also helped write the proposal and is employed on a consulting basis for 6 months+. Another individual may be employed later.
funding
Funding for LinkedBrainz comes from JISC.