File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
cmem_plugin_base/dataintegration/parameter Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def __init__(
3131 :param show_di_graphs: show DI project graphs
3232 :param show_system_graphs: show system graphs such as shape and query catalogs
3333 :param classes: allowed classes of the shown graphs
34- - if None -> defaults to di:Dataset and void:Dataset
34+ - if None -> defaults to di:Dataset, void:Dataset and shui:QueryCatalog
3535 :param allow_only_autocompleted_values: allow entering new graph URLs
3636 """
3737 self .show_di_graphs = show_di_graphs
@@ -44,6 +44,7 @@ def __init__(
4444 self .classes = {
4545 "https://vocab.eccenca.com/di/Dataset" ,
4646 "http://rdfs.org/ns/void#Dataset" ,
47+ "https://vocab.eccenca.com/shui/QueryCatalog"
4748 }
4849
4950 def autocomplete (
You can’t perform that action at this time.
0 commit comments