No label defined (E1)

From Almeda
language codelabeldescriptionaliasesedit
lggedit
encountrydistinct territorial body or political entityedit
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX wd: <https://wikibase.almeda.engelska.uu.se/entity/>
PREFIX wdt: <https://wikibase.almeda.engelska.uu.se/prop/direct/>

start = @<country>

<country> EXTRA wdt:P4 {
  wdt:P4 [wd:Q1];
  wdt:P13 . *;                    #coordinate location
  wdt:P19 . ?;                    # inception
  rdfs:label rdf:langString+;
}