001package comxmlns.foaf._0;
002
003/**
004 * http://xmlns.com/foaf/0.1/Agent
005 */
006@SuppressWarnings("javadoc")
007public interface Agent
008{
009        public String getURI();
010
011}