c0mm0.com — the continuously verified register of European data

← All identifiers

building

Cleabs (IGN BD TOPO)

Stable IGN BD TOPO identifier (buildings and other topographic objects). Links to the national topographic database.

join key4 filterable sources
Authority
IGN (BD TOPO)
Granularity
building
Format
Cleabs (e.g. BATIMENT0000000…)
Sources
4

Reference / standard ↗

4 of 4 sources have sample values that match this key's format — they are directly joinable on it. The rest are candidates pending value evidence.

Sources exposing this identifier

SourceRaw fieldSample valuesKindAccessFilterable
API Géoplateforme - Diffusion d'objets WFScleabs
CHFL_COM0000000000011084, CHFL_COM0000000000011067, CHFL_COM0000000000011040
fieldwfsYes
Espaces publics (parcs, jardins, places...)cleabs
SURFACTI0000002200051384, SURFACTI0000002200045285, SURFACTI0000000220177747
fieldopendatasoftYes
Localisation des piscines accueillant du publiccleabs
SURFACTI0000000040208732, SURFACTI0000000040208586, SURFACTI0000000040208617
fieldopendatasoftYes
Superficie des communes de la métropolecleabs
COMMUNE_0000000009760115, COMMUNE_0000000009760348, COMMUNE_0000000009759415
fieldopendatasoftYes

Value dot: values fit the format (joinable) · partial · mismatch · no samples. ◆ matched by the source's declared concept (highest confidence) · ≈ matched by pattern (lower confidence) ·* required · a “param” kind is a request input you can call the API with (driving sequential, drill-down queries). “Filterable” is authoritative for Opendatasoft and request parameters, captured for DataFair, inferred for feature services, and unknown for plain OpenAPI response fields.

Join plan

Joining sources on this key

The concrete recipe: 4 live sources can be queried by a cleabs value directly. Pick a value, run each call, and the responses describe the same entity from each source's angle.

  1. 1Superficie des communes de la métropolecleabsfilterableopendatasoftOpen in workbench →
  2. 2Espaces publics (parcs, jardins, places...)cleabsfilterableopendatasoftOpen in workbench →
  3. 3API Géoplateforme - Diffusion d'objets WFScleabsfilterablewfsOpen in workbench →
  4. 4Localisation des piscines accueillant du publiccleabsfilterableopendatasoftOpen in workbench →
Copy as code — curl
# Join plan — resolve one Cleabs (IGN BD TOPO) (cleabs) across 4 official sources.
# Replace <VALUE> with the cleabs value you want (e.g. CHFL_COM0000000000011084).

# 1. Superficie des communes de la métropole (opendatasoft) — filter on cleabs
curl -s 'https://data.ampmetropole.fr/api/explore/v2.1/catalog/datasets/commune-bd-topo/records?where=cleabs%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'

# 2. Espaces publics (parcs, jardins, places...) (opendatasoft) — filter on cleabs
curl -s 'https://data.ampmetropole.fr/api/explore/v2.1/catalog/datasets/parc-et-jardin-bd-topo-zone-dactivite-ou-dinteret/records?where=cleabs%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'

# 3. API Géoplateforme - Diffusion d'objets WFS (wfs) — filter on cleabs
curl -s 'https://data.geopf.fr/wfs/ows?service=WFS&version=2.0.0&request=GetFeature&typeNames=LIMITES_ADMINISTRATIVES_EXPRESS.LATEST%3Achef_lieu_de_commune&count=2&outputFormat=application%2Fjson&CQL_FILTER=cleabs%3D%27<VALUE>%27' -H 'Accept: application/json'

# 4. Localisation des piscines accueillant du public (opendatasoft) — filter on cleabs
curl -s 'https://data.ampmetropole.fr/api/explore/v2.1/catalog/datasets/piscine-bd-topo-zone-dactivite-ou-dinteret/records?where=cleabs%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'

Replace <VALUE> with the join value (e.g. CHFL_COM0000000000011084). Each call hits the source's own API, filtered on its raw field for this key.