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.operations; 007 008/** 009 * Operation for creating an rdf source 010 * 011 * @author dbernstein 012 */ 013public interface CreateRdfSourceOperation extends RdfSourceOperation, CreateResourceOperation { 014 015}