public class RuleRdfs03 extends Rule
triple(v rdf:type x) :- triple(a rdfs:range x), triple(u a v).Note: Literals can be entailed in the subject position by this rule and MUST be explicitly filtered out. That task is handled by the
DoNotAddFilter
. RuleRdfs04b
is the other way that literals
can be entailed into the subject position.Constructor and Description |
---|
RuleRdfs03(String relationName,
Vocabulary vocab) |
getConstants, getConstraint, getConstraintCount, getConstraints, getHead, getName, getQueryOptions, getRequiredVariableCount, getRequiredVariables, getSharedVars, getSharedVars, getTail, getTail, getTailCount, getTaskFactory, getVariableCount, getVariableCount, getVariables, isConsistent, isDeclared, isFullyBound, isFullyBound, isRule, specialize, specialize, toString, toString, var
public RuleRdfs03(String relationName, Vocabulary vocab)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.