LinkedBrainz/NGS to RDF mappings: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
Line 7: Line 7:
* [[NextGenerationSchema#Release_Group|Release Group]]
* [[NextGenerationSchema#Release_Group|Release Group]]
* [[NextGenerationSchema#Release|Release]]
* [[NextGenerationSchema#Release|Release]]
* [[NextGenerationSchema#Track|Track]]
* [[NextGenerationSchema#Recording|Recording]]
* [[NextGenerationSchema#Recording|Recording]]
* [[NextGenerationSchema#Work|Work]]
* [[NextGenerationSchema#Work|Work]]
* [[NextGenerationSchema#Label|Label]]
* [[NextGenerationSchema#Label|Label]]
just entities:
entities that share/borrow mbids:
* [[NextGenerationSchema#Medium|Medium]]
* [[NextGenerationSchema#Track|Track]] (redirects to a [[NextGenerationSchema#Recording|Recording]])
* [[NextGenerationSchema#Medium|Medium]] (part of a [[NextGenerationSchema#Release|Release]])
just objects:
just objects:
* [[NextGenerationSchema#Artist_Credit|Artist Credit]]
* [[NextGenerationSchema#Artist_Credit|Artist Credit]]

Revision as of 13:59, 2 August 2010

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

NGS Objects

The following objects exist in the Next Generation Schema:

core entities that have mbids:

entities that share/borrow mbids:

just objects:

MO Mappings

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

proposed mappings to mo - kurtjx
NGS RDF
'artist' 'mo:MusicArtist'
'artist_credit' collapse into foaf:maker relations?
'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