001/* 002 * The contents of this file are subject to the license and copyright 003 * detailed in the LICENSE and NOTICE files at the root of the source 004 * tree. 005 */ 006package org.fcrepo.kernel.api; 007 008/** 009 * A element in a particular partition of the possible triples produced for a given resource. 010 * 011 * @author ajs6f 012 */ 013public interface TripleCategory {}