This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Parses the long_abstracts format: | |
<http://dbpedia.org/resource/Anarchism> <http://dbpedia.org/ontology/abstract> "Anarchism is a collection of movements and ideologies that ..."@en . | |
*/ | |
import org.openrdf.rio.* | |
import org.openrdf.rio.helpers.* | |
def parse(line, factory) { | |
def reader = new StringReader(line); |