@prefix : <#>.
@prefix reg: <https://www.w3.org/ns/assignments/reg#>.
@prefix html: <https://tools.ietf.org/html/>.
@prefix medi: <../media-types.ttl#>.

:Resource
    reg:file [ reg:file "image/jpeg"; reg:type "template" ];
    reg:name "jpeg";
    reg:updated "2024-08-06";
    reg:xref html:rfc2045, html:rfc2046.
medi:image reg:record :Resource.

