public interface ParsingProvider
SupportedFormat
 annotation.| Modifier and Type | Method and Description | 
|---|---|
| void | parse(Graph target,
     InputStream serializedGraph,
     String formatIdentifier,
     IRI baseUri)Parses a stream as the specified RDF-format. | 
void parse(Graph target, InputStream serializedGraph, String formatIdentifier, IRI baseUri)
formatIdentifier matches
 a SupportedFormat annotation of the implementing class.target - the mutable ImmutableGraph to which the read triples shall be addedserializedGraph - the stream from which the serialized ImmutableGraph is readformatIdentifier - a String identifying the formatbaseUri - the baseUri for interpreting relative uris, may be nullCopyright © 2015–2022 The Apache Software Foundation. All rights reserved.