Anonymous

Category:OSW3cb8cef2225e403092f098f99bc4c472: Difference between revisions

From OSL Demo
Update package: OSW Base
(Update package: OSW Base)
(Update package: OSW Base)
 
jsondata
Line 30: Line 30:
     "instance_rdf_type": [
     "instance_rdf_type": [
         "schema:Organization"
         "schema:Organization"
    ],
    "utf8_icon": [
        "🏢"
     ]
     ]
}
}
jsonschema
Line 5: Line 5:
                 "@id": "Property:HasAbbreviation",
                 "@id": "Property:HasAbbreviation",
                 "@type": "xsd:string"
                 "@type": "xsd:string"
            },
            "city": {
                "@id": "Property:HasCity",
                "@type": "@id"
             },
             },
             "competence": {
             "competence": {
Line 16: Line 12:
             "competence*": {
             "competence*": {
                 "@id": "Property:HasCompetence",
                 "@id": "Property:HasCompetence",
                "@type": "@id"
            },
            "country": {
                "@id": "Property:HasCountry",
                 "@type": "@id"
                 "@type": "@id"
             },
             },
Line 73: Line 65:
                 "@id": "Property:HasFunder",
                 "@id": "Property:HasFunder",
                 "@type": "@id"
                 "@type": "@id"
            },
            "house_no": {
                "@id": "Property:HasHouseNo",
                "@type": "xsd:string"
             },
             },
             "image": {
             "image": {
Line 135: Line 123:
             },
             },
             "postal_address": {
             "postal_address": {
                "@id": "schema:address",
                "@type": "@id"
            },
            "postal_address*": {
                 "@id": "Property:HasPostalAddress",
                 "@id": "Property:HasPostalAddress",
                 "@type": "@id"
                 "@type": "@id",
            },
                 "@context": [
            "postal_code": {
                    "/wiki/JsonSchema:PostalAddress?action=raw"
                 "@id": "schema:postalCode",
                 ]
                "@type": "xsd:string"
            },
            "postal_code*": {
                 "@id": "Property:HasPostalCode",
                "@type": "xsd:string"
            },
            "post_office_box_no": {
                "@id": "schema:postOfficeBoxNumber",
                "@type": "xsd:string"
            },
            "post_office_box_no*": {
                "@id": "Property:HasPoBoxNo",
                "@type": "xsd:string"
            },
            "region": {
                "@id": "schema:addressLocality",
                "@type": "@id"
            },
            "region*": {
                "@id": "Property:HasRegion",
                "@type": "@id"
             },
             },
             "ror_id": {
             "ror_id": {
Line 180: Line 143:
             "site*": {
             "site*": {
                 "@id": "Property:IsLocatedIn",
                 "@id": "Property:IsLocatedIn",
                "@type": "@id"
            },
            "state": {
                "@id": "schema:addressRegion",
                "@type": "@id"
            },
            "state*": {
                "@id": "Property:HasState",
                "@type": "@id"
            },
            "street_name": {
                "@id": "schema:streetAddress",
                "@type": "@id"
            },
            "street_name*": {
                "@id": "Property:HasStreet",
                 "@type": "@id"
                 "@type": "@id"
             },
             },
Line 521: Line 468:
         },
         },
         "postal_address": {
         "postal_address": {
             "type": "object",
             "allOf": [
            "title": "Postal address",
                 {
            "title*": {
                     "$ref": "/wiki/JsonSchema:PostalAddress?action=raw"
                "de": "Postalische Adresse"
            },
            "description": "Physical address of the organizational unit.",
            "description*": {
                "de": "Physische Adresse der Organisationseinheit."
            },
            "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"
                 }
                 }
             }
             ]
         },
         },
         "ror_id": {
         "ror_id": {
Cookies help us deliver our services. By using our services, you agree to our use of cookies.