View Javadoc

1   package org.openrdf.concepts.swrl;
2   
3   import org.openrdf.elmo.annotations.rdf;
4   import org.openrdf.concepts.owls.objectlist.List;
5   
6   @rdf("http://www.w3.org/2003/11/swrl#AtomList")
7   public interface AtomList extends List {
8   
9   }