IriTerm class

IRI (Internationalized Resource Identifier) in RDF

IRIs are used to identify resources in the RDF data model. They are global identifiers that can refer to documents, concepts, or physical entities.

IRIs can be used in any position in a triple: subject, predicate, or object.

Example: http://example.org/person/john or http://xmlns.com/foaf/0.1/name

Inheritance
Implemented types

Constructors

IriTerm(String iri)
Creates an IRI term with the specified IRI string
IriTerm.encodeFull(String rawIri)
factory
IriTerm.prevalidated(String iri)
Creates an IRI term from a prevalidated IRI string.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
iri String
The string representation of the IRI
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override