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