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

medi:text reg:record :Resource.

:Resource
    reg:file [ reg:file "text/plain"; reg:type "template" ];
    reg:name "plain";
    reg:xref html:rfc2046, html:rfc3676, html:rfc5147.
