Open
Description
Hello,
I've encountered a problem trying to visualize an ontology.
http://www.visualdataweb.de/webvowl/#iri=http://www.openlinksw.com/ontology/faq#
fails with:
Retrieving ontology from IRI: http://www.openlinksw.com/ontology/faq#
Parsing ontology with OWL API ... failed
Loading process failed:
OWLOntologyCreationIOException: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Reading ontology graph ... failed
Error: Received empty graph
Failed to load ontology
Yet curl -L -H "Accept: text/turtle" http://www.openlinksw.com/ontology/faq# > faq.ttl
, then uploading of faq.ttl to webvowl works.
curl -IL http://www.openlinksw.com/ontology/faq#
returns a 301/303/200. I'm wondering if webvowl is failing to follow redirects. Also puzzled by the error 'unable to find valid certification path to requested target'.
With thanks,
Carl Blakeley
OpenLink Software