Category:OSW3d238d05316e45a4ac95a11d7b24e36b
(Update package: OSW Base) |
m (Protected "Location": Protected as read-only import via Page Exchange extension ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]) |
||
| (One intermediate revision by the same user not shown) | |||
| jsondata | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"type": [ | |||
"Category:Category" | |||
], | |||
"subclass_of": [ | |||
"Category:Item" | |||
], | |||
"uuid": "3d238d05-316e-45a4-ac95-a11d7b24e36b", | |||
"name": "Location", | |||
"label": [ | |||
{ | |||
"text": "Location", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Örtlichkeit", | |||
"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": [ | |||
"📍", | |||
"📌", | |||
"🖈" | |||
] | |||
} | } | ||
| jsonschema | |||
| Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | |||
{ | |||
"gps_coordinates": { | |||
"@id": "schema:geo", | |||
"@type": "xsd:string" | |||
}, | |||
"gps_coordinates*": { | |||
"@id": "Property:HasGpsCoordinates", | |||
"@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" | |||
], | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"type": "object", | |||
"title": "Location", | |||
"uuid": "3d238d05-316e-45a4-ac95-a11d7b24e36b", | |||
"title*": { | |||
"en": "Location", | |||
"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": [ | |||
"type" | |||
], | |||
"defaultProperties": [ | |||
"label", | |||
"gps_coordinates", | |||
"postal_address" | |||
], | |||
"properties": { | |||
"type": { | |||
"default": [ | |||
"Category:OSW3d238d05316e45a4ac95a11d7b24e36b" | |||
] | |||
}, | |||
"postal_address": { | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/JsonSchema:PostalAddress?action=raw" | |||
} | |||
] | |||
}, | |||
"gps_coordinates": { | |||
"title": "GPS coordinates", | |||
"title*": { | |||
"en": "GPS coordinates", | |||
"de": "GPS Koordinaten" | |||
}, | |||
"type": "object", | |||
"eval_template": { | |||
"type": "wikitext", | |||
"value": "{{{latitude|}}}, {{{longitude|}}}" | |||
}, | |||
"required": [ | |||
"uuid" | |||
], | |||
"defaultProperties": [ | |||
"uuid", | |||
"latitude", | |||
"longitude" | |||
], | |||
"properties": { | |||
"uuid": { | |||
"type": "string", | |||
"format": "uuid", | |||
"options": { | |||
"hidden": true | |||
}, | |||
"title": "UUID" | |||
}, | |||
"latitude": { | |||
"title": "Latitude", | |||
"title*": { | |||
"en": "Latitude", | |||
"de": "Breitengrad" | |||
}, | |||
"type": "number", | |||
"description": "Angular measurement ranging from 0 degree at the equator to +90 degree at the North Pole and minus 90 degree at the South Pole.", | |||
"description*": { | |||
"de": "Die Winkelmessung reicht von 0 Grad am Aequator bis +90 Grad am Nordpol und minus 90 Grad am Suedpol." | |||
}, | |||
"minimum": -90, | |||
"maximum": 90 | |||
}, | |||
"longitude": { | |||
"title": "Longitude", | |||
"title*": { | |||
"en": "Longitude", | |||
"de": "Laengengrad" | |||
}, | |||
"type": "number", | |||
"description": "Angular measurement ranging from 0 degree at the Prime Meridian to +180 degree eastward and minus 180 degree westward.", | |||
"description*": { | |||
"de": "Die Winkelmessung reicht von 0 Grad am Nullmeridian bis +180 Grad im Osten und minus 180 Grad im Westen." | |||
}, | |||
"minimum": -180, | |||
"maximum": 180 | |||
} | |||
} | |||
} | |||
} | |||
} | } | ||
Latest revision as of 04:41, 8 January 2026
| Location ID: OSW3d238d05316e45a4ac95a11d7b24e36b | UUID: 3d238d05-316e-45a4-ac95-a11d7b24e36b | 📦: world.opensemantic.base | |
|---|---|
| ID | OSW3d238d05316e45a4ac95a11d7b24e36b |
| UUID | 3d238d05-316e-45a4-ac95-a11d7b24e36b |
| Label | Location |
| Machine compatible name | Location |
| Types/Categories | Category (Class) |
| Statements (outgoing) | |
| Statements (incoming) | |
|
|
|
| Details | |
Description[edit source]
A location. Entities that have a somewhat fixed, physical extension.
Namespaces[edit | edit source]
jsondata
| type |
| ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| subclass_of |
| ||||||||||
| uuid | "3d238d05-316e-45a4-ac95-a11d7b24e36b" | ||||||||||
| name | "Location" | ||||||||||
| label |
| ||||||||||
| description |
| ||||||||||
| instance_rdf_type |
| ||||||||||
| utf8_icon |
|
jsonschema
| @context |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| allOf |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | "object" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| title | "Location" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| uuid | "3d238d05-316e-45a4-ac95-a11d7b24e36b" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| title* |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| description | "A location. Entities that have a somewhat fixed, physical extension." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| description* |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| required |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| defaultProperties |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|