record

record

Filtri attivi Cancella tutto

Nessun filtro attivo

Filtri

station: contact adress

I nuovi record vengono ora aggiunti a questo dataset. Questo processo può richiedere un po' di tempo. Nel frattempo le visualizzazioni potrebbero risultare incomplete. È consigliato ricaricare la pagina regolarmente.

Allegati

Clicca per espandere Clicca per ridurre

Schema dataset

Clicca per espandere Clicca per ridurre
Didok-Nummer
Code der Haltestelle gemäss der Didok (Dienststellen-Dokumentations-) Liste. Stop code according to the Didok (Services Documentation) list.

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
didok
Tipo
int
Campione
                       
Haltestellen Name
Offizieller Name der Haltestelle

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
stationsbezeichnung
Tipo
testo
Campione
                       
service
Welche Services werden an der Haltestelle angeboten

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
service
Tipo
testo
Campione
                       
company
Anbietende Gesellschaft

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
firma
Tipo
testo
Campione
                       
Postfach
Postfach

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
postfach
Tipo
testo
Campione
                       
Adresse
Adresse des Service

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
adresse
Tipo
testo
Campione
                       
Number
Hausnummer der Adresse

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
nummer
Tipo
testo
Campione
                       
PLZ
Postleitzahl der Haltestelle

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
plz
Tipo
int
Campione
                       
locality
Stadt

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
ort
Tipo
testo
Campione
                       
Land
Land

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
land
Tipo
testo
Campione
                       
BPUIC
Identifikation der Haltestelle gemäss der Spetzifikation der UIC

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bpuic
Tipo
int
Campione
                       
Name Haltestelle
offizieller Name der Haltestelle

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bezeichnung_offiziell
Tipo
testo
Campione
                       
Abkuerzung Bahnhof
Abkuerzungscode des Bahnhof/Betriebspunkt

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
abkuerzung
Tipo
testo
Campione
                       
lod
Linked Open Data Repräsentation der Haltestelle

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
lod
Tipo
testo
Campione
                       
Geoposition
Geoposition des Datensatz

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
geopos
Tipo
geo_point_2d
Campione
                       
Transportunternehmung (Nummer)
Content-Type: text/plain; charset=utf-8

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
tu_nummer
Tipo
int
Campione
                       

Schema JSON

Il seguente oggetto JSON è una descrizione standardizzata dello schema del tuo dataset. Più informazioni sullo schema JSON.

{
  • "title":"station-contactadress",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/station-contactadress"
      }
    ]
    ,
  • "definitions":
    {
    • "station-contactadress":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/station-contactadress_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"
            }
          }
        }
        ,
      • "station-contactadress_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "didok":
                {
                • "type":"integer",
                • "title":"Didok-Nummer",
                • "description":"Code der Haltestelle gemäss der Didok (Dienststellen-Dokumentations-) Liste. Stop code according to the Didok (Services Documentation) list."
                }
                ,
              • "stationsbezeichnung":
                {
                • "type":"string",
                • "title":"Haltestellen Name",
                • "description":"Offizieller Name der Haltestelle"
                }
                ,
              • "service":
                {
                • "type":"string",
                • "title":"service",
                • "description":"Welche Services werden an der Haltestelle angeboten"
                }
                ,
              • "firma":
                {
                • "type":"string",
                • "title":"company",
                • "description":"Anbietende Gesellschaft"
                }
                ,
              • "postfach":
                {
                • "type":"string",
                • "title":"Postfach",
                • "description":"Postfach"
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":"Adresse des Service"
                }
                ,
              • "nummer":
                {
                • "type":"string",
                • "title":"Number",
                • "description":"Hausnummer der Adresse"
                }
                ,
              • "plz":
                {
                • "type":"integer",
                • "title":"PLZ",
                • "description":"Postleitzahl der Haltestelle"
                }
                ,
              • "ort":
                {
                • "type":"string",
                • "title":"locality",
                • "description":"Stadt"
                }
                ,
              • "land":
                {
                • "type":"string",
                • "title":"Land",
                • "description":"Land"
                }
                ,
              • "bpuic":
                {
                • "type":"integer",
                • "title":"BPUIC",
                • "description":"Identifikation der Haltestelle gemäss der Spetzifikation der UIC"
                }
                ,
              • "bezeichnung_offiziell":
                {
                • "type":"string",
                • "title":"Name Haltestelle",
                • "description":"offizieller Name der Haltestelle"
                }
                ,
              • "abkuerzung":
                {
                • "type":"string",
                • "title":"Abkuerzung Bahnhof",
                • "description":"Abkuerzungscode des Bahnhof/Betriebspunkt"
                }
                ,
              • "lod":
                {
                • "type":"string",
                • "title":"lod",
                • "description":"Linked Open Data Repräsentation der Haltestelle"
                }
                ,
              • "geopos":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geoposition",
                • "description":"Geoposition des Datensatz"
                }
                ,
              • "tu_nummer":
                {
                • "type":"integer",
                • "title":"Transportunternehmung (Nummer)",
                • "description":"Content-Type: text/plain; charset=utf-8 "
                }
              }
            }
          }
        }
      }
    }

    Similar datasets