`licenseTextHtml` in 2.2 spec
I looked through the examples and found the usage of licenseTextHtml (https://github.com/spdx/spdx-spec/blob/development/v2.3.1/examples/SPDXRdfExample-v2.2.spdx.rdf.xml#L26), but I cannot find anything about this in the v2.2 specification.
Is this something that has been deprecated and not part of the v2.2 specification?
I believe this is unique to RDF because it allows multiple representations of a value, but @goneall should be able to confirm that.
@patriksvensson This is unique to the RDF examples. The RDF picks up all the properties for the SPDX listed license - many of these properties are not documented in the spec - see issue #46
They are, however, documented in the RDF OWL document - an HTML version can be found here: https://spdx.org/rdf/terms/
@swinslow - This is a field we've used to capture the HTML representation of the license. We didn't capture this in the SPDX 3.0 expanded licensing properties.
Moving this to 3.1 for consideration to be added.