Jim Amsden

Results 19 comments of Jim Amsden

I propose rdflib.js be extended with two new methods: toJSONLD and fromJSONLD that convert a Formula to/from JSON-LD. This will allow applications to use JavaScript and modules like sift.js to...

Yes, JSON-LD objects, not a string. JSON can take care of creating the strings, that's already supported. What I want to do is be able to read and write JSON-LD...

After getting beyond the compilation errors, I was able to build SmartAmpPro.component, but when scanning the component on Logic Pro X startup, SmartAmpPro crashes during plugin validation with: validating Audio...

Glad to see some activity. I hope to put some time into this once it's working again.

Also request.js does not support JEE Form authentication and isn't browser friendly - it doesn't rely on the browser to deal with authentication challenges. Perhaps axios or SuperAgent might be...

For the syntax of a QName, https://www.w3.org/TR/REC-xml/ says that a local name for a qname is a Name less colon. A Name is defined here: https://www.w3.org/TR/REC-xml/#NT-Name. There's almost nothing illegal...

I see this is still open. https://www.w3.org/TR/xml-names11/#NT-NCName explicitly states that "." is included in NCName which is part of a Prefix. The fix is simple: In rdflib/src/serializer.js:196: Change: __Serializer.prototype._notQNameChars =...

@bourgeoa: Understood. But it seems like anything that relies on considering valid QNames as invalid would be incorrect and should also be addressed. Otherwise, is this something that could be...