org.apache.clerezza.rdf.core
Class BNode

java.lang.Object
  extended by org.apache.clerezza.rdf.core.BNode
All Implemented Interfaces:
NonLiteral, Resource

public class BNode
extends Object
implements NonLiteral

A Blank Node, extends a NonLiteral. represents a resource, but does not indicate a URI for the resource. Blank nodes act like existentially qualified variables in first order logic.

Author:
reto

Constructor Summary
BNode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BNode

public BNode()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.