Add error counter to importRDF command + retry on code 400 for sparql download
<?phpnamespaceCorpusParole\Http\Middleware;useIlluminate\Cookie\Middleware\EncryptCookiesasBaseEncrypter;classEncryptCookiesextendsBaseEncrypter{/** * The names of the cookies that should not be encrypted. * * @var array */protected$except=[//];}