Category:OSW3d238d05316e45a4ac95a11d7b24e36b
(Update package: OSW Base) |
(Update package: OSW Base) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
* General (same as UUID of the category page): 3d238d05-316e-45a4-ac95-a11d7b24e36b | * General (same as UUID of the category page): 3d238d05-316e-45a4-ac95-a11d7b24e36b | ||
* FhG: ac5eecda-acca-513a-8e66-14462b59c5ee | * FhG: ac5eecda-acca-513a-8e66-14462b59c5ee | ||
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": [ | ||
{ | { | ||
"city": "Property:HasCity", | "city": { | ||
"country": "Property:HasCountry", | "@id": "Property:HasCity", | ||
"gps_coordinates": "Property:HasGpsCoordinates", | "@type": "@id" | ||
"house_no": "Property:HasHouseNo", | }, | ||
"latitude": " | "city*": { | ||
"located_in": "Property:IsLocatedIn", | "@id": "schema:containedInPlace", | ||
"longitude": "Property:HasLongitude", | "@type": "@id" | ||
"postal_address": "Property:HasPostalAddress", | }, | ||
"postal_code": "Property:HasPostalCode", | "city**": { | ||
"post_office_box_no": "Property:HasPoBoxNo", | "@id": "Property:IsLocatedIn", | ||
"region": "Property:HasRegion", | "@type": "@id" | ||
"state": "Property:HasState", | }, | ||
"street_name": "Property:HasStreet" | "country": { | ||
"@id": "schema:addressCountry", | |||
"@type": "@id" | |||
}, | |||
"country*": { | |||
"@id": "Property:HasCountry", | |||
"@type": "@id" | |||
}, | |||
"gps_coordinates": { | |||
"@id": "schema:geo", | |||
"@type": "xsd:string" | |||
}, | |||
"gps_coordinates*": { | |||
"@id": "Property:HasGpsCoordinates", | |||
"@type": "xsd:string" | |||
}, | |||
"house_no": { | |||
"@id": "Property:HasHouseNo", | |||
"@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": "schema:addressCountry", | |||
"@type": "@id" | |||
}, | |||
"postal_address*": { | |||
"@id": "Property:HasPostalAddress", | |||
"@type": "@id" | |||
}, | |||
"postal_code": { | |||
"@id": "schema:postalCode", | |||
"@type": "xsd:string" | |||
}, | |||
"postal_code*": { | |||
"@id": "Property:HasPostalCode", | |||
"@type": "xsd:string" | |||
}, | |||
"post_office_box_no": { | |||
"@id": "schema:postOfficeBoxNumer", | |||
"@type": "xsd:string" | |||
}, | |||
"post_office_box_no*": { | |||
"@id": "Property:HasPoBoxNo", | |||
"@type": "xsd:string" | |||
}, | |||
"region": { | |||
"@id": "schema:addressRegion", | |||
"@type": "@id" | |||
}, | |||
"region*": { | |||
"@id": "Property:HasRegion", | |||
"@type": "@id" | |||
}, | |||
"state": { | |||
"@id": "schema:addressCountry", | |||
"@type": "@id" | |||
}, | |||
"state*": { | |||
"@id": "Property:HasState", | |||
"@type": "@id" | |||
}, | |||
"street_name": { | |||
"@id": "Property:HasStreet", | |||
"@type": "xsd:string" | |||
} | |||
}, | }, | ||
"/wiki/Category:Item?action=raw\u0026slot=jsonschema" | "/wiki/Category:Item?action=raw\u0026slot=jsonschema" | ||
], | ], | ||
"allOf": [ | "allOf": [ | ||
{ | { | ||
"$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema" | "$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": [ | "defaultProperties": [ | ||
Line 32: | Line 127: | ||
], | ], | ||
"properties": { | "properties": { | ||
"type": { | |||
"default": [ | |||
"Category:OSW3d238d05316e45a4ac95a11d7b24e36b" | |||
] | |||
}, | |||
"postal_address": { | "postal_address": { | ||
"title": "Postal address", | |||
"title*": { | |||
"en": "Postal address", | |||
"de": "Postalische Adresse" | |||
}, | |||
"type": "object", | |||
"description": "", | |||
"eval_template": { | "eval_template": { | ||
"type": "wikitext", | "type": "wikitext", | ||
Line 63: | Line 170: | ||
"de": "Land" | "de": "Land" | ||
}, | }, | ||
"type": "string" | "type": "string", | ||
"format": "autocomplete", | |||
"range": "Category:OSW0551abcd6f734047825e3ded4c8a0ffe" | |||
}, | }, | ||
"state": { | "state": { | ||
Line 71: | Line 180: | ||
"de": "Bundesland" | "de": "Bundesland" | ||
}, | }, | ||
"type": "string" | "type": "string", | ||
"format": "autocomplete", | |||
"range": "Category:OSWab60f9a227954ee0be92344ff6272420" | |||
}, | }, | ||
"region": { | "region": { | ||
Line 79: | Line 190: | ||
"de": "Region" | "de": "Region" | ||
}, | }, | ||
"type": "string" | "type": "string", | ||
"format": "autocomplete", | |||
"range": "Category:OSW95efaf34e2c7439e8e7967233910e44b" | |||
}, | }, | ||
"post_office_box_no": { | "post_office_box_no": { | ||
Line 87: | Line 200: | ||
"de": "Postfach nummer" | "de": "Postfach nummer" | ||
}, | }, | ||
"type": " | "type": "string" | ||
}, | }, | ||
"postal_code": { | "postal_code": { | ||
Line 103: | Line 216: | ||
"de": "Stadt" | "de": "Stadt" | ||
}, | }, | ||
"type": "string" | "type": "string", | ||
"format": "autocomplete", | |||
"range": "Category:OSW807f1da5b42e42f296b213ab06ca873b" | |||
}, | }, | ||
"street_name": { | "street_name": { | ||
Line 121: | Line 236: | ||
"type": "string" | "type": "string" | ||
} | } | ||
}, | } | ||
"title": " | }, | ||
"gps_coordinates": { | |||
"title": "GPS coordinates", | |||
"title*": { | "title*": { | ||
"en": " | "en": "GPS coordinates", | ||
"de": " | "de": "GPS Koordinaten" | ||
}, | }, | ||
"type": "object", | "type": "object", | ||
"eval_template": { | "eval_template": { | ||
"type": "wikitext", | "type": "wikitext", | ||
Line 181: | Line 295: | ||
"maximum": 180 | "maximum": 180 | ||
} | } | ||
} | } | ||
} | } | ||
} | |||
} | } |
Revision as of 17:02, 28 April 2024
Location [OSW3d238d05316e45a4ac95a11d7b24e36b] | |
---|---|
ID | OSW3d238d05316e45a4ac95a11d7b24e36b |
UUID | 3d238d05-316e-45a4-ac95-a11d7b24e36b |
Label | Location |
Machine compatible name | Location |
Statements (outgoing) | |
Statements (incoming) | |
|
|
Keywords |
Description
A location. Entities that have a somewhat fixed, physical extension.
Category | |
---|---|
UTF8-Iconssee https://www.unicode.org/cldr/charts/latest/annotations/romance.html<br>Definition: Category (Class) |
|
RDF type(s) of instancesReferences a class/type/category in another ontology to describe the instances of this category. Typically a prefix, representing the resolvable URI of an ontology and an id from the namespace of said ontology, separated by colon, e.g., "schema:Person"<br>Definition: Category (Class) |
|
Supercategories<br>Definition: Category (Class) |
|
Namespaces
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 |
|