File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< div class ="main-container panel panel-primary ">
22 < div class ="panel-body ">
33 < div class ="row ">
4- < div class ="col-md-8 ">
5- < textarea rows ="5 " id ="txt_sparql_query " class ="form-control " style ="width:100%; " placeholder ="Type your SPARQL query here ... "> </ textarea >
6- </ div >
7- < div class ="col-md-1 ">
8- < button type ="button " class ="btn btn-lg btn-success " onclick ="execute_sparql_query() "> Run !</ button >
9- </ div >
10- < div class ="col-md-2 " style ="margin-left:20px; ">
11- < button onclick ="generate_sample_query('1') " type ="button " class ="btn btn-xs btn-info "> Sample Query</ button >
4+ < div class ="col-md-12 ">
5+ <%= render :partial => "query/sparql_query_editor" , :locals => { :mode => "sparql" } %>
126 </ div >
137 </ div >
148 <%= render :partial => "query/search_results" %>
159 </ div >
1610</ div >
17- < div class ="hide ">
18- < textarea rows ="5 " id ="txt_sample_query_1 " > PREFIX rdfs: < http: //www.w3.org/2000/01/rdf-schema#>
19- SELECT ?subject ?label
20- WHERE { ?subject rdfs:label ?label.
21- FILTER(langMatches(lang(?label), "EN"))} LIMIT 200</ textarea >
22- </ div >
You can’t perform that action at this time.
0 commit comments