Wikidata:WikiProject France/Intercommunalités
Appearance
| Bienvenue sur le projet association of French communes (Q2707796) Welcome to the WikiProject about association of French communes (Q2707796) |
Type
[edit]Il existe plusieurs types d'intercommunalités, la plus courante est la commune community (Q423785).
|
Arbre des intercommunalités (subclass of (P279)) :
|
Propriétés
[edit]| Title | ID | Data type | Description | Examples | Inverse |
|---|---|---|---|---|---|
| instance of | P31 | Item | instance of and instance or subclass of: type to which this subject corresponds/belongs. Different from P279 (subclass of); for example: K2 is an instance of mountain; volcano is a subclass of mountain | Dinan Communauté <instance of> commune community | - |
| country | P17 | Item | historical country, state, sovereign state and country: sovereign state that this item is in (not to be used for human beings) | Dinan Communauté <country> France | - |
| headquarters location | P159 | Item | headquarters, siège social réel, seat, episcopal see and titular see: city or town where an organization's headquarters is or has been situated. Use P276 qualifier for specific building | Dinan Communauté <headquarters location> Dinan | - |
| inception | P571 | Point in time | date of establishment, founding and date of the first award ceremony: time when an entity begins to exist; for date of official opening use P1619 | Dinan Communauté <inception> 1963 | - |
| dissolved, abolished or demolished date | P576 | Point in time | date of dissolution, abolition or demolition and date of the last award ceremony: point in time at which the subject (organisation, building) ceased to exist; see "date of official closure" (P3999) for closing a facility, "service retirement" (P730) for retiring equipment, "discontinued date" (P2669) for stopping a product | Dinan Communauté <dissolved, abolished or demolished date> 31 décembre 2016 | - |
| replaces | P1365 | Item | replaces: person, state or item replaced. Use "structure replaces" (P1398) for structures. Use "follows" (P155) if the previous item was not replaced or predecessor and successor are identical | Dinan agglomération <replaces> Dinan Communauté | replaced by |
| replaced by | P1366 | Item | replaced by: other person or item which continues the item by replacing it in its role. Use P156 ("followed by") if the item is not replaced nor identical, but adds to the series (e.g. books in a series). | Dinan Communauté <replaced by> Dinan agglomération | replaces |
| SIREN number | P1616 | External identifier | Système d’identification du répertoire des entreprises and SIRENE: identifier for an organization in the SIRENE register maintained by INSEE | Dinan Communauté <SIREN number> 200043255 | - |
| official website | P856 | URL | official website: URL of the official page of an item (current or former). Usage: If a listed URL no longer points to the official website, do not remove it, but see the "Hijacked or dead websites" section of the Talk page | Dinan Communauté <official website> http://www.dinancommunaute.fr | - |
#propriétés les plus utilisées sur les intercommunalités
SELECT ?property ?propertyLabel ?propertyDescription ?count WHERE {
{
select ?propertyclaim (COUNT(*) AS ?count) where {
?item wdt:P31/wdt:P279* wd:Q2707796 .
?item ?propertyclaim [] .
} group by ?propertyclaim
}
?property wikibase:claim ?propertyclaim .
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr,en" . }
} ORDER BY DESC (?count)