1 package org.openrdf.concepts.owl;
2
3 import org.openrdf.elmo.annotations.rdf;
4 import org.openrdf.concepts.owl.ObjectProperty;
5
6 @rdf("http://www.w3.org/2002/07/owl#TransitiveProperty")
7 public interface TransitiveProperty extends ObjectProperty {
8
9 }