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