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

:Resource
    terms:date "2016-07-07"^^XML:date;
    reg:file [ reg:file "application/geo+json"; reg:type "template" ];
    reg:name "geo+json";
    reg:xref html:rfc7946.
medi:application reg:record :Resource.

