package net.enilink.vocab.foaf; import net.enilink.komma.core.IEntity; import net.enilink.composition.annotations.Iri; /** * A foaf:LabelProperty is any RDF property with texual values that serve as labels. * @generated */ @Iri("http://xmlns.com/foaf/0.1/LabelProperty") public interface LabelProperty extends IEntity { }