Class GraphTemplate

java.lang.Object
org.aksw.facete.v3.impl.GraphTemplate

public class GraphTemplate extends Object
Class to construct a graph pattern where nodes may be references to variables and paths This is probably not needed, as we can just subclass Jena's Node with e.g. NodePath and then use Jena's classes to work with that.
Author:
Claus Stadler, Oct 8, 2018
  • Constructor Details

    • GraphTemplate

      public GraphTemplate()