DataConservancy / dcs-packaging-osf

Open Science Framework packaging model, client, and utilities.
2 stars 3 forks source link

osf:hasBinaryURI is a literal, rather than a URI #27

Open birkland opened 7 years ago

birkland commented 7 years ago

Binary descriptions of OSF stored files should link back to the source using a resource URI, rather than a literal:

    ns004:hasBinaryUri "https://files.osf.io/v1/resources/azx9e/providers/osfstorage/58f8cf82b83f69025afca7c5"^^ ;

should be:

  
    ns004:hasBinaryUri <https://files.osf.io... > ;