> TitleProposal

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.