Examples of SPARQLComparison


Examples of org.apache.stanbol.rules.manager.SPARQLComparison

    String argument2 = stringFunctionAtom2.toSPARQL().getObject();
   
    argument1 = argument1.toString().replace("http://kres.iks-project.eu/ontology/meta/variables#", "");
    argument2 = argument2.toString().replace("http://kres.iks-project.eu/ontology/meta/variables#", "");
   
    return new SPARQLComparison(argument1 + " != " + argument2);
   
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.