buda-base / lds-pdi

http://purl.bdrc.io BDRC Linked Data Server
Apache License 2.0
2 stars 0 forks source link

getting query results in json #88

Closed eroux closed 6 years ago

eroux commented 6 years ago

I can't find a way to get the query results in json, it should be documented somwhere either in the results, in the doc or in the code. I tried

http://purl.bdrc.io/query/volumesForWork?R_RES=bdr:W23703&format=jsonld

and

curl -H "Accept: application/ld+json" http://purl.bdrc.io/query/volumesForWork?R_RES=bdr:W23703

with no success

MarcAgate commented 6 years ago

The query format is as follows:

http://purl.bdrc.io/query/volumesForWork?R_RES=bdr:W23703&jsonOut

It was indicated in README (it's now written in bold ! )

eroux commented 6 years ago

I think it should be indicated on http://purl.bdrc.io/