Category:Item: Difference between revisions

Category:Item
(Update package: OSW Core)
m (Protected "Item": Protected as read-only import via Page Exchange extension ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading])
 
(One intermediate revision by the same user not shown)
footer_template
Line 1: Line 1:
<h2 class="section-collapsible-initial-collapsed section-heading--collapsed">{{#switch:{{USERLANGUAGECODE}}|en=Graph|de=Graph}}</h2>
<h2 class="section-collapsible-initial-collapsed section-heading--collapsed">{{#switch:{{USERLANGUAGECODE}}|en=Graph|de=Graph}}</h2>
<div style="width: 100%;" class="InteractiveSemanticGraph" data-config='{ "root":"{{FULLPAGENAME}}", "properties":["IsA","-IsA","HasSchema", "-IsInstanceOf","IsLocatedIn"], "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,  "query_limit":25}'></div>
<div style="width: 100%;" class="InteractiveSemanticGraph" data-config='{ "root":"{{FULLPAGENAME}}", "properties":["HasSchema", "SubClassOf", "HasImage", "IsLocatedIn"], "ignore_properties":["Subcategory_of", "-Subcategory_of", "Has_query", "Display_title_of", "Display_title_of_lowercase", "Display_title_of_normalized"], "permalink":true, "depth":1, "edit": true,  "query_limit":25}'></div>
<br>
<br>
<h2 class="section-collapsible-initial-collapsed section-heading--collapsed">{{#switch:{{USERLANGUAGECODE}}|en=QR Code|de=QR-Code|#default=QR Code}}</h2>
<h2 class="section-collapsible-initial-collapsed section-heading--collapsed">{{#switch:{{USERLANGUAGECODE}}|en=QR Code|de=QR-Code|#default=QR Code}}</h2>
<div class="QrCodeGenerator" data-config='{
<div class="QrCodeGenerator" data-config='{
     "text": "{{fullurl:{{FULLPAGENAME}}}}",
     "text": "{{fullurl:{{FULLPAGENAME}}}}",  
     "heading": "{{{label|{{#ask:[[{{FULLPAGENAME}}]]|?HasLabel.[0].text=|mainlabel=-}}}}}",
     "heading": "{{{label|{{#ask:[[{{FULLPAGENAME}}]]|?HasLabel.[0].text=|mainlabel=-}}}}}",
     "image": true,
     "image": true,  
     "print": true,
     "print": true,  
     "print_unit": "mm",
     "print_unit": "mm",  
     "print_format": [29,42],
     "print_format": [29,42],  
     "print_margin": [3,3,3,3],
     "print_margin": [3,3,3,3],  
     "print_scale": 0.115
     "print_scale": 0.115
}' style="height: 250px; width: 200px;"></div><!-- space for the print button -->
}' style="width: 200px;"></div>
jsondata
Line 12: Line 12:
             "text": "Gegenstand",
             "text": "Gegenstand",
             "lang": "de"
             "lang": "de"
        }
    ],
    "description": [
        {
            "text": "Item",
            "lang": "en"
         }
         }
     ],
     ],
jsonschema
Line 3: Line 3:
         "/wiki/Category:Entity?action=raw\u0026slot=jsonschema",
         "/wiki/Category:Entity?action=raw\u0026slot=jsonschema",
         {
         {
             "type": {
             "exact_ontology_match***": {
                 "@id": "Property:HasType",
                 "@id": "owl:sameAs",
                 "@type": "@id"
                 "@type": "@id"
             },
             },
             "type*": {
             "rdf_type*": {
                 "@id": "Property:HasSchema",
                 "@id": "schema:additionalType"
                "@type": "@id"
             }
             }
         }
         }
     ],
     ],
    "type": "object",
    "title": "Item",
     "allOf": [
     "allOf": [
         {
         {
Line 20: Line 17:
         }
         }
     ],
     ],
    "type": "object",
    "title": "Item",
    "title*": {
        "de": "Item"
    },
     "required": [
     "required": [
         "type"
         "type"
Line 25: Line 27:
     "properties": {
     "properties": {
         "type": {
         "type": {
            "title": "Types/Categories",
            "title*": {
                "de": "Typen/Kategorien"
            },
            "type": "array",
            "format": "table",
            "propertyOrder": -1000,
            "eval_template": [
                {
                    "type": "mustache-wikitext",
                    "mode": "render",
                    "value": "{{#type}} [[:{{{.}}}]] \u003Cbr\u003E{{/type}}"
                }
            ],
             "items": {
             "items": {
                 "title": "Type",
                 "subclassof_range": "Category:Item",
                "title*": {
                    "de": "Type"
                },
                "type": "string",
                 "format": "autocomplete",
                 "format": "autocomplete",
                 "options": {
                 "options": {
                     "autocomplete": {
                     "autocomplete": {
                         "query": "[[HasType::Category:Category]] |?Display_title_of=label"
                        "$comment": "All categories here since subclassof_range is limited by depth 5",
                         "query": "[[:Category:%2B]]"
                     }
                     }
                 }
                 }
Line 63: Line 48:
                         "query"
                         "query"
                     ]
                     ]
                }
            }
        },
        "entry_access": {
            "type": "object",
            "title": "Access restrictions",
            "title*": {
                "de": "Zugriffsbeschränkungen"
            },
            "eval_template": {
                "type": "mustache-wikitext",
                "mode": "render",
                "value": "{{=\u003C% %\u003E=}} {{#ifeq: \u003C%={{ }}=%\u003E {{{entry_access.read.level}}} {{=\u003C% %\u003E=}} |public|{{#set: |Visible to=public }} | }} \u003C%={{ }}=%\u003E"
            },
            "properties": {
                "read": {
                    "type": "object",
                    "title": "Read access",
                    "title*": {
                        "de": "Lesezugriff"
                    },
                    "properties": {
                        "level": {
                            "type": "string",
                            "title": "Level",
                            "title*": {
                                "de": "Level"
                            },
                            "enum": [
                                "public",
                                "internal",
                                "restricted"
                            ],
                            "options": {
                                "enum_titles": [
                                    "Public",
                                    "For all users",
                                    "For some users"
                                ],
                                "enum_titles*": [
                                    "Öffentlich",
                                    "Für alle Nutzer",
                                    "Für bestimmte Nutzer"
                                ]
                            }
                        }
                    }
                 }
                 }
             }
             }

Latest revision as of 04:35, 8 January 2026

Item ID: Item | UUID: 4240d9f1-cbe6-45bd-b932-0868584f7071 | 📦: world.opensemantic.core
ID Item
UUID 4240d9f1-cbe6-45bd-b932-0868584f7071
Label Item
Short name Item
Machine compatible name Item
Types/Categories Category (Class)
Statements (outgoing)
Statements (incoming)
Details

Description

No description found
jsondata
subclass_of
"Category:Entity"
uuid"4240d9f1-cbe6-45bd-b932-0868584f7071"
label
text"Item"
lang"en"
text"Gegenstand"
lang"de"
name"Item"
short_name
text"Item"
lang"en"
type
"Category:Category"
jsonschema
@context
"/wiki/Category:Entity?action=raw&slot=jsonschema"
exact_ontology_match***
@id"owl:sameAs"
@type"@id"
rdf_type*
@id"schema:additionalType"
allOf
$ref"/wiki/Category:Entity?action=raw&slot=jsonschema"
type"object"
title"Item"
title*
de"Item"
required
"type"
properties
type
items
subclassof_range"Category:Item"
format"autocomplete"
options
autocomplete
$comment"All categories here since subclassof_range is limited by depth 5"
query"[[:Category:%2B]]"
minItems1
default
"Category:Item"
options
collapsedtrue
conditional_visible
modes
"default"
"query"

Subcategories

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

O