Closed marc-portier closed 6 months ago
we recently discovered that e.g. orcid produces quite different representations (amount of included triples) based on what conneg instruction one provides
compare:
$ curl -L --url "https://orcid.org/0000-0003-4305-0617" -H "Accept: text/turtle" $ curl -L --url "https://orcid.org/0000-0003-4305-0617" -H "Accept: application/ld+json"
given this fact, it would be nice to be able to include in the task/executor, which actual content-formats it should be harvesting
e.g. for orcid access, one might want to request both json-ld and triple to maximalise the retrieved content
Closed by merge of #52
we recently discovered that e.g. orcid produces quite different representations (amount of included triples) based on what conneg instruction one provides
compare:
given this fact, it would be nice to be able to include in the task/executor, which actual content-formats it should be harvesting
e.g. for orcid access, one might want to request both json-ld and triple to maximalise the retrieved content