motools / musicontology

The Music Ontology Specification provides main concepts and properties fo describing music (i.e. artists, albums, tracks, but also performances, arrangements, etc.) on the Semantic Web.
http://purl.org/ontology/mo/
121 stars 35 forks source link

Label type handling #5

Open zazi opened 12 years ago

zazi commented 12 years ago

Add a property to relate label types to mo:Label instances. Currently, MBZ differentiate between 7 label types which are:

musicbrainz_db=# SELECT * FROM musicbrainz.label_type;
 id |        name         
----+---------------------
  1 | Distributor
  2 | Holding
  3 | Production
  4 | Original Production
  5 | Bootleg Production
  6 | Reissue Production
  7 | Publisher
(7 rows)

This probably requires the creation of a new class for label types, e.g., mo:LabelType.