records

records

Active filters Clear all

No active filters

Filters

Artisans of the Book in Paris in 1571

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Geopoint
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       
Geo Shape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
                       
fid
               

No description available for this field.

Name (identifier)
fid
Type
decimal
Sample
                       
Saisie
Author

No description available for this field.

Name (identifier)
saisie
Type
text
Sample
                       
Date_saisie
Date of saisie

No description available for this field.

Name (identifier)
date_saisi
Type
text
Sample
                       
Name
Artisan name

No description available for this field.

Name (identifier)
nom
Type
text
Sample
                       
ID_INT
Identifier of artisan

No description available for this field.

Name (identifier)
id_int
Type
decimal
Sample
                       
statut
Statut of artisan

No description available for this field.

Name (identifier)
statut
Type
text
Sample
                       
Renouard_d
Renouard start date

No description available for this field.

Name (identifier)
renouard_d
Type
date
Sample
                       
enseigne
Enseigne

No description available for this field.

Name (identifier)
enseigne
Type
text
Sample
                       
quartenier
Quartenier

No description available for this field.

Name (identifier)
quartenier
Type
text
Sample
                       
cinquantai
Cinquantaine

No description available for this field.

Name (identifier)
cinquantai
Type
text
Sample
                       
dizainier
Dizainier

No description available for this field.

Name (identifier)
dizainier
Type
text
Sample
                       
sous
Sous (montant de l'impôt)

No description available for this field.

Name (identifier)
sous
Type
decimal
Sample
                       
Ms 1 - fol
Ms Foliot 1

No description available for this field.

Name (identifier)
ms_1_fol
Type
text
Sample
                       
Ms 2 -fol
Ms Foliot 2

No description available for this field.

Name (identifier)
ms_2_fol
Type
text
Sample
                       
Ms 3 - fol
Ms Foliot 3

No description available for this field.

Name (identifier)
ms_3_fol
Type
text
Sample
                       
Notes
Notes

No description available for this field.

Name (identifier)
notes
Type
text
Sample
                       
Nom_altern
Alternative names

No description available for this field.

Name (identifier)
nom_altern
Type
text
Sample
                       
First name
First name

No description available for this field.

Name (identifier)
prenom
Type
text
Sample
                       
Place
Place

No description available for this field.

Name (identifier)
localise
Type
text
Sample
                       
Doble Place
Doble Place

No description available for this field.

Name (identifier)
double_lie
Type
text
Sample
                       
Renouard19
Renouard 1965

No description available for this field.

Name (identifier)
renouard19
Type
text
Sample
                       
H_F
Sexe

No description available for this field.

Name (identifier)
h_f
Type
text
Sample
                       
Street
Street

No description available for this field.

Name (identifier)
rue
Type
text
Sample
                       
Livres
book (tax amount)

No description available for this field.

Name (identifier)
livres
Type
decimal
Sample
                       
Amount
Total amount in deniers

No description available for this field.

Name (identifier)
montant_to
Type
decimal
Sample
                       
Metier_1
Métier 1

No description available for this field.

Name (identifier)
metier_1
Type
text
Sample
                       
Metier_2
Métier 2

No description available for this field.

Name (identifier)
metier_2
Type
text
Sample
                       
Metier_3
Métier 3

No description available for this field.

Name (identifier)
metier_3
Type
text
Sample
                       
Renouard_f
               

No description available for this field.

Name (identifier)
renouard_f
Type
integer
Sample
                       
DUREE
               

No description available for this field.

Name (identifier)
duree
Type
integer
Sample
                       
Zone
               

No description available for this field.

Name (identifier)
zone
Type
text
Sample
                       
Imprime
               

No description available for this field.

Name (identifier)
imprime
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"artisans_livre_paris_1571_05_avril_22",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/artisans_livre_paris_1571_05_avril_22"
      }
    ]
    ,
  • "definitions":
    {
    • "artisans_livre_paris_1571_05_avril_22":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/artisans_livre_paris_1571_05_avril_22_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"
            }
          }
        }
        ,
      • "artisans_livre_paris_1571_05_avril_22_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geopoint",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "fid":
                {
                • "type":"number",
                • "title":"fid",
                • "description":""
                }
                ,
              • "saisie":
                {
                • "type":"string",
                • "title":"Saisie",
                • "description":"Author"
                }
                ,
              • "date_saisi":
                {
                • "type":"string",
                • "title":"Date_saisie",
                • "description":"Date of saisie"
                }
                ,
              • "nom":
                {
                • "type":"string",
                • "title":"Name",
                • "description":"Artisan name"
                }
                ,
              • "id_int":
                {
                • "type":"number",
                • "title":"ID_INT",
                • "description":"Identifier of artisan"
                }
                ,
              • "statut":
                {
                • "type":"string",
                • "title":"statut",
                • "description":"Statut of artisan"
                }
                ,
              • "renouard_d":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Renouard_d",
                • "description":"Renouard start date"
                }
                ,
              • "enseigne":
                {
                • "type":"string",
                • "title":"enseigne",
                • "description":"Enseigne"
                }
                ,
              • "quartenier":
                {
                • "type":"string",
                • "title":"quartenier",
                • "description":"Quartenier"
                }
                ,
              • "cinquantai":
                {
                • "type":"string",
                • "title":"cinquantai",
                • "description":"Cinquantaine"
                }
                ,
              • "dizainier":
                {
                • "type":"string",
                • "title":"dizainier",
                • "description":"Dizainier"
                }
                ,
              • "sous":
                {
                • "type":"number",
                • "title":"sous",
                • "description":"Sous (montant de l'impôt)"
                }
                ,
              • "ms_1_fol":
                {
                • "type":"string",
                • "title":"Ms 1 - fol",
                • "description":"Ms Foliot 1"
                }
                ,
              • "ms_2_fol":
                {
                • "type":"string",
                • "title":"Ms 2 -fol",
                • "description":"Ms Foliot 2"
                }
                ,
              • "ms_3_fol":
                {
                • "type":"string",
                • "title":"Ms 3 - fol",
                • "description":"Ms Foliot 3"
                }
                ,
              • "notes":
                {
                • "type":"string",
                • "title":"Notes",
                • "description":"Notes"
                }
                ,
              • "nom_altern":
                {
                • "type":"string",
                • "title":"Nom_altern",
                • "description":"Alternative names"
                }
                ,
              • "prenom":
                {
                • "type":"string",
                • "title":"First name",
                • "description":"First name"
                }
                ,
              • "localise":
                {
                • "type":"string",
                • "title":"Place",
                • "description":"Place"
                }
                ,
              • "double_lie":
                {
                • "type":"string",
                • "title":"Doble Place",
                • "description":"Doble Place"
                }
                ,
              • "renouard19":
                {
                • "type":"string",
                • "title":"Renouard19",
                • "description":"Renouard 1965"
                }
                ,
              • "h_f":
                {
                • "type":"string",
                • "title":"H_F",
                • "description":"Sexe"
                }
                ,
              • "rue":
                {
                • "type":"string",
                • "title":"Street",
                • "description":"Street"
                }
                ,
              • "livres":
                {
                • "type":"number",
                • "title":"Livres",
                • "description":"book (tax amount)"
                }
                ,
              • "montant_to":
                {
                • "type":"number",
                • "title":"Amount",
                • "description":"Total amount in deniers"
                }
                ,
              • "metier_1":
                {
                • "type":"string",
                • "title":"Metier_1",
                • "description":"Métier 1"
                }
                ,
              • "metier_2":
                {
                • "type":"string",
                • "title":"Metier_2",
                • "description":"Métier 2"
                }
                ,
              • "metier_3":
                {
                • "type":"string",
                • "title":"Metier_3",
                • "description":"Métier 3"
                }
                ,
              • "renouard_f":
                {
                • "type":"integer",
                • "title":"Renouard_f",
                • "description":""
                }
                ,
              • "duree":
                {
                • "type":"integer",
                • "title":"DUREE",
                • "description":""
                }
                ,
              • "zone":
                {
                • "type":"string",
                • "title":"Zone",
                • "description":""
                }
                ,
              • "imprime":
                {
                • "type":"integer",
                • "title":"Imprime",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets