enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Musées en Haute-Garonne, labellisés Musées de France

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
nom du musée
Nom du musée

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_du_musee
Type
texte
Exemple
                       
adresse du musée
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse_du_musee
Type
texte
Exemple
                       
commune_nom
Nom de la commune où se situe le musée

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_commune
Type
texte
Exemple
                       
code_postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
texte
Exemple
                       
site_internet
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
site_internet
Type
texte
Exemple
                       
lien Wikipédia
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lien_wikipedia
Type
texte
Exemple
                       
ref_musee
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ref_musee
Type
texte
Exemple
                       
protection bâtiment Monument historique
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
protection_batiment_monument_historique
Type
texte
Exemple
                       
telephone
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
telephone
Type
texte
Exemple
                       
accueil du public
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
accueil_du_public
Type
texte
Exemple
                       
fermeture annuelle
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fermeture_annuelle
Type
texte
Exemple
                       
jours des nocturnes
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
jours_nocturnes
Type
texte
Exemple
                       
date d'appellation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_appellation
Type
date
Exemple
                       
COG
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cog
Type
texte
Exemple
                       
nom_dep
Nom du département

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
departement
Type
texte
Exemple
                       
code_dep
Code Insee du département

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dep
Type
int
Exemple
                       
Région
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
region
Type
texte
Exemple
                       
REG
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
reg
Type
int
Exemple
                       
Geo Point
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point
Type
geo_point_2d
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"musees-en-haute-garonne-labellises-musees-de-france",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/musees-en-haute-garonne-labellises-musees-de-france"
      }
    ]
    ,
  • "definitions":
    {
    • "musees-en-haute-garonne-labellises-musees-de-france":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/musees-en-haute-garonne-labellises-musees-de-france_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "musees-en-haute-garonne-labellises-musees-de-france_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "nom_du_musee":
                {
                • "type":"string",
                • "title":"nom du musée",
                • "description":"Nom du musée"
                }
                ,
              • "adresse_du_musee":
                {
                • "type":"string",
                • "title":"adresse du musée",
                • "description":""
                }
                ,
              • "nom_commune":
                {
                • "type":"string",
                • "title":"commune_nom",
                • "description":"Nom de la commune où se situe le musée"
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"code_postal",
                • "description":""
                }
                ,
              • "site_internet":
                {
                • "type":"string",
                • "title":"site_internet",
                • "description":""
                }
                ,
              • "lien_wikipedia":
                {
                • "type":"string",
                • "title":"lien Wikipédia",
                • "description":""
                }
                ,
              • "ref_musee":
                {
                • "type":"string",
                • "title":"ref_musee",
                • "description":""
                }
                ,
              • "protection_batiment_monument_historique":
                {
                • "type":"string",
                • "title":"protection bâtiment Monument historique",
                • "description":""
                }
                ,
              • "telephone":
                {
                • "type":"string",
                • "title":"telephone",
                • "description":""
                }
                ,
              • "accueil_du_public":
                {
                • "type":"string",
                • "title":"accueil du public",
                • "description":""
                }
                ,
              • "fermeture_annuelle":
                {
                • "type":"string",
                • "title":"fermeture annuelle",
                • "description":""
                }
                ,
              • "jours_nocturnes":
                {
                • "type":"string",
                • "title":"jours des nocturnes",
                • "description":""
                }
                ,
              • "date_appellation":
                {
                • "type":"string",
                • "format":"date",
                • "title":"date d'appellation",
                • "description":""
                }
                ,
              • "cog":
                {
                • "type":"string",
                • "title":"COG",
                • "description":""
                }
                ,
              • "departement":
                {
                • "type":"string",
                • "title":"nom_dep",
                • "description":"Nom du département"
                }
                ,
              • "dep":
                {
                • "type":"integer",
                • "title":"code_dep",
                • "description":"Code Insee du département"
                }
                ,
              • "region":
                {
                • "type":"string",
                • "title":"Région",
                • "description":""
                }
                ,
              • "reg":
                {
                • "type":"integer",
                • "title":"REG",
                • "description":""
                }
                ,
              • "geo_point":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires