2
2
< div class ="jumbotron ">
3
3
< h1 > LD-VOWL</ h1 >
4
4
< p >
5
- Extracts ontology information out of SPARQL endpoints and displays the extracted information in an overview visualization using the
6
- < a href ="http://vowl.visualdataweb.org " target ="_blank ">
5
+ Extract ontology information from SPARQL endpoints and display the extracted information in an overview visualization using the
6
+ < a href ="http://vowl.visualdataweb.org/v2/ " target ="_blank ">
7
7
VOWL Notation
8
8
</ a >
9
9
(with minor modifications).
10
10
</ p >
11
-
12
- < p > < strong > Endpoint requirements:</ strong > </ p >
13
- < ul >
14
- < li > speaks SPARQL</ li >
15
- < li > returns JSON</ li >
16
- < li > allows CORS</ li >
17
- </ ul >
18
11
</ div >
19
12
20
13
< div class ="well ">
@@ -25,12 +18,12 @@ <h1>LD-VOWL</h1>
25
18
< input name ="url " id ="endpoint " ng-model ="start.endpoint " type ="url " class ="form-control "
26
19
title ="SPARQL endpoint URL "
27
20
uib-typeahead ="url for url in start.endpoints | filter:$viewValue | limitTo:8 " required
28
- ng-minlength ="7 " typeahead-min-length ="0 " placeholder ="Type in an URL or select some from the list "/>
21
+ ng-minlength ="7 " typeahead-min-length ="0 " placeholder ="Type in an URL or select one from the list "/>
29
22
</ div >
30
23
< div class ="col-sm-3 ">
31
24
< button type ="button " class ="btn btn-primary " id ="showGraph " ng-click ="start.showGraph() "
32
25
ng-disabled ="endpointForm.$invalid ">
33
- Show Graph »
26
+ Visualize »
34
27
</ button >
35
28
</ div >
36
29
</ div >
@@ -40,7 +33,8 @@ <h1>LD-VOWL</h1>
40
33
< uib-alert type ="info " close ="start.closeEndpointAlert() " style ="margin-bottom: 0; ">
41
34
< span class ="glyphicon glyphicon-info-sign " aria-hidden ="true "> </ span >
42
35
A list of endpoints can be found
43
- < a class ="alert-link " href ="http://sparqles.ai.wu.ac.at/availability " target ="_blank "> here</ a > .
36
+ < a class ="alert-link " href ="http://sparqles.ai.wu.ac.at/availability " target ="_blank "> here</ a > .< br />
37
+ < small > Endpoint requirements: 1) speaks SPARQL, 2) returns JSON, 3) allows CORS.</ small >
44
38
</ uib-alert >
45
39
</ div >
46
40
</ div >
0 commit comments