node-rdf icon indicating copy to clipboard operation
node-rdf copied to clipboard

ECMAScript libraries for handling RDF data (based off of the current RDF APIs and webr3's js3)

Results 5 node-rdf issues
Sort by recently updated
recently updated
newest added

Hello, I would like to know if exists some function to print the profile, I want to reconstruct the complete turtle file based on a graph I know how to...

'iterable' is not a valid property in an object property definition.

Addresses issue #9 I believe this is a better fix than the currently proposed patch. I changed shrink() to match against a list of namespace IRIs, sorted by length. If...

Parameter name in method signature did not match variable names used within the method.

I encountered an [InternalError: too much recursion](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Too_much_recursion) when using TurboPack as a bundler A stack is now used to avoid recursion, and the result is reversed to maintain the correct...