-
Name: titleAsText
-
URI: to be assigned
-
Label: Title As Text
-
Definition: A name that is represented by a sequence of natural language words.
-
Type of Term: Property
-
Comment: Unlike dcterm:title, the value class of this property is not a literal. In some writing systems, same text can be written in different literal forms. When two or more such literals are represented in a value, this property should be used.
Example of Title As Text:
The next example asserts the resource has two titles, each has literal in Greek alphabet and Latin alphabet.
Statement (
PropertyURI (dcterm:TitleAsText)
LiteralValueString("?????????????? ????????????")
LiteralValueString("Oidipous Tyrannos")
)
Statement(
PropertyURI (dcterm:TitleAsText)
LiteralValueString("?????????????")
LiteralValueString("Electra")
)
The next example asserts the resource has four literal titles.
Statement( PropertyURI (dcterm:title)
LiteralValueString("?????????????? ????????????")
)
Statement( PropertyURI (dcterm:title)
LiteralValueString("Oidipous Tyrannos")
)
Statement( PropertyURI (dcterm:title)
LiteralValueString("??????????????")
)
Statement( PropertyURI (dcterm:title)
LiteralValueString("Electra")
)
In this case, there is no assertion about the transliteration relation.