Wikidata:WikiProject France/Églises
Jump to navigation
Jump to search
Projet églises de France
|
Le projet églises de France vise à recenser toutes les églises, chapelles et cathédrales de France. À date, Wikidata en contient 62329. Un gros travail reste cependant à faire pour mettre en qualité tous ces éléments, en ajoutant notamment les coordonnées géographiques des édifices et en les liant aux images et catégories présentes dans Commons. |
Participants[edit]The participants listed below can be notified using the following template in discussions: {{Ping project|France}}
|
À faire[edit]À l'aide des listes par département :
Sur Mix'n'match, associer ou créer les églises en France de : Vérifier si les communes sans église le sont vraiment et créer les éléments manquants dans le cas contraire. Corriger les éléments remontés par les requêtes de contrôle. |
Statistiques[edit]
![]() |
![]() |
![]() | |||||||||
Nombre d'églises par département au 06/12/2019 | Pourcentage d'églises géolocalisées par département au 06/12/2019 | Pourcentage d'églises avec une image par département au 06/12/2019 | |||||||||
< 200
200 - 400
400 - 600
|
600 - 800
800 - 1000
> 1000
|
< 20%
20% - 40%
40% - 60%
|
60% - 80%
> 80%
|
< 20%
20% - 40%
40% - 60%
|
60% - 80%
> 80%
|
||||||
Source | Source | Source |
![]() |
![]() |
Propriétés[edit]
Déclarations[edit]
Title | ID | Data type | Description | Examples | Inverse |
---|---|---|---|---|---|
instance of | P31 | Item | instance of: church building (Q16970) (ou subclass of (P279) de church building (Q16970)) | Q22963000 <instance of> church building | - |
country | P17 | Item | country: France (Q142) | Q22963000 <country> France | - |
located in the administrative territorial entity | P131 | Item | administrative territorial entity: Un de instance of (P31) = commune of France (Q484170) | Q22963000 <located in the administrative territorial entity> L'Île-d'Yeu | - |
located on terrain feature | P706 | Item | landform: located on the specified landform. Should not be used when the value is only political/administrative (P131) or a mountain range (P4552). | Q22963000 <located on terrain feature> Île d'Yeu | - |
coordinate location | P625 | Geographic coordinates | geographic coordinate system: geocoordinates of the subject. For Earth, please note that only WGS84 coordinating system is supported at the moment | Q22963000 <coordinate location> 46°42'22"N, 2°19'54"W | - |
image | P18 | Commons media file | illustration and image: image of relevant illustration of the subject; if available, use more specific properties (sample: coat of arms image, locator map, flag image, signature image, logo image, collage image); only images which exist on Wikimedia Commons are acceptable | Q22963000 <image> Eglise de St Sauveur. ile d'YEU.jpg | - |
Commons category | P373 | String | Commons category: name of the Wikimedia Commons category containing files related to this item (without the prefix "Category:") | Q22963000 <Commons category> Église Saint-Sauveur de Saint-Sauveur (Vendée) | - |
location | P276 | Item | location: location of the item, physical object or event is within. In case of an administrative entity use P131. In case of a distinct terrain feature use P706. | Q22963000 <location> Q21027452 | - |
diocese | P708 | Item | diocese: administrative division of the church to which the element belongs; use P5607 for other types of ecclesiastical territorial entities | Q22963000 <diocese> Roman Catholic Diocese of Luçon | - |
heritage designation | P1435 | Item | historic preservation and heritage designation: monument historique classé (Q10387684), registered historic monument (Q10387575), bien recensé dans l'inventaire général du patrimoine culturel (Q16739336), « Patrimoine du XXe siècle » label (Q3214312) | Q22963000 <heritage designation> monument historique classé | - |
inception | P571 | Point in time | date of establishment: date or point in time when the subject came into existence as defined | Basilica of Notre-Dame de Fourvière <inception> 1872 | dissolved, abolished or demolished |
architectural style | P149 | Item | architectural style: architectural style of a structure | Notre-Dame de Paris <architectural style> French Gothic architecture | - |
Identifiants[edit]
Title | ID | Data type | Description | Examples | Inverse |
---|---|---|---|---|---|
Mérimée ID | P380 | External identifier | Base Mérimée: identifier for a monument in the Mérimée database of French cultural heritage | Q22963000 <Mérimée ID> PA00110145 | - |
messes.info Catholic church ID | P1644 | External identifier | identifier | Q22963000 <messes.info Catholic church ID> 85/l-ile-d-yeu/saint-sauveur | - |
Observatoire du Patrimoine Religieux ID | P3371 | External identifier | Observatoire du Patrimoine Religieux: ID for religious buildings on the OPR website | Q22963000 <Observatoire du Patrimoine Religieux ID> 142782 | - |
Clochers de France ID | P3963 | External identifier | identifier of a religious building on the clochers.org website | Q22963000 <Clochers de France ID> 85/accueil_85113b | - |
PSS-archi ID | P1838 | External identifier | PSS-Archi: identifier for a building in the PSS-archi database | Eiffel Tower <PSS-archi ID> FR-75056-19 | - |
#propriétés les plus utilisées sur les églises de France
SELECT ?property ?propertyLabel ?propertyDescription ?count WHERE {
{
select ?propertyclaim (COUNT(*) AS ?count) where {
?item wdt:P31/wdt:P279* wd:Q16970 .
?item wdt:P17 wd:Q142.
?item ?propertyclaim [] .
} group by ?propertyclaim
}
?property wikibase:claim ?propertyclaim .
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr,en" . }
} ORDER BY DESC (?count)