/*
* Created on Nov 20, 2004
*/
package org.mindswap.owl;
/**
* @author Evren Sirin
*/
public interface OWLObjectProperty extends OWLProperty {
}