public class RDFResource extends RDFNode implements Serializable
| Constructor and Description |
|---|
RDFResource(IRI resource)
Create an RDFResource that is NOT anonymous.
|
RDFResource(IRI resource,
boolean anonymous) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
IRI |
getResource() |
int |
hashCode() |
boolean |
isAnonymous() |
boolean |
isLiteral()
Determines if this node is a literal node.
|
String |
toString() |
public RDFResource(IRI resource, boolean anonymous)
resource - the resourceanonymous - true if the resource is anonymouspublic RDFResource(IRI resource)
resource - The IRI of the resourceCopyright © 2014 The University of Manchester. All Rights Reserved.