Category:Category: Difference between revisions

Category page
Category:Category
No edit summary
Tag: Metadata slot edit
(Update package: OSW Core)
jsondata
Line 13: Line 13:
         }
         }
     ],
     ],
     "name": "CategoryClass"
     "name": "CategoryClass",
    "type": [
        "Category:Category"
    ]
}
}
jsonschema
Line 5: Line 5:
             "subclass_of": {
             "subclass_of": {
                 "@id": "rdf:subclass_of",
                 "@id": "rdf:subclass_of",
                "@type": "@id"
            },
            "subclass_of*": {
                "@id": "Property:SubClassOf",
                 "@type": "@id"
                 "@type": "@id"
             },
             },
Line 15: Line 19:
                 "@type": "@id"
                 "@type": "@id"
             },
             },
             "utf8_icon": "Property:HasUtf8Icon",
             "utf8_icon": "Property:HasUtf8Icon"
            "has_energy_output*": {
                "@id": "Property:has_energy_output",
                "@type": "@id"
            },
            "has_energy_input*": {
                "@id": "Property:has_energy_input",
                "@type": "@id"
            },
            "has_part*": {
                "@id": "Property:has_part",
                "@type": "@id"
            },
            "has_participant*": {
                "@id": "Property:has_participant",
                "@type": "@id"
            },
            "has_physical_input*": {
                "@id": "Property:has_physical_input",
                "@type": "@id"
            },
            "has_physical_output*": {
                "@id": "Property:has_physical_output",
                "@type": "@id"
            }
         }
         }
     ],
     ],
Line 50: Line 30:
     "allOf": [
     "allOf": [
         {
         {
            "type": "object",
             "$ref": "/wiki/Category:Entity?action=raw\u0026slot=jsonschema"
             "$ref": "/wiki/Category:Entity?action=raw\u0026slot=jsonschema"
         }
         }
Line 73: Line 52:
                 "type": "string",
                 "type": "string",
                 "format": "autocomplete",
                 "format": "autocomplete",
                 "query": "[[IsA::Category:Category]] |?Display_title_of=label",
                 "options": {
                "previewWikiTextTemplate": "[[:{{result.fulltext}}]]",
                    "autocomplete": {
                 "labelTemplate": "{{result.printouts.label.[0]}}"
                        "query": "[[HasType::Category:Category]]|?Display_title_of=label|?HasImage=image|HasDescription=description"
                    }
                 }
             }
             }
         },
         },
Line 92: Line 73:
                 "type": "string",
                 "type": "string",
                 "format": "autocomplete",
                 "format": "autocomplete",
                 "query": "[[IsA::Category:Category]] |?Display_title_of=label",
                 "options": {
                "previewWikiTextTemplate": "[[:{{result.fulltext}}]]",
                    "autocomplete": {
                 "labelTemplate": "{{result.printouts.label.[0]}}"
                        "query": "[[HasType::Category:Category]]|?Display_title_of=label|?HasImage=image|HasDescription=description"
                    }
                 }
             },
             },
             "minLength": 1,
             "minItems": 1,
             "default": [
             "default": [
                 "Category:Category"
                 "Category:Category"
Line 119: Line 102:
                 "type": "string",
                 "type": "string",
                 "format": "autocomplete",
                 "format": "autocomplete",
                 "query": "[[IsA::Category:Category]] |?Display_title_of=label",
                 "options": {
                "previewWikiTextTemplate": "[[:{{result.fulltext}}]]",
                    "autocomplete": {
                 "labelTemplate": "{{result.printouts.label.[0]}}"
                        "query": "[[HasType::Category:Category]]|?Display_title_of=label|?HasImage=image|HasDescription=description"
                    }
                 }
             },
             },
             "default": [
             "default": [
Line 133: Line 118:
             "type": "array",
             "type": "array",
             "title": "UTF8-Icons",
             "title": "UTF8-Icons",
             "description": "see https://www.w3schools.com/charsets/ref_utf_symbols.asp",
             "description": "see https://www.unicode.org/cldr/charts/latest/annotations/romance.html",
             "description*": {
             "description*": {
                 "de": "see https://www.w3schools.com/charsets/ref_utf_symbols.asp"
                 "de": "siehe https://www.unicode.org/cldr/charts/latest/annotations/germanic.html"
             },
             },
             "items": {
             "items": {
footer_template
Line 1: Line 1:
=={{#switch:{{USERLANGUAGECODE}}|en=Graph|de=Graph}}==
=={{#switch:{{USERLANGUAGECODE}}|en=Graph|de=Graph}}==
<div style="width: 100%;" class="InteractiveSemanticGraph" data-config='{ "root":"{{FULLPAGENAME}}", "properties":["Subcategory of","-Subcategory of","HasUtf8Icon","-NOTHasType", "HasFileAttachment"], "ignore_properties":["IsA"], "permalink":true, "depth":2, "edit": true, "edge_labels": false}'></div>
<div style="width: 100%;" class="InteractiveSemanticGraph" data-config='{ "root":"{{FULLPAGENAME}}", "properties":["SubClassOf","-SubClassOf","HasUtf8Icon"], "ignore_properties":["Subcategory_of", "-Subcategory_of"], "permalink":true, "depth":2, "edit": true, "edge_labels": false}'></div>
<br>
<br>
<br>
<br>

Revision as of 09:03, 27 June 2023

Category (Class) [Category]
ID Category
UUID 89aafe6d-ae5a-4f29-97ff-df7736d4cab6
Label Category (Class)
Machine compatible name CategoryClass
Statements (outgoing)
Statements (incoming)
Keywords

Description


📎 Select files (or drop them here)... 📷 Camera


    jsondata
    label
    text"Category (Class)"
    lang"en"
    uuid"89aafe6d-ae5a-4f29-97ff-df7736d4cab6"
    description
    text"Meta-Category for Categories"
    lang"en"
    name"CategoryClass"
    type
    "Category:Category"
    jsonschema
    @context
    "/wiki/Category:Entity?action=raw&slot=jsonschema"
    subclass_of
    @id"rdf:subclass_of"
    @type"@id"
    subclass_of*
    @id"Property:SubClassOf"
    @type"@id"
    metaclass
    @id"Property:HasMetaCategory"
    @type"@id"
    type
    @id"Property:HasType"
    @type"@id"
    utf8_icon"Property:HasUtf8Icon"
    type"object"
    title"Category"
    title*
    de"Kategorie"
    en"Category"
    allOf
    $ref"/wiki/Category:Entity?action=raw&slot=jsonschema"
    required
    "subclass_of"
    "type"
    properties
    metaclass
    title"Metaclasses/-categories"
    title*
    de"Metaklassen/-kategorien"
    type"array"
    format"table"
    items
    title"Metaclass"
    title*
    de"Metaklasse"
    type"string"
    format"autocomplete"
    options
    autocomplete
    query"[[HasType::Category:Category]]|?Display_title_of=label|?HasImage=image|HasDescription=description"
    type
    title"Types/Categories"
    title*
    de"Typen/Kategorien"
    type"array"
    format"table"
    items
    title"Type"
    title*
    de"Type"
    type"string"
    format"autocomplete"
    options
    autocomplete
    query"[[HasType::Category:Category]]|?Display_title_of=label|?HasImage=image|HasDescription=description"
    minItems1
    default
    "Category:Category"
    options
    hiddentrue
    subclass_of
    title"Supercategories"
    title*
    en"Supercategories"
    de"Überkategorien"
    type"array"
    items
    title"Category"
    title*
    en"Category"
    de"Kategorie"
    type"string"
    format"autocomplete"
    options
    autocomplete
    query"[[HasType::Category:Category]]|?Display_title_of=label|?HasImage=image|HasDescription=description"
    default
    "Category:Entity"
    options
    hiddenfalse
    utf8_icon
    type"array"
    title"UTF8-Icons"
    description"see https://www.unicode.org/cldr/charts/latest/annotations/romance.html"
    description*
    de"siehe https://www.unicode.org/cldr/charts/latest/annotations/germanic.html"
    items
    type"string"
    title"UTF8-Icon"
    minLength1
    maxLength2

    Subcategories

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

    M

    O

    P

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.