Java org.apache.commons.rdf.api IRI fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.rdf.api IRI fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.rdf.api IRI.

The text is from its open source code.

Implementation

org.apache.commons.rdf.api.IRI has the following implementations.
Click this link to see all its implementation.

Method

booleanequals(Object other)
Check it this IRI is equal to another IRI.
StringgetIRIString()
Return the IRI encoded as a native Unicode String.
The returned string must not include URL-encoding to escape non-ASCII characters.
StringntriplesString()
Return the term serialised as specified by the RDF-1.1 N-Triples Canonical form.
StringtoString()
Returns a string representation of the object.