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