Kling Klang

Edit

Kraftwerk's own record label, named after their Düsseldorf studio.

  • Founded: 1970
  • Country: Germany
debug
page-type: entity
user: Guest (not logged in)
{:etype "label",
 :doc
 {:title "Kling Klang",
  :country "Germany",
  :founded 1970,
  :profile
  "Kraftwerk's own record label, named after their Düsseldorf studio."},
 :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]]]}