You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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><ahref="https://www.w3.org/2002/06/registering-mediatype">How to Register a Media Type for a W3C Specification</a></dd>
2123
-
<dd><ahref="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>
2125
2117
<p>The Internet Media Type (formerly known as MIME Type) for Turtle is "text/turtle".</p>
2126
-
<p>It is recommended that Turtle files have the extension ".ttl" (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 "TEXT".</p>
2129
-
<p>This information that follows has been <ahref="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>
2130
2119
<dl>
2131
2120
<dt>Type name:</dt>
2132
2121
<dd>text</dd>
@@ -2152,27 +2141,31 @@ <h2>Internet Media Type, File Extension and Macintosh File Type</h2>
2152
2141
<dd>This specification.</dd>
2153
2142
<dt>Applications which use this media type:</dt>
2154
2143
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>
2156
2146
<dt>Additional information:</dt>
2147
+
<dd>
2148
+
<dl>
2157
2149
<dt>Magic number(s):</dt>
2158
2150
<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>
2159
2151
<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>
2161
2157
2162
2158
<dt>Base URI:</dt>
2163
2159
<dd>The Turtle '@base <IRIref>' or 'BASE <IRIref>' term can change the current base URI for <adata-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>"TEXT"</dd>
2166
2160
<dt>Person & email address to contact for further information:</dt>
2167
2161
2168
-
<dd>Eric Prud'hommeaux <eric@w3.org></dd>
2162
+
<dd>RDF-star Working Group <public-rdf-star-wg@w3.org></dd>
2169
2163
<dt>Intended usage:</dt>
2170
-
<dd>COMMON</dd>
2164
+
<dd>Common</dd>
2171
2165
<dt>Restrictions on usage:</dt>
2172
2166
<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>
0 commit comments