de.hedenus.rdfschema.rules
Class PropertyPropagationRule

java.lang.Object
  extended by de.hedenus.rdfschema.rules.AbstractRule
      extended by de.hedenus.rdfschema.rules.PropertyPropagationRule
All Implemented Interfaces:
Rule

public class PropertyPropagationRule
extends AbstractRule

Property propagation through rdfs:subPropertyOf.

Author:
Michael Hedenus

Field Summary
 
Fields inherited from class de.hedenus.rdfschema.rules.AbstractRule
tempResult
 
Constructor Summary
PropertyPropagationRule()
           
 
Method Summary
 void execute(RDFDatabinding databinding, RDFGraph graph, Statement statement)
          x P y and P rdfs:subPropertyOf Q => x Q y.
 
Methods inherited from class de.hedenus.rdfschema.rules.AbstractRule
execute, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyPropagationRule

public PropertyPropagationRule()
Method Detail

execute

public void execute(RDFDatabinding databinding,
                    RDFGraph graph,
                    Statement statement)
x P y and P rdfs:subPropertyOf Q => x Q y.

Specified by:
execute in class AbstractRule