itemClass property
The Dart Type that defines the structure for each entry in the Map.
For Maps, this class should contain properties annotated with RdfMapKey and RdfMapValue to define the mapping structure.
When serialized to RDF, each instance of this class becomes a separate resource in the RDF graph, with all of its RDF-annotated properties properly serialized.
Implementation
final Type itemClass;