We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c9bdb commit a39a8c8Copy full SHA for a39a8c8
app/components/start/start.html
@@ -33,7 +33,8 @@ <h1>LD-VOWL</h1>
33
<uib-alert type="info" close="start.closeEndpointAlert()" style="margin-bottom: 0;">
34
<span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
35
A list of endpoints can be found
36
- <a class="alert-link" href="http://sparqles.ai.wu.ac.at/availability" target="_blank">here</a>.
+ <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>
38
</uib-alert>
39
</div>
40
0 commit comments