|
|
| Line 1: |
Line 1: |
| { | | { |
| "type": [
| | "type": [ |
| "Category:Category"
| | "Category:Category" |
| ],
| | ], |
| "subclass_of": [
| | "subclass_of": [ |
| "Category:Item"
| | "Category:Item" |
| ],
| | ], |
| "uuid": "3d238d05-316e-45a4-ac95-a11d7b24e36b",
| | "uuid": "3d238d05-316e-45a4-ac95-a11d7b24e36b", |
| "name": "Location",
| | "name": "Location", |
| "label": [
| | "label": [ |
| {
| | { |
| "text": "Location",
| | "text": "Location", |
| "lang": "en"
| | "lang": "en" |
| },
| | }, |
| {
| | { |
| "text": "Örtlichkeit",
| | "text": "Örtlichkeit", |
| "lang": "de"
| | "lang": "de" |
| }
| | } |
| ],
| | ], |
| "description": [
| | "description": [ |
| {
| | { |
| "text": "A location. Entities that have a somewhat fixed, physical extension.",
| | "text": "A location. Entities that have a somewhat fixed, physical extension.", |
| "lang": "en"
| | "lang": "en" |
| },
| | }, |
| {
| | { |
| "text": "Eine Örtlichkeit. Entitaeten, die eine mehr oder weniger feste, physische Ausdehnung haben.",
| | "text": "Eine Örtlichkeit. Entitaeten, die eine mehr oder weniger feste, physische Ausdehnung haben.", |
| "lang": "de"
| | "lang": "de" |
| }
| | } |
| ],
| | ], |
| "instance_rdf_type": [
| | "instance_rdf_type": [ |
| "schema:Place"
| | "schema:Place" |
| ],
| | ], |
| "utf8_icon": [
| | "utf8_icon": [ |
| "📍",
| | "📍", |
| "📌",
| | "📌", |
| "🖈"
| | "🖈" |
| ]
| | ] |
| } | | } |
| Line 1: |
Line 1: |
| { | | { |
| "@context": [
| | "@context": [ |
| {
| | { |
| "city": {
| | "gps_coordinates": { |
| "@id": "Property:HasCity",
| | "@id": "schema:geo", |
| "@type": "@id"
| | "@type": "xsd:string" |
| },
| | }, |
| "city*": {
| | "gps_coordinates*": { |
| "@id": "schema:containedInPlace",
| | "@id": "Property:HasGpsCoordinates", |
| "@type": "@id"
| | "@type": "xsd:string" |
| },
| | }, |
| "city**": {
| | "latitude": { |
| "@id": "Property:IsLocatedIn",
| | "@id": "schema:latitude", |
| "@type": "@id"
| | "@type": "xsd:float" |
| },
| | }, |
| "country": {
| | "located_in": { |
| "@id": "schema:addressCountry",
| | "@id": "schema:containedInPlace", |
| "@type": "@id"
| | "@type": "@id" |
| },
| | }, |
| "country*": {
| | "located_in*": { |
| "@id": "Property:HasCountry",
| | "@id": "Property:IsLocatedIn", |
| "@type": "@id"
| | "@type": "@id" |
| },
| | }, |
| "gps_coordinates": {
| | "longitude": { |
| "@id": "schema:geo",
| | "@id": "schema:longitude", |
| "@type": "xsd:string"
| | "@type": "xsd:float" |
| },
| | }, |
| "gps_coordinates*": {
| | "longitude*": { |
| "@id": "Property:HasGpsCoordinates",
| | "@id": "Property:HasLongitude", |
| "@type": "xsd:string"
| | "@type": "xsd:float" |
| },
| | }, |
| "house_no": {
| | "postal_address": { |
| "@id": "Property:HasHouseNo",
| | "@id": "Property:HasPostalAddress", |
| "@type": "xsd:string"
| | "@type": "@id", |
| },
| | "@context": [ |
| "latitude": {
| | "/wiki/JsonSchema:PostalAddress?action=raw" |
| "@id": "schema:latitude",
| | ] |
| "@type": "xsd:float"
| | } |
| },
| | }, |
| "located_in": {
| | "/wiki/Category:Item?action=raw\u0026slot=jsonschema" |
| "@id": "schema:containedInPlace",
| | ], |
| "@type": "@id"
| | "allOf": [ |
| },
| | { |
| "located_in*": {
| | "$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema" |
| "@id": "Property:IsLocatedIn",
| | } |
| "@type": "@id"
| | ], |
| },
| | "type": "object", |
| "longitude": {
| | "title": "Location", |
| "@id": "schema:longitude",
| | "uuid": "3d238d05-316e-45a4-ac95-a11d7b24e36b", |
| "@type": "xsd:float"
| | "title*": { |
| },
| | "en": "Location", |
| "longitude*": {
| | "de": "Örtlichkeit" |
| "@id": "Property:HasLongitude",
| | }, |
| "@type": "xsd:float"
| | "description": "A location. Entities that have a somewhat fixed, physical extension.", |
| },
| | "description*": { |
| "postal_address": {
| | "de": "Eine Örtlichkeit. Entitaeten, die eine mehr oder weniger feste, physische Ausdehnung haben." |
| "@id": "schema:addressCountry",
| | }, |
| "@type": "@id"
| | "required": [ |
| },
| | "type" |
| "postal_address*": {
| | ], |
| "@id": "Property:HasPostalAddress",
| | "defaultProperties": [ |
| "@type": "@id"
| | "label", |
| },
| | "gps_coordinates", |
| "postal_code": {
| | "postal_address" |
| "@id": "schema:postalCode",
| | ], |
| "@type": "xsd:string"
| | "properties": { |
| },
| | "type": { |
| "postal_code*": {
| | "default": [ |
| "@id": "Property:HasPostalCode",
| | "Category:OSW3d238d05316e45a4ac95a11d7b24e36b" |
| "@type": "xsd:string"
| | ] |
| },
| | }, |
| "post_office_box_no": {
| | "postal_address": { |
| "@id": "schema:postOfficeBoxNumer",
| | "allOf": [ |
| "@type": "xsd:string"
| | { |
| },
| | "$ref": "/wiki/JsonSchema:PostalAddress?action=raw" |
| "post_office_box_no*": {
| | } |
| "@id": "Property:HasPoBoxNo",
| | ] |
| "@type": "xsd:string"
| | }, |
| },
| | "gps_coordinates": { |
| "region": {
| | "title": "GPS coordinates", |
| "@id": "schema:addressRegion",
| | "title*": { |
| "@type": "@id"
| | "en": "GPS coordinates", |
| },
| | "de": "GPS Koordinaten" |
| "region*": {
| | }, |
| "@id": "Property:HasRegion",
| | "type": "object", |
| "@type": "@id"
| | "eval_template": { |
| },
| | "type": "wikitext", |
| "state": {
| | "value": "{{{latitude|}}}, {{{longitude|}}}" |
| "@id": "schema:addressCountry",
| | }, |
| "@type": "@id"
| | "required": [ |
| },
| | "uuid" |
| "state*": {
| | ], |
| "@id": "Property:HasState",
| | "defaultProperties": [ |
| "@type": "@id"
| | "uuid", |
| },
| | "latitude", |
| "street_name": {
| | "longitude" |
| "@id": "Property:HasStreet",
| | ], |
| "@type": "xsd:string"
| | "properties": { |
| }
| | "uuid": { |
| },
| | "type": "string", |
| "/wiki/Category:Item?action=raw\u0026slot=jsonschema"
| | "format": "uuid", |
| ],
| | "options": { |
| "allOf": [
| | "hidden": true |
| {
| | }, |
| "$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema"
| | "title": "UUID" |
| }
| | }, |
| ],
| | "latitude": { |
| "type": "object",
| | "title": "Latitude", |
| "title": "Location",
| | "title*": { |
| "uuid": "3d238d05-316e-45a4-ac95-a11d7b24e36b",
| | "en": "Latitude", |
| "title*": {
| | "de": "Breitengrad" |
| "en": "Location",
| | }, |
| "de": "Örtlichkeit"
| | "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": "A location. Entities that have a somewhat fixed, physical extension.",
| | "description*": { |
| "description*": {
| | "de": "Die Winkelmessung reicht von 0 Grad am Aequator bis +90 Grad am Nordpol und minus 90 Grad am Suedpol." |
| "de": "Eine Örtlichkeit. Entitaeten, die eine mehr oder weniger feste, physische Ausdehnung haben."
| | }, |
| },
| | "minimum": -90, |
| "required": [
| | "maximum": 90 |
| "type"
| | }, |
| ],
| | "longitude": { |
| "defaultProperties": [
| | "title": "Longitude", |
| "uuid",
| | "title*": { |
| "label",
| | "en": "Longitude", |
| "gps_coordinates",
| | "de": "Laengengrad" |
| "postal_address"
| | }, |
| ],
| | "type": "number", |
| "properties": {
| | "description": "Angular measurement ranging from 0 degree at the Prime Meridian to +180 degree eastward and minus 180 degree westward.", |
| "type": {
| | "description*": { |
| "default": [
| | "de": "Die Winkelmessung reicht von 0 Grad am Nullmeridian bis +180 Grad im Osten und minus 180 Grad im Westen." |
| "Category:OSW3d238d05316e45a4ac95a11d7b24e36b"
| | }, |
| ]
| | "minimum": -180, |
| },
| | "maximum": 180 |
| "postal_address": {
| | } |
| "title": "Postal address",
| | } |
| "title*": {
| | } |
| "en": "Postal address",
| | } |
| "de": "Postalische Adresse"
| |
| },
| |
| "type": "object",
| |
| "description": "",
| |
| "eval_template": {
| |
| "type": "wikitext",
| |
| "mode": "render",
| |
| "value": "{{{street_name|}}} {{{house_no|}}}, {{{postal_code|}}} {{{city|}}}, {{{country|}}}"
| |
| },
| |
| "required": [
| |
| "uuid"
| |
| ],
| |
| "defaultProperties": [
| |
| "uuid",
| |
| "street_name",
| |
| "house_no",
| |
| "postal_code",
| |
| "city",
| |
| "country"
| |
| ],
| |
| "properties": {
| |
| "uuid": {
| |
| "type": "string",
| |
| "format": "uuid",
| |
| "options": {
| |
| "hidden": true
| |
| }
| |
| },
| |
| "country": {
| |
| "title": "Country",
| |
| "title*": {
| |
| "en": "Country",
| |
| "de": "Land"
| |
| },
| |
| "type": "string",
| |
| "format": "autocomplete",
| |
| "range": "Category:OSW0551abcd6f734047825e3ded4c8a0ffe"
| |
| },
| |
| "state": {
| |
| "title": "State",
| |
| "title*": {
| |
| "en": "State",
| |
| "de": "Bundesland"
| |
| },
| |
| "type": "string",
| |
| "format": "autocomplete",
| |
| "range": "Category:OSWab60f9a227954ee0be92344ff6272420"
| |
| },
| |
| "region": {
| |
| "title": "Region",
| |
| "title*": {
| |
| "en": "Region",
| |
| "de": "Region"
| |
| },
| |
| "type": "string",
| |
| "format": "autocomplete",
| |
| "range": "Category:OSW95efaf34e2c7439e8e7967233910e44b"
| |
| },
| |
| "post_office_box_no": {
| |
| "title": "PO box number",
| |
| "title*": {
| |
| "en": "PO box number",
| |
| "de": "Postfach nummer"
| |
| },
| |
| "type": "string"
| |
| },
| |
| "postal_code": {
| |
| "title": "Postal code",
| |
| "title*": {
| |
| "en": "Postal code",
| |
| "de": "Postleitzahl"
| |
| },
| |
| "type": "string"
| |
| },
| |
| "city": {
| |
| "title": "City",
| |
| "title*": {
| |
| "en": "City",
| |
| "de": "Stadt"
| |
| },
| |
| "type": "string",
| |
| "format": "autocomplete",
| |
| "range": "Category:OSW807f1da5b42e42f296b213ab06ca873b"
| |
| },
| |
| "street_name": {
| |
| "title": "Street",
| |
| "title*": {
| |
| "en": "Street",
| |
| "de": "Straße"
| |
| },
| |
| "type": "string"
| |
| },
| |
| "house_no": {
| |
| "title": "House number",
| |
| "title*": {
| |
| "en": "House number",
| |
| "de": "Hausnummer"
| |
| },
| |
| "type": "string"
| |
| }
| |
| }
| |
| },
| |
| "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
| |
| }
| |
| },
| |
| "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."
| |
| },
| |
| "default": null,
| |
| "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."
| |
| },
| |
| "default": null,
| |
| "minimum": -180,
| |
| "maximum": 180
| |
| }
| |
| }
| |
| }
| |
| }
| |
| } | | } |