private static property EasyRdf_Serialiser_Arc::$supportedTypes

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Arc.php, line 48

Class

EasyRdf_Serialiser_Arc
Class to serialise RDF using the ARC2 library.

Code

private static $supportedTypes = array(
  'rdfxml' => 'RDFXML',
  'turtle' => 'Turtle',
  'ntriples' => 'NTriples',
  'posh' => 'POSHRDF',
);