File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 display_text += " <span class='badge'>" + data[" xml:lang" ]+ " </span>"
1212 return " <td class='result-col-uri' style=\" word-wrap: break;\" >" + display_text+ " </td>"
1313
14+ @ display_sparql_typed_literal = (data ) ->
15+ return " <td class='result-col-uri' style=\" word-wrap: break;\" >" + data .value + " </td>"
16+
1417@ display_blank_result_column = ->
1518 return " <td class= style=\" word-wrap: break;\" > </td>"
1619
2528 return display_sparql_uri (data)
2629 else if data .type is " literal"
2730 return display_sparql_literal (data)
31+ else if data .type is " typed-literal"
32+ return display_sparql_typed_literal (data)
2833 else
2934 return display_blank_result_column ()
3035
Original file line number Diff line number Diff line change 3939 < div class ="btn-group " id ="btn_group_download ">
4040 < button type ="button " class ="btn btn-default btn-primary " onclick ="SPARQL.download.rdb() "> < span class ="glyphicon glyphicon-list-alt "> </ span > RDB Script</ button >
4141 < button type ="button " class ="btn btn-default btn-success " onclick ="SPARQL.download.csv() "> < span class ="glyphicon glyphicon-align-justify "> </ span > CSV</ button >
42- < button type ="button " class ="btn btn-default btn-info " onclick ="SPARQL.download.json.for_class () "> < span class ="glyphicon glyphicon-road "> </ span > JSON</ button >
42+ < button type ="button " class ="btn btn-default btn-info " onclick ="SPARQL.download.json.virtuoso () "> < span class ="glyphicon glyphicon-road "> </ span > JSON</ button >
4343 < button type ="button " class ="btn btn-default btn-warning " onclick ="SPARQL.download.pdf() "> < span class ="glyphicon glyphicon-file "> </ span > PDF</ button >
4444 <% if in_query_builder_action? %>
4545 < button class ="btn btn-default btn-danger " onclick ="QueryBuilder.convert.configured.initiate_download() "> < span class ="glyphicon glyphicon-glass "> </ span > Generic</ button >
You can’t perform that action at this time.
0 commit comments