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