Class StardogMappings
java.lang.Object
com.complexible.stardog.virtual.api.StardogMappings
Deprecated.
- Since:
- 3.1
- Version:
- 6.0
- Author:
- Evren Sirin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.read(InputStream theInput, RDFFormat theFormat) Deprecated.static Pair<Namespaces, Set<Statement>> Deprecated.static StringDeprecated.static Stringwrite(Set<Statement> theStatements, Namespaces theNamespaces) Deprecated.static voidwrite(Set<Statement> theModel, Namespaces theNamespaces, OutputStream theWriter) Deprecated.
-
Constructor Details
-
StardogMappings
public StardogMappings()Deprecated.
-
-
Method Details
-
read
Deprecated.- Throws:
Exception
-
read
Deprecated.- Throws:
Exception
-
read
Deprecated.- Throws:
IOException
-
read
public static Pair<Namespaces,Set<Statement>> read(Reader theInput, RDFFormat theFormat) throws IOException Deprecated.- Throws:
IOException
-
write
public static String write(Set<Statement> theStatements, Namespaces theNamespaces) throws eu.optique.api.mapping.impl.InvalidR2RMLMappingException Deprecated.- Throws:
eu.optique.api.mapping.impl.InvalidR2RMLMappingException
-
write
public static String write(Set<Statement> theModel) throws eu.optique.api.mapping.impl.InvalidR2RMLMappingException Deprecated.- Throws:
eu.optique.api.mapping.impl.InvalidR2RMLMappingException
-
write
public static void write(Set<Statement> theModel, Namespaces theNamespaces, OutputStream theWriter) throws eu.optique.api.mapping.impl.InvalidR2RMLMappingException Deprecated.- Throws:
eu.optique.api.mapping.impl.InvalidR2RMLMappingException
-