public abstract class RDFNode
extends java.lang.Object
Constructor and Description |
---|
RDFNode() |
Modifier and Type | Method and Description |
---|---|
abstract IRI |
getIRI()
Gets the URI of the resource.
|
abstract boolean |
isAnonymous()
Determines if this node is a resource and is anonymous.
|
abstract boolean |
isLiteral() |
public abstract boolean isLiteral()
public abstract IRI getIRI()
null
if this is an anonymous resource.public abstract boolean isAnonymous()
true
if this is a resource node (i.e.
isLiteral
returns false
) and the
node is anonymous, or false
if this is a
resource node and is not anonymous.