Class StardogMappingSyntaxWriter
java.lang.Object
com.complexible.stardog.virtual.api.StardogMappingSyntaxWriter
A writer that outputs mappings in Stardog syntax.
- Since:
- 3.1
- Version:
- 6.0
- Author:
- Evren Sirin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(Set<Statement> theModel, Namespaces theNamespaces, OutputStream theWriter)
-
Constructor Details
-
StardogMappingSyntaxWriter
public StardogMappingSyntaxWriter()
-
-
Method Details
-
write
public void write(Set<Statement> theModel, Namespaces theNamespaces, OutputStream theWriter) throws eu.optique.api.mapping.impl.InvalidR2RMLMappingException - Throws:
eu.optique.api.mapping.impl.InvalidR2RMLMappingException
-