Open ghost opened 1 year ago
The @type is listed as "@type": "schema:Dataset”, but since you’re using the context of schema.org already, please list it as simply "@type": “Dataset”.
See: https://ant-nz.geodata.nz/geonetwork/srv/api/records/09657986-9160-4a63-bf2d-93db7b7359f7/formatters/jsonld?approved=true
It needs to show:
{ "@context": "http://schema.org/", "@type": "Dataset",
METADATA BODY
}
Can we please fix this issue at the same time: https://github.com/OpenWork-NZ/core-geonetwork/issues/99
corrected, tested and pushed to production. 2 hours April billing
The @type is listed as "@type": "schema:Dataset”, but since you’re using the context of schema.org already, please list it as simply "@type": “Dataset”.
See: https://ant-nz.geodata.nz/geonetwork/srv/api/records/09657986-9160-4a63-bf2d-93db7b7359f7/formatters/jsonld?approved=true
It needs to show:
{ "@context": "http://schema.org/", "@type": "Dataset",
METADATA BODY
}