Skip to content

Commit 1e24486

Browse files
committed
Updates Turtle media type registration information.
Fixes #74.
1 parent 277a923 commit 1e24486

File tree

1 file changed

+14
-21
lines changed

1 file changed

+14
-21
lines changed

spec/index.html

+14-21
Original file line numberDiff line numberDiff line change
@@ -2114,19 +2114,8 @@ <h2>Security Considerations</h2>
21142114

21152115
<section id="sec-mediaReg" class="appendix">
21162116
<h2>Internet Media Type, File Extension and Macintosh File Type</h2>
2117-
<dl>
2118-
<dt>Contact:</dt>
2119-
<dd>Eric Prud'hommeaux</dd>
2120-
<dt>See also:</dt>
2121-
2122-
<dd><a href="https://www.w3.org/2002/06/registering-mediatype">How to Register a Media Type for a W3C Specification</a></dd>
2123-
<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>
2124-
</dl>
21252117
<p>The Internet Media Type (formerly known as MIME Type) for Turtle is &quot;text/turtle&quot;.</p>
2126-
<p>It is recommended that Turtle files have the extension &quot;.ttl&quot; (all lowercase) on all platforms.</p>
2127-
2128-
<p>It is recommended that Turtle files stored on Macintosh HFS file systems be given a file type of &quot;TEXT&quot;.</p>
2129-
<p>This information that follows has been <a href="https://lists.w3.org/Archives/Public/www-archive/2007Dec/0065.html">submitted to the IESG</a> for review, approval, and registration with IANA.</p>
2118+
<p>The information that follows has been submitted to the Internet Engineering Steering Group (IESG) for review, approval, and registration with IANA.</p>
21302119
<dl>
21312120
<dt>Type name:</dt>
21322121
<dd>text</dd>
@@ -2152,27 +2141,31 @@ <h2>Internet Media Type, File Extension and Macintosh File Type</h2>
21522141
<dd>This specification.</dd>
21532142
<dt>Applications which use this media type:</dt>
21542143

2155-
<dd>No widely deployed applications are known to use this media type. It may be used by some web services and clients consuming their data.</dd>
2144+
<dd>Turtle is used widely for representing RDF data.
2145+
There are implementations available in most common programming languages.</dd>
21562146
<dt>Additional information:</dt>
2147+
<dd>
2148+
<dl>
21572149
<dt>Magic number(s):</dt>
21582150
<dd>Turtle documents may have the strings '@prefix' or '@base' (case sensitive) or the strings 'PREFIX' or 'BASE' (case insensitive) near the beginning of the document.</dd>
21592151
<dt>File extension(s):</dt>
2160-
<dd>".ttl"</dd>
2152+
<dd>.ttl</dd>
2153+
<dt>Macintosh file type code(s):</dt>
2154+
<dd>TEXT</dd>
2155+
</dl>
2156+
</dd>
21612157

21622158
<dt>Base URI:</dt>
21632159
<dd>The Turtle '@base &lt;IRIref&gt;' or 'BASE &lt;IRIref&gt;' term can change the current base URI for <a data-cite="RDF12-CONCEPTS#dfn-relative-iri">relative IRI references</a> in the query language that are used sequentially later in the document.</dd>
2164-
<dt>Macintosh file type code(s):</dt>
2165-
<dd>&quot;TEXT&quot;</dd>
21662160
<dt>Person &amp; email address to contact for further information:</dt>
21672161

2168-
<dd>Eric Prud'hommeaux &lt;eric@w3.org&gt;</dd>
2162+
<dd>RDF-star Working Group &lt;public-rdf-star-wg@w3.org&gt;</dd>
21692163
<dt>Intended usage:</dt>
2170-
<dd>COMMON</dd>
2164+
<dd>Common</dd>
21712165
<dt>Restrictions on usage:</dt>
21722166
<dd>None</dd>
2173-
<dt>Author/Change controller:</dt>
2174-
2175-
<dd>The Turtle specification is the product of the RDF WG. The W3C reserves change control over this specifications.</dd>
2167+
<dt>Author(s):</dt>
2168+
<dd>The Turtle specification is the product of the RDF-star WG. The W3C reserves change control over this specifications.</dd>
21762169
</dl>
21772170
</section>
21782171

0 commit comments

Comments
 (0)