Yury Emelyanov

Results 4 comments of Yury Emelyanov

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...

OWL graph differs from RDF graph and we need to find out how to transform one into another without sacrificing readability of Sparql/RDF DataProviders.

We need to solve rdf-ext packaging problems. The library uses es6 syntax not compatible with all browsers.

To access password-protected endpoint, you should pass your own queryFunction in constructor of SparqlDataProvider, see default implementation in sparqlDataProvider.ts - queryInternal(), you will need to pass authentication header along with...