No label defined (E1)

From Almeda
Revision as of 15:28, 20 January 2025 by 172.19.0.2 (talk) (Created a new Schema: country)
(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: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX uuea: <https://wikibase.almeda.engelska.uu.se/entity/>
PREFIX uueat: <https://wikibase.almeda.engelska.uu.se/prop/direct/>

start = @<country>

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