This module loads parsers and serializers for the most common formats.
The Parsers and Serializers classes of RDF-Ext are used to handle different media types.
Create a new object:
const formats = require('rdf-formats-common')()
The parsers are loaded into formats.parsers and the serializers are loaded into formats.serializers.
It's also possible to load the formats into an existing object:
require('rdf-formats-common')(formats)