Class CustomGraphQueryInferencerSchema

java.lang.Object
org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema

public class CustomGraphQueryInferencerSchema extends Object
Deprecated.
since 4.3.0. Use CONFIG.Cgqi instead.
Configuration schema URI's for CustomGraphQueryInferencer.
Author:
Dale Visser
  • Field Details

    • NAMESPACE

      public static final String NAMESPACE
      Deprecated.
      The CustomGraphQueryInferencer schema namespace ( http://www.openrdf.org/config/sail/customGraphQueryInferencer#).
      See Also:
    • QUERY_LANGUAGE

      public static final IRI QUERY_LANGUAGE
      Deprecated.
      http://www.openrdf.org/config/sail/customGraphQueryInferencer#queryLanguage
    • RULE_QUERY

      public static final IRI RULE_QUERY
      Deprecated.
      http://www.openrdf.org/config/sail/customGraphQueryInferencer#ruleQuery
    • MATCHER_QUERY

      public static final IRI MATCHER_QUERY
      Deprecated.
      http://www.openrdf.org/config/sail/customGraphQueryInferencer#matcherQuery
  • Constructor Details

    • CustomGraphQueryInferencerSchema

      public CustomGraphQueryInferencerSchema()
      Deprecated.