Difference between revisions of "EMWConTalk2023-04/SMWRelationalOperators"
Jump to navigation
Jump to search
(Created page with "{{WikiSlide| |title=SMW relational operations |presentation=EMWConTalk2023-04 |prev=EMWConTalk2023-04/SMWWikidataDatabases |next=EMWConTalk2023-04/EMWConTalk2023-04/ModifyingA...") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
|presentation=EMWConTalk2023-04 | |presentation=EMWConTalk2023-04 | ||
|prev=EMWConTalk2023-04/SMWWikidataDatabases | |prev=EMWConTalk2023-04/SMWWikidataDatabases | ||
| − | |next= | + | |next=EMWConTalk2023-04/ModifyingASingleTriple |
|text= | |text= | ||
| + | }} | ||
'''Row and Column definition operations''' | '''Row and Column definition operations''' | ||
| − | |||
{| class="wikitable" | {| class="wikitable" | ||
|+ Caption text | |+ Caption text | ||
| Line 34: | Line 34: | ||
| Delete || remove property value manually on a page {{Done}} || {{UtfIcon|utf=❌|size=24|color=red}} || {{UtfIcon|utf=❌|size=24|color=red}} | | Delete || remove property value manually on a page {{Done}} || {{UtfIcon|utf=❌|size=24|color=red}} || {{UtfIcon|utf=❌|size=24|color=red}} | ||
|} | |} | ||
| − | |||
Latest revision as of 15:20, 24 April 2023
Row and Column definition operations
| Operation | Manually | Via Api | Via Wikipush |
|---|---|---|---|
| Create | create page and use markup to set property ✓ | edit ✓ | wikipush, wikiupload, wikirestore ✓ |
| Read | visit link of page ✓ | read html or markup {Done}} | wikibackup, wikipush, wikiedit ✓ |
| Update | modify page via edit | edit ✓ | wikiedit, wikirestore, wikipush ✓ |
| Delete | delete page ✓ | delete {Done}} | wikinuke ✓ |
Column value operations
| Operation | Manually | Via Api | Via Wikipush |
|---|---|---|---|
| Create | add property value manually on a page ✓ | ❌ | ❌ -> ✓ |
| Read | use ask queries to retrieve property values ✓ | edit ✓ | wikiquery ✓ |
| Update | modify property value manually on a page ✓ | ❌ | ❌ -> ✓ |
| Delete | remove property value manually on a page ✓ | ❌ | ❌ |
