ResourceKey

final case class ResourceKey(elr: String, elementName: EName, id: String) extends ElementKey

Element key of a ResourceNode, or its content! It contains the ID, along with the ELR and element name. It is assumed that this combination is unique across resource content. Given that most label linkbase content uses the default ELR, this means that labels for the same concept/element but differing in language and resource role must all have unique IDs in the taxonomy.

Element key of a ResourceNode, or its content! It contains the ID, along with the ELR and element name. It is assumed that this combination is unique across resource content. Given that most label linkbase content uses the default ELR, this means that labels for the same concept/element but differing in language and resource role must all have unique IDs in the taxonomy.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product