/* * Copyright Aduna (http://www.aduna-software.com/) (c) 1997-2006. * * Licensed under the Aduna BSD-style license. */ package org.openrdf.model; /** * The supertype of all RDF resources (URIs and blank nodes). */ public interface Resource extends Value { // Empty place holder as common supertype of URI and BNode }