mgskjaeveland / sgvizler

Sgvizler: SPARQL result set visualisation javascript library
http://mgskjaeveland.github.io/sgvizler/
MIT License
31 stars 13 forks source link

HTTPS #82

Closed jaygray0919 closed 3 years ago

jaygray0919 commented 3 years ago

Hello. I'm updating several sgvizler examples to be HTTPS compliant. My current version references several HTTP lib such as

http://beta.data2000.no/sgvizler/release/0.6/sgvizler.charts.css

endpoint: "http://sws.ifi.uio.no/sparql/world"

We have updated DBpedia queries to use new terms and are using new identifiers such as

sgvizler.prefix('dbpo', 'https://dbpedia.org/ontology/');

Do you have a clean HTTPS release that we can use to replace our mixed HTTP/HTTPS configuration?

Thanks for help here.

/jay gray