531
edits
(Update package: OSW Core) |
(Update package: OSW Core) |
||
| 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":["SubClassOf"," | <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> | ||
| jsondata | |||
| Line 1: | Line 1: | ||
{ | { | ||
"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 | |||
| Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | |||
{ | |||
"exact_ontology_match***": { | |||
"@id": "owl:equivalentClass", | |||
"@type": "@id" | |||
}, | |||
"metaclass": { | |||
"@id": "Property:HasMetaCategory", | |||
"@type": "@id" | |||
}, | |||
"subclass_of": { | |||
"@id": "rdfs:subClassOf", | |||
"@type": "@id" | |||
}, | |||
"subclass_of*": { | |||
"@id": "Property:SubClassOf", | |||
"@type": "@id" | |||
}, | |||
"utf8_icon": "Property:HasUtf8Icon" | |||
}, | |||
"/wiki/Category:Entity?action=raw\u0026slot=jsonschema" | |||
], | |||
"allOf": [ | |||
{ | |||
"$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": [ | |||
"subclass_of", | |||
"type" | |||
], | |||
"properties": { | |||
"type": { | |||
"items": { | |||
"subclassof_range": "Category:Category", | |||
"format": "autocomplete", | |||
"options": { | |||
"autocomplete": { | |||
"$comment": "All categories here since subclassof_range is limited by depth 5", | |||
"query": "[[:Category:%2B]]" | |||
} | |||
} | |||
}, | |||
"default": [ | |||
"Category:Category" | |||
], | |||
"options": { | |||
"hidden": true | |||
} | |||
}, | |||
"subclass_of": { | |||
"title": "Supercategories", | |||
"title*": { | |||
"de": "Überkategorien" | |||
}, | |||
"type": "array", | |||
"propertyOrder": -1009, | |||
"items": { | |||
"title": "Category", | |||
"title*": { | |||
"de": "Kategorie" | |||
}, | |||
"type": "string", | |||
"format": "autocomplete", | |||
"subclassof_range": "Category:Entity" | |||
}, | |||
"default": [ | |||
"Category:Entity" | |||
], | |||
"options": { | |||
"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", | |||
"subclassof_range": "Category:Category" | |||
} | |||
}, | |||
"utf8_icon": { | |||
"type": "array", | |||
"title": "UTF8-Icons", | |||
"title*": { | |||
"de": "UTF8-Symbole" | |||
}, | |||
"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", | |||
"minLength": 1, | |||
"maxLength": 2 | |||
} | |||
} | |||
} | |||
} | } | ||
edits