Category:Entity
(Install package: OSW Core) |
No edit summary Tag: Undo |
||
(23 intermediate revisions by 4 users not shown) | |||
jsonschema | |||
---|---|---|---|
Line 1: | Line 1: | ||
{ | { | ||
"@context": { | "@context": { | ||
"bvco": "https://bvco.ontology.link/", | |||
"databatt": "http://www.databatt.org/", | |||
"emmo": "https://w3id.org/emmo#", | |||
"emmobattery": "https://w3id.org/emmo/domain/battery#", | |||
"emmochameo": "https://w3id.org/emmo/domain/chameo#", | |||
"emmochemicals": "https://w3id.org/emmo/domain/chemicalsubstance#", | |||
"emmoelch": "https://w3id.org/emmo/domain/electrochemistry#", | |||
"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 20: | Line 28: | ||
"rdf_type": { | "rdf_type": { | ||
"@id": "@type", | "@id": "@type", | ||
"@type": "@id" | |||
}, | |||
"rdf_type*": { | |||
"@id": "schema:additionalType", | |||
"@type": "@id" | |||
}, | |||
"rdf_type**": { | |||
"@id": "owl:sameAs", | |||
"@type": "@id" | |||
}, | |||
"rdf_type***": { | |||
"@id": "Property:Equivalent_URI", | |||
"@type": "@id" | |||
}, | |||
"rdf_type****": { | |||
"@id": "Property:HasEquivalentUri", | |||
"@type": "@id" | "@type": "@id" | ||
}, | }, | ||
Line 37: | Line 61: | ||
"image": "schema:image", | "image": "schema:image", | ||
"image*": "Property:HasImage", | "image*": "Property:HasImage", | ||
"keywords": { | |||
"@id": "schema:keywords", | |||
"@type": "@id" | |||
}, | |||
"keywords*": { | |||
"@id": "Property:HasKeyword", | |||
"@type": "@id" | |||
}, | |||
"based_on": "skos:isBasedOn", | "based_on": "skos:isBasedOn", | ||
"based_on*": { | "based_on*": { | ||
Line 61: | Line 93: | ||
], | ], | ||
"properties": { | "properties": { | ||
"rdf_type": { | |||
"title": "Additional RDF type(s)", | |||
"title*": { | |||
"de": "Zusätzliche(r) RDF-Typ(en)" | |||
}, | |||
"description": "Declares additional type(s) for this entity, e.g., to state that this entity has the same meaning as a term in a controlled vocabulary or ontology. This property is synonymous to the schema:additionalType and owl:sameAs. Full ontology IRIs are preferred. ", | |||
"description*": { | |||
"de": "Gibt zusätzliche Typens für diese Entität an, z. B. um anzugeben, dass diese Entität dieselbe Bedeutung hat wie ein Begriff in einem kontrollierten Vokabular oder einer Ontologie. Diese Eigenschaft ist ein Synonym für schema:additionalType und owl:sameAs. Volle Ontologie IRIs sind bevorzugt anzugeben." | |||
}, | |||
"type": "array", | |||
"format": "table", | |||
"items": { | |||
"title": "RDF type", | |||
"title*": { | |||
"de": "RDF-Typ" | |||
}, | |||
"type": "string" | |||
}, | |||
"eval_template": { | |||
"type": "mustache-wikitext", | |||
"value": "{{#rdf_type}} [{{{.}}} {{{.}}}] \u003Cbr\u003E {{/rdf_type}}" | |||
}, | |||
"uniqueItems": true | |||
}, | |||
"uuid": { | "uuid": { | ||
"title": "UUID", | "title": "UUID", | ||
Line 110: | Line 166: | ||
"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 143: | Line 200: | ||
"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": { | ||
Line 150: | Line 208: | ||
"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 178: | Line 243: | ||
"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%#description%\u003E | {{#ifeq: \u003C%lang%\u003E|en|#default|\u003C%lang%\u003E}} = \u003C%text%\u003E \u003C%/description%\u003E }}" | |||
}, | }, | ||
"items": { | "items": { | ||
Line 212: | Line 278: | ||
} | } | ||
] | ] | ||
}, | |||
"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": { | "based_on": { | ||
Line 256: | Line 347: | ||
"type": "mustache-wikitext", | "type": "mustache-wikitext", | ||
"mode": "render", | "mode": "render", | ||
"value": "{{=\u003C% %\u003E=}} \u003C%={{ }}=%\u003E {{#attachments}} | "value": "{{=\u003C% %\u003E=}} \u003C%={{ }}=%\u003E {{#attachments}}{{{.}}};{{/attachments}} {{=\u003C% %\u003E=}} \u003C%={{ }}=%\u003E" | ||
}, | }, | ||
"options": { | "options": { | ||
header_template | |||
Line 32: | Line 32: | ||
{{#if: {{{image|}}}|<!-- show a row if an image exists --> | {{#if: {{{image|}}}|<!-- show a row if an image exists --> | ||
<tr> | <tr> | ||
<td class="picture" colspan="2">[[{{{image|}}}|200x800px]]</td> | <td class="picture" colspan="2">{{#if: {{#pos:{{{image|}}}|File:}} | [[{{{image|}}}|200x800px]] | {{{image|}}}}}</td><!-- support both local and remote images (wgAllowExternalImages must be enabled--> | ||
</tr> | </tr> | ||
|<!-- don't show a row, if there is no image -->}} | |<!-- don't show a row, if there is no image -->}} | ||
<tr> | |||
<td class="subheading" colspan="2">{{#switch:{{USERLANGUAGECODE}} | |||
|en=Ontology equivalents | |||
|de=Ontologie-Äquivalente | |||
}}</td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" style="text-align:center"> | |||
{{{rdf_type|}}} | |||
</td> | |||
</tr> | |||
<tr> | <tr> | ||
<td class="subheading" colspan="2">{{#switch:{{USERLANGUAGECODE}} | <td class="subheading" colspan="2">{{#switch:{{USERLANGUAGECODE}} | ||
Line 63: | Line 74: | ||
}}</td> | }}</td> | ||
</tr> | </tr> | ||
<tr> | |||
<th>{{{_keywords_name|Keywords}}}</th> | |||
<td>{{{keywords|}}}</td> | |||
</tr> | |||
</table> | </table> | ||
footer_template | |||
Line 16: | Line 16: | ||
=={{{_label_attachments| {{#switch:{{USERLANGUAGECODE}}|en=Attachments|de=Anhang|#default=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> --> | <!-- <div class="fileupload-auto-reload">{{#batchupload:OslTemplate:ELN/Attachment|{{FULLPAGENAME}}|{{REVISIONUSER}}}}</div> --> | ||
{{#batchupload:}} | {{#batchupload:}} | ||
<!--|}}--> | <!--|}}--> |
Latest revision as of 07:40, 10 July 2024
Entity [Entity] | |
---|---|
ID | Entity |
UUID | ce353767-c628-45bd-9d88-d6eb3009aec0 |
Label | Entity |
Machine compatible name | Entity |
Ontology equivalents | |
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 2 subcategories, out of 2 total.
Pages in category "Entity"
This category contains only the following page.