LinkedBrainz/NGS to RDF mappings: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
No edit summary
Line 12: Line 12:
* [[NextGenerationSchema#Label|Label]]
* [[NextGenerationSchema#Label|Label]]
==MO Mappings==
==MO Mappings==
mappings to the [http://musicontology.com/ Music Ontology] will be here...
mappings to the [http://musicontology.com/ Music Ontology] will be here... jump in and have your say :-)

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>

Revision as of 02:04, 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:

'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': '???'