private static property EasyRdf_Serialiser_Arc::$supportedTypes in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Arc.php \EasyRdf_Serialiser_Arc::supportedTypes
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Serialiser/ Arc.php, line 47
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',
);