Lucas_Werkmeister_WMDE added a comment.

I don’t understand what this task is about, sorry… if you follow the redirects, you should get TTL:

$ curl -s -L https://www.wikidata.org/entity/Q445460 -H "Accept: text/turtle"
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix wikibase: <http://wikiba.se/ontology-beta#> .
...
wdata:Q445460 a schema:Dataset ;
        schema:about wd:Q445460 ;
        cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
        schema:softwareVersion "0.1.0" ;
        schema:version "685786031"^^xsd:integer ;
        schema:dateModified "2018-05-27T15:19:55Z"^^xsd:dateTime ;
        ...
...

The redirect target is already in the snippets you posted – /entity/Q… redirects to /wiki/Special:EntityData/Q…, which does content negotiation and redirects you (with this Accept header) to /wiki/Special:EntityData/Q….ttl. See also Wikidata:Data access#Linked Data interface.


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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Eroux108, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to