001package orgrdfs.sioc.ns;
002
003/**
004 * Community is a high-level concept that defines an online community and what
005 * it consists of.
006 */
007@SuppressWarnings("javadoc")
008public interface Community
009{
010        public String getURI();
011
012}