@Deprecated public class StardogMappings extends Object
Constructor and Description |
---|
StardogMappings()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Set<Statement> |
read(File theFile)
Deprecated.
|
static Set<Statement> |
read(File theFile,
String theSep)
Deprecated.
|
static Set<Statement> |
read(InputStream theInput,
RDFFormat theFormat)
Deprecated.
|
static Pair<Namespaces,Set<Statement>> |
read(Reader theInput,
RDFFormat theFormat)
Deprecated.
|
static String |
write(Set<Statement> theModel)
Deprecated.
|
static String |
write(Set<Statement> theStatements,
Namespaces theNamespaces)
Deprecated.
|
static void |
write(Set<Statement> theModel,
Namespaces theNamespaces,
OutputStream theWriter)
Deprecated.
|
public static Set<Statement> read(File theFile, String theSep) throws Exception
Exception
public static Set<Statement> read(InputStream theInput, RDFFormat theFormat) throws IOException
IOException
public static Pair<Namespaces,Set<Statement>> read(Reader theInput, RDFFormat theFormat) throws IOException
IOException
public static String write(Set<Statement> theStatements, Namespaces theNamespaces) throws eu.optique.api.mapping.impl.InvalidR2RMLMappingException
eu.optique.api.mapping.impl.InvalidR2RMLMappingException
public static String write(Set<Statement> theModel) throws eu.optique.api.mapping.impl.InvalidR2RMLMappingException
eu.optique.api.mapping.impl.InvalidR2RMLMappingException
public static void write(Set<Statement> theModel, Namespaces theNamespaces, OutputStream theWriter) throws eu.optique.api.mapping.impl.InvalidR2RMLMappingException
eu.optique.api.mapping.impl.InvalidR2RMLMappingException
Copyright © 2010-2016 Stardog Union. All Rights Reserved.