Closed jhgennari closed 3 years ago
This one is easy.
We were using the wrong URL for Dublin Core. The old spec had @prefix dc: https://dublincore.org/specifications/dublin-core/dcmi-terms/ .
The new, correct URL base is: @prefix dc: http://purl.org/dc/terms/ .
Fixed by commit 675fffedac5f71ab2991c0835746f07647b4b56c
This one is easy.
We were using the wrong URL for Dublin Core. The old spec had @prefix dc: https://dublincore.org/specifications/dublin-core/dcmi-terms/ .
The new, correct URL base is: @prefix dc: http://purl.org/dc/terms/ .