private static property EasyRdf_Parser_Arc::$supportedTypes

File

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

Class

EasyRdf_Parser_Arc
Class to parse RDF using the ARC2 library.

Code

private static $supportedTypes = array(
  'rdfxml' => 'RDFXML',
  'turtle' => 'Turtle',
  'ntriples' => 'Turtle',
  'rdfa' => 'SemHTML',
);