You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sc:Dataset spec suggests that the distribution property should be of class sc:DataDownload (which extends sc:Thing > sc:CreativeWork > sc:MediaObject > sc:DataDownload). cr:FileObject is defined as extending sc:CreativeWork. We are using cr:FileObject in the distribution property -- I think probably therefore it needs to extend sc:DataDownload. Probably this wont break any parsers, but would be 1) technically correct which is the best kind of correct and 2) provide a number of useful properties, e.g. the sha256 property which exists on sc:MediaObject but not on sc:CreativeWork.
The text was updated successfully, but these errors were encountered:
The
sc:Dataset
spec suggests that thedistribution
property should be of classsc:DataDownload
(which extendssc:Thing > sc:CreativeWork > sc:MediaObject > sc:DataDownload
).cr:FileObject
is defined as extendingsc:CreativeWork
. We are usingcr:FileObject
in thedistribution
property -- I think probably therefore it needs to extendsc:DataDownload
. Probably this wont break any parsers, but would be 1) technically correct which is the best kind of correct and 2) provide a number of useful properties, e.g. thesha256
property which exists onsc:MediaObject
but not onsc:CreativeWork
.The text was updated successfully, but these errors were encountered: