Recent changes in the rc-4.2.0 branch (#32) reverted the definition of the Uri type in _type.contents to mean an 'absolute URI'. However, an equivalent change was not made in the _type.indices attribute definition where Uri is still explicitly defined as an 'URI reference'.
I suggest that we at least rename this enumeration value from Uri to Uri-ref for consistency throughout the dictionary. Not sure if we need to add Uri, Iri and Iri-ref enumeration values.
Pinging @nautolycus and @jamesrhester for opinions since they worked on PR #32.
Recent changes in the rc-4.2.0 branch (#32) reverted the definition of the
Uritype in_type.contentsto mean an 'absolute URI'. However, an equivalent change was not made in the_type.indicesattribute definition whereUriis still explicitly defined as an 'URI reference'.I suggest that we at least rename this enumeration value from
UritoUri-reffor consistency throughout the dictionary. Not sure if we need to addUri,IriandIri-refenumeration values.Pinging @nautolycus and @jamesrhester for opinions since they worked on PR #32.