/* * Copyright Aduna (http://www.aduna-software.com/) (c) 1997-2006. * * Licensed under the Aduna BSD-style license. */ package org.openrdf.sail.nativerdf.model; import org.openrdf.model.Resource; public interface NativeResource extends NativeValue, Resource { }