Class ShPebbleUtils

java.lang.Object
org.aksw.jenax.model.shacl.util.ShPebbleUtils

public class ShPebbleUtils extends Object
  • Constructor Details

    • ShPebbleUtils

      public ShPebbleUtils()
  • Method Details

    • main

      public static void main(String[] args)
    • forRdfNode

      public static Function<org.apache.jena.rdf.model.RDFNode,String> forRdfNode(String templateString)
      Create a template for an RDF node which is bound to the variable 'this'
    • createRenderer

      public static Function<Map<String,Object>,String> createRenderer(String templateString)