Interface GraphToStringConverter


public interface GraphToStringConverter
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(RdfFormat rdfFormat, org.apache.commons.rdf.api.Graph graph)
     
    convert(RdfFormat rdfFormat, org.apache.commons.rdf.api.Graph graph, boolean resolveIris)
     
  • Method Details

    • convert

      String convert(RdfFormat rdfFormat, org.apache.commons.rdf.api.Graph graph)
    • convert

      String convert(RdfFormat rdfFormat, org.apache.commons.rdf.api.Graph graph, boolean resolveIris)
      Parameters:
      rdfFormat -
      graph -
      resolveIris - True, if the internal iris should be replaced with external https:// urls.
      Returns:
      The grap as string.