You are here

private static property EasyRdf_Parser_Arc::$supportedTypes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Arc.php \EasyRdf_Parser_Arc::supportedTypes

File

vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Arc.php, line 47

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',
);