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...") |
|||
Line 5: | Line 5: | ||
|next=EMWConTalk2023-04/EMWConTalk2023-04/ModifyingASingleTriple | |next=EMWConTalk2023-04/EMWConTalk2023-04/ModifyingASingleTriple | ||
|text= | |text= | ||
+ | }} | ||
'''Row and Column definition operations''' | '''Row and Column definition operations''' | ||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
|+ Caption text | |+ Caption text |
Revision as of 15:17, 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 ✓ | ❌ | ❌ |
}}