225
edits
m (fix drawio file) Tag: 2017 source edit |
m (Protected "OSW Introduction": Protected as read-only import via Page Exchange extension ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]) |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="QrCodeGenerator" data-config='{"text": "{{fullurl:{{FULLPAGENAME}}}}", "image": true, "print": false, "print_format": [29,42], "print_scale": 0.12}' style="height: 250px; width: 200px;"> | <div class="QrCodeGenerator" data-config='{"text": "{{fullurl:{{FULLPAGENAME}}}}", "image": true, "print": false, "print_format": [29,42], "print_scale": 0.12}' style="height: 250px; width: 200px;"> | ||
</div> doi: https://doi.org/10.5281/zenodo.8086418 | </div> doi: https://doi.org/10.5281/zenodo.8086418 | ||
github: https://github.com/OpenSemanticLab | |||
==Background== | ==Background== | ||
| Line 17: | Line 19: | ||
| width = 50% | | width = 50% | ||
}} | }} | ||
==OpenSemanticWorld Concept== | |||
Note: Read [[Item:OSW7113f5cf921a4c82ad1872afeff9d01d]] first if you are already familiar with mediawiki | |||
==OpenSemanticWorld Concept== | ==OpenSemanticWorld Concept== | ||
| Line 23: | Line 29: | ||
| page_name = Item:OSWdb485a954a88465287b341d2897a84d6 | | page_name = Item:OSWdb485a954a88465287b341d2897a84d6 | ||
| uuid = 96280227-805c-4e4a-8fcf-615359b01672 | | uuid = 96280227-805c-4e4a-8fcf-615359b01672 | ||
| width = 30% | |||
}} | |||
==Link to related technologies== | |||
see also https://github.com/OO-LD/schema<nowiki/>{{Template:Editor/DrawIO | |||
| file_name = OSW concept and included technologies | |||
| page_name = Item:OSWdb485a954a88465287b341d2897a84d6 | |||
| uuid = 01a91338-79e9-4df1-9a8e-617d91d28f39 | |||
| width = 50% | | width = 50% | ||
}} | }} | ||
| Line 49: | Line 63: | ||
* ... but it's just a container, the core JSON-based concept is highly portable | * ... but it's just a container, the core JSON-based concept is highly portable | ||
== | == What is different to Vanilla (Semantic) MediaWiki? == | ||
* All titles are UUIDs to make same global unique and stable + to allow changing the labels easily | |||
** Requires custom search interface (based on Skin:Citizen) | |||
** Requires replacements for some VE tools (Links, Media, Gallery) | |||
* Additional tools to place custom and inline editable content | |||
* Categories become nestable dataschemas (accessable for third-party tools) and render templates for their instances (also supporting metaschemas) | |||
* All structured data lives in the jsondata slot, templates are only used for rendering | |||
* All semantic annotations are done per json-ld context, which can be processed by many third-party tools without any SMW knowledge | |||
==Link to Ontologies== | ==Link to Ontologies== | ||
| jsondata | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"recommended_successor": [ | |||
"Item:OSW7113f5cf921a4c82ad1872afeff9d01d", | |||
"Item:OSW659a81662ff44af1b2b6febeee7c3a25", | |||
"Item:OSWc596ce27af054764ae9716748d01555e", | |||
"Item:OSW92619b0700984fe7913e5fbbd7f194dc" | |||
], | |||
"type": [ | |||
"Category:OSW494f660e6a714a1a9681c517bbb975da" | |||
], | |||
"uuid": "db485a95-4a88-4652-87b3-41d2897a84d6", | |||
"name": "OswIntroduction", | |||
"label": [ | |||
{ | |||
"text": "OSW Introduction", | |||
"lang": "en" | |||
} | |||
] | |||
} | } | ||