LinkedBrainz/NGS to RDF mappings: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
Line 15: Line 15:


kurtjx's take:
kurtjx's take:
<pre>
'artist': 'mo:MusicArtist',
'release': 'mo:Release',
'recording': 'mo:Signal',
'release_group': 'mo:SignalGroup',
'label':'mo:Label',
'work': 'mo:MusicalWork',
'url': 'foaf:Document',
'medium':'mo:Record',
'tracklist': '???'
</pre>
{|
{|
|+kurtjx's take on mappings
! NGS
! NGS
! RDF
! RDF

Revision as of 02:48, 2 August 2010

This page is for discussing mapping of Next Generation Schema and Advanced Relationships to RDF.

Entities

MO Mappings

mappings to the Music Ontology will be here... jump in and have your say :-)

kurtjx's take:

kurtjx's take on mappings
NGS RDF
'artist' 'mo:MusicArtist'
'release' 'mo:Release'
'recording' 'mo:Signal'
'release_group' 'mo:SignalGroup'
'label' 'mo:Label'
'work' 'mo:MusicalWork'
'url' 'foaf:Document'
'medium' 'mo:Record'
'tracklist' absorbed into mo:SignalGroup