Class 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
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StardogMappingSyntaxWriter

        public StardogMappingSyntaxWriter()
    • 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