BlankNodeTerm class
BlankNode (anonymous resource) in RDF
Blank nodes represent resources that don't need global identification. They are used when we need to represent a resource but don't have or need an IRI for it. Blank nodes are scoped to the document they appear in.
Blank nodes can appear in subject or object positions, but not as predicates.
In Turtle syntax, blank nodes are written as _:label
or as []
.
- Inheritance
-
- Object
- RdfTerm
- RdfObject
- RdfSubject
- BlankNodeTerm
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- 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