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