MCPcopy Create free account
hub / github.com/Fedict/dcattools / read

Method read

helpers/src/main/java/be/gov/data/dcat/helpers/Storage.java:483–485  ·  view source on GitHub ↗

Read contents of N-Triples input into a RDF repository @param in @throws RepositoryException @throws java.io.IOException @throws org.eclipse.rdf4j.rio.RDFParseException

(Reader in)

Source from the content-addressed store, hash-verified

481 * @throws org.eclipse.rdf4j.rio.RDFParseException
482 */
483 public void read(Reader in) throws RepositoryException, IOException, RDFParseException {
484 this.read(in, RDFFormat.NTRIPLES);
485 }
486
487 /**
488 * Read contents of input into a RDF repository

Callers 15

createReportMethod · 0.45
prepareMethod · 0.45
addMethod · 0.45
generateDcatMethod · 0.45
scrapeCatMethod · 0.45
addPersonsMethod · 0.45
mapDatasetMethod · 0.45
getResultsTotalMethod · 0.45
getResultsPageMethod · 0.45
scrapeListMethod · 0.45
addPersonsMethod · 0.45
addCitedMethod · 0.45

Calls 2

getParserConfigMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected