Category:OSW494f660e6a714a1a9681c517bbb975da
(Update package: OSW Base) |
(Update package: OSW Base) |
||
| Line 1: | Line 1: | ||
==[[:Category:OSW494f660e6a714a1a9681c517bbb975da|{{#switch:{{USERLANGUAGECODE}}|en=Instances|de=Instanzen|#default=Instances}}]]== | |||
{{#ask: [[Category:OSW494f660e6a714a1a9681c517bbb975da]] | |||
|?HasDescription={{#switch:{{USERLANGUAGECODE}}|en=Description|de=Beschreibung|#default=Description}} | |||
|+lang={{USERLANGUAGECODE}} | |||
|mainlabel={{#switch:{{USERLANGUAGECODE}}|en=Title|de=Titel|#default=Title}} | |||
|format=datatable | |||
|limit = 2000 | |||
}} | |||
| footer_template | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
== Tutorial Graph | <h2 class="section-collapsible-initial-collapsed section-heading--collapsed">{{#switch:{{USERLANGUAGECODE}}|de=Tutorium-Graph|#default=Tutorial Graph}}</h2> | ||
{{Template:Editor/Graph | {{Template:Editor/Graph | ||
| file_name = graph-01 | | file_name = graph-01 | ||
| jsondata | |||
| Line 1: | Line 1: | ||
{ | { | ||
"type": [ | |||
"Category:Category" | |||
], | |||
"subclass_of": [ | |||
"Category:OSW92cc6b1a2e6b4bb7bad470dfdcfdaf26" | |||
], | |||
"utf8_icon": [ | |||
"🎓" | |||
], | |||
"uuid": "494f660e-6a71-4a1a-9681-c517bbb975da", | |||
"name": "Tutorial", | |||
"label": [ | |||
{ | |||
"text": "Tutorial", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Tutorium", | |||
"lang": "de" | |||
} | |||
], | |||
"description": [ | |||
{ | |||
"text": "Instruction in written or cinematic form", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Schriftliche oder filmische Gebrauchsanleitung", | |||
"lang": "de" | |||
} | |||
], | |||
"instance_rdf_type": [ | |||
"schema:HowTo" | |||
] | |||
} | } | ||
| jsonschema | |||
| Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | |||
"/wiki/Category:OSW92cc6b1a2e6b4bb7bad470dfdcfdaf26?action=raw\u0026slot=jsonschema", | |||
{ | |||
"required_predecessor": { | |||
"@id": "Property:HasRequiredPredecessor", | |||
"@type": "@id" | |||
}, | |||
"optional_predecessor": { | |||
"@id": "Property:HasOptionalPredecessor", | |||
"@type": "@id" | |||
}, | |||
"recommended_successor": { | |||
"@id": "Property:HasRecommendedSuccessor", | |||
"@type": "@id" | |||
} | |||
} | |||
], | |||
"type": "object", | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:OSW92cc6b1a2e6b4bb7bad470dfdcfdaf26?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"title": "Tutorial", | |||
"title*": { | |||
"de": "Tutorium", | |||
"en": "Tutorial" | |||
}, | |||
"description*": { | |||
"de": "Schriftliche oder filmische Gebrauchsanleitung", | |||
"en": "Instruction in written or cinematic form" | |||
}, | |||
"description": "Instruction in written or cinematic form", | |||
"properties": { | |||
"required_predecessor": { | |||
"type": "array", | |||
"title": "Prerequisites (required)", | |||
"title*": { | |||
"de": "Voraussetzungen (notwendig)" | |||
}, | |||
"eval_template": { | |||
"type": "mustache", | |||
"mode": "render", | |||
"value": "{{#required_predecessor}}[[{{{.}}}]]\u003Cbr\u003E{{/required_predecessor}}" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"title": "Prerequisite", | |||
"title*": { | |||
"de": "Voraussetzung" | |||
}, | |||
"format": "autocomplete", | |||
"options": { | |||
"autocomplete": { | |||
"category": "Category:OSW494f660e6a714a1a9681c517bbb975da" | |||
} | |||
} | |||
} | |||
}, | |||
"optional_predecessor": { | |||
"type": "array", | |||
"title": "Prerequisites (optional)", | |||
"title*": { | |||
"de": "Voraussetzungen (optional)" | |||
}, | |||
"eval_template": { | |||
"type": "mustache", | |||
"mode": "render", | |||
"value": "{{#optional_predecessor}}[[{{{.}}}]]\u003Cbr\u003E{{/optional_predecessor}}" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"title": "Prerequisite", | |||
"title*": { | |||
"de": "Voraussetzung" | |||
}, | |||
"format": "autocomplete", | |||
"options": { | |||
"autocomplete": { | |||
"category": "Category:OSW494f660e6a714a1a9681c517bbb975da" | |||
} | |||
} | |||
} | |||
}, | |||
"recommended_successor": { | |||
"type": "array", | |||
"title": "Follow-up (recommended)", | |||
"title*": { | |||
"de": "Nachfolge-Lerneinheit (empfohlen)" | |||
}, | |||
"eval_template": { | |||
"type": "mustache", | |||
"mode": "render", | |||
"value": "{{#recommended_successor}}[[{{{.}}}]]\u003Cbr\u003E{{/recommended_successor}}" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"title": "Follow-up", | |||
"title*": { | |||
"de": "Nachfolge-Lerneinheit" | |||
}, | |||
"format": "autocomplete", | |||
"options": { | |||
"autocomplete": { | |||
"category": "Category:OSW494f660e6a714a1a9681c517bbb975da" | |||
} | |||
} | |||
} | |||
}, | |||
"type": { | |||
"default": [ | |||
"Category:OSW494f660e6a714a1a9681c517bbb975da" | |||
] | |||
} | |||
}, | |||
"uuid": "494f660e-6a71-4a1a-9681-c517bbb975da", | |||
"required": [ | |||
"type" | |||
] | |||
} | } | ||
Revision as of 04:55, 8 January 2026
| Tutorial ID: OSW494f660e6a714a1a9681c517bbb975da | UUID: 494f660e-6a71-4a1a-9681-c517bbb975da | 📦: world.opensemantic.base | |
|---|---|
| ID | OSW494f660e6a714a1a9681c517bbb975da |
| UUID | 494f660e-6a71-4a1a-9681-c517bbb975da |
| Label | Tutorial |
| Machine compatible name | Tutorial |
| Types/Categories | Category (Class) |
| Statements (outgoing) | |
| Statements (incoming) | |
|
|
|
| Details | |
Description[edit source]
Instruction in written or cinematic form
Instances[edit | edit source]
jsondata
| type |
| ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| subclass_of |
| ||||||||||
| utf8_icon |
| ||||||||||
| uuid | "494f660e-6a71-4a1a-9681-c517bbb975da" | ||||||||||
| name | "Tutorial" | ||||||||||
| label |
| ||||||||||
| description |
| ||||||||||
| instance_rdf_type |
|
jsonschema
| @context |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| type | "object" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| allOf |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| title | "Tutorial" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| title* |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| description* |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| description | "Instruction in written or cinematic form" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| uuid | "494f660e-6a71-4a1a-9681-c517bbb975da" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| required |
|
Pages in category "OSW494f660e6a714a1a9681c517bbb975da"
The following 14 pages are in this category, out of 14 total.
O
- Schema Template Tutorial
- How to create a new article
- OSW Python Package
- Handlebars Templates
- Structed Data Workshop
- Transcend wikitext to store and edit structured & linked data
- ESWC 2026 Tutorial on Object-Oriented Linked Data
- Tabular Data
- JSON-LD Tutorial
- OSW Ontology Import
- OSW Introduction
- OO-LD Tutorial
- JSON Tutorial
- JSON-SCHEMA Tutorial