Category:Category: Difference between revisions

Category:Category
No edit summary
Tag: Metadata slot edit
(Update package: OSW Core)
 
(10 intermediate revisions by 3 users not shown)
jsondata
Line 13: Line 13:
         }
         }
     ],
     ],
     "name": "CategoryClass"
     "name": "CategoryClass",
    "type": [
        "Category:Category"
    ]
}
}
jsonschema
Line 3: Line 3:
         "/wiki/Category:Entity?action=raw\u0026slot=jsonschema",
         "/wiki/Category:Entity?action=raw\u0026slot=jsonschema",
         {
         {
            "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
             "subclass_of": {
             "subclass_of": {
                 "@id": "rdf:subclass_of",
                 "@id": "rdfs:subClassOf",
                "@type": "@id"
            },
            "subclass_of*": {
                "@id": "Property:SubClassOf",
                 "@type": "@id"
                 "@type": "@id"
             },
             },
Line 15: Line 20:
                 "@type": "@id"
                 "@type": "@id"
             },
             },
             "utf8_icon": "Property:HasUtf8Icon",
             "utf8_icon": "Property:HasUtf8Icon"
            "has_energy_output*": {
                "@id": "Property:oeo:has_energy_output",
                "@type": "@id"
            },
            "has_energy_input*": {
                "@id": "Property:oeo:has_energy_input",
                "@type": "@id"
            },
            "has_part*": {
                "@id": "Property:bfo:has_part",
                "@type": "@id"
            },
            "has_participant*": {
                "@id": "Property:ro:has_participant",
                "@type": "@id"
            },
            "has_physical_input*": {
                "@id": "Property:oeo:has_physical_input",
                "@type": "@id"
            },
            "has_physical_output*": {
                "@id": "Property:oeo:has_physical_output",
                "@type": "@id"
            }
         }
         }
     ],
     ],
    "type": "object",
    "title": "Category",
    "title*": {
        "de": "Kategorie",
        "en": "Category"
    },
     "allOf": [
     "allOf": [
         {
         {
            "type": "object",
             "$ref": "/wiki/Category:Entity?action=raw\u0026slot=jsonschema"
             "$ref": "/wiki/Category:Entity?action=raw\u0026slot=jsonschema"
         }
         }
     ],
     ],
    "uuid": "89aafe6d-ae5a-4f29-97ff-df7736d4cab6",
    "type": "object",
    "title": "Category",
    "title*": {
        "de": "Kategorie (Klasse)",
        "en": "Category (Class)"
    },
     "required": [
     "required": [
         "subclass_of",
         "subclass_of",
Line 59: Line 40:
     ],
     ],
     "properties": {
     "properties": {
        "metaclass": {
            "title": "Metaclasses/-categories",
            "title*": {
                "de": "Metaklassen/-kategorien"
            },
            "type": "array",
            "format": "table",
            "items": {
                "title": "Metaclass",
                "title*": {
                    "de": "Metaklasse"
                },
                "type": "string",
                "format": "autocomplete",
                "query": "[[IsA::Category:Category]] |?Display_title_of=label",
                "previewWikiTextTemplate": "[[:{{result.fulltext}}]]",
                "labelTemplate": "{{result.printouts.label.[0]}}"
            }
        },
         "type": {
         "type": {
             "title": "Types/Categories",
             "title": "Types/Categories",
Line 83: Line 45:
                 "de": "Typen/Kategorien"
                 "de": "Typen/Kategorien"
             },
             },
            "propertyOrder": -1010,
             "type": "array",
             "type": "array",
             "format": "table",
             "format": "table",
Line 92: Line 55:
                 "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 102: Line 67:
             "options": {
             "options": {
                 "hidden": true
                 "hidden": true
            }
        },
        "instance_rdf_type": {
            "type": "array",
            "title": "RDF type(s) of instances",
            "title*": {
                "de": "RDF-Typ(en) der Instanzen"
            },
            "description": "References 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\"",
            "description*": {
                "de": "Verweist auf eine Klasse/Typ/Kategory in einer anderen Ontologie, um die Instanzen dieser Kategorie zu beschreiben. In der Regel ein Präfix, das den auflösbaren URI einer Ontologie und eine ID aus dem Namensraum dieser Ontologie darstellt, durch einen Doppelpunkt getrennt, z.B. \"schema:Person\""
            },
            "format": "table",
            "items": {
                "type": "string",
                "title": "RDF type",
                "title*": {
                    "de": "RDF-Typ"
                },
                "default": ""
             }
             }
         },
         },
Line 111: Line 96:
             },
             },
             "type": "array",
             "type": "array",
            "propertyOrder": -1009,
             "items": {
             "items": {
                 "title": "Category",
                 "title": "Category",
Line 119: Line 105:
                 "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 128: Line 116:
             "options": {
             "options": {
                 "hidden": false
                 "hidden": false
            }
        },
        "metaclass": {
            "title": "Metaclasses/-categories",
            "title*": {
                "de": "Metaklassen/-kategorien"
            },
            "type": "array",
            "format": "table",
            "propertyOrder": -1008,
            "items": {
                "title": "Metaclass",
                "title*": {
                    "de": "Metaklasse"
                },
                "type": "string",
                "format": "autocomplete",
                "options": {
                    "autocomplete": {
                        "query": "[[HasType::Category:Category]]|?Display_title_of=label|?HasImage=image|HasDescription=description"
                    }
                }
             }
             }
         },
         },
Line 133: Line 143:
             "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:
<!-- Include optional extensions of this page  -->
{{#ask: [[ExtendsDocumentationOf::{{FULLPAGENAME}}]]
|format=embedded
|embedformat=h1
|embedonly=yes
}}
=={{#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","HasImage","HasUtf8Icon"], "ignore_properties":["Subcategory_of", "-Subcategory_of", "Has_query", "Display_title_of", "Display_title_of_lowercase", "Display_title_of_normalized"], "permalink":true, "depth":2, "edit": true, "edge_labels": false, "query_limit":25}'></div>
<br>
<br>
<br>
<br>
schema_template
Line 26: Line 26:
     {{/each}}
     {{/each}}
     },
     },
     "required": ["type"],
     "required": [
        "type"
    ],
     "properties": {
     "properties": {
         "type": {
         "type": {

Latest revision as of 16:59, 15 March 2025

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

Description

Meta-Category for Categories

Category (Class)
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"
rdfs"http://www.w3.org/2000/01/rdf-schema#"
subclass_of
@id"rdfs:subClassOf"
@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"
allOf
$ref"/wiki/Category:Entity?action=raw&slot=jsonschema"
uuid"89aafe6d-ae5a-4f29-97ff-df7736d4cab6"
type"object"
title"Category"
title*
de"Kategorie (Klasse)"
en"Category (Class)"
required
"subclass_of"
"type"
properties
type
title"Types/Categories"
title*
de"Typen/Kategorien"
propertyOrder-1010
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
instance_rdf_type
type"array"
title"RDF type(s) of instances"
title*
de"RDF-Typ(en) der Instanzen"
description"References 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""
description*
de"Verweist auf eine Klasse/Typ/Kategory in einer anderen Ontologie, um die Instanzen dieser Kategorie zu beschreiben. In der Regel ein Präfix, das den auflösbaren URI einer Ontologie und eine ID aus dem Namensraum dieser Ontologie darstellt, durch einen Doppelpunkt getrennt, z.B. "schema:Person""
format"table"
items
type"string"
title"RDF type"
title*
de"RDF-Typ"
default""
subclass_of
title"Supercategories"
title*
en"Supercategories"
de"Überkategorien"
type"array"
propertyOrder-1009
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
metaclass
title"Metaclasses/-categories"
title*
de"Metaklassen/-kategorien"
type"array"
format"table"
propertyOrder-1008
items
title"Metaclass"
title*
de"Metaklasse"
type"string"
format"autocomplete"
options
autocomplete
query"[[HasType::Category:Category]]|?Display_title_of=label|?HasImage=image|HasDescription=description"
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 6 subcategories, out of 6 total.

O