You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2019. It is now read-only.
Attempting to parse a Collection in an RDF/XML document causes error:
[TypeError: this.store.collection is not a function]
I've tracked this down to line 135 of index.js
I think the change is from:
this.node = this.store.collection()
To:
this.node = this.store.collection
But then when I attempt to parse the file I get a different error:
[TypeError: Cannot read property 'toString' of undefined]
Environment details:
Library version: rdf-parser-rdfxml@0.3.1
Node version: 4.4.7
Get the file to reproduce the problem:
curl http://spinrdf.org/spl --output spinspl.rdf
The text was updated successfully, but these errors were encountered: