Github user isper3at commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/209#discussion_r134257959
  
    --- Diff: 
sail/src/main/java/org/apache/rya/rdftriplestore/inference/HasSelfVisitor.java 
---
    @@ -0,0 +1,59 @@
    +package org.apache.rya.rdftriplestore.inference;
    +
    +import org.apache.rya.api.RdfCloudTripleStoreConfiguration;
    +import org.openrdf.model.Resource;
    +import org.openrdf.model.URI;
    +import org.openrdf.model.vocabulary.RDF;
    +import org.openrdf.query.algebra.Extension;
    +import org.openrdf.query.algebra.ExtensionElem;
    +import org.openrdf.query.algebra.StatementPattern;
    +import org.openrdf.query.algebra.Var;
    +
    +/**
    + *
    + */
    +public class HasSelfVisitor extends AbstractInferVisitor {
    +    private static final Var TYPE_VAR = new Var("p", RDF.TYPE);
    +    public HasSelfVisitor(final RdfCloudTripleStoreConfiguration conf, 
final InferenceEngine inferenceEngine) {
    --- End diff --
    
    done


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to