Croissant 🥐

Croissant specifications as implemented by mlcroissant.
For the actual specifications, please refer to the Croissant 1.0 standard..
To add new properties, refer to the documentation.

FileSet

Nodes to describe a dataset FileSet (distribution).
Property Expected type Cardinality Description
sc:name sc:Text ONE The name of the file. As much as possible, the name should reflect the name of the file as downloaded, including the file extension. e.g. "images.zip".
sc:containedIn MANY Another FileObject or FileSet that this one is contained in, e.g., in the case of a file extracted from an archive. When this property is present, the contentUrl is evaluated as a relative path within the container object
sc:description sc:Text ONE
sc:encodingFormat sc:Text ONE The format of the file, given as a mime type.
cr:excludes sc:Text MANY A glob pattern that specifies the files to exclude.
cr:includes sc:Text MANY A glob pattern that specifies the files to include.