Smalyshev added a comment.

  Ok, it's clear what is going on:
  
                if ( $this->rdfOutputRequested( $format ) && in_array( 
$entityId->getEntityType(), $this->entityTypesWithoutRdfOutput ) ) {
                        throw new HttpError( 406, $output->msg( 
'wikibase-entitydata-rdf-not-available', $entityId->getEntityType() ) );
                }
    
        private function rdfOutputRequested( $format ) {
                return $format === 'rdf' || $format === 'ttl' || $format === 
'nt';
        }
  
  "n3" is an RDF format but is not treated as such.

TASK DETAIL
  https://phabricator.wikimedia.org/T224024

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Smalyshev
Cc: Smalyshev, 20038011003, MarkTraceur, Aklapper, Michael, darthmon_wmde, 
Premeditated, Edtadros, Nandana, JKSTNK, Lahi, Gq86, Ramsey-WMF, 
GoranSMilovanovic, QZanden, V4switch, LawExplorer, _jensen, rosalieper, Jonas, 
Wong128hk, Wikidata-bugs, matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, 
Fabrice_Florin, Jdforrester-WMF, Matanya, Mbch331, Jay8g, Krenair
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to