534
edits
(Update package: OSW Base) |
(Update package: OSW Base) |
||
| (One intermediate revision by the same user not shown) | |||
| jsondata | |||
|---|---|---|---|
| Line 14: | Line 14: | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "Örtlichkeit", | ||
"lang": "de" | "lang": "de" | ||
} | } | ||
], | |||
"description": [ | |||
{ | |||
"text": "A location. Entities that have a somewhat fixed, physical extension.", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Eine Örtlichkeit. Entitaeten, die eine mehr oder weniger feste, physische Ausdehnung haben.", | |||
"lang": "de" | |||
} | |||
], | |||
"instance_rdf_type": [ | |||
"schema:Place" | |||
], | ], | ||
"utf8_icon": [ | "utf8_icon": [ | ||
| jsonschema | |||
| Line 2: | Line 2: | ||
"@context": [ | "@context": [ | ||
{ | { | ||
" | "gps_coordinates": { | ||
"@id": "schema:geo", | |||
"gps_coordinates": "Property:HasGpsCoordinates", | "@type": "xsd:string" | ||
" | }, | ||
" | "gps_coordinates*": { | ||
"located_in": "Property:IsLocatedIn", | "@id": "Property:HasGpsCoordinates", | ||
"longitude": " | "@type": "xsd:string" | ||
}, | |||
" | "latitude": { | ||
"@id": "schema:latitude", | |||
" | "@type": "xsd:float" | ||
}, | |||
"located_in": { | |||
"@id": "schema:containedInPlace", | |||
"@type": "@id" | |||
}, | |||
"located_in*": { | |||
"@id": "Property:IsLocatedIn", | |||
"@type": "@id" | |||
}, | |||
"longitude": { | |||
"@id": "schema:longitude", | |||
"@type": "xsd:float" | |||
}, | |||
"longitude*": { | |||
"@id": "Property:HasLongitude", | |||
"@type": "xsd:float" | |||
}, | |||
"postal_address": { | |||
"@id": "Property:HasPostalAddress", | |||
"@type": "@id", | |||
"@context": [ | |||
"/wiki/JsonSchema:PostalAddress?action=raw" | |||
] | |||
} | |||
}, | }, | ||
"/wiki/Category:Item?action=raw\u0026slot=jsonschema" | "/wiki/Category:Item?action=raw\u0026slot=jsonschema" | ||
| Line 28: | Line 50: | ||
"title*": { | "title*": { | ||
"en": "Location", | "en": "Location", | ||
"de": " | "de": "Örtlichkeit" | ||
}, | |||
"description": "A location. Entities that have a somewhat fixed, physical extension.", | |||
"description*": { | |||
"de": "Eine Örtlichkeit. Entitaeten, die eine mehr oder weniger feste, physische Ausdehnung haben." | |||
}, | }, | ||
"required": [ | "required": [ | ||
"type" | "type" | ||
| Line 42: | Line 66: | ||
], | ], | ||
"properties": { | "properties": { | ||
"type": { | |||
"default": [ | |||
"Category:OSW3d238d05316e45a4ac95a11d7b24e36b" | |||
] | |||
}, | |||
"postal_address": { | "postal_address": { | ||
" | "allOf": [ | ||
{ | |||
"$ref": "/wiki/JsonSchema:PostalAddress?action=raw" | |||
" | |||
} | } | ||
] | |||
}, | }, | ||
"gps_coordinates": { | "gps_coordinates": { | ||
| Line 178: | Line 116: | ||
"de": "Die Winkelmessung reicht von 0 Grad am Aequator bis +90 Grad am Nordpol und minus 90 Grad am Suedpol." | "de": "Die Winkelmessung reicht von 0 Grad am Aequator bis +90 Grad am Nordpol und minus 90 Grad am Suedpol." | ||
}, | }, | ||
"minimum": -90, | "minimum": -90, | ||
"maximum": 90 | "maximum": 90 | ||
| Line 193: | Line 130: | ||
"de": "Die Winkelmessung reicht von 0 Grad am Nullmeridian bis +180 Grad im Osten und minus 180 Grad im Westen." | "de": "Die Winkelmessung reicht von 0 Grad am Nullmeridian bis +180 Grad im Osten und minus 180 Grad im Westen." | ||
}, | }, | ||
"minimum": -180, | "minimum": -180, | ||
"maximum": 180 | "maximum": 180 | ||
} | } | ||
} | } | ||
} | } | ||
} | } | ||
} | } | ||
edits