Changes between Initial Version and Version 1 of RDFDump


Ignore:
Timestamp:
09/22/05 17:02:53 (19 years ago)
Author:
kiesel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RDFDump

    v1 v1  
     1= RDF Dump (dfki.rdf.util.RDFDump) = 
     2 
     3Nothing much to say about this tool. It just load in an RDF file and dumps out the triples to System.out. The triples are output in pure ASCII and follow the following format: subject \t predicate \t object \n. So, TAB and NEWLINE are the delimiters; there's no SPACE, no bracket, no comma, nor anything else. 
     4Look and edit the Java code if you're longing for more...