Class NatureRecognitionOrchestrator

java.lang.Object
it.uniroma2.art.semanticturkey.data.nature.NatureRecognitionOrchestrator

public class NatureRecognitionOrchestrator extends Object
  • Field Details

    • INFERENCE_GRAPH

      public static final org.eclipse.rdf4j.model.IRI INFERENCE_GRAPH
  • Constructor Details

    • NatureRecognitionOrchestrator

      public NatureRecognitionOrchestrator()
  • Method Details

    • getNatureSPARQLSelectPart

      public static String getNatureSPARQLSelectPart()
    • getNatureSPARQLWherePart

      public static String getNatureSPARQLWherePart(String varName)
    • complexIfPartForNature

      public static String complexIfPartForNature(String var1, String var2)
    • computeNature

      public static String computeNature(org.eclipse.rdf4j.model.Resource resource, org.eclipse.rdf4j.repository.RepositoryConnection repoConn)
    • computeTripleScopeFromGraphs

      public static TripleScopes computeTripleScopeFromGraphs(Iterable<? extends org.eclipse.rdf4j.model.Resource> graphs, org.eclipse.rdf4j.model.Resource workingGraph)