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
-
- Object
- RdfTerm
- RdfPredicate
- IriTerm
- 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
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