record

record

Filtri attivi Cancella tutto

Nessun filtro attivo

Filtri

Fermata: orari di apertura

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
Numero DIDOK
Codice della fermata ai sensi dell’elenco DIDOK (documentazione dei servizi). Codice della fermata ai sensi dell’elenco DIDOK (documentazione dei servizi).

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
dst_nr
Tipo
int
Campione
                       
Nome fermata
Nome ufficiale della fermata

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
stationsbezeichnung
Tipo
testo
Campione
                       
Datum
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
datum
Tipo
data
Campione
                       
Feiertag
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
feiertag
Tipo
testo
Campione
                       
Wochentag
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
wochentag
Tipo
data
Campione
                       
National
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
national
Tipo
int
Campione
                       
Servicetyp
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
servicetyp
Tipo
int
Campione
                       
Servicename
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
servicename
Tipo
testo
Campione
                       
closed
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
closed
Tipo
testo
Campione
                       
Da 1
Durata dell’offerta. Una rotazione può presentare più validità in una stessa versione dell’orario. Da = inizio validità

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
von1
Tipo
testo
Campione
                       
A1
Fino all’orario del primo blocco temporale

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bis1
Tipo
testo
Campione
                       
Da 2
Durata dell’offerta. Una rotazione può presentare più validità in una stessa versione dell’orario. Da = inizio validità

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
von2
Tipo
testo
Campione
                       
A2
Fino all’orario del secondo blocco temporale

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bis2
Tipo
testo
Campione
                       
Da 3
Durata dell’offerta. Una rotazione può presentare più validità in una stessa versione dell’orario. Da = inizio validità

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
von3
Tipo
testo
Campione
                       
A3
Fino all’orario del terzo blocco temporale

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bis3
Tipo
testo
Campione
                       
Impresa
Chi offre il servizio

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
unternehmung
Tipo
testo
Campione
                       
BPUIC
Identificativo della fermata ai sensi della specifica UIC

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bpuic
Tipo
int
Campione
                       
Nome fermata
Nome ufficiale della fermata

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bezeichnung_offiziell
Tipo
testo
Campione
                       
Abbreviazione stazione
Codice abbreviazione della stazione/del punto d’esercizio

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
abkuerzung
Tipo
testo
Campione
                       
LOD
Rappresentazione Linked Open Data della fermata

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
lod
Tipo
testo
Campione
                       
Geopos.
Geoposizionamento del record

Non è disponibile alcuna descrizione per questo campo.

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

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
tu_nummer
Tipo
int
Campione
                       
Meteo
Link zur Wetterprognose

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
meteo
Tipo
testo
Campione
                       
NPA
Numero postale d’avviamento della fermata

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
plz
Tipo
testo
Campione
                       

Schema JSON

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

{
  • "title":"haltestelle-offnungszeiten",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/haltestelle-offnungszeiten"
      }
    ]
    ,
  • "definitions":
    {
    • "haltestelle-offnungszeiten":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/haltestelle-offnungszeiten_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"
            }
          }
        }
        ,
      • "haltestelle-offnungszeiten_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "dst_nr":
                {
                • "type":"integer",
                • "title":"Numero DIDOK",
                • "description":"Codice della fermata ai sensi dell’elenco DIDOK (documentazione dei servizi). Codice della fermata ai sensi dell’elenco DIDOK (documentazione dei servizi)."
                }
                ,
              • "stationsbezeichnung":
                {
                • "type":"string",
                • "title":"Nome fermata",
                • "description":"Nome ufficiale della fermata"
                }
                ,
              • "datum":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Datum",
                • "description":""
                }
                ,
              • "feiertag":
                {
                • "type":"string",
                • "title":"Feiertag",
                • "description":""
                }
                ,
              • "wochentag":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Wochentag",
                • "description":""
                }
                ,
              • "national":
                {
                • "type":"integer",
                • "title":"National",
                • "description":""
                }
                ,
              • "servicetyp":
                {
                • "type":"integer",
                • "title":"Servicetyp",
                • "description":""
                }
                ,
              • "servicename":
                {
                • "type":"string",
                • "title":"Servicename",
                • "description":""
                }
                ,
              • "closed":
                {
                • "type":"string",
                • "title":"closed",
                • "description":""
                }
                ,
              • "von1":
                {
                • "type":"string",
                • "title":"Da 1",
                • "description":"Durata dell’offerta. Una rotazione può presentare più validità in una stessa versione dell’orario. Da = inizio validità"
                }
                ,
              • "bis1":
                {
                • "type":"string",
                • "title":"A1",
                • "description":"Fino all’orario del primo blocco temporale"
                }
                ,
              • "von2":
                {
                • "type":"string",
                • "title":"Da 2",
                • "description":"Durata dell’offerta. Una rotazione può presentare più validità in una stessa versione dell’orario. Da = inizio validità"
                }
                ,
              • "bis2":
                {
                • "type":"string",
                • "title":"A2",
                • "description":"Fino all’orario del secondo blocco temporale"
                }
                ,
              • "von3":
                {
                • "type":"string",
                • "title":"Da 3",
                • "description":"Durata dell’offerta. Una rotazione può presentare più validità in una stessa versione dell’orario. Da = inizio validità"
                }
                ,
              • "bis3":
                {
                • "type":"string",
                • "title":"A3",
                • "description":"Fino all’orario del terzo blocco temporale"
                }
                ,
              • "unternehmung":
                {
                • "type":"string",
                • "title":"Impresa",
                • "description":"Chi offre il servizio"
                }
                ,
              • "bpuic":
                {
                • "type":"integer",
                • "title":"BPUIC",
                • "description":"Identificativo della fermata ai sensi della specifica UIC"
                }
                ,
              • "bezeichnung_offiziell":
                {
                • "type":"string",
                • "title":"Nome fermata",
                • "description":"Nome ufficiale della fermata"
                }
                ,
              • "abkuerzung":
                {
                • "type":"string",
                • "title":"Abbreviazione stazione",
                • "description":"Codice abbreviazione della stazione/del punto d’esercizio"
                }
                ,
              • "lod":
                {
                • "type":"string",
                • "title":"LOD",
                • "description":"Rappresentazione Linked Open Data della fermata"
                }
                ,
              • "geopos":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geopos.",
                • "description":"Geoposizionamento del record"
                }
                ,
              • "tu_nummer":
                {
                • "type":"integer",
                • "title":"impresa di trasporto",
                • "description":"Content-Type: text/plain; charset=utf-8 "
                }
                ,
              • "meteo":
                {
                • "type":"string",
                • "title":"Meteo",
                • "description":"Link zur Wetterprognose"
                }
                ,
              • "plz":
                {
                • "type":"string",
                • "title":"NPA",
                • "description":"Numero postale d’avviamento della fermata"
                }
              }
            }
          }
        }
      }
    }

    Similar datasets