Category:OSW4bcd4a99a73f482ea40ac4210dfab836: Difference between revisions

From OpenSemanticWorld
Update package: OSW Base
(Update package: OSW Base)
 
(Update package: OSW Base)
jsondata
Line 1: Line 1:
{
{
    "subclass_of": [
"subclass_of": [
        "Category:OSW3d238d05316e45a4ac95a11d7b24e36b"
"Category:OSW3d238d05316e45a4ac95a11d7b24e36b"
    ],
],
    "uuid": "4bcd4a99-a73f-482e-a40a-c4210dfab836",
"uuid": "4bcd4a99-a73f-482e-a40a-c4210dfab836",
    "label": [
"label": [
        {
{
            "text": "Building",
"text": "Building",
            "lang": "en"
"lang": "en"
        },
},
        {
{
            "text": "Gebäude",
"text": "Gebäude",
            "lang": "de"
"lang": "de"
        }
}
    ],
],
    "name": "Building",
"name": "Building",
    "type": [
"type": [
        "Category:Category"
"Category:Category"
    ]
]
}
}
jsonschema
Line 1: Line 1:
{
{
    "@context": [
"@context": [
        {
{
            "area": {
"area": {
                "@id": "schema:floorSize",
"@id": "schema:floorSize",
                "@type": "@id"
"@type": "@id"
            },
},
            "area*": {
"area*": {
                "@id": "Property:HasArea",
"@id": "Property:HasArea",
                "@type": "xsd:float"
"@type": "xsd:float"
            },
},
            "construction_year": {
"construction_year": {
                "@id": "schema:yearBuilt",
"@id": "schema:yearBuilt",
                "@type": "xsd:integer"
"@type": "xsd:integer"
            },
},
            "construction_year*": {
"construction_year*": {
                "@id": "Property:HasConstructionYear",
"@id": "Property:HasConstructionYear",
                "@type": "xsd:integer"
"@type": "xsd:integer"
            },
},
            "footprint": {
"footprint": {
                "@id": "Property:HasFootprint",
"@id": "Property:HasFootprint",
                "@type": "xsd:float"
"@type": "xsd:float"
            },
},
            "function": {
"function": {
                "@id": "Property:HasBuildingFunction",
"@id": "Property:HasBuildingFunction",
                "@type": "@id"
"@type": "@id"
            },
},
            "height": {
"height": {
                "@id": "schema:height",
"@id": "schema:height",
                "@type": "xsd:float"
"@type": "xsd:float"
            },
},
            "height*": {
"height*": {
                "@id": "Property:HasHeight",
"@id": "Property:HasHeight",
                "@type": "xsd:float"
"@type": "xsd:float"
            },
},
            "length": {
"length": {
                "@id": "Property:HasLength",
"@id": "Property:HasLength",
                "@type": "xsd:float"
"@type": "xsd:float"
            },
},
            "located_in": {
"located_in": {
                "@id": "schema:containedInPlace",
"@id": "schema:containedInPlace",
                "@type": "@id"
"@type": "@id"
            },
},
            "located_in*": {
"located_in*": {
                "@id": "Property:IsLocatedIn",
"@id": "Property:IsLocatedIn",
                "@type": "@id"
"@type": "@id"
            },
},
            "responsible_person": {
"responsible_person": {
                "@id": "Property:HasResponsiblePerson",
"@id": "Property:HasResponsiblePerson",
                "@type": "@id"
"@type": "@id"
            },
},
            "width": {
"width": {
                "@id": "schema:width",
"@id": "schema:width",
                "@type": "xsd:float"
"@type": "xsd:float"
            },
},
            "width*": {
"width*": {
                "@id": "Property:HasWidth",
"@id": "Property:HasWidth",
                "@type": "xsd:float"
"@type": "xsd:float"
            }
}
        },
},
        "/wiki/Category:OSW3d238d05316e45a4ac95a11d7b24e36b?action=raw\u0026slot=jsonschema"
"/wiki/Category:OSW3d238d05316e45a4ac95a11d7b24e36b?action=raw\u0026slot=jsonschema"
    ],
],
    "allOf": [
"allOf": [
        {
{
            "$ref": "/wiki/Category:OSW3d238d05316e45a4ac95a11d7b24e36b?action=raw\u0026slot=jsonschema"
"$ref": "/wiki/Category:OSW3d238d05316e45a4ac95a11d7b24e36b?action=raw\u0026slot=jsonschema"
        }
}
    ],
],
    "title": "Building",
"title": "Building",
    "title*": {
"title*": {
        "en": "Building",
"en": "Building",
        "de": "Gebäude"
"de": "Gebäude"
    },
},
    "type": "object",
"type": "object",
    "required": [
"required": [
        "type"
"type"
    ],
],
    "properties": {
"properties": {
        "type": {
"type": {
            "default": [
"default": [
                "Category:OSW4bcd4a99a73f482ea40ac4210dfab836"
"Category:OSW4bcd4a99a73f482ea40ac4210dfab836"
            ]
]
        },
},
        "located_in": {
"located_in": {
            "title": "Site",
"title": "Site",
            "title*": {
"title*": {
                "en": "Site",
"en": "Site",
                "de": "Standort"
"de": "Standort"
            },
},
            "type": "array",
"type": "array",
            "format": "table",
"format": "table",
            "items": {
"items": {
                "title": "",
"title": "",
                "type": "string",
"type": "string",
                "format": "autocomplete",
"format": "autocomplete",
                "range": "Category:OSW473d7a1ed48544d1be83b258b5810948"
"range": "Category:OSW473d7a1ed48544d1be83b258b5810948"
            },
},
            "uniqueItems": true
"uniqueItems": true
        },
},
        "construction_year": {
"construction_year": {
            "title": "Construction year",
"title": "Construction year",
            "title*": {
"title*": {
                "de": "Baujahr",
"de": "Baujahr",
                "en": "Construction year"
"en": "Construction year"
            },
},
            "type": "number",
"type": "number",
            "description": "The year in which the construction was completed.",
"description": "The year in which the construction was completed.",
            "description*": {
"description*": {
                "de": "Das Jahr, in dem der Bau abgeschlossen wurde.",
"de": "Das Jahr, in dem der Bau abgeschlossen wurde.",
                "en": "The year in which the construction was completed."
"en": "The year in which the construction was completed."
            }
}
        },
},
        "length": {
"length": {
            "title": "Length",
"title": "Length",
            "title*": {
"title*": {
                "de": "Länge",
"de": "Länge",
                "en": "Length"
"en": "Length"
            },
},
            "type": "number"
"type": "number"
        },
},
        "width": {
"width": {
            "title": "Width",
"title": "Width",
            "title*": {
"title*": {
                "de": "Breite",
"de": "Breite",
                "en": "Width"
"en": "Width"
            },
},
            "type": "number"
"type": "number"
        },
},
        "height": {
"height": {
            "title": "Height",
"title": "Height",
            "title*": {
"title*": {
                "de": "Höhe",
"de": "Höhe",
                "en": "Height"
"en": "Height"
            },
},
            "type": "number"
"type": "number"
        },
},
        "footprint": {
"footprint": {
            "title": "Area at base level",
"title": "Area at base level",
            "title*": {
"title*": {
                "de": "Grundfläche",
"de": "Grundfläche",
                "en": "Area at base level"
"en": "Area at base level"
            },
},
            "type": "number"
"type": "number"
        },
},
        "area": {
"area": {
            "title": "Total floor area",
"title": "Total floor area",
            "title*": {
"title*": {
                "de": "Gesamtfläche",
"de": "Gesamtfläche",
                "en": "Total floor area"
"en": "Total floor area"
            },
},
            "type": "number"
"type": "number"
        },
},
        "function": {
"function": {
            "title": "Building function",
"title": "Building function",
            "title*": {
"title*": {
                "en": "Building function",
"en": "Building function",
                "de": "Gebäudefunktion"
"de": "Gebäudefunktion"
            },
},
            "type": "array",
"type": "array",
            "format": "table",
"format": "table",
            "items": {
"items": {
                "title": "",
"title": "",
                "type": "string",
"type": "string",
                "format": "autocomplete",
"format": "autocomplete",
                "range": "Category:OSW07a0faef5be94b788514a2dd5dca20bf"
"range": "Category:OSW07a0faef5be94b788514a2dd5dca20bf"
            },
},
            "uniqueItems": true
"uniqueItems": true
        },
},
        "responsible_person": {
"responsible_person": {
            "title": "Responsible person",
"title": "Responsible person",
            "title*": {
"title*": {
                "de": "Verantwortliche Person",
"de": "Verantwortliche Person",
                "en": "Responsible person"
"en": "Responsible person"
            },
},
            "type": "array",
"type": "array",
            "format": "table",
"format": "table",
            "items": {
"items": {
                "title": "",
"title": "",
                "type": "string",
"type": "string",
                "format": "autocomplete",
"format": "autocomplete",
                "range": "Category:OSWd9aa0bca9b0040d8af6f5c091bf9eec7"
"range": "Category:OSWd9aa0bca9b0040d8af6f5c091bf9eec7"
            },
},
            "uniqueItems": true
"uniqueItems": true
        }
}
    }
}
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.