base top-level property

Parser<List> base
final

5 base ::= '@base' IRIREF '.'

Implementation

final base = string('@base') & IRIREF.trim() & string('.');