Convert this schema to a map (without @context). Subclasses must implement this.
@context
@override Map<String, dynamic> toMap() => { '@graph': schemas.map((s) => s.toMap()).toList(), };