records

records

Active filters Clear all

No active filters

Filters

Cartographie des cellules de lutte contre les violences sexistes et sexuelles

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Région
               

No description available for this field.

Name (identifier)
reg_nom
Type
text
Sample
Nouvelle-Aquitaine
Académie
               

No description available for this field.

Name (identifier)
aca_nom
Type
text
Sample
Bordeaux
UAI
               

No description available for this field.

Name (identifier)
uai
Type
text
Sample
0333232J
Libellé
               

No description available for this field.

Name (identifier)
libelle
Type
text
Sample
Bordeaux INP
Secteur
               

No description available for this field.

Name (identifier)
secteur
Type
text
Sample
Public
Adresse
               

No description available for this field.

Name (identifier)
adresse
Type
text
Sample
Avenue des facultés, 33405 Talence
Lien vers le site internet de l'établissement
               

No description available for this field.

Name (identifier)
lien_vers_le_site_internet_de_l_etablissement
Type
text
Sample
https://www.ipb.fr/
Lien vers la page présentant le dispositif sur le site internet de l'établissement
               

No description available for this field.

Name (identifier)
lien_vers_la_page_presentant_le_dispositif_sur_le_site_internet_de_l_etablissement
Type
text
Sample
https://www.bordeaux-inp.fr/fr/reseau-ecoute
Contact du dispositif n°1
               

No description available for this field.

Name (identifier)
contact_du_dispositif_ndeg1
Type
text
Sample
natalie.bonneton@bordeaux-inp.fr
Commentaire n°1
               

No description available for this field.

Name (identifier)
commentaire_ndeg1
Type
text
Sample
Responsable du réseau d'écoute et d'accompagnement
Contact du dispositif n° 2
               

No description available for this field.

Name (identifier)
contact_du_dispositif_ndeg_2
Type
text
Sample
Manon.Hans@bordeaux-inp.fr
Commentaire n°2
               

No description available for this field.

Name (identifier)
commentaire_ndeg2
Type
text
Sample
Chargée de mission égalité femmes-hommes
Contact du dispositif n° 3
               

No description available for this field.

Name (identifier)
contact_du_dispositif_ndeg_3
Type
text
Sample
                       
Commentaire n°3
               

No description available for this field.

Name (identifier)
commentaire_ndeg3
Type
text
Sample
                       
Sigle
               

No description available for this field.

Name (identifier)
sigle
Type
text
Sample
IPB
Id interne
               

No description available for this field.

Name (identifier)
id_interne
Type
text
Sample
S88MV
Géolocalisation
               

No description available for this field.

Name (identifier)
geolocalisation
Type
geo point
Sample
[44.80572,-0.60506]

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"fr-esr-cartographie_cellules_lutte_contre_violences_sexistes_sexuelles",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-esr-cartographie_cellules_lutte_contre_violences_sexistes_sexuelles"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-esr-cartographie_cellules_lutte_contre_violences_sexistes_sexuelles":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-esr-cartographie_cellules_lutte_contre_violences_sexistes_sexuelles_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"
            }
          }
        }
        ,
      • "fr-esr-cartographie_cellules_lutte_contre_violences_sexistes_sexuelles_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "reg_nom":
                {
                • "type":"string",
                • "title":"Région",
                • "description":""
                }
                ,
              • "aca_nom":
                {
                • "type":"string",
                • "title":"Académie",
                • "description":""
                }
                ,
              • "uai":
                {
                • "type":"string",
                • "title":"UAI",
                • "description":""
                }
                ,
              • "libelle":
                {
                • "type":"string",
                • "title":"Libellé",
                • "description":""
                }
                ,
              • "secteur":
                {
                • "type":"string",
                • "title":"Secteur",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "lien_vers_le_site_internet_de_l_etablissement":
                {
                • "type":"string",
                • "title":"Lien vers le site internet de l'établissement",
                • "description":""
                }
                ,
              • "lien_vers_la_page_presentant_le_dispositif_sur_le_site_internet_de_l_etablissement":
                {
                • "type":"string",
                • "title":"Lien vers la page présentant le dispositif sur le site internet de l'établissement",
                • "description":""
                }
                ,
              • "contact_du_dispositif_ndeg1":
                {
                • "type":"string",
                • "title":"Contact du dispositif n°1",
                • "description":""
                }
                ,
              • "commentaire_ndeg1":
                {
                • "type":"string",
                • "title":"Commentaire n°1",
                • "description":""
                }
                ,
              • "contact_du_dispositif_ndeg_2":
                {
                • "type":"string",
                • "title":"Contact du dispositif n° 2",
                • "description":""
                }
                ,
              • "commentaire_ndeg2":
                {
                • "type":"string",
                • "title":"Commentaire n°2",
                • "description":""
                }
                ,
              • "contact_du_dispositif_ndeg_3":
                {
                • "type":"string",
                • "title":"Contact du dispositif n° 3",
                • "description":""
                }
                ,
              • "commentaire_ndeg3":
                {
                • "type":"string",
                • "title":"Commentaire n°3",
                • "description":""
                }
                ,
              • "sigle":
                {
                • "type":"string",
                • "title":"Sigle",
                • "description":""
                }
                ,
              • "id_interne":
                {
                • "type":"string",
                • "title":"Id interne",
                • "description":""
                }
                ,
              • "geolocalisation":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Géolocalisation",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Reuses

    Click to expand Click to collapse

    Submit a reuse

    Click to expand Click to collapse

    Your last name will be publicly displayed with your reuse

    Your first name will be publicly displayed with your reuse

    Your email will not be published publicly and will only be used by the administrators to contact you.

    Short description of your work (max. 50 characters)

    A longer description of what you achieved using this dataset (max. 1000 characters)

    An URL where your work can be accessed publicly

     or 

    (optional) An URL or an image which illustrates your work

    false

    Similar datasets