No label defined (E4)

From Weinetiketten der Mosel
language codelabeldescriptionaliasesedit
enedit
deWeingutEin EntitySchema für die Klasse Q50 Weingut.edit
PREFIX wdt: <https://mosel.wikibase.cloud/prop/direct/>
PREFIX wd: <https://mosel.wikibase.cloud/entity/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> 

start = @<Weingut>

# Any instance of the class Weingut needs: 
<Weingut> EXTRA wdt:P5 {   

  # === Basic information === 

  # "instance of": Q50 (Weingut) - exactly one
  wdt:P5 [wd:Q50] {1}  ;    

  # "liegt in": Any instance of "Ort" - exactly one
  wdt:P51 @<ort> {1} ; 

  }

# any instance of the class Ort
<ort> EXTRA wdt:P5 {
  wdt:P5 [wd:Q13] + ; }