1 package org.openrdf.concepts.skos.core;
2
3 import org.openrdf.elmo.annotations.rdf;
4
5 /** The following rule applies for this property: [(?x ?p ?c) (?c skos:member ?y) (?p rdf:type skos:CollectableProperty) implies (?x ?p ?y)] */
6 @rdf("http://www.w3.org/2004/02/skos/core#CollectableProperty")
7 public interface CollectableProperty extends Resource {
8
9 }