node_raptor
node_raptor copied to clipboard
Add synchronous API
A synchronous parsing API might be useful.
var p = raptor.newParser(),
triples = p.parseFileSync('/path/to/rdf');