macro_rules! rdf_str { ($name:ident @ $lang:ident) => { ... }; ($text:literal @ $lang:ident) => { ... }; ($text:literal) => { ... }; }