Carl Blakeley
Carl Blakeley
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:...
Please see https://github.com/LDflex/LDflex/issues/75 for the background to this issue. Using `for await (const property of subjectPath.properties) {...` to request the properties of subject `https://ruben.verbough.org/profile/#me` I see `cc:attributionName` as one of...
I've been trying to build a simple SPA to exercise LDflex and familiarize myself with it in the process. Below are some comments on the documentation and other issuess I've...
Please see https://github.com/LDflex/LDflex/issues/75 for the background to this issue. The subjects returned by `for await (const subject of srcPath.subjects) {...` appear to include some (blank nodes?) which aren't immediate children...
Testing OpenLink Virtuoso as an RP against https://solidcommunity.net, Virtuoso includes a nonce in its token request. The returned id token doesn't include a nonce claim. The id token validation by...