Category:Entity
(Install package: OSW Core) |
(Copy from dev-wiki) Tag: Metadata slot edit |
||
(15 intermediate revisions by 3 users not shown) | |||
jsondata | |||
---|---|---|---|
Line 1: | Line 1: | ||
{ | { | ||
"uuid": "ce353767-c628-45bd-9d88-d6eb3009aec0", | "uuid": "ce353767-c628-45bd-9d88-d6eb3009aec0", | ||
"label": [ | "label": [ | ||
Line 24: | Line 21: | ||
"lang": "de" | "lang": "de" | ||
} | } | ||
], | |||
"type": [ | |||
"Category:Category" | |||
] | ] | ||
} | } | ||
jsonschema | |||
Line 3: | Line 3: | ||
"schema": "https://schema.org/", | "schema": "https://schema.org/", | ||
"skos": "https://www.w3.org/TR/skos-reference/", | "skos": "https://www.w3.org/TR/skos-reference/", | ||
"xsd": "http://www.w3.org/2001/XMLSchema#", | |||
"wiki": "https://wiki-dev.open-semantic-lab.org/id/", | "wiki": "https://wiki-dev.open-semantic-lab.org/id/", | ||
"Property": { | "Property": { | ||
Line 18: | Line 19: | ||
"@prefix": true | "@prefix": true | ||
}, | }, | ||
" | "rdf_type": { | ||
"@id": "@type" | "@id": "@type", | ||
"@type": "@id" | |||
}, | }, | ||
"uuid*": "Property:HasUuid", | |||
"name*": "Property:HasName", | "name*": "Property:HasName", | ||
"label": "skos:prefLabel", | "label": "skos:prefLabel", | ||
Line 31: | Line 34: | ||
}, | }, | ||
"query_label": "Property:HasLabel", | "query_label": "Property:HasLabel", | ||
" | "description": "skos:definition", | ||
"description*": "Property:HasDescription", | |||
"image": "schema:image", | "image": "schema:image", | ||
"image*": "Property:HasImage", | "image*": "Property:HasImage", | ||
"short_name": "Property:HasShortName" | "keywords": { | ||
"@id": "schema:keywords", | |||
"@type": "@id" | |||
}, | |||
"keywords*": { | |||
"@id": "Property:HasKeyword", | |||
"@type": "@id" | |||
}, | |||
"based_on": "skos:isBasedOn", | |||
"based_on*": { | |||
"@id": "Property:IsBasedOn", | |||
"@type": "@id" | |||
}, | |||
"short_name": "Property:HasShortName", | |||
"statements": "Property:HasStatement", | |||
"attachments*": { | |||
"@id": "Property:HasFileAttachment", | |||
"@type": "@id" | |||
}, | |||
"meta": { | |||
"@id": "Property:HasMeta", | |||
"@type": "@id", | |||
"@context": { | |||
"change_id": { | |||
"@id": "Property:HasChangeId", | |||
"@type": "xsd:string" | |||
} | |||
} | |||
} | |||
}, | }, | ||
"uuid": "ce353767-c628-45bd-9d88-d6eb3009aec0", | "uuid": "ce353767-c628-45bd-9d88-d6eb3009aec0", | ||
Line 43: | Line 75: | ||
"uuid", | "uuid", | ||
"label" | "label" | ||
], | |||
"defaultProperties": [ | |||
"description" | |||
], | ], | ||
"properties": { | "properties": { | ||
Line 49: | Line 84: | ||
"type": "string", | "type": "string", | ||
"format": "uuid", | "format": "uuid", | ||
"options": { | |||
"hidden": true | |||
} | |||
}, | |||
"iri": { | |||
"title": "IRI", | |||
"description": "The Internationalized Resource Identifier (IRI) of this entity", | |||
"description*": { | |||
"de": "Der internationalisierte Ressourcenbezeichner (IRI) dieser Entität" | |||
}, | |||
"type": "string", | |||
"format": "url", | |||
"options": { | "options": { | ||
"hidden": true | "hidden": true | ||
Line 54: | Line 101: | ||
}, | }, | ||
"name": { | "name": { | ||
"title": "Name", | "title": "Technical name", | ||
"title*": { | |||
"de": "Technischer Name" | |||
}, | |||
"description": "Technical / Machine compatible name", | "description": "Technical / Machine compatible name", | ||
"description*": { | "description*": { | ||
Line 66: | Line 116: | ||
"label": { | "label": { | ||
"type": "array", | "type": "array", | ||
"title": " | "title": "Label(s)", | ||
"title*": { | "title*": { | ||
"de": " | "de": "Bezeichnung(en)" | ||
}, | }, | ||
"description": " | "description": "At least one label is required.", | ||
"description*": { | "description*": { | ||
"de": " | "de": "Mindestens eine Bezeichnung ist erforderlich." | ||
}, | }, | ||
"format": "table", | "format": "table", | ||
Line 79: | Line 129: | ||
"type": "mustache-wikitext", | "type": "mustache-wikitext", | ||
"mode": "render", | "mode": "render", | ||
"value": "{{=\u003C% %\u003E=}} {{#switch:{{USERLANGUAGECODE}} \u003C% | "$comment": "Displays value according to user language with eng as fallback option. Note: {{=\u003C% %\u003E=}} changes mustache expression from {{..}} to \u003C% %\u003E for mixing with wikitext templates", | ||
"value": "{{=\u003C% %\u003E=}} {{#switch:{{USERLANGUAGECODE}} \u003C%#label%\u003E | {{#ifeq: \u003C%lang%\u003E|en|#default|\u003C%lang%\u003E}} = \u003C%text%\u003E \u003C%/label%\u003E }}" | |||
} | } | ||
], | ], | ||
Line 85: | Line 136: | ||
"title": "Label", | "title": "Label", | ||
"title*": { | "title*": { | ||
"de": " | "de": "Bezeichnung" | ||
}, | }, | ||
"eval_template": [ | "eval_template": [ | ||
Line 100: | Line 151: | ||
"short_name": { | "short_name": { | ||
"type": "array", | "type": "array", | ||
"title": "Short name", | "title": "Short name(s)", | ||
"title*": { | "title*": { | ||
"de": "Kurzname" | "de": "Kurzname(n)" | ||
}, | }, | ||
"description": "Abbreviation, Acronym, etc.", | "description": "Abbreviation, Acronym, etc.", | ||
Line 112: | Line 163: | ||
"type": "mustache-wikitext", | "type": "mustache-wikitext", | ||
"mode": "render", | "mode": "render", | ||
"value": "{{=\u003C% %\u003E=}} {{#switch:{{USERLANGUAGECODE}} \u003C% | "$comment": "Displays value according to user language with eng as fallback option. Note: {{=\u003C% %\u003E=}} changes mustache expression from {{..}} to \u003C% %\u003E for mixing with wikitext templates", | ||
"value": "{{=\u003C% %\u003E=}} {{#switch:{{USERLANGUAGECODE}} \u003C%#short_name%\u003E | {{#ifeq: \u003C%lang%\u003E|en|#default|\u003C%lang%\u003E}} = \u003C%text%\u003E \u003C%/short_name%\u003E }}" | |||
}, | }, | ||
"items": { | "items": { | ||
"title": " | "title": "Short name", | ||
"title*": { | "title*": { | ||
"de": "Kurzname" | "de": "Kurzname" | ||
}, | }, | ||
"eval_template": [ | |||
{ | |||
"type": "wikitext", | |||
"mode": "store", | |||
"value": "{{{text}}}@{{{lang}}}" | |||
} | |||
], | |||
"$ref": "/wiki/JsonSchema:Label?action=raw" | "$ref": "/wiki/JsonSchema:Label?action=raw" | ||
} | } | ||
Line 146: | Line 205: | ||
"eval_template": { | "eval_template": { | ||
"type": "mustache-wikitext", | "type": "mustache-wikitext", | ||
"value": "{{=\u003C% %\u003E=}} {{#switch:{{USERLANGUAGECODE}} \u003C% | "mode": "render", | ||
"$comment": "Displays value according to user language with eng as fallback option. Note: {{=\u003C% %\u003E=}} changes mustache expression from {{..}} to \u003C% %\u003E for mixing with wikitext templates", | |||
"value": "{{=\u003C% %\u003E=}} {{#switch:{{USERLANGUAGECODE}} \u003C%#description%\u003E | {{#ifeq: \u003C%lang%\u003E|en|#default|\u003C%lang%\u003E}} = \u003C%text%\u003E \u003C%/description%\u003E }}" | |||
}, | }, | ||
"items": { | "items": { | ||
"eval_template": [ | |||
{ | |||
"type": "wikitext", | |||
"mode": "store", | |||
"value": "{{{text}}}@{{{lang}}}" | |||
} | |||
], | |||
"$ref": "/wiki/JsonSchema:Description?action=raw" | "$ref": "/wiki/JsonSchema:Description?action=raw" | ||
} | } | ||
Line 173: | Line 241: | ||
} | } | ||
] | ] | ||
}, | |||
"keywords": { | |||
"type": "array", | |||
"title": "Keywords / Tags", | |||
"title*": { | |||
"de": "Schlagworte / Tags" | |||
}, | |||
"description": "Designated to the user defined categorization of this element", | |||
"description*": { | |||
"de": "Dient der nutzerdefinierten Kategorisierung des Elements" | |||
}, | |||
"eval_template": { | |||
"type": "mustache-wikitext", | |||
"mode": "render", | |||
"value": "{{=\u003C% %\u003E=}} \u003C%={{ }}=%\u003E {{#keywords}}[[{{{.}}}]] \u003Cbr\u003E {{/keywords}} {{=\u003C% %\u003E=}} \u003C%={{ }}=%\u003E" | |||
}, | |||
"items": { | |||
"title": "Keyword", | |||
"title*": { | |||
"de": "Schlagwort" | |||
}, | |||
"type": "string", | |||
"format": "autocomplete", | |||
"range": "Category:OSW09f6cdd54bc54de786eafced5f675cbe" | |||
} | |||
}, | |||
"based_on": { | |||
"type": "array", | |||
"title": "Based on", | |||
"title*": { | |||
"de": "Basierend auf" | |||
}, | |||
"description": "Other entities on which this one is based, e.g. when it is created by copying", | |||
"description*": { | |||
"de": "Andere Entitäten auf die diese basiert, z. B. wenn sie durch Kopieren entstanden ist" | |||
}, | |||
"items": { | |||
"type": "string" | |||
}, | |||
"options": { | |||
"hidden": "true" | |||
} | |||
}, | |||
"statements": { | |||
"type": "array", | |||
"title": "Statements", | |||
"title*": { | |||
"de": "Aussagen" | |||
}, | |||
"format": "tabs", | |||
"propertyOrder": 1010, | |||
"eval_template": { | |||
"type": "mustache-wikitext", | |||
"mode": "render", | |||
"value": "{{#statements}}.. {{#predicate}}[[{{predicate}}]]{{/predicate}}{{#property}}[[{{property}}]]{{/property}}{{#quantity}}[[{{quantity}}]]{{/quantity}} {{#object}}[[{{object}}]]{{/object}}{{#value}}{{value}}{{/value}}\u003Cbr\u003E{{/statements}}" | |||
}, | |||
"items": { | |||
"$ref": "/wiki/JsonSchema:Statement?action=raw" | |||
} | |||
}, | |||
"attachments": { | |||
"type": "array", | |||
"title": "File attachments", | |||
"title*": { | |||
"de": "Dateianhänge" | |||
}, | |||
"eval_template": { | |||
"type": "mustache-wikitext", | |||
"mode": "render", | |||
"value": "{{=\u003C% %\u003E=}} \u003C%={{ }}=%\u003E {{#attachments}}{{{.}}};{{/attachments}} {{=\u003C% %\u003E=}} \u003C%={{ }}=%\u003E" | |||
}, | |||
"options": { | |||
"collapsed": true | |||
}, | |||
"propertyOrder": 1020, | |||
"items": { | |||
"title": "Attachment", | |||
"title*": { | |||
"de": "Anhang" | |||
}, | |||
"type": "string", | |||
"format": "url", | |||
"options": { | |||
"upload": {} | |||
}, | |||
"links": [ | |||
{ | |||
"href": "{{#if self}}/w/index.php?title=Special:Redirect/file/{{self}}{{/if}}", | |||
"rel": "{{#if self}}download{{/if}}", | |||
"download": true | |||
} | |||
] | |||
} | |||
}, | |||
"meta": { | |||
"$ref": "/wiki/JsonSchema:Meta?action=raw", | |||
"options": { | |||
"hidden": true | |||
} | |||
} | } | ||
} | } | ||
} | } | ||
footer_template | |||
Line 1: | Line 1: | ||
{{#if: {{#ask: [[IsPartOf::{{FULLPAGENAME}}]]|format=plain|limit=1|searchlabel=}} | | |||
=={{{_label_attachments| {{#switch:{{USERLANGUAGECODE}}|en=Structure|de=Struktur|#default=Structure}} }}}== | |||
{{#tree: | |||
{{#ask: | |||
[[{{FULLPAGENAME}}]] | |||
OR [[IsPartOf::{{FULLPAGENAME}}]] | |||
OR [[IsPartOf.IsPartOf::{{FULLPAGENAME}}]] | |||
OR [[IsPartOf.IsPartOf.IsPartOf::{{FULLPAGENAME}}]] | |||
|format=tree | |||
|parent=IsPartOf | |||
}} | |||
}} | |||
|}}<!-- {{#if: {{{attachments|}}} |--> | |||
=={{{_label_attachments| {{#switch:{{USERLANGUAGECODE}}|en=Attachments|de=Anhang|#default=Attachments}} }}}== | |||
{{#tag: gallery | |||
|{{#arraymap: {{{attachments|}}} |;|__FILE__|__FILE__{{!}}[[:__FILE__]]|\n}} | |||
}} | |||
<!-- <div class="fileupload-auto-reload">{{#batchupload:OslTemplate:ELN/Attachment|{{FULLPAGENAME}}|{{REVISIONUSER}}}}</div> --> | |||
{{#batchupload:}} | |||
<!--|}}--> | |||
header_template | |||
Line 1: | Line 1: | ||
<table class="info_box"> | <table class="info_box"> | ||
<tr> | <tr> | ||
<th class="heading" colspan="2">{{#if: {{{label|}}}|{{{label|}}} [{{{id|{{PAGENAME}}}}}] | {{{id|{{PAGENAME}}}}} }}</th> | <th class="heading" colspan="2">{{#if: {{{label|}}}|{{{label|}}} [{{{id|{{PAGENAME}}}}}] | {{{id|{{PAGENAME}}}}} }} | ||
</th> | |||
</tr> | </tr> | ||
<tr class="osw-table-details"> | <tr class="osw-table-details"> | ||
Line 36: | Line 37: | ||
<tr> | <tr> | ||
<td class="subheading" colspan="2">{{#switch:{{USERLANGUAGECODE}} | <td class="subheading" colspan="2">{{#switch:{{USERLANGUAGECODE}} | ||
|en= | |en=Statements (outgoing) | ||
|de= | |de=Aussagen (ausgehend) | ||
}}</td> | }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td colspan="2" style="text-align:center">{{{ | <td colspan="2" style="text-align:center">{{{statements|}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td class="subheading" colspan="2">{{#switch:{{USERLANGUAGECODE}} | <td class="subheading" colspan="2">{{#switch:{{USERLANGUAGECODE}} | ||
|en= | |en=Statements (incoming) | ||
|de= | |de=Aussagen (eingehend) | ||
}}</td> | }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td colspan="2" style="text-align:center"> | <td colspan="2" style="text-align:center"> | ||
{{#ask: [[ | {{#ask: [[HasObject::{{FULLPAGENAME}}]] | ||
|?HasSubject=subject | |||
|?-Has_subobject=default_subject | |||
|?HasProperty=property | |?HasProperty=property | ||
|mainlabel=statement | |||
|mainlabel= | |||
|format=plainlist | |format=plainlist | ||
|template= | |template=Template:Helper/UI/Query/ReverseListFormat | ||
|named args=yes | |named args=yes | ||
|@deferred | |@deferred | ||
}}</td> | }}</td> | ||
</tr> | </tr> | ||
<tr> | |||
<th>{{{_keywords_name|Keywords}}}</th> | |||
<td>{{{keywords|}}}</td> | |||
</tr> | |||
</table> | </table> | ||
Latest revision as of 07:58, 21 November 2024
Entity [Entity] | |
---|---|
ID | Entity |
UUID | ce353767-c628-45bd-9d88-d6eb3009aec0 |
Label | Entity |
Machine compatible name | Entity |
Statements (outgoing) | |
Statements (incoming) | |
|
|
Keywords |
Description
jsondata
uuid | "ce353767-c628-45bd-9d88-d6eb3009aec0" | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
label |
| ||||||||||
name | "Entity" | ||||||||||
description |
| ||||||||||
type |
|
jsonschema
@context |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
uuid | "ce353767-c628-45bd-9d88-d6eb3009aec0" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
title | "Entity" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id | "entity" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
defaultProperties |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
Subcategories
This category has the following 4 subcategories, out of 4 total.