records

records

Active filters Clear all

No active filters

Filters

Bauprojekte Immobilien - kopieren

New records are currently being added to this dataset, this process may take a while. Please note that visualizations might be incomplete in the meantime. Don't hesitate to refresh your page regularly!

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
ID
Identifikation des Datensatz

No description available for this field.

Name (identifier)
id
Type
integer
Sample
                       
Ort
Ort

No description available for this field.

Name (identifier)
city
Type
text
Sample
                       
publishOnWebsite
               

No description available for this field.

Name (identifier)
publishonwebsite
Type
integer
Sample
                       
status
               

No description available for this field.

Name (identifier)
status
Type
text
Sample
                       
startOfConstruction
               

No description available for this field.

Name (identifier)
startofconstruction
Type
text
Sample
                       
moveInto
               

No description available for this field.

Name (identifier)
moveinto
Type
text
Sample
                       
titleDe
               

No description available for this field.

Name (identifier)
titlede
Type
text
Sample
                       
titleFr
               

No description available for this field.

Name (identifier)
titlefr
Type
text
Sample
                       
titleIt
               

No description available for this field.

Name (identifier)
titleit
Type
text
Sample
                       
titleEn
               

No description available for this field.

Name (identifier)
titleen
Type
text
Sample
                       
claimDe
               

No description available for this field.

Name (identifier)
claimde
Type
text
Sample
                       
claimFr
               

No description available for this field.

Name (identifier)
claimfr
Type
text
Sample
                       
claimIt
               

No description available for this field.

Name (identifier)
claimit
Type
text
Sample
                       
claimEn
               

No description available for this field.

Name (identifier)
claimen
Type
text
Sample
                       
leadDe
               

No description available for this field.

Name (identifier)
leadde
Type
text
Sample
                       
leadFr
               

No description available for this field.

Name (identifier)
leadfr
Type
text
Sample
                       
leadIt
               

No description available for this field.

Name (identifier)
leadit
Type
text
Sample
                       
leadEn
               

No description available for this field.

Name (identifier)
leaden
Type
text
Sample
                       
phase
               

No description available for this field.

Name (identifier)
phase
Type
text
Sample
                       
portfolio
               

No description available for this field.

Name (identifier)
portfolio
Type
text
Sample
                       
region
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
mainLanguage
               

No description available for this field.

Name (identifier)
mainlanguage
Type
text
Sample
                       
economicUnit
               

No description available for this field.

Name (identifier)
economicunit
Type
text
Sample
                       
landArea
               

No description available for this field.

Name (identifier)
landarea
Type
text
Sample
                       
mainUsefulAreas
               

No description available for this field.

Name (identifier)
mainusefulareas
Type
text
Sample
                       
parkings
               

No description available for this field.

Name (identifier)
parkings
Type
text
Sample
                       
areaZoneDe
               

No description available for this field.

Name (identifier)
areazonede
Type
text
Sample
                       
areaZoneFr
               

No description available for this field.

Name (identifier)
areazonefr
Type
text
Sample
                       
areaZoneIt
               

No description available for this field.

Name (identifier)
areazoneit
Type
text
Sample
                       
areaZoneEn
               

No description available for this field.

Name (identifier)
areazoneen
Type
text
Sample
                       
street
               

No description available for this field.

Name (identifier)
street
Type
text
Sample
                       
streetNumber
               

No description available for this field.

Name (identifier)
streetnumber
Type
text
Sample
                       
zipCode
               

No description available for this field.

Name (identifier)
zipcode
Type
text
Sample
                       
appointments
               

No description available for this field.

Name (identifier)
appointments
Type
text
Sample
                       
links
               

No description available for this field.

Name (identifier)
links
Type
text
Sample
                       
urlFreebrandWebsite
               

No description available for this field.

Name (identifier)
urlfreebrandwebsite
Type
text
Sample
                       
urlBrandVideo
               

No description available for this field.

Name (identifier)
urlbrandvideo
Type
text
Sample
                       
geomPoint
               

No description available for this field.

Name (identifier)
geompoint
Type
geo point
Sample
                       
mapZoom
               

No description available for this field.

Name (identifier)
mapzoom
Type
integer
Sample
                       
contacts
               

No description available for this field.

Name (identifier)
contacts
Type
text
Sample
                       
teasers
               

No description available for this field.

Name (identifier)
teasers
Type
text
Sample
                       
keyVisuals
               

No description available for this field.

Name (identifier)
keyvisuals
Type
text
Sample
                       
gallery
               

No description available for this field.

Name (identifier)
gallery
Type
text
Sample
                       
mainUsefulAreasTotal
               

No description available for this field.

Name (identifier)
mainusefulareastotal
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"bauprojekte-immobilien-kopieren",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/bauprojekte-immobilien-kopieren"
      }
    ]
    ,
  • "definitions":
    {
    • "bauprojekte-immobilien-kopieren":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/bauprojekte-immobilien-kopieren_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"
            }
          }
        }
        ,
      • "bauprojekte-immobilien-kopieren_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id":
                {
                • "type":"integer",
                • "title":"ID",
                • "description":"Identifikation des Datensatz"
                }
                ,
              • "city":
                {
                • "type":"string",
                • "title":"Ort",
                • "description":"Ort"
                }
                ,
              • "publishonwebsite":
                {
                • "type":"integer",
                • "title":"publishOnWebsite",
                • "description":""
                }
                ,
              • "status":
                {
                • "type":"string",
                • "title":"status",
                • "description":""
                }
                ,
              • "startofconstruction":
                {
                • "type":"string",
                • "title":"startOfConstruction",
                • "description":""
                }
                ,
              • "moveinto":
                {
                • "type":"string",
                • "title":"moveInto",
                • "description":""
                }
                ,
              • "titlede":
                {
                • "type":"string",
                • "title":"titleDe",
                • "description":""
                }
                ,
              • "titlefr":
                {
                • "type":"string",
                • "title":"titleFr",
                • "description":""
                }
                ,
              • "titleit":
                {
                • "type":"string",
                • "title":"titleIt",
                • "description":""
                }
                ,
              • "titleen":
                {
                • "type":"string",
                • "title":"titleEn",
                • "description":""
                }
                ,
              • "claimde":
                {
                • "type":"string",
                • "title":"claimDe",
                • "description":""
                }
                ,
              • "claimfr":
                {
                • "type":"string",
                • "title":"claimFr",
                • "description":""
                }
                ,
              • "claimit":
                {
                • "type":"string",
                • "title":"claimIt",
                • "description":""
                }
                ,
              • "claimen":
                {
                • "type":"string",
                • "title":"claimEn",
                • "description":""
                }
                ,
              • "leadde":
                {
                • "type":"string",
                • "title":"leadDe",
                • "description":""
                }
                ,
              • "leadfr":
                {
                • "type":"string",
                • "title":"leadFr",
                • "description":""
                }
                ,
              • "leadit":
                {
                • "type":"string",
                • "title":"leadIt",
                • "description":""
                }
                ,
              • "leaden":
                {
                • "type":"string",
                • "title":"leadEn",
                • "description":""
                }
                ,
              • "phase":
                {
                • "type":"string",
                • "title":"phase",
                • "description":""
                }
                ,
              • "portfolio":
                {
                • "type":"string",
                • "title":"portfolio",
                • "description":""
                }
                ,
              • "region":
                {
                • "type":"string",
                • "title":"region",
                • "description":""
                }
                ,
              • "mainlanguage":
                {
                • "type":"string",
                • "title":"mainLanguage",
                • "description":""
                }
                ,
              • "economicunit":
                {
                • "type":"string",
                • "title":"economicUnit",
                • "description":""
                }
                ,
              • "landarea":
                {
                • "type":"string",
                • "title":"landArea",
                • "description":""
                }
                ,
              • "mainusefulareas":
                {
                • "type":"string",
                • "title":"mainUsefulAreas",
                • "description":""
                }
                ,
              • "parkings":
                {
                • "type":"string",
                • "title":"parkings",
                • "description":""
                }
                ,
              • "areazonede":
                {
                • "type":"string",
                • "title":"areaZoneDe",
                • "description":""
                }
                ,
              • "areazonefr":
                {
                • "type":"string",
                • "title":"areaZoneFr",
                • "description":""
                }
                ,
              • "areazoneit":
                {
                • "type":"string",
                • "title":"areaZoneIt",
                • "description":""
                }
                ,
              • "areazoneen":
                {
                • "type":"string",
                • "title":"areaZoneEn",
                • "description":""
                }
                ,
              • "street":
                {
                • "type":"string",
                • "title":"street",
                • "description":""
                }
                ,
              • "streetnumber":
                {
                • "type":"string",
                • "title":"streetNumber",
                • "description":""
                }
                ,
              • "zipcode":
                {
                • "type":"string",
                • "title":"zipCode",
                • "description":""
                }
                ,
              • "appointments":
                {
                • "type":"string",
                • "title":"appointments",
                • "description":""
                }
                ,
              • "links":
                {
                • "type":"string",
                • "title":"links",
                • "description":""
                }
                ,
              • "urlfreebrandwebsite":
                {
                • "type":"string",
                • "title":"urlFreebrandWebsite",
                • "description":""
                }
                ,
              • "urlbrandvideo":
                {
                • "type":"string",
                • "title":"urlBrandVideo",
                • "description":""
                }
                ,
              • "geompoint":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geomPoint",
                • "description":""
                }
                ,
              • "mapzoom":
                {
                • "type":"integer",
                • "title":"mapZoom",
                • "description":""
                }
                ,
              • "contacts":
                {
                • "type":"string",
                • "title":"contacts",
                • "description":""
                }
                ,
              • "teasers":
                {
                • "type":"string",
                • "title":"teasers",
                • "description":""
                }
                ,
              • "keyvisuals":
                {
                • "type":"string",
                • "title":"keyVisuals",
                • "description":""
                }
                ,
              • "gallery":
                {
                • "type":"string",
                • "title":"gallery",
                • "description":""
                }
                ,
              • "mainusefulareastotal":
                {
                • "type":"integer",
                • "title":"mainUsefulAreasTotal",
                • "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