Skip to content

Commit 64e0bed

Browse files
committed
Updates TriG media type registration information.
1 parent 43b36d4 commit 64e0bed

1 file changed

Lines changed: 14 additions & 23 deletions

File tree

spec/index.html

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,20 +1115,10 @@ <h2>Security Considerations</h2>
11151115
</section>
11161116

11171117
<section id="sec-mediaReg" class="appendix">
1118-
<h2>Media Type Registration</h2>
1119-
<dl>
1120-
<dt>Contact:</dt>
1121-
<dd>Eric Prud'hommeaux</dd>
1122-
<dt>See also:</dt>
1123-
1124-
<dd><a href="https://www.w3.org/2002/06/registering-mediatype">How to Register a Media Type for a W3C Specification</a></dd>
1125-
<dd><a href="https://www.w3.org/2001/tag/2002/0129-mime">Internet Media Type registration, consistency of use</a><br />TAG Finding 3 June 2002 (Revised 4 September 2002)</dd>
1126-
</dl>
1118+
<h2>Internet Media Type, File Extension and Macintosh File Type</h2>
11271119
<p>The Internet Media Type (formerly known as MIME Type) for TriG is &quot;application/trig&quot;.</p>
11281120
<p>It is recommended that TriG files have the extension &quot;.trig&quot; (all lowercase) on all platforms.</p>
1129-
1130-
<p>It is recommended that TriG files stored on Macintosh HFS file systems be given a file type of &quot;TEXT&quot;.</p>
1131-
<p>This information that follows will be submitted to the IESG for review, approval, and registration with IANA.</p>
1121+
<p>The information that follows has been submitted to the Internet Engineering Steering Group (IESG) for review, approval, and registration with IANA.</p>
11321122
<dl>
11331123
<dt>Type name:</dt>
11341124
<dd>application</dd>
@@ -1151,32 +1141,33 @@ <h2>Media Type Registration</h2>
11511141
<dt>Published specification:</dt>
11521142
<dd>This specification.</dd>
11531143
<dt>Applications which use this media type:</dt>
1154-
<dd>No widely deployed applications are known to use this media
1155-
type. It may be used by some web services and clients consuming their data.</dd>
1144+
<dd>TriG is used widely for representing RDF data.
1145+
There are implementations available in most common programming languages.</dd>
11561146
<dt>Additional information:</dt>
1147+
<dd>
1148+
<dl>
11571149
<dt>Magic number(s):</dt>
11581150
<dd>TriG documents may have the strings 'prefix' or 'base' (case
11591151
independent) near the beginning of the document.</dd>
11601152
<dt>File extension(s):</dt>
1161-
<dd>".trig"</dd>
1153+
<dd>.trig</dd>
1154+
<dt>Macintosh file type code(s):</dt>
1155+
<dd>TEXT</dd>
1156+
</dl>
11621157

11631158
<dt>Base URI:</dt>
11641159
<dd>The TriG base directive can change the current base URI
11651160
for <a data-cite="RDF12-CONCEPTS#dfn-relative-iri">relative IRI references</a> in the language that are used sequentially
11661161
later in the document.</dd>
1167-
<dt>Macintosh file type code(s):</dt>
1168-
<dd>&quot;TEXT&quot;</dd>
11691162
<dt>Person &amp; email address to contact for further information:</dt>
11701163

1171-
<dd>Eric Prud'hommeaux &lt;eric@w3.org&gt;</dd>
1164+
<dd>W3C RDF-star Working Group &lt;public-rdf-star-wg@w3.org&gt;</dd>
11721165
<dt>Intended usage:</dt>
1173-
<dd>COMMON</dd>
1166+
<dd>Common</dd>
11741167
<dt>Restrictions on usage:</dt>
11751168
<dd>None</dd>
1176-
<dt>Author/Change controller:</dt>
1177-
1178-
<dd>The TriG specification is the product of the RDF WG.
1179-
The W3C reserves change control over this specifications.</dd>
1169+
<dt>Author(s):</dt>
1170+
<dd>The TriG specification is the product of the RDF-star WG. The W3C reserves change control over this specifications.</dd>
11801171
</dl>
11811172
</section>
11821173

0 commit comments

Comments
 (0)