-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhttp%3A%2F%2Fhelp.metaphacts.com%2Fresource%2FComponents.html
110 lines (110 loc) · 4.51 KB
/
http%3A%2F%2Fhelp.metaphacts.com%2Fresource%2FComponents.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<h2>HTML5 Semantic Components </h2>
All semantic components are custom HTML5 Web Components, which operate on the result of SPARQL queries (usually either SPARQL SELECT or CONSTRUCT) being executed over the knowledge graph.
<p>
Components differ in their configuration as well as as hooks for customization.
In particular, they provide different levels of abstraction (and flexibility respectively) in how the tuple- or graph results are being processed.
</p>
<bs-row>
<bs-col sm=3 sm-offset=0>
<h3>General Purpose </h3>
<ul>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/SemanticQuery" >Query Component</semantic-link>
</li>
</ul>
</bs-col>
<bs-col sm=3 sm-offset=0>
<h3>Visualization / Exploration </h3>
<ul>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/SemanticCarousel">Carousel Component</semantic-link>
</li>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/SemanticTable">Table Component</semantic-link>
</li>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/SemanticGraph">Graph Component</semantic-link>
</li>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/SemanticTree">Tree Component</semantic-link>
</li>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/SemanticMap">Geographic Map Component</semantic-link>
</li>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/SemanticChart">Chart Component</semantic-link>
</li>
</ul>
</bs-col>
<bs-col sm=3 sm-offset=0>
<h3>Search</h3>
<ul>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/SemanticSimpleSearch">Simple Search Component</semantic-link>
</li>
<li>
Structured Search Component
</li>
</ul>
</bs-col>
<bs-col sm=3 sm-offset=0>
<h3>Data Curation</h3>
<ul>
<li>
Data Input / Authoring Components
</li>
<li>
LDP Container Components
</li>
</ul>
</bs-col>
</bs-row>
<h2>HTML5 Markup Components</h2>
Markup components are custom HTML5 Web Components that allow for formatting and structuring the content of pages and templates, providing (interactive) functionality that goes beyond what native HTML markup elements support (e.g. interactive toggling, tabs, grid elements and so forth).
<p>
Some of these components are provided through the integration of existing libraries such as <a href="http://react-bootstrap.github.io/components.html" target="_blank">react-bootstrap</a>, whereas others being custom developments.
</p>
<bs-row>
<bs-col sm=4 sm-offset=0>
<h3>React-Bootstrap</h3>
Components provided through react-bootstrap are prefixed with <code>bs-*</code>.
<ul>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/ReactBootstrap">Vertical Tabs </semantic-link>
</li>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/ReactBootstrap">Horizontal Tabs </semantic-link>
</li>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/ReactBootstrap">Grid Layout</semantic-link>
</li>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/ReactBootstrap">Alert</semantic-link>
</li>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/ReactBootstrap">Navbar and Navbar Items</semantic-link>
</li>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/ReactBootstrap">Panels</semantic-link>
</li>
</ul>
</bs-col>
<bs-col sm=4 sm-offset=0>
<h3>Metaphactory</h3>
Components provided through the metaphactory are prefixed with <code>mp-*</code>.
<ul>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/MPComponents">Modal Dialog</semantic-link>
</li>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/MPComponents">Resource Link</semantic-link>
</li>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/MPComponents">(Lazy) Page Loader </semantic-link>
</li>
<li>
<semantic-link uri="http://help.metaphacts.com/resource/MPComponents">Burger Sidebar</semantic-link>
</li>
</ul>
</bs-col>
</bs-row>