/******************************************************************************* * Copyright (c) 2007 Cambridge Semantics Incorporated. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Cambridge Semantics Incorporated *******************************************************************************/ package org.openanzo.rdf; /** * Represents an RDF Resource, which may be either a URI or a BlankNode. * * @author Joe Betz <jpbetz@cambridgesemantics.com> * */ public interface Resource extends Value { }