package de.brightbyte.rdf;

public interface RdfNamespace<V, R extends V>  {
	public String getNamespace();
	public String getPrefix();
}
