531
edits
(Update package: OSW Base) |
(Update package: OSW Base) |
||
| jsondata | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"subclass_of": [ | |||
"Category:Item" | |||
], | |||
"type": [ | |||
"Category:Category" | |||
], | |||
"uuid": "28f71f2c-20ad-48c3-8c4e-4d190a95c0b8", | |||
"label": [ | |||
{ | |||
"text": "Place", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Ort", | |||
"lang": "de" | |||
} | |||
], | |||
"description": [ | |||
{ | |||
"text": "Entities that have a somewhat fixed, physical extension.", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Entitäten, die eine gewisse feste, physische Ausdehnung haben.", | |||
"lang": "de" | |||
} | |||
], | |||
"instance_rdf_type": [ | |||
"schema:Places" | |||
], | |||
"name": "Place" | |||
} | } | ||
| jsonschema | |||
| Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | |||
"/wiki/Category:Item?action=raw\u0026slot=jsonschema" | |||
], | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"type": "object", | |||
"uuid": "28f71f2c-20ad-48c3-8c4e-4d190a95c0b8", | |||
"title": "Place", | |||
"title*": { | |||
"en": "Place", | |||
"de": "Ort" | |||
}, | |||
"description": "Entities that have a somewhat fixed, physical extension.", | |||
"description*": { | |||
"en": "Entities that have a somewhat fixed, physical extension.", | |||
"de": "Entitäten, die eine gewisse feste, physische Ausdehnung haben." | |||
}, | |||
"required": [ | |||
"type" | |||
], | |||
"properties": { | |||
"type": { | |||
"default": [ | |||
"Category:OSW28f71f2c20ad48c38c4e4d190a95c0b8" | |||
] | |||
} | |||
} | |||
} | } | ||
edits