On 27/04/2020 18:02, Kingsley Idehen wrote:
[1] https://w.wiki/PBi <https://w.wiki/PBi>

Do these CONSTRUCT queries return any of the following document content-types?

RDF-Turtle, RDF-XML, JSON-LD ?

you can use content negotiation on the sparql endpoint

~ query="CONSTRUCT { ... }"
~ curl -H "Accept: application/rdf+xml" https://query.wikidata.org/sparql 
--data-urlencode query=$query
~ curl -H "Accept: text/turtle" -G https://query.wikidata.org/sparql 
--data-urlencode query=$query



--
[email protected]

_______________________________________________
Wikidata mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata

Reply via email to