Asset Namespace
This namespace is used to define digital assets, such as PDFs or audio files, that are linked to hymns. These assets may include sheet music, audio recordings, or lyric sheets.
Terms in this namespace:
- asset:Asset: Represents a digital asset associated with the hymn.
- asset:name: The name of the asset, such as "Sheet Music PDF" or "Audio Recording".
- asset:encodingFormat: The format of the asset, such as "application/pdf" for a PDF file or "audio/mpeg" for an MP3.
Example Usage in JSON-LD:
{ "@context": { "asset": "https://www.praise.org.uk/json-ld/asset" }, "@type": "asset:Asset", "asset:name": "Sheet Music PDF", "asset:encodingFormat": "application/pdf" }