Write contents of RDF repository to N-Triples output @param out @throws RepositoryException
(Writer out)
| 507 | * @throws RepositoryException |
| 508 | */ |
| 509 | public void write(Writer out) throws RepositoryException { |
| 510 | this.write(out, RDFFormat.NTRIPLES); |
| 511 | } |
| 512 | |
| 513 | /** |
| 514 | * Write contents of RDF repository to N-Triples output |