Binary descriptions of OSF stored files should link back to the source using a resource URI, rather than a literal: <pre> ns004:hasBinaryUri "https://files.osf.io/v1/resources/azx9e/providers/osfstorage/58f8cf82b83f69025afca7c5"^^<http://www.w3.org/2001/XMLSchema#anyURI> ; </pre> should be: <pre> ns004:hasBinaryUri <https://files.osf.io... > ; </pre>
Binary descriptions of OSF stored files should link back to the source using a resource URI, rather than a literal:
should be:
ns004:hasBinaryUri <https://files.osf.io... > ;