CitableBase.CitableType

A citable unit of any kind is identified by a URN and has a human-readable label.

CitableBase.UrnType

Unique identifiers expressible in the syntax of the IETF's URN specification.

Base.:==Method

Override Base.== for all Urn types.

CitableBase.cexMethod

It is an error to invoke the cex function on material that is not CEX serializable.

cex(, x; delimiter)
CitableBase.cexMethod

Delegate cex to specific functions based on type's citable trait value.

CitableBase.componentsMethod
components(uString)

Splits a string on colons (separator for top-level components of URNs).

Examples

julia> components("urn:cts:greekLit:tlg0012.tlg001.msA:1.1")
CitableBase.componentsMethod
components(u)

Splits a URN's string representation into top-level components.

CitableBase.fromcexMethod

Delegate fromcex to specific functions based on type's citable trait value.

fromcex(s, T; delimiter)
CitableBase.fromcexMethod

It is an error to invoke the fromcex function on material that is not CEX serializable.

fromcex(, cex, T; delimiter)
CitableBase.labelMethod

It is an error to invoke the label function on material that is not citable.

label(_, x)
CitableBase.labelMethod

Delegate label to specific functions based on type's citable trait value.

CitableBase.partsMethod
parts(componentString)

Splits a string on periods (seprator for parts within components of URNs).

Examples

julia> parts("tlg0012.tlg001.msA")
CitableBase.urnMethod

It is an error to invoke the urn function on material that is not citable.

urn(_, x)
CitableBase.urnMethod

Delegate urn to specific functions based on type's citable trait value.