|
Hi, I was wondering if anyone here has written a small program to read/parse the datasets from http://wiki.dbpedia.org/Downloads38? I'm interested on what technologies were used to achieve this? Thanks! |
|
ttl (turtle) and nt (ntriples) are both RDF serializations, so any program that can read RDF can read and parse them. Individual RDF tools may or may not be able to read the nq (nquads) files, so check the documentation for any tool that you're trying. |

