graphdb-workbench 1.11.1 → 1.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/113.2c059fa7d06fd04149eb.bundle.js +1 -1
- package/dist/113.2c059fa7d06fd04149eb.bundle.js.map +1 -1
- package/dist/14.0c709b039159410b0b91.bundle.js +1 -1
- package/dist/14.0c709b039159410b0b91.bundle.js.map +1 -1
- package/dist/{19.6a237d6c25383747735a.bundle.js → 19.271aef502bad5f51c682.bundle.js} +2 -2
- package/dist/{19.6a237d6c25383747735a.bundle.js.map → 19.271aef502bad5f51c682.bundle.js.map} +1 -1
- package/dist/22.e85ffde858c596437b7a.bundle.js +1 -1
- package/dist/22.e85ffde858c596437b7a.bundle.js.map +1 -1
- package/dist/27.ab75434b1389b977291c.bundle.js +1 -1
- package/dist/27.ab75434b1389b977291c.bundle.js.map +1 -1
- package/dist/30.d341c7532759bc79f41a.bundle.js +1 -1
- package/dist/30.d341c7532759bc79f41a.bundle.js.map +1 -1
- package/dist/37.dcbe2e4e1f86ca2da209.bundle.js +1 -1
- package/dist/37.dcbe2e4e1f86ca2da209.bundle.js.map +1 -1
- package/dist/38.171aa543e807777b4f29.bundle.js +1 -1
- package/dist/38.171aa543e807777b4f29.bundle.js.map +1 -1
- package/dist/52.dbb58479cefc4f3ba211.bundle.js +2 -0
- package/dist/52.dbb58479cefc4f3ba211.bundle.js.map +1 -0
- package/dist/{bundle.26708524aa502d7fbb2a.bundle.js → bundle.ac70985c70f7da448f2d.bundle.js} +4 -4
- package/dist/{bundle.26708524aa502d7fbb2a.bundle.js.map → bundle.ac70985c70f7da448f2d.bundle.js.map} +1 -1
- package/dist/index.html +3 -3
- package/dist/js/angular/core/directives/rdfresourcesearch/templates/rdfResourceSearchTemplate.html +1 -1
- package/dist/pages/autocomplete.html +1 -1
- package/dist/pages/choose-repository-type.html +1 -1
- package/dist/pages/clusterInfo.html +1 -1
- package/dist/pages/create-index.html +4 -4
- package/dist/pages/dependencies.html +1 -1
- package/dist/pages/domainRangeInfo.html +2 -2
- package/dist/pages/edit.html +1 -1
- package/dist/pages/explore.html +1 -1
- package/dist/pages/export.html +1 -1
- package/dist/pages/find.html +1 -1
- package/dist/pages/graph-config/saveGraphConfig.html +11 -11
- package/dist/pages/graphs-visualizations.html +7 -7
- package/dist/pages/import.html +1 -1
- package/dist/pages/jdbc-create.html +5 -5
- package/dist/pages/monitor/queries.html +1 -1
- package/dist/pages/monitor/resources.html +2 -2
- package/dist/pages/namespaces.html +2 -2
- package/dist/pages/rdfClassHierarchyInfo.html +7 -7
- package/dist/pages/rdfrank.html +2 -2
- package/dist/pages/repositories.html +2 -2
- package/dist/pages/repository.html +2 -2
- package/dist/pages/similarity-indexes.html +1 -1
- package/dist/pages/sparql-template-create.html +5 -5
- package/dist/pages/sparql.html +3 -3
- package/dist/pages/webapi.html +2 -2
- package/dist/res/swagger/index.html +25 -25
- package/package.json +1 -1
- package/dist/52.ada981f774ef9f09e7a9.bundle.js +0 -2
- package/dist/52.ada981f774ef9f09e7a9.bundle.js.map +0 -1
package/dist/index.html
CHANGED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
|
|
14
14
|
<link rel="apple-touch-icon-precomposed" href="icon.png">
|
|
15
15
|
|
|
16
|
-
<script src="plugin-registry.js?v=1.11.
|
|
17
|
-
<script src="plugins.js?v=1.11.
|
|
16
|
+
<script src="plugin-registry.js?v=1.11.2"></script>
|
|
17
|
+
<script src="plugins.js?v=1.11.2"></script>
|
|
18
18
|
<link rel="shortcut icon" href="icon.png"><link href="vendor.4ba46e62f4d43dab5e82.css" rel="stylesheet"><link href="main.f3ac7a31928cc9e47a4c.css" rel="stylesheet"></head>
|
|
19
19
|
|
|
20
20
|
<body>
|
|
@@ -164,6 +164,6 @@
|
|
|
164
164
|
<div>GraphDB Workbench is loading...</div>
|
|
165
165
|
</div>
|
|
166
166
|
|
|
167
|
-
<script type="text/javascript" src="vendor.f1cea264c2529e3107ea.bundle.js"></script><script type="text/javascript" src="main.629f5128f5f15cb354ee.bundle.js"></script><script type="text/javascript" src="bundle.
|
|
167
|
+
<script type="text/javascript" src="vendor.f1cea264c2529e3107ea.bundle.js"></script><script type="text/javascript" src="main.629f5128f5f15cb354ee.bundle.js"></script><script type="text/javascript" src="bundle.ac70985c70f7da448f2d.bundle.js"></script></body>
|
|
168
168
|
|
|
169
169
|
</html>
|
package/dist/js/angular/core/directives/rdfresourcesearch/templates/rdfResourceSearchTemplate.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<link href="css/rdf-resource-search.css?v=1.11.
|
|
1
|
+
<link href="css/rdf-resource-search.css?v=1.11.2" rel="stylesheet"/>
|
|
2
2
|
|
|
3
3
|
<div ng-if="getActiveRepository() && hasActiveLocation() && isNotLoading()" ng-cloak>
|
|
4
4
|
<div id="search-box" class="card search-rdf-input" ng-keydown="onKeyDown($event)" ng-if="!isHomePage()">
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.11.
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.11.2" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/yasqe.min.css?v=1.11.
|
|
3
|
+
<link href="css/lib/yasqe.min.css?v=1.11.2" rel="stylesheet"/>
|
|
4
4
|
|
|
5
|
-
<link href="css/new-sparql.css?v=1.11.
|
|
5
|
+
<link href="css/new-sparql.css?v=1.11.2" rel="stylesheet"/>
|
|
6
6
|
|
|
7
|
-
<link href="css/graphs-config.css?v=1.11.
|
|
7
|
+
<link href="css/graphs-config.css?v=1.11.2" rel="stylesheet"/>
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
<div class="container-fluid">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<link href="css/domain-range-graph.css?v=1.11.
|
|
2
|
-
<link href="css/rdf-details-side-panel.css?v=1.11.
|
|
1
|
+
<link href="css/domain-range-graph.css?v=1.11.2" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-details-side-panel.css?v=1.11.2" rel="stylesheet"/>
|
|
3
3
|
|
|
4
4
|
<title>Explore Data Graph</title>
|
|
5
5
|
|
package/dist/pages/edit.html
CHANGED
package/dist/pages/explore.html
CHANGED
package/dist/pages/export.html
CHANGED
package/dist/pages/find.html
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.11.
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.11.2" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/yasqe.min.css?v=1.11.
|
|
3
|
+
<link href="css/lib/yasqe.min.css?v=1.11.2" rel="stylesheet"/>
|
|
4
4
|
|
|
5
|
-
<link href="css/new-sparql.css?v=1.11.
|
|
5
|
+
<link href="css/new-sparql.css?v=1.11.2" rel="stylesheet"/>
|
|
6
6
|
|
|
7
|
-
<link href="css/graphs-config.css?v=1.11.
|
|
7
|
+
<link href="css/graphs-config.css?v=1.11.2" rel="stylesheet"/>
|
|
8
8
|
|
|
9
9
|
<h1>
|
|
10
10
|
{{title}}
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
<div class="image-label-container mb-3" ng-show="page == 1">
|
|
83
83
|
<label class="image-label d-flex" ng-class="{'active': newConfig.startMode == 'search'}">
|
|
84
84
|
<input type="radio" class="form-check-input" id="checkboxSuccess" ng-model="newConfig.startMode" value="search">
|
|
85
|
-
<img class="image-label-image" src="css/images/search.png?v=1.11.
|
|
85
|
+
<img class="image-label-image" src="css/images/search.png?v=1.11.2" alt="search image" width="100%">
|
|
86
86
|
<div class="image-label-content">
|
|
87
87
|
<h5>Start with a search box</h5>
|
|
88
88
|
<div>Choose the starting point of your visual graph every time</div>
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
|
|
92
92
|
<label class="image-label d-flex" ng-class="{'active': newConfig.startMode == 'node'}">
|
|
93
93
|
<input type="radio" class="form-check-input" id="checkboxSuccess" ng-model="newConfig.startMode" value="node">
|
|
94
|
-
<img class="image-label-image" src="css/images/node.png?v=1.11.
|
|
94
|
+
<img class="image-label-image" src="css/images/node.png?v=1.11.2" alt="node image" width="100%">
|
|
95
95
|
<div class="image-label-content">
|
|
96
96
|
<h5>Start with a fixed node</h5>
|
|
97
97
|
<div>The visual graph will always start from the chosen node.</div>
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
|
|
101
101
|
<label class="image-label d-flex" ng-class="{'active': newConfig.startMode == 'query'}">
|
|
102
102
|
<input type="radio" class="form-check-input" id="checkboxSuccess" ng-model="newConfig.startMode" value="query">
|
|
103
|
-
<img class="image-label-image" src="css/images/query.png?v=1.11.
|
|
103
|
+
<img class="image-label-image" src="css/images/query.png?v=1.11.2" alt="query image" width="100%">
|
|
104
104
|
<div class="image-label-content">
|
|
105
105
|
<h5>Start with graph query results</h5>
|
|
106
106
|
<div>The results from your query will be the starting point of the visual graph.</div>
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
<p>This query is optional. If empty, the <em>{{getSampleName(samples[0], 'expandQuery')}}</em> sample query will be used.</p>
|
|
142
142
|
</div>
|
|
143
143
|
<div>
|
|
144
|
-
<img src="css/images/expand.png?v=1.11.
|
|
144
|
+
<img src="css/images/expand.png?v=1.11.2" class="info-box-img" height="220" alt="expand image">
|
|
145
145
|
</div>
|
|
146
146
|
</div>
|
|
147
147
|
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
<p>This query is optional. If empty, the <em>{{getSampleName(samples[0], 'resourceQuery')}}</em> sample query will be used.</p>
|
|
169
169
|
</div>
|
|
170
170
|
<div>
|
|
171
|
-
<img src="css/images/labels-size.png?v=1.11.
|
|
171
|
+
<img src="css/images/labels-size.png?v=1.11.2" class="info-box-img" height="220" alt="labels size image">
|
|
172
172
|
</div>
|
|
173
173
|
</div>
|
|
174
174
|
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
<p>This query is optional. If empty, the edge IRI's local name is used.</p>
|
|
188
188
|
</div>
|
|
189
189
|
<div>
|
|
190
|
-
<img src="css/images/predicates.png?v=1.11.
|
|
190
|
+
<img src="css/images/predicates.png?v=1.11.2" class="info-box-img" height="220" alt="predicates image">
|
|
191
191
|
</div>
|
|
192
192
|
</div>
|
|
193
193
|
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
<p>This query is optional. If empty, the <em>{{getSampleName(samples[0], 'resourcePropertiesQuery')}}</em> sample query will be used.</p>
|
|
213
213
|
</div>
|
|
214
214
|
<div>
|
|
215
|
-
<img src="css/images/side-panel.png?v=1.11.
|
|
215
|
+
<img src="css/images/side-panel.png?v=1.11.2" class="info-box-img" height="220" alt="side panel image">
|
|
216
216
|
</div>
|
|
217
217
|
</div>
|
|
218
218
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<link href="css/graphs-vizualizations.css?v=1.11.
|
|
2
|
-
<link href="css/rdf-details-side-panel.css?v=1.11.
|
|
3
|
-
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=1.11.
|
|
4
|
-
<link href="js/lib/d3-tip/d3-tip.css?v=1.11.
|
|
1
|
+
<link href="css/graphs-vizualizations.css?v=1.11.2" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-details-side-panel.css?v=1.11.2" rel="stylesheet"/>
|
|
3
|
+
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=1.11.2" rel="stylesheet"/>
|
|
4
|
+
<link href="js/lib/d3-tip/d3-tip.css?v=1.11.2" rel="stylesheet"/>
|
|
5
5
|
|
|
6
6
|
<div class="container-fluid">
|
|
7
7
|
|
|
@@ -137,9 +137,9 @@
|
|
|
137
137
|
<tr ng-repeat="config in graphConfigs">
|
|
138
138
|
<td width="20">
|
|
139
139
|
<a href ng-click="goToGraphConfig(config)">
|
|
140
|
-
<img ng-if="config.startMode == 'search'" src="css/images/search.png?v=1.11.
|
|
141
|
-
<img ng-if="config.startMode == 'node'" src="css/images/node.png?v=1.11.
|
|
142
|
-
<img ng-if="config.startMode == 'query'" src="css/images/query.png?v=1.11.
|
|
140
|
+
<img ng-if="config.startMode == 'search'" src="css/images/search.png?v=1.11.2" alt="" width="64" popover="Starting point - Search box" popover-trigger="mouseenter">
|
|
141
|
+
<img ng-if="config.startMode == 'node'" src="css/images/node.png?v=1.11.2" alt="" width="64" popover="Starting point - Fixed resource" popover-trigger="mouseenter">
|
|
142
|
+
<img ng-if="config.startMode == 'query'" src="css/images/query.png?v=1.11.2" alt="" width="64" popover="Starting point - Query results" popover-trigger="mouseenter">
|
|
143
143
|
</a>
|
|
144
144
|
</td>
|
|
145
145
|
<td>
|
package/dist/pages/import.html
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.11.
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.11.2" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/yasqe.min.css?v=1.11.
|
|
3
|
+
<link href="css/lib/yasqe.min.css?v=1.11.2" rel="stylesheet"/>
|
|
4
4
|
|
|
5
|
-
<link href="css/new-sparql.css?v=1.11.
|
|
5
|
+
<link href="css/new-sparql.css?v=1.11.2" rel="stylesheet"/>
|
|
6
6
|
|
|
7
|
-
<link href="css/graphs-config.css?v=1.11.
|
|
7
|
+
<link href="css/graphs-config.css?v=1.11.2" rel="stylesheet"/>
|
|
8
8
|
|
|
9
|
-
<link href="css/jdbc.css?v=1.11.
|
|
9
|
+
<link href="css/jdbc.css?v=1.11.2" rel="stylesheet"/>
|
|
10
10
|
|
|
11
11
|
<div class="container-fluid">
|
|
12
12
|
<h1>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
<link href="css/jmx.css?v=1.11.
|
|
2
|
+
<link href="css/jmx.css?v=1.11.2" rel="stylesheet" />
|
|
3
3
|
|
|
4
4
|
<!-- nvd3 css and js starts-->
|
|
5
|
-
<link href="js/lib/nvd3/nv.d3.css?v=1.11.
|
|
5
|
+
<link href="js/lib/nvd3/nv.d3.css?v=1.11.2" rel="stylesheet" />
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
<div class="hiddenVariables" style="display: none;">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.11.
|
|
2
|
-
<link href="css/export.css?v=1.11.
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.11.2" rel="stylesheet">
|
|
2
|
+
<link href="css/export.css?v=1.11.2" rel="stylesheet">
|
|
3
3
|
|
|
4
4
|
<title>Namespaces</title>
|
|
5
5
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<link href="css/rdf-class-hierarchy.css?v=1.11.
|
|
2
|
-
<link href="css/rdf-class-hierarchy-labels.css?v=1.11.
|
|
3
|
-
<link href="css/rdf-details-side-panel.css?v=1.11.
|
|
4
|
-
<link href="js/lib/rzslider/rzslider.min.css?v=1.11.
|
|
5
|
-
<link href="js/lib/angucomplete-alt/angucomplete-alt.css?v=1.11.
|
|
6
|
-
<link href="js/lib/d3-tip/d3-tip.css?v=1.11.
|
|
7
|
-
<link href="css/lib/animate/3.2.0/animate.min.css?v=1.11.
|
|
1
|
+
<link href="css/rdf-class-hierarchy.css?v=1.11.2" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-class-hierarchy-labels.css?v=1.11.2" rel="stylesheet"/>
|
|
3
|
+
<link href="css/rdf-details-side-panel.css?v=1.11.2" rel="stylesheet"/>
|
|
4
|
+
<link href="js/lib/rzslider/rzslider.min.css?v=1.11.2" rel="stylesheet"/>
|
|
5
|
+
<link href="js/lib/angucomplete-alt/angucomplete-alt.css?v=1.11.2" rel="stylesheet"/>
|
|
6
|
+
<link href="js/lib/d3-tip/d3-tip.css?v=1.11.2" rel="stylesheet"/>
|
|
7
|
+
<link href="css/lib/animate/3.2.0/animate.min.css?v=1.11.2" rel="stylesheet"/>
|
|
8
8
|
|
|
9
9
|
<title>Explore Data Graph</title>
|
|
10
10
|
|
package/dist/pages/rdfrank.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<link href="css/rdfrank.css?v=1.11.
|
|
2
|
-
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=1.11.
|
|
1
|
+
<link href="css/rdfrank.css?v=1.11.2" rel="stylesheet">
|
|
2
|
+
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=1.11.2" rel="stylesheet"/>
|
|
3
3
|
|
|
4
4
|
<div id="rdfRank" class="page">
|
|
5
5
|
<h1>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
<link href="css/repositories.css?v=1.11.
|
|
2
|
+
<link href="css/repositories.css?v=1.11.2" rel="stylesheet">
|
|
3
3
|
|
|
4
|
-
<link href="css/lib/bootstrap-switch/bootstrap-switch.min.css?v=1.11.
|
|
4
|
+
<link href="css/lib/bootstrap-switch/bootstrap-switch.min.css?v=1.11.2" rel="stylesheet">
|
|
5
5
|
|
|
6
6
|
<h1>
|
|
7
7
|
{{title}}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<link href="css/repositories.css?v=1.11.
|
|
1
|
+
<link href="css/repositories.css?v=1.11.2" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/bootstrap-switch/bootstrap-switch.min.css?v=1.11.
|
|
3
|
+
<link href="css/lib/bootstrap-switch/bootstrap-switch.min.css?v=1.11.2" rel="stylesheet">
|
|
4
4
|
|
|
5
5
|
<div id="wb-repository">
|
|
6
6
|
<h1>{{pageTitle}}</h1>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.11.
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.11.2" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/yasqe.min.css?v=1.11.
|
|
3
|
+
<link href="css/lib/yasqe.min.css?v=1.11.2" rel="stylesheet"/>
|
|
4
4
|
|
|
5
|
-
<link href="css/new-sparql.css?v=1.11.
|
|
5
|
+
<link href="css/new-sparql.css?v=1.11.2" rel="stylesheet"/>
|
|
6
6
|
|
|
7
|
-
<link href="css/graphs-config.css?v=1.11.
|
|
7
|
+
<link href="css/graphs-config.css?v=1.11.2" rel="stylesheet"/>
|
|
8
8
|
|
|
9
|
-
<link href="css/jdbc.css?v=1.11.
|
|
9
|
+
<link href="css/jdbc.css?v=1.11.2" rel="stylesheet"/>
|
|
10
10
|
|
|
11
11
|
<div class="container-fluid">
|
|
12
12
|
<h1>
|
package/dist/pages/sparql.html
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.11.
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.11.2" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/yasqe.min.css?v=1.11.
|
|
3
|
+
<link href="css/lib/yasqe.min.css?v=1.11.2" rel="stylesheet"/>
|
|
4
4
|
|
|
5
|
-
<link href="css/new-sparql.css?v=1.11.
|
|
5
|
+
<link href="css/new-sparql.css?v=1.11.2" rel="stylesheet"/>
|
|
6
6
|
<div id="wb-sparql">
|
|
7
7
|
|
|
8
8
|
<div ng-show="getActiveRepositoryNoError()" class="pull-right mt-1">
|
package/dist/pages/webapi.html
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
<link href='css/lib/swagger-ui.min.css?v=1.11.
|
|
3
|
-
<link href='css/swagger.custom.css?v=1.11.
|
|
2
|
+
<link href='css/lib/swagger-ui.min.css?v=1.11.2' rel='stylesheet' type='text/css'/>
|
|
3
|
+
<link href='css/swagger.custom.css?v=1.11.2' rel='stylesheet' type='text/css'/>
|
|
4
4
|
|
|
5
5
|
<h1>
|
|
6
6
|
{{title}}
|
|
@@ -3,35 +3,35 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<title>Swagger UI</title>
|
|
6
|
-
<link rel="icon" type="image/png" href="images/favicon-32x32.png?v=1.11.
|
|
7
|
-
<link rel="icon" type="image/png" href="images/favicon-16x16.png?v=1.11.
|
|
8
|
-
<link href='css/typography.css?v=1.11.
|
|
9
|
-
<link href='css/reset.css?v=1.11.
|
|
10
|
-
<link href='css/screen.css?v=1.11.
|
|
11
|
-
<link href='css/reset.css?v=1.11.
|
|
12
|
-
<link href='css/print.css?v=1.11.
|
|
6
|
+
<link rel="icon" type="image/png" href="images/favicon-32x32.png?v=1.11.2" sizes="32x32"/>
|
|
7
|
+
<link rel="icon" type="image/png" href="images/favicon-16x16.png?v=1.11.2" sizes="16x16"/>
|
|
8
|
+
<link href='css/typography.css?v=1.11.2' media='screen' rel='stylesheet' type='text/css'/>
|
|
9
|
+
<link href='css/reset.css?v=1.11.2' media='screen' rel='stylesheet' type='text/css'/>
|
|
10
|
+
<link href='css/screen.css?v=1.11.2' media='screen' rel='stylesheet' type='text/css'/>
|
|
11
|
+
<link href='css/reset.css?v=1.11.2' media='print' rel='stylesheet' type='text/css'/>
|
|
12
|
+
<link href='css/print.css?v=1.11.2' media='print' rel='stylesheet' type='text/css'/>
|
|
13
13
|
|
|
14
|
-
<script src='lib/object-assign-pollyfill.js?v=1.11.
|
|
15
|
-
<script src='lib/jquery-3.4.1.min.js?v=1.11.
|
|
16
|
-
<script src='lib/jquery.slideto.min.js?v=1.11.
|
|
17
|
-
<script src='lib/jquery.wiggle.min.js?v=1.11.
|
|
14
|
+
<script src='lib/object-assign-pollyfill.js?v=1.11.2' type='text/javascript'></script>
|
|
15
|
+
<script src='lib/jquery-3.4.1.min.js?v=1.11.2' type='text/javascript'></script>
|
|
16
|
+
<script src='lib/jquery.slideto.min.js?v=1.11.2' type='text/javascript'></script>
|
|
17
|
+
<script src='lib/jquery.wiggle.min.js?v=1.11.2' type='text/javascript'></script>
|
|
18
18
|
|
|
19
|
-
<script src="lib/jquery-migrate-1.4.1.min.js?v=1.11.
|
|
20
|
-
<script src='lib/jquery.ba-bbq.min.js?v=1.11.
|
|
21
|
-
<script src='lib/handlebars.min-v4.7.3.js?v=1.11.
|
|
22
|
-
<script src='lib/lodash.min.js?v=1.11.
|
|
23
|
-
<script src='lib/backbone-min.js?v=1.11.
|
|
24
|
-
<script src='swagger-ui.js?v=1.11.
|
|
25
|
-
<script src='lib/highlight.9.1.0.pack.js?v=1.11.
|
|
26
|
-
<script src='lib/highlight.9.1.0.pack_extended.js?v=1.11.
|
|
27
|
-
<script src='lib/jsoneditor.min.js?v=1.11.
|
|
28
|
-
<script src='lib/marked.js?v=1.11.
|
|
29
|
-
<script src='lib/swagger-oauth.js?v=1.11.
|
|
19
|
+
<script src="lib/jquery-migrate-1.4.1.min.js?v=1.11.2"></script>
|
|
20
|
+
<script src='lib/jquery.ba-bbq.min.js?v=1.11.2' type='text/javascript'></script>
|
|
21
|
+
<script src='lib/handlebars.min-v4.7.3.js?v=1.11.2' type='text/javascript'></script>
|
|
22
|
+
<script src='lib/lodash.min.js?v=1.11.2' type='text/javascript'></script>
|
|
23
|
+
<script src='lib/backbone-min.js?v=1.11.2' type='text/javascript'></script>
|
|
24
|
+
<script src='swagger-ui.js?v=1.11.2' type='text/javascript'></script>
|
|
25
|
+
<script src='lib/highlight.9.1.0.pack.js?v=1.11.2' type='text/javascript'></script>
|
|
26
|
+
<script src='lib/highlight.9.1.0.pack_extended.js?v=1.11.2' type='text/javascript'></script>
|
|
27
|
+
<script src='lib/jsoneditor.min.js?v=1.11.2' type='text/javascript'></script>
|
|
28
|
+
<script src='lib/marked.js?v=1.11.2' type='text/javascript'></script>
|
|
29
|
+
<script src='lib/swagger-oauth.js?v=1.11.2' type='text/javascript'></script>
|
|
30
30
|
|
|
31
31
|
<!-- Some basic translations -->
|
|
32
|
-
<!-- <script src='lang/translator.js?v=1.11.
|
|
33
|
-
<!-- <script src='lang/ru.js?v=1.11.
|
|
34
|
-
<!-- <script src='lang/en.js?v=1.11.
|
|
32
|
+
<!-- <script src='lang/translator.js?v=1.11.2' type='text/javascript'></script> -->
|
|
33
|
+
<!-- <script src='lang/ru.js?v=1.11.2' type='text/javascript'></script> -->
|
|
34
|
+
<!-- <script src='lang/en.js?v=1.11.2' type='text/javascript'></script> -->
|
|
35
35
|
|
|
36
36
|
<script type="text/javascript">
|
|
37
37
|
$(function () {
|
package/package.json
CHANGED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
(window.webpackJsonp=window.webpackJsonp||[]).push([[52],{46:function(e,t){function a(){return{transformToTrig:function(e){let t="";const a={};for(let t=0;t<e.length;t++){const l=e[t];if(void 0===l.context?l.context="":l.context=_.trim(l.context),angular.isUndefined(a[l.context])){const e=[];e.push(l),a[l.context]=e}else a[l.context].push(l)}const l=Object.keys(a);for(let e=0;e<l.length;e++){const n=l[e];t+=""===n?"\n{":"\n<"+n+"> {";const w=a[n];for(let e=0;e<w.length;e++){const a=w[e];t+="\n\t<"+a.subject+"> <"+a.predicate+"> ","uri"===a.object.type?t+="<"+a.object.value+"> .":t+='"'+a.object.value+'"'+(a.object.datatype?"^^<"+a.object.datatype+">":a.object.lang?"@"+a.object.lang:"")+" ."}t+="\n}"}return t},buildStatements:function(e,t){const a=[];if(!_.isEmpty(e.data)){const l=e.data[t],n=Object.keys(l);for(let e=0;e<n.length;e++){const w=n[e],o=l[w];for(let e=0;e<o.length;e++){const l=o[e];for(let e=0;e<l.graphs.length;e++){let n=l.graphs[e];"http://www.ontotext.com/explicit"===n&&(n=""),l.lang&&(l.datatype=""),l.datatype||(l.datatype=""),a.push({subject:t,predicate:w,object:{value:l.value,type:l.type,datatype:l.datatype,lang:l.lang},context:n})}}}}return a},getDatatypeOptions:function(){return[{value:"",label:"string"},{value:"http://www.w3.org/2001/XMLSchema#boolean",label:"boolean"},{value:"http://www.w3.org/2001/XMLSchema#decimal",label:"decimal"},{value:"http://www.w3.org/2001/XMLSchema#integer",label:"integer"},{value:"http://www.w3.org/2001/XMLSchema#double",label:"double"},{value:"http://www.w3.org/2001/XMLSchema#float",label:"float"},{value:"http://www.w3.org/2001/XMLSchema#date",label:"date"},{value:"http://www.w3.org/2001/XMLSchema#time",label:"time"},{value:"http://www.w3.org/2001/XMLSchema#dateTime",label:"date time"},{value:"http://www.w3.org/2001/XMLSchema#byte",label:"byte"},{value:"http://www.w3.org/2001/XMLSchema#short",label:"short"},{value:"http://www.w3.org/2001/XMLSchema#int",label:"int"},{value:"http://www.w3.org/2001/XMLSchema#long",label:"long"},{value:"http://www.w3.org/2001/XMLSchema#unsignedByte",label:"unsigned byte"},{value:"http://www.w3.org/2001/XMLSchema#unsignedShort",label:"unsigned short"},{value:"http://www.w3.org/2001/XMLSchema#unsignedInt",label:"unsigned int"},{value:"http://www.w3.org/2001/XMLSchema#unsignedLong",label:"unsigned long"},{value:"http://www.w3.org/2001/XMLSchema#positoveInteger",label:"positive integer"},{value:"http://www.w3.org/2001/XMLSchema#nonNegativeInteger",label:"non-negative integer"},{value:"http://www.w3.org/2001/XMLSchema#negativeInteger",label:"negative integer"},{value:"http://www.w3.org/2001/XMLSchema#nonPositiveInteger",label:"non-positive integer"},{value:"http://www.w3.org/2001/XMLSchema#gYear",label:"gYear"},{value:"http://www.w3.org/2001/XMLSchema#gMonth",label:"gMonth"},{value:"http://www.w3.org/2001/XMLSchema#gDay",label:"gDay"},{value:"http://www.w3.org/2001/XMLSchema#gYearMonth",label:"gYearMonth"},{value:"http://www.w3.org/2001/XMLSchema#gMonthDay",label:"gMonthDay"},{value:"http://www.w3.org/2001/XMLSchema#duration",label:"duration"},{value:"http://www.w3.org/2001/XMLSchema#hexBinary",label:"hex binary"},{value:"http://www.w3.org/2001/XMLSchema#base64Binary",label:"base64 binary"}]}}}angular.module("graphdb.framework.explore.services",[]).factory("StatementsService",a),a.$inject=[]}}]);
|
|
2
|
-
//# sourceMappingURL=52.ada981f774ef9f09e7a9.bundle.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["webpack:///./src/js/angular/explore/statements.service.js"],"names":["StatementsService","transformToTrig","statements","data","contexts","i","length","statement","undefined","context","_","trim","angular","isUndefined","cstatement","push","ckeys","Object","keys","key","value","j","subject","predicate","object","type","datatype","lang","buildStatements","res","uri","isEmpty","graph","predicates","objects","k","graphs","getDatatypeOptions","label","module","factory","$inject"],"mappings":"2EAMA,SAASA,IAoLL,MAAO,CACHC,gBApLJ,SAAyBC,GACrB,IAAIC,EAAO,GACX,MAAMC,EAAW,GAEjB,IAAK,IAAIC,EAAI,EAAGA,EAAIH,EAAWI,OAAQD,IAAK,CACxC,MAAME,EAAYL,EAAWG,GAM7B,QAL0BG,IAAtBD,EAAUE,QACVF,EAAUE,QAAU,GAEpBF,EAAUE,QAAUC,EAAEC,KAAKJ,EAAUE,SAErCG,QAAQC,YAAYT,EAASG,EAAUE,UAAW,CAClD,MAAMK,EAAa,GACnBA,EAAWC,KAAKR,GAChBH,EAASG,EAAUE,SAAWK,OAE9BV,EAASG,EAAUE,SAASM,KAAKR,GAIzC,MAAMS,EAAQC,OAAOC,KAAKd,GAC1B,IAAK,IAAIC,EAAI,EAAGA,EAAIW,EAAMV,OAAQD,IAAK,CACnC,MAAMc,EAAMH,EAAMX,GAEdF,GADQ,KAARgB,EACQ,MAEA,MAAQA,EAAM,MAG1B,MAAMC,EAAQhB,EAASe,GACvB,IAAK,IAAIE,EAAI,EAAGA,EAAID,EAAMd,OAAQe,IAAK,CACnC,MAAMd,EAAYa,EAAMC,GACxBlB,GAAQ,QAAUI,EAAUe,QAAU,MAAQf,EAAUgB,UAAY,KACtC,QAA1BhB,EAAUiB,OAAOC,KACjBtB,GAAQ,IAAMI,EAAUiB,OAAOJ,MAAQ,MAEvCjB,GAAQ,IAAMI,EAAUiB,OAAOJ,MAAQ,KAAOb,EAAUiB,OAAOE,SAAW,MAAQnB,EAAUiB,OAAOE,SAAW,IAAOnB,EAAUiB,OAAOG,KAAO,IAAMpB,EAAUiB,OAAOG,KAAO,IAAO,KAI1LxB,GAAQ,MAGZ,OAAOA,GA0IPyB,gBAvIJ,SAAyBC,EAAKC,GAC1B,MAAM5B,EAAa,GACnB,IAAKQ,EAAEqB,QAAQF,EAAI1B,MAAO,CACtB,MAAM6B,EAAQH,EAAI1B,KAAK2B,GACjBG,EAAahB,OAAOC,KAAKc,GAC/B,IAAK,IAAI3B,EAAI,EAAGA,EAAI4B,EAAW3B,OAAQD,IAAK,CACxC,MAAMkB,EAAYU,EAAW5B,GACvB6B,EAAUF,EAAMT,GACtB,IAAK,IAAIF,EAAI,EAAGA,EAAIa,EAAQ5B,OAAQe,IAAK,CACrC,MAAMG,EAASU,EAAQb,GACvB,IAAK,IAAIc,EAAI,EAAGA,EAAIX,EAAOY,OAAO9B,OAAQ6B,IAAK,CAC3C,IAAI1B,EAAUe,EAAOY,OAAOD,GACZ,qCAAZ1B,IAEAA,EAAU,IAEVe,EAAOG,OACPH,EAAOE,SAAW,IAEjBF,EAAOE,WACRF,EAAOE,SAAW,IAEtBxB,EAAWa,KAAK,CACZO,QAASQ,EACTP,UAAWA,EACXC,OAAQ,CACJJ,MAAOI,EAAOJ,MACdK,KAAMD,EAAOC,KACbC,SAAUF,EAAOE,SACjBC,KAAMH,EAAOG,MAEjBlB,QAASA,OAM7B,OAAOP,GAmGPmC,mBAhGJ,WACI,MAAO,CACH,CACIjB,MAAO,GACPkB,MAAO,UACR,CACClB,MAAO,2CACPkB,MAAO,WACR,CACClB,MAAO,2CACPkB,MAAO,WACR,CACClB,MAAO,2CACPkB,MAAO,WACR,CACClB,MAAO,0CACPkB,MAAO,UACR,CACClB,MAAO,yCACPkB,MAAO,SACR,CACClB,MAAO,wCACPkB,MAAO,QACR,CACClB,MAAO,wCACPkB,MAAO,QACR,CACClB,MAAO,4CACPkB,MAAO,aACR,CACClB,MAAO,wCACPkB,MAAO,QACR,CACClB,MAAO,yCACPkB,MAAO,SACR,CACClB,MAAO,uCACPkB,MAAO,OACR,CACClB,MAAO,wCACPkB,MAAO,QACR,CACClB,MAAO,gDACPkB,MAAO,iBACR,CACClB,MAAO,iDACPkB,MAAO,kBACR,CACClB,MAAO,+CACPkB,MAAO,gBACR,CACClB,MAAO,gDACPkB,MAAO,iBACR,CACClB,MAAO,mDACPkB,MAAO,oBACR,CACClB,MAAO,sDACPkB,MAAO,wBACR,CACClB,MAAO,mDACPkB,MAAO,oBACR,CACClB,MAAO,sDACPkB,MAAO,wBACR,CACClB,MAAO,yCACPkB,MAAO,SACR,CACClB,MAAO,0CACPkB,MAAO,UACR,CACClB,MAAO,wCACPkB,MAAO,QACR,CACClB,MAAO,8CACPkB,MAAO,cACR,CACClB,MAAO,6CACPkB,MAAO,aACR,CACClB,MAAO,4CACPkB,MAAO,YACR,CACClB,MAAO,6CACPkB,MAAO,cACR,CACClB,MAAO,gDACPkB,MAAO,oBArLvB1B,QACK2B,OAAO,qCAAsC,IAC7CC,QAAQ,oBAAqBxC,GAElCA,EAAkByC,QAAU","file":"52.ada981f774ef9f09e7a9.bundle.js","sourcesContent":["angular\n .module('graphdb.framework.explore.services', [])\n .factory('StatementsService', StatementsService);\n\nStatementsService.$inject = [];\n\nfunction StatementsService() {\n function transformToTrig(statements) {\n let data = '';\n const contexts = {};\n\n for (let i = 0; i < statements.length; i++) {\n const statement = statements[i];\n if (statement.context === undefined) {\n statement.context = '';\n } else {\n statement.context = _.trim(statement.context);\n }\n if (angular.isUndefined(contexts[statement.context])) {\n const cstatement = [];\n cstatement.push(statement);\n contexts[statement.context] = cstatement;\n } else {\n contexts[statement.context].push(statement);\n }\n }\n\n const ckeys = Object.keys(contexts);\n for (let i = 0; i < ckeys.length; i++) {\n const key = ckeys[i];\n if (key === '') {\n data += '\\n{';\n } else {\n data += '\\n<' + key + '> {';\n }\n\n const value = contexts[key];\n for (let j = 0; j < value.length; j++) {\n const statement = value[j];\n data += '\\n\\t<' + statement.subject + '> <' + statement.predicate + '> ';\n if (statement.object.type === 'uri') {\n data += '<' + statement.object.value + '> .';\n } else {\n data += '\"' + statement.object.value + '\"' + (statement.object.datatype ? '^^<' + statement.object.datatype + '>' : (statement.object.lang ? '@' + statement.object.lang : '')) + ' .';\n }\n }\n\n data += '\\n}';\n }\n\n return data;\n }\n\n function buildStatements(res, uri) {\n const statements = [];\n if (!_.isEmpty(res.data)) {\n const graph = res.data[uri];\n const predicates = Object.keys(graph);\n for (let i = 0; i < predicates.length; i++) {\n const predicate = predicates[i];\n const objects = graph[predicate];\n for (let j = 0; j < objects.length; j++) {\n const object = objects[j];\n for (let k = 0; k < object.graphs.length; k++) {\n let context = object.graphs[k];\n if (context === 'http://www.ontotext.com/explicit') {\n // Statements in the default context are special\n context = '';\n }\n if (object.lang) {\n object.datatype = '';\n }\n if (!object.datatype) {\n object.datatype = '';\n }\n statements.push({\n subject: uri,\n predicate: predicate,\n object: {\n value: object.value,\n type: object.type,\n datatype: object.datatype,\n lang: object.lang\n },\n context: context\n });\n }\n }\n }\n }\n return statements;\n }\n\n function getDatatypeOptions() {\n return [\n {\n value: '',\n label: 'string'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#boolean',\n label: 'boolean'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#decimal',\n label: 'decimal'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#integer',\n label: 'integer'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#double',\n label: 'double'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#float',\n label: 'float'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#date',\n label: 'date'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#time',\n label: 'time'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#dateTime',\n label: 'date time'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#byte',\n label: 'byte'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#short',\n label: 'short'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#int',\n label: 'int'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#long',\n label: 'long'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#unsignedByte',\n label: 'unsigned byte'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#unsignedShort',\n label: 'unsigned short'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#unsignedInt',\n label: 'unsigned int'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#unsignedLong',\n label: 'unsigned long'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#positoveInteger',\n label: 'positive integer'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#nonNegativeInteger',\n label: 'non-negative integer'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#negativeInteger',\n label: 'negative integer'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#nonPositiveInteger',\n label: 'non-positive integer'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#gYear',\n label: 'gYear'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#gMonth',\n label: 'gMonth'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#gDay',\n label: 'gDay'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#gYearMonth',\n label: 'gYearMonth'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#gMonthDay',\n label: 'gMonthDay'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#duration',\n label: 'duration'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#hexBinary',\n label: 'hex binary'\n }, {\n value: 'http://www.w3.org/2001/XMLSchema#base64Binary',\n label: 'base64 binary'\n }\n ];\n }\n\n return {\n transformToTrig: transformToTrig,\n buildStatements: buildStatements,\n getDatatypeOptions: getDatatypeOptions\n };\n}\n"],"sourceRoot":""}
|