Kaydet (Commit) 4db3342e authored tarafından Michael Stahl's avatar Michael Stahl

update the RDF media types as well

Change-Id: Ic10dbef286d12e897841fac352d7f6e36086ab20
üst 2befa12c
......@@ -55,10 +55,10 @@ constants FileFormat
const short NTRIPLES = 2; // "text/plain";
/// <a href="http://www.w3.org/TR/trig/">TriG</a>
const short TRIG = 3; // "application/x-trig";
const short TRIG = 3; // "application/trig";
/// <a href="https://web.archive.org/web/20110724134923/http://sw.nokia.com/trix/">TriX</a>
const short TRIX = 4; // "if only the damn server were up I'd know";
const short TRIX = 4; // "application/trix";
/// <a href="http://www.dajobe.org/2004/01/turtle/">Turtle</a>
const short TURTLE = 5; // "application/turtle";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment