records

records

Active filters Clear all

No active filters

Filters

World War I memorials

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Nom
               

No description available for this field.

Name (identifier)
nom
Type
text
Sample
                       
Naam
               

No description available for this field.

Name (identifier)
naam
Type
text
Sample
                       
Name
               

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
Type de monument
               

No description available for this field.

Name (identifier)
type_de_monument
Type
text
Sample
                       
Monument type
               

No description available for this field.

Name (identifier)
monument_type
Type
text
Sample
                       
Monument type
               

No description available for this field.

Name (identifier)
monument_type0
Type
text
Sample
                       
Référence
               

No description available for this field.

Name (identifier)
reference
Type
text
Sample
                       
Referentie
               

No description available for this field.

Name (identifier)
referentie
Type
text
Sample
                       
Reference
               

No description available for this field.

Name (identifier)
reference0
Type
text
Sample
                       
Description
               

No description available for this field.

Name (identifier)
description
Type
text
Sample
                       
Beschrijving
               

No description available for this field.

Name (identifier)
beschrijving
Type
text
Sample
                       
Description
               

No description available for this field.

Name (identifier)
description0
Type
text
Sample
                       
Localisation
               

No description available for this field.

Name (identifier)
localisation
Type
text
Sample
                       
Localisatie
               

No description available for this field.

Name (identifier)
localisatie
Type
text
Sample
                       
Localisation
               

No description available for this field.

Name (identifier)
localisation0
Type
text
Sample
                       
Image
               

No description available for this field.

Name (identifier)
image
Type
file
Sample
                       
Beeld
               

No description available for this field.

Name (identifier)
beeld
Type
file
Sample
                       
Picture
               

No description available for this field.

Name (identifier)
picture
Type
file
Sample
                       
Geo
               

No description available for this field.

Name (identifier)
coord_wgs84
Type
geo point
Sample
                       

JSON Schema

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

{
  • "title":"monuments-commemoratifs-de-la-guerre-de-1914-1918",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/monuments-commemoratifs-de-la-guerre-de-1914-1918"
      }
    ]
    ,
  • "definitions":
    {
    • "monuments-commemoratifs-de-la-guerre-de-1914-1918":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/monuments-commemoratifs-de-la-guerre-de-1914-1918_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"
            }
          }
        }
        ,
      • "monuments-commemoratifs-de-la-guerre-de-1914-1918_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "nom":
                {
                • "type":"string",
                • "title":"Nom",
                • "description":""
                }
                ,
              • "naam":
                {
                • "type":"string",
                • "title":"Naam",
                • "description":""
                }
                ,
              • "name":
                {
                • "type":"string",
                • "title":"Name",
                • "description":""
                }
                ,
              • "type_de_monument":
                {
                • "type":"string",
                • "title":"Type de monument",
                • "description":""
                }
                ,
              • "monument_type":
                {
                • "type":"string",
                • "title":"Monument type",
                • "description":""
                }
                ,
              • "monument_type0":
                {
                • "type":"string",
                • "title":"Monument type",
                • "description":""
                }
                ,
              • "reference":
                {
                • "type":"string",
                • "title":"Référence",
                • "description":""
                }
                ,
              • "referentie":
                {
                • "type":"string",
                • "title":"Referentie",
                • "description":""
                }
                ,
              • "reference0":
                {
                • "type":"string",
                • "title":"Reference",
                • "description":""
                }
                ,
              • "description":
                {
                • "type":"string",
                • "title":"Description",
                • "description":""
                }
                ,
              • "beschrijving":
                {
                • "type":"string",
                • "title":"Beschrijving",
                • "description":""
                }
                ,
              • "description0":
                {
                • "type":"string",
                • "title":"Description",
                • "description":""
                }
                ,
              • "localisation":
                {
                • "type":"string",
                • "title":"Localisation",
                • "description":""
                }
                ,
              • "localisatie":
                {
                • "type":"string",
                • "title":"Localisatie",
                • "description":""
                }
                ,
              • "localisation0":
                {
                • "type":"string",
                • "title":"Localisation",
                • "description":""
                }
                ,
              • "image":
                {
                • "type":"string",
                • "title":"Image",
                • "description":""
                }
                ,
              • "beeld":
                {
                • "type":"string",
                • "title":"Beeld",
                • "description":""
                }
                ,
              • "picture":
                {
                • "type":"string",
                • "title":"Picture",
                • "description":""
                }
                ,
              • "coord_wgs84":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets