@prefix : <#>.
@prefix medi: <../media-types.ttl#>.
@prefix reg: <https://www.w3.org/ns/assignments/reg#>.
@prefix Eri: <../../person/Eric_Prudhommeaux#>.
@prefix W3C: <../../person/W3C#>.

medi:text reg:record :Resource.

:Resource
    reg:file [ reg:file "text/turtle"; reg:type "template" ];
    reg:name "turtle";
    reg:xref Eri:, W3C:.
