@prefix : <#>.
@prefix medi: <../media-types.ttl#>.
@prefix reg: <https://www.w3.org/ns/assignments/reg#>.
@prefix terms: <http://purl.org/dc/terms/>.
@prefix XML: <http://www.w3.org/2001/XMLSchema#>.
@prefix html: <https://tools.ietf.org/html/>.

medi:text reg:record :Resource.

:Resource
    terms:date "2014-11-11"^^XML:date;
    reg:file [ reg:file "text/markdown"; reg:type "template" ];
    reg:name "markdown";
    reg:updated "2015-10-22"^^XML:date;
    reg:xref html:rfc7763.
