com.bigdata.rdf.rules
Class RuleOwlHasValue
java.lang.Object
com.bigdata.relation.rule.Rule
com.bigdata.rdf.rules.RuleOwlHasValue
- All Implemented Interfaces:
- IRule, IStep, Serializable
public class RuleOwlHasValue
- extends Rule
owl:hasValue
(x rdf:type a), (a rdf:type owl:Restriction), (a owl:onProperty p), (a owl:hasValue v) -> (x p v)
- Version:
- $Id: RuleOwlHasValue.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Mike Personick
- 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 |
RuleOwlHasValue
public RuleOwlHasValue(String relationName,
Vocabulary vocab)
- Parameters:
vocab -
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.