Kaydet (Commit) 2befa12c authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Michael Stahl

RDF: updated URLs

Change-Id: I604cef365d2b45c26686a9eaf014d431a4538153
Signed-off-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 8e2e3f54
...@@ -51,13 +51,13 @@ constants FileFormat ...@@ -51,13 +51,13 @@ constants FileFormat
/// <a href="http://www.w3.org/DesignIssues/Notation3">N3 (Notation-3)</a> /// <a href="http://www.w3.org/DesignIssues/Notation3">N3 (Notation-3)</a>
const short N3 = 1; // "text/rdf+n3"; const short N3 = 1; // "text/rdf+n3";
/// <a href="http://www.w3.org/TR/rdf-testcases/#ntriples">N-Triples</a> /// <a href="http://www.w3.org/TR/n-triples/">N-Triples</a>
const short NTRIPLES = 2; // "text/plain"; const short NTRIPLES = 2; // "text/plain";
/// <a href="http://www.wiwiss.fu-berlin.de/suhl/bizer/TriG/Spec/">TriG</a> /// <a href="http://www.w3.org/TR/trig/">TriG</a>
const short TRIG = 3; // "application/x-trig"; const short TRIG = 3; // "application/x-trig";
/// <a href="http://sw.nokia.com/trix/">TriX</a> /// <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; // "if only the damn server were up I'd know";
/// <a href="http://www.dajobe.org/2004/01/turtle/">Turtle</a> /// <a href="http://www.dajobe.org/2004/01/turtle/">Turtle</a>
......
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