Difference between revisions of "Demo:Timeline"
Jump to navigation
Jump to search
Query-Depth:1
Line 18: | Line 18: | ||
|start at end=no | |start at end=no | ||
|timelinebands=DAY, MONTH, YEAR | |timelinebands=DAY, MONTH, YEAR | ||
|format= | |format=debug | ||
}} | }} | ||
Revision as of 11:40, 4 July 2022
Note: The data is stored in a number of entries annotated using SemanticMediaWiki (datetime) data structure.
Use InteractiveTimeline
For the use of InteractiveTimeline: See Extension:InteractiveTimeline.
{"selectable":false,"height":"256px","max":"2014-08-30T00:00:00Z","min":"2014-06-01T00:00:00Z"}
Some Timeline demos
For the use of Semantic MediaWiki Timeline: See Semantic Result Format:Timeline.
Debug output SQLStore
ASK Query
[[Mentioned 3D::+]]
SQL Query
SELECT DISTINCT
t0.smw_id AS id,
t0.smw_title AS t,
t0.smw_namespace AS ns,
t0.smw_iw AS iw,
t0.smw_subobject AS so,
t0.smw_sortkey AS sortkey, t0.smw_sort
FROM
`smw_object_ids` AS t0
INNER JOIN
`smw_di_wikipage` AS t1 ON t0.smw_id=t1.s_id
WHERE
(t1.p_id=6292)
AND t0.smw_iw!=':smw'
AND t0.smw_iw!=':smw-delete'
AND t0.smw_iw!=':smw-redi'
ORDER BY
t0.smw_sort ASC
LIMIT
55
OFFSET
0
t0.smw_id AS id,
t0.smw_title AS t,
t0.smw_namespace AS ns,
t0.smw_iw AS iw,
t0.smw_subobject AS so,
t0.smw_sortkey AS sortkey, t0.smw_sort
FROM
`smw_object_ids` AS t0
INNER JOIN
`smw_di_wikipage` AS t1 ON t0.smw_id=t1.s_id
WHERE
(t1.p_id=6292)
AND t0.smw_iw!=':smw'
AND t0.smw_iw!=':smw-delete'
AND t0.smw_iw!=':smw-redi'
ORDER BY
t0.smw_sort ASC
LIMIT
55
OFFSET
0
SQL Explain
ID | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | t1 | ref | s_id, p_id, s_id_2, s_id_3 | p_id | 4 | const | 7 | Using index; Using temporary; Using filesort | |
1 | SIMPLE | t0 | eq_ref | PRIMARY, smw_id, smw_iw, smw_iw_2 | PRIMARY | 4 | my_wiki.t1.s_id | 1 | Using where |
Auxilliary Tables
No auxilliary tables used.Query Metrics
Query-Size:1Query-Depth:1
Errors and Warnings
NoneThe same data set in Eventline Result Format
Start datetime | |
---|---|
Blender | 12 February 2022 |
Decentraland | 12 February 2022 |
RenderDoc | 12 February 2022 |
RenderDoc | 26 December 2021 |
Video/Blaise Aguera y Arcas demos augmented-reality maps | 26 August 2022 |
Video/Google Maps to Blender | 26 August 2022 |
Web3D | 28 July 2022 |
Showing Page Creation
Start datetime | |
---|---|
Web3D | 28 July 2022 |
Video/Google Maps to Blender | 26 August 2022 |
Video/Blaise Aguera y Arcas demos augmented-reality maps | 26 August 2022 |
RenderDoc | 12 February 2022 |
RenderDoc | 26 December 2021 |
Decentraland | 12 February 2022 |
Blender | 12 February 2022 |
Showing Timeline
Last Edited | Start at beginning | |
---|---|---|
Video/Webinar: Digital Identity Framework - a bright European future | 8 June 2022 | |
Video/The Keys to Decentralized Identity | 8 June 2022 | |
Video/Decentralized Identifiers (DIDs) - The Fundamental Building Block of Self Sovereign Identity | 9 June 2022 | |
User profile | 12 June 2022 | |
Project/mCatalog | 5 June 2022 | |
MCatalog/Process | 5 June 2022 | |
MCatalog/Output | 5 June 2022 | |
MCatalog/Input | 5 June 2022 | |
MCatalog/Infrastructure Requirement | 5 June 2022 | |
MCatalog/Goal | 5 June 2022 | |
MCatalog/Criteria | 5 June 2022 | |
MCatalog/Context | 7 June 2022 | |
MCatalog/Boundary | 5 June 2022 | |
Bartosz Milewski | 2 August 2022 | |
Applied Category Theory | 8 June 2022 | |
Adjoint Functors | 15 June 2022 |
Page Link |
---|
Demo:OutlineFormat |
Demo:TagCloud |
Demo:Timeline |
Other Extensions
There is another extension: EasyTimeline.