Closed acka47 closed 1 year ago
For example https://w3id.org/kim/hcrt/slide.
$ curl -LH "accept: application/json" https://w3id.org/kim/hcrt/slide | jq .idgives"https://w3id.org/kim/hcrt/slide"`
gives
~$ curl -LH "accept: application/activity+json" https://w3id.org/kim/hcrt/slide | jq .id gives "https://skohub.io/dini-ag-kim/hcrt/heads/master/w3id.org/kim/hcrt/slide"
~$ curl -LH "accept: application/activity+json" https://w3id.org/kim/hcrt/slide | jq .id
"https://skohub.io/dini-ag-kim/hcrt/heads/master/w3id.org/kim/hcrt/slide"
@literarymachine, is this intended like this? My impression is that both ids should be the same (https://w3id.org/kim/hcrt/slide).
https://w3id.org/kim/hcrt/slide
Will be obsolete after #171.
For example https://w3id.org/kim/hcrt/slide.
$ curl -LH "accept: application/json" https://w3id.org/kim/hcrt/slide | jq .id
gives
"https://w3id.org/kim/hcrt/slide"`~$ curl -LH "accept: application/activity+json" https://w3id.org/kim/hcrt/slide | jq .id
gives"https://skohub.io/dini-ag-kim/hcrt/heads/master/w3id.org/kim/hcrt/slide"
@literarymachine, is this intended like this? My impression is that both ids should be the same (
https://w3id.org/kim/hcrt/slide
).