No label defined (E1)

From Almeda
Revision as of 14:20, 5 May 2026 by Dann.wu (talk | contribs) (Updated Schema text: change uueat prefix to wdt, since they are not configured in almeda)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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+;
}