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