Content Addressed Locator
data class ContentAddressedLocator constructor(val contentHash: String, val display: String? = null) : SourceLocator
A locator that identifies source material by its content hash.
Because it identifies material by content rather than location, any store holding matching bytes satisfies the reference.