Virgin Records
Major British record label founded by Richard Branson.
- Founded: 1972
- Country: UK
Releases 5
| Autobahn (US Pressing) | Vinyl | 1985 |
| Discovery (French 2LP) | Vinyl | 2001 |
| Discovery (Japanese Edition) | CD | 2001 |
| Discovery (Original French 2xLP) | Vinyl | 2001 |
| Discovery (US CD) | CD | 2001 |
debug
page-type: entity
user: Guest (not logged in)
{:etype "label",
:doc
{:title "Virgin Records",
:country "UK",
:founded 1972,
:profile "Major British record label founded by Richard Branson."},
:schema
[:map
[:title [:string {:default "Label Name"}]]
[:profile {:optional true} [:string {:default ""}]]
[:parent-label
{:optional true}
[:map
[:id :string]
[:etype [:= :label]]
[:title :string]
[:catkey {:optional true} :keyword]]]
[:sublabels
{:optional true}
[:vector
[:map
[:id :string]
[:etype [:= :label]]
[:title :string]
[:catkey {:optional true} :keyword]]]]
[:country {:optional true} [:string {:default ""}]]
[:founded {:optional true} [:int {:min 1900, :max 2100}]]
[:contact {:optional true} [:string {:default ""}]]
[:urls {:optional true} [:vector :string]]]}