public class RDFResourceIRI extends RDFResource
| Constructor and Description |
|---|
RDFResourceIRI(IRI resource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
IRI |
getIRI()
Gets the IRI of this object
|
IRI |
getResource() |
int |
hashCode() |
boolean |
isAnonymous()
Determines if this node is a resource and is anonymous.
|
boolean |
isLiteral()
Determines if this node is a literal node.
|
String |
toString() |
compareToisIndividual, shouldOutputIdpublic boolean isLiteral()
RDFNodepublic IRI getIRI()
HasIRIpublic IRI getResource()
getResource in class RDFResourcepublic boolean isAnonymous()
RDFNodeisAnonymous in class RDFNodetrue 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.Copyright © 2016 The University of Manchester. All Rights Reserved.