Entity
An entity represents a single collection or item within the repository, conforming to a specific RO-Crate profile.
For MediaObject entities, the entity id is also the file identifier. Use it directly with the /file/{id} and /files endpoints to access or list the corresponding file.
RO-Crate ID that uniquely identifies this entity.
https://catalog.paradisec.org.au/repository/NT1/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.A URI identifying the nature of the entity. Implementers may use any valid URI as an entity type. The following core types have specific API behaviour: http://pcdm.org/models#Collection (collections), http://pcdm.org/models#Object (objects), http://schema.org/MediaObject (media objects), and http://schema.org/Person (people).
http://pcdm.org/models#Collection- Example 1
- Example 2
- Example 3
- Example 4
http://pcdm.org/models#Collectionhttp://pcdm.org/models#Objecthttp://schema.org/MediaObjecthttp://schema.org/PersonmemberOf object
An optional parent entity that this entity belongs to.
- EntityReference
- null
rootCollection object
The top-level collection this entity is part of.
- EntityReference
- null
The 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.
{
"id": "https://catalog.paradisec.org.au/repository/NT1/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": {
"id": "string",
"name": "string"
},
"rootCollection": {
"id": "string",
"name": "string"
},
"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"
}
}