package de.brightbyte.rdf;


/**
 * RDF vocabulary, as defined by http://www.w3.org/TR/2004/REC-rdf-schema-20040210/
 */
public abstract class RdfVocabulary<V, R extends V> implements RdfNamespace<V, R> {
	//nothing yet
}
