Entity
An entity represents a single collection or item within the repository, conforming to a specific RO-Crate profile.
RO-Crate ID that uniquely identifies this entity.
https://catalog.paradisec.org.au/repository/LRB/001Name of the entity.
Possible values: non-empty and <= 255 characters
Recordings of West Alor languagesA concise description of the entity’s contents or purpose.
Possible values: non-empty and <= 1000 characters
A compilation of recordings featuring various West Alor languages, curated for linguistic research.An enumerated type describing the nature of the entity, such as a collection, object, or media object
Possible values: [http://pcdm.org/models#Collection, http://pcdm.org/models#Object, http://schema.org/MediaObject, http://schema.org/Person]
http://pcdm.org/models#CollectionAn optional parent entity that this entity belongs to.
https://catalog.paradisec.org.au/repository/LRBThe top-level collection this entity is part of.
https://catalog.paradisec.org.au/repository/LRBThe metadata license.
https://catalog.paradisec.org.au/licenses/metadataThe content license.
https://catalog.paradisec.org.au/licenses/contentaccess objectrequired
Access information for this entity, including permissions and enrolment details.
Whether metadata is accessible to the current user.
Whether content is accessible to the current user.
URL for enrolment or authorisation process if metadata access is restricted.
URL for enrolment or authorisation process if content access is restricted.
The file ID to use with /files endpoints. Only present for MediaObject entities. We recommend you use the @id for the MediaObject
https://catalog.paradisec.org.au/repository/LRB/001/recording.wav{
"id": "https://catalog.paradisec.org.au/repository/LRB/001",
"name": "Recordings of West Alor languages",
"description": "A compilation of recordings featuring various West Alor languages, curated for linguistic research.",
"entityType": "http://pcdm.org/models#Collection",
"memberOf": "https://catalog.paradisec.org.au/repository/LRB",
"rootCollection": "https://catalog.paradisec.org.au/repository/LRB",
"metadataLicenseId": "https://catalog.paradisec.org.au/licenses/metadata",
"contentLicenseId": "https://catalog.paradisec.org.au/licenses/content",
"access": {
"metadata": true,
"content": false,
"contentAuthorizationUrl": "https://test.cadre.example.com/catalogue/application?id=https%3A%2F%2Fhttps%3A%2F%2Fcatalog.paradisec.org.au%2Flicenses%2Ftest"
},
"fileId": "https://catalog.paradisec.org.au/repository/LRB/001/recording.wav"
}