Class StreamRDFUtils
java.lang.Object
net.sansa_stack.hadoop.output.jena.base.StreamRDFUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Function<OutputStream,org.apache.jena.riot.system.StreamRDF> createStreamRDFFactory(org.apache.jena.riot.RDFFormat rdfFormat, boolean mapQuadsToTriplesForTripleLangs, org.apache.jena.riot.system.PrefixMap prefixMap, FragmentOutputSpec fragmentOutputSpec) Create a function that can create a StreamRDF instance that is backed by the given OutputStream.
-
Constructor Details
-
StreamRDFUtils
public StreamRDFUtils()
-
-
Method Details
-
createStreamRDFFactory
public static Function<OutputStream,org.apache.jena.riot.system.StreamRDF> createStreamRDFFactory(org.apache.jena.riot.RDFFormat rdfFormat, boolean mapQuadsToTriplesForTripleLangs, org.apache.jena.riot.system.PrefixMap prefixMap, FragmentOutputSpec fragmentOutputSpec) Create a function that can create a StreamRDF instance that is backed by the given OutputStream.- Parameters:
rdfFormat-prefixMap-- Returns:
-