File
A file with file-specific metadata. For files that are also represented as MediaObject entities in the RO-Crate, the file id and the MediaObject entity id are identical.
A URI-based identifier, used to reference the entity or file in the RO-Crate. This ensures global uniqueness and enables cross-linking of entities.
https://catalog.paradisec.org.au/repository/NT1/001The name of the file.
Possible values: non-empty and <= 255 characters
NT1-001-001A.mp3The MIME type of the file.
Possible values: <= 127 characters, Value must match regular expression ^[a-z]+/[a-z0-9\-\+\.]+$
audio/mpegThe size of the file in bytes.
Possible values: >= 0
1024access objectrequired
Access information for this file, including content permissions and enrolment details.
Whether content is accessible to the current user.
URL for enrolment or authorisation process if content access is restricted.
{
"id": "https://catalog.paradisec.org.au/repository/NT1/001",
"filename": "NT1-001-001A.mp3",
"mediaType": "audio/mpeg",
"size": 1024,
"access": {
"content": true
}
}