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