Category:ObjectProperty: Difference between revisions

Update package: OSW Core
(Install package: OSW Core)
 
(Update package: OSW Core)
jsondata
Line 1: Line 1:
{
{
    "type": [
"type": [
        "Category:Category"
"Category:Category"
    ],
],
    "subclass_of": [
"subclass_of": [
        "Category:Property"
"Category:Property"
    ],
],
    "uuid": "c1ffbdc5-628d-4192-a9d0-3d608dac31a8",
"uuid": "c1ffbdc5-628d-4192-a9d0-3d608dac31a8",
    "label": [
"label": [
        {
{
            "text": "Object property",
"text": "Object property",
            "lang": "en"
"lang": "en"
        },
},
        {
{
            "text": "Objektattribut",
"text": "Objektattribut",
            "lang": "de"
"lang": "de"
        }
}
    ],
],
    "description": [
"description": [
        {
{
            "text": "The named relation between a subject and an object",
"text": "The named relation between a subject and an object",
            "lang": "en"
"lang": "en"
        },
},
        {
{
            "text": "Die benannte Beziehung zwischen einem Subjekt und einem Objekt",
"text": "Die benannte Beziehung zwischen einem Subjekt und einem Objekt",
            "lang": "de"
"lang": "de"
        }
}
    ],
],
    "utf8_icon": [
"utf8_icon": [
        "⇨"
"⇨"
    ],
],
    "name": "ObjectProperty"
"name": "ObjectProperty"
}
}
jsonschema
Line 1: Line 1:
{
{
    "@context": [
"@context": [
        "/wiki/Category:Property?action=raw\u0026slot=jsonschema"
"/wiki/Category:Property?action=raw\u0026slot=jsonschema",
    ],
{
    "allOf": [
"range": {
        {
"@id": "rdfs:range",
            "$ref": "/wiki/Category:Property?action=raw\u0026slot=jsonschema"
"@type": "@id"
        }
},
    ],
"range*": {
    "type": "object",
"@id": "Property:HasRange",
    "uuid": "c1ffbdc5-628d-4192-a9d0-3d608dac31a8",
"@type": "@id"
    "title": "ObjectProperty",
}
    "title*": {
}
        "en": "Object property",
],
        "de": "Objektattribut"
"allOf": [
    },
{
    "description": "The named relation between a subject and an object",
"$ref": "/wiki/Category:Property?action=raw\u0026slot=jsonschema"
    "description*": {
}
        "en": "The named relation between a subject and an object",
],
        "de": "Die benannte Beziehung zwischen einem Subjekt und einem Objekt"
"type": "object",
    },
"uuid": "c1ffbdc5-628d-4192-a9d0-3d608dac31a8",
    "properties": {
"title": "ObjectProperty",
        "property_type": {
"title*": {
            "default": "Page",
"en": "Object property",
            "options": {
"de": "Objektattribut"
                "hidden": "true"
},
            }
"description": "The named relation between a subject and an object",
        },
"description*": {
        "type": {
"en": "The named relation between a subject and an object",
            "default": [
"de": "Die benannte Beziehung zwischen einem Subjekt und einem Objekt"
                "Category:ObjectProperty"
},
            ]
"required": [
        }
"type"
    },
],
    "required": [
"defaultProperties": [
        "type"
"range"
    ]
],
"properties": {
"property_type": {
"default": "Page",
"options": {
"hidden": "true"
}
},
"type": {
"default": [
"Category:ObjectProperty"
]
},
"range": {
"type": "array",
"title": "Value range",
"description": "Enables autocomplete support by lookup all elements that are at least in one of the listed categories. Currently only a single category is supprted.",
"title*": {
"de": "Wertebereich"
},
"description*": {
"de": "Ermöglicht die Unterstützung der automatischen Vervollständigung durch Nachschlagen aller Elemente, die mindestens in einer der aufgeführten Kategorien enthalten sind. Derzeit wird nur eine einzelne Kategorie unterstützt."
},
"items": {
"type": "string",
"format": "autocomplete",
"range": "Category:Category",
"subclassof_range": "Category:Item",
"options": {
"autocomplete": {
"query": "[[:Category:%2B]]"
},
"compact": true
}
}
}
}
}
}