User:Battleofalma/Wine
Overall goals:
The problemEdit
What is a wine? What is an appellation?
At the moment we have a mix of ontologies. With Châteauneuf-du-Pape AOC
- Subclass of: French wine
- Located in administrative territory: Vaucluse
- Product certification: DOC
This conflates the wine with the appellation as a physical place, confusing the two. This makes some sense at face value with Châteauneuf-du-Pape, as all wine from Châteauneuf-du-Pape AOC is Châteauneuf-du-Pape, but it doesn't scale very well.
but we also have Montepulciano d'Abruzzo.
- Instance of: wine
- Subclass of: Italian wine
- Product certification: DOC
This is better as while Montepulciano d'Abruzzo is a DOC, and a wine, it is at least not described as a place. But it has a lack of connection to the geographic region which is Abruzzo
I think ideally we should define a wine, later on.
Location: AOC/Wine: Champagne AOC
- Montagne de Reims
Grand Montange de Reims Massif de St Thierry Monts de Berru Reims: Vesle & Arde
- Côte des Blancs
Côteaux Sud d'Epernay Grande Vallée de Marne Terroir de Condé Vallée de la Marne Ouest Vallée de la Marne Rive Droîte Vallée de la Marne Rive Gauche
- Vallée de la Marne
- Côte de Sezanne
- Côte des Bar]
Wine: Wine:
Broad goals of workEdit
- To be able to visualise wine on Wikidata with geolocations for vineyards
- To ensure there is good , multilingual data for wines, appellations and regions.
Country of Origin | Appellation name | Appellation acronym | English description |
---|---|---|---|
Italy | Denominazione di origine | DO | “designation of origin” |
Italy | Indicazione geografica tipica | IGT | “indication of geographical typicality” |
Italy | Denominazione di origine controllata | DOC | “controlled designation of origin” |
Italy | Denominazione di origine controllata e garantita | DOCG | “controlled and guaranteed designation of origin” |
Spain | Denominación de Origen Protegida | DOP |
Spain Denominación de Origen Protegida
RegionsEdit
Tasks:Edit
- Create Listeria tables for Appellations
- Add labels in English to all red wines (rotwein)
- Add labels in English to all white wines (weisswein)
Nearly all Italian wines.
Select ?item ?itemLabel
where {?item wdt:P31 wd:Q282 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
SELECT ?item ?itemLabel ?wine ?wineLabel
WHERE { ?item wdt:P600 ?wine .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
SELECT ?item ?itemLabel
WHERE { ?item wdt:P279 wd:Q630531
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Map of existing wines
#defaultView:Map
Select ?item ?itemLabel ?location ?locationLabel ?coordinates ?coordinatesLabel
where {?item wdt:P31 wd:Q282 .
?item wdt:P131 ?location .
?location wdt:P625 ?coordinates
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}