de.hedenus.rdfschema.rules
Class PropertyRule

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

public class PropertyRule
extends AbstractRule

An URI used in a statement as predicate defines a property.

Author:
Michael Hedenus

Field Summary
 
Fields inherited from class de.hedenus.rdfschema.rules.AbstractRule
tempResult
 
Constructor Summary
PropertyRule()
           
 
Method Summary
 void execute(RDFDatabinding databinding, RDFGraph graph, Statement statement)
          ?
 
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

PropertyRule

public PropertyRule()
Method Detail

execute

public void execute(RDFDatabinding databinding,
                    RDFGraph graph,
                    Statement statement)
?a ?b ?c => ?b rdf:type rdf:Property.

Specified by:
execute in class AbstractRule