Ticket #698 (new enhancement)

Opened 1 year ago

Need a way to return the language tag associated with an RDF string literal.

Reported by: amit Assigned to: pradeep
Priority: unassigned Milestone:
Component: topaz Version: 0.8.2-SNAPSHOT
Keywords: @ language mapping Cc:
Blocking: Blocked By:

Description

RDF allows a language association with a string either via xml:lang or '@'<lang> subscript added to the string literal. Mulgara returns the information (as does the Result object of OQL), but unfortunately there is no way to return the information in the object mapping to String. We do need to provide this as it is a very key aspect of being able to claim multiple language support.

For example, PLoS needs this to provide different language support for article abstracts.

Dependency Graph