com.bigdata.rdf.rules
Class RuleOwlSameAs1b
java.lang.Object
com.bigdata.relation.rule.Rule
com.bigdata.rdf.rules.RuleOwlSameAs1b
- All Implemented Interfaces:
- IRule, IStep, Serializable
public class RuleOwlSameAs1b
- extends Rule
owl:sameAs1b
(x owl:sameAs y), (y owl:sameAs z) -> (x owl:sameAs z)
- Version:
- $Id: RuleOwlSameAs1b.java 4229 2011-02-22 23:39:14Z mrpersonick $
- Author:
- Bryan Thompson
- See Also:
- Serialized Form
| Methods inherited from class com.bigdata.relation.rule.Rule |
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 |
RuleOwlSameAs1b
public RuleOwlSameAs1b(String relationName,
Vocabulary vocab)
- Parameters:
vocab -
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.