blob: 2b57c5826af41d313dcad1c74b4839622f2860e4 [file] [log] [blame]
package org.apache.commons.rdf;
/**
* This interface represents the {@link RDFTerm}s that may be used in the
* subject position of an RDF-1.1 {@link Triple}, including {@link BlankNode}
* and {@link IRI}.
*/
public interface BlankNodeOrIRI extends RDFTerm {
}