Wine label (E3)

From Weinetiketten der Mosel
language codelabeldescriptionaliasesedit
enWine labelAn Entity Schema for the class Q43 "Wine label".edit
deWeinetikettEin Entity Schema für die Klasse Q43 "Weinetikett".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 = @<WineLabel>

# Any instance of the class Weinetikett / wine label needs: 
<WineLabel> EXTRA wdt:P5 {   

  # === Basic information === 

  # "instance of": Q43 (Wine label) or its subclasses - exactly one
  wdt:P5 [wd:Q43 wd:Q1012 wd:Q1013 wd:Q1014 wd:Q1015 wd:Q1017 wd:Q2656] {1}  ;    

  # "gehört zu Sammlung": Sammlung - exactly one
  wdt:P38 @<sammlung> {1} ; 

  }

# any instance of the class "Sammlung"
<sammlung> EXTRA wdt:P5 {
  wdt:P5 [wd:Q53] + ; }