Skip to content

Commit

Permalink
Fix formats
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Aug 13, 2014
1 parent d23406d commit 0ae94ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions library/Erfurt/Syntax/RdfParser.php
Expand Up @@ -51,6 +51,7 @@ public function initializeWithFormat($format)
case 'ttl':
case 'nt':
case 'ntriple':
case 'ntriples':
case 'n3':
case 'rdfn3':
require_once 'Erfurt/Syntax/RdfParser/Adapter/Turtle.php';
Expand Down
1 change: 0 additions & 1 deletion library/Erfurt/Syntax/RdfSerializer.php
Expand Up @@ -69,7 +69,6 @@ public static function normalizeFormat($format)
'nt' => 'turtle',
'ntriple' => 'ntriples',
'ntriples' => 'ntriples',
'rdfnt' => 'ntriples',
'rdf/n3' => 'rdfn3',
'rdfn3' => 'rdfn3',
'n3' => 'rdfn3',
Expand Down

0 comments on commit 0ae94ce

Please sign in to comment.