Category:OSW3d238d05316e45a4ac95a11d7b24e36b: Difference between revisions

Category page
Category:OSW3d238d05316e45a4ac95a11d7b24e36b
(Install package: OSW Base)
 
(Update package: OSW Base)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Namespaces ==
for UUID generation via uuid5


* General (same as UUID of the category page): 3d238d05-316e-45a4-ac95-a11d7b24e36b
* FhG: ac5eecda-acca-513a-8e66-14462b59c5ee
jsondata
Line 14: Line 14:
         },
         },
         {
         {
             "text": "Oertlichkeit",
             "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",
             "gps_coordinates": {
            "country": "Property:HasCountry",
                "@id": "schema:geo",
             "gps_coordinates": "Property:HasGpsCoordinates",
                "@type": "xsd:string"
             "house_no": "Property:HasHouseNo",
            },
             "latitude": "Property:HasLatitude",
             "gps_coordinates*": {
             "located_in": "Property:IsLocatedIn",
                "@id": "Property:HasGpsCoordinates",
             "longitude": "Property:HasLongitude",
                "@type": "xsd:string"
            "postal_address": "Property:HasPostalAddress",
             },
             "postal_code": "Property:HasPostalCode",
            "latitude": {
            "post_office_box_no": "Property:HasPoBoxNo",
                "@id": "schema:latitude",
             "region": "Property:HasRegion",
                "@type": "xsd:float"
            "state": "Property:HasState",
            },
            "street_name": "Property:HasStreet"
             "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"
     ],
     ],
    "title": "Location",
    "type": "object",
     "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 66:
     ],
     ],
     "properties": {
     "properties": {
        "type": {
            "default": [
                "Category:OSW3d238d05316e45a4ac95a11d7b24e36b"
            ]
        },
         "postal_address": {
         "postal_address": {
             "eval_template": {
             "allOf": [
                "type": "wikitext",
                 {
                "mode": "render",
                     "$ref": "/wiki/JsonSchema:PostalAddress?action=raw"
                "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"
                },
                "state": {
                    "title": "State",
                    "title*": {
                        "en": "State",
                        "de": "Bundesland"
                    },
                    "type": "string"
                },
                "region": {
                     "title": "Region",
                    "title*": {
                        "en": "Region",
                        "de": "Region"
                    },
                    "type": "string"
                },
                "post_office_box_no": {
                    "title": "PO box number",
                    "title*": {
                        "en": "PO box number",
                        "de": "Postfach nummer"
                    },
                    "type": "number"
                },
                "postal_code": {
                    "title": "Postal code",
                    "title*": {
                        "en": "Postal code",
                        "de": "Postleitzahl"
                    },
                    "type": "string"
                },
                "city": {
                    "title": "City",
                    "title*": {
                        "en": "City",
                        "de": "Stadt"
                    },
                    "type": "string"
                },
                "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"
                 }
                 }
             },
             ]
             "title": "Postal address",
        },
        "gps_coordinates": {
             "title": "GPS coordinates",
             "title*": {
             "title*": {
                 "en": "Postal address",
                 "en": "GPS coordinates",
                 "de": "Postalische Adresse"
                 "de": "GPS Koordinaten"
             },
             },
             "type": "object",
             "type": "object",
            "description": ""
        },
        "gps_coordinates": {
             "eval_template": {
             "eval_template": {
                 "type": "wikitext",
                 "type": "wikitext",
Line 162: 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."
                     },
                     },
                    "default": null,
                     "minimum": -90,
                     "minimum": -90,
                     "maximum": 90
                     "maximum": 90
Line 177: 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."
                     },
                     },
                    "default": null,
                     "minimum": -180,
                     "minimum": -180,
                     "maximum": 180
                     "maximum": 180
                 }
                 }
             },
             }
            "title": "GPS coordinates",
            "title*": {
                "en": "GPS coordinates",
                "de": "GPS Koordinaten"
            },
            "type": "object"
        },
        "type": {
            "default": [
                "Category:OSW3d238d05316e45a4ac95a11d7b24e36b"
            ]
         }
         }
     },
     }
    "required": [
        "type"
    ],
    "uuid": "3d238d05-316e-45a4-ac95-a11d7b24e36b",
    "title*": {
        "en": "Location",
        "de": "Oertlichkeit"
    },
    "description": "",
    "description*": {}
}
}

Latest revision as of 16:28, 20 February 2025

Location
ID OSW3d238d05316e45a4ac95a11d7b24e36b
UUID 3d238d05-316e-45a4-ac95-a11d7b24e36b
Label Location
Machine compatible name Location
Statements (outgoing)
Statements (incoming)

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)
  • 📍
  • 📌
  • 🖈
instance_rdf_typeReferences 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)
  • schema:Place
  • Supercategories<br>Definition: Category (Class)
  • Item
  • Namespaces

    for UUID generation via uuid5

    • General (same as UUID of the category page): 3d238d05-316e-45a4-ac95-a11d7b24e36b
    • FhG: ac5eecda-acca-513a-8e66-14462b59c5ee
    jsondata
    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
    @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&slot=jsonschema"
    allOf
    $ref"/wiki/Category:Item?action=raw&slot=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
    "uuid"
    "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
    hiddentrue
    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
    maximum90
    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
    maximum180

    Subcategories

    This category has the following 4 subcategories, out of 4 total.

    B

    F

    R

    S

    ... more about "Location"
    Lowercase display titleInternal property that stores the lowercase version of Display_title_of to enable case insensitive search 
    location +
    Normalized display titleInternal property that stores the lowercase version of Display_title_of with all non-alphanumeric chars removed to enable a normalized search 
    location +
    A location. Entities that have a somewhat fixed, physical extension. (en) +  and Eine Örtlichkeit. Entitaeten, die eine mehr oder weniger feste, physische Ausdehnung haben. (de) +
    LabelMulti-language label 
    Location (en) +  and Örtlichkeit (de) +
    HasNameThe alpha-numeric label in English
    Location +
    Normalized labelProperty that stores the lowercase version of HasLabel with all non-alphanumeric chars removed to enable a normalized search 
    location (en) +  and rtlichkeit (de) +
    OSW-IDConsists of a namespace, the prefix OSW and an UUID without any delimiters. Subobjects extend the OSW-ID of their parent with and Hash-Char followed by their own ID (prefix OSW and an UUID without any delimiters) 
    Category:OSW3d238d05316e45a4ac95a11d7b24e36b +
    HasTypeLinks an instance/individual with a class
    3d238d05-316e-45a4-ac95-a11d7b24e36b +
    SubClassOfLinks as superclass with its subclass
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.