Virgin Records

Edit

Major British record label founded by Richard Branson.

  • Founded: 1972
  • Country: UK
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]]]}