

    [ckan.plugins]
    dcat_xml_harvester=ckanext.dcat.harvesters:DCATXMLHarvester
    dcat_json_harvester=ckanext.dcat.harvesters:DCATJSONHarvester

    dcat_rdf_harvester=ckanext.dcat.harvesters:DCATRDFHarvester

    dcat_json_interface=ckanext.dcat.plugins:DCATJSONInterface

    dcat=ckanext.dcat.plugins:DCATPlugin

    structured_data=ckanext.dcat.plugins:StructuredDataPlugin

    # Test plugins
    test_rdf_harvester=ckanext.dcat.tests.test_harvester:TestRDFHarvester
    test_rdf_null_harvester=ckanext.dcat.tests.test_harvester:TestRDFNullHarvester
    test_rdf_exception_harvester=ckanext.dcat.tests.test_harvester:TestRDFExceptionHarvester

    [ckan.rdf.profiles]
    euro_dcat_ap=ckanext.dcat.profiles:EuropeanDCATAPProfile
    schemaorg=ckanext.dcat.profiles:SchemaOrgProfile

    [paste.paster_command]
    generate_static = ckanext.dcat.commands:GenerateStaticDCATCommand

    [babel.extractors]
    ckan = ckan.lib.extract:extract_ckan
    