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
A resolved reference to an entity, containing its ID and name.
rootCollection object
The top-level collection this entity is part of.
- EntityReference
- null
A resolved reference to an entity, containing its ID and name.
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.
Optional core — present only when deposit.supported is true.
The RO-Crates whose current versions contribute to this entity. Usually one; more when the implementation's materialisation merges contributions from several RO-Crates into a single entity. An entity MAY be removed once no RO-Crate contributes to it.
["https://catalog.paradisec.org.au/repository/NT1/001"]{
"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"
},
"roCrateIds": [
"https://catalog.paradisec.org.au/repository/NT1/001"
]
}