View Javadoc

1   package org.openrdf.concepts.swrl;
2   
3   import org.openrdf.elmo.annotations.rdf;
4   import org.openrdf.concepts.swrl.Atom;
5   
6   /** consists of argument1 (owl:Thing) and argument2 (owl:Thing) */
7   @rdf("http://www.w3.org/2003/11/swrl#DifferentIndividualsAtom")
8   public interface DifferentIndividualsAtom extends Atom {
9   
10  }