You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
let elm = workspace.getModel().dataProvider.elementInfo({elementIds: ['http://example.com/resource']});
elm.then(function(arg){
workspace.getModel().createElement(arg['http://example.com/resource'])
});```
There’s the way of specifying the graph to visualize at the startup, see example in ontodia/src/examples/sparqlRDFGraph.ts, and you can use GraphBuilder:createGraph(), pass the single URL into elementIds and an empty array to links to specify only one element to present.
As I said here - #185 (comment) - we are reconsidering the open source support model, but still intend to continue with it in the future. It is the question of how it will be managed. Once clear on it, we will notify you and the entire community and inform on the new process.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is is possible to add a resource to the workspace on initialization
e.g. I would like to show a specific dbpedia resource when I initialize the workspace.
The text was updated successfully, but these errors were encountered: