We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdbee6 commit 32c8427Copy full SHA for 32c8427
1 file changed
app/assets/javascripts/resources/sparql.js
@@ -105,6 +105,7 @@ SPARQL = {
105
$("#btn_show_checked_properties_yes").click();
106
}
107
var download_url = Utils.rdf2any.server+Utils.rdf2any.actions.convert+"json?dataset="+QueryBuilder.datasets.get_selected()+"&query="+encodeURIComponent(query)+"&for_class="+QueryBuilder.classes.get_selected_class();
108
+ download_url += "&properties="+encodeURIComponent(QueryBuilder.properties.get_checked_properties());
109
window.open(download_url);
110
111
0 commit comments