RDF Export Option: Prefixes
Various RDF (Resource Description Framework) formats allow customization of how a given RDF graph is serialized. "Turtle", for instance, allows shortening IRIs (Internationalized Resource Identifiers) by using a prefix-to-namespace mapping.
Start with a simple RDFStore object containing data about fruits: Their color and name in different languages.
Export the store in the "Turtle" format.
Specify prefixes to be used for shortening IRIs.