{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PCDM vocabulary",
  "description": "Unconstrained carrier schema: this block's content is its JSON-LD context, not a data shape. The schema exists only so other blocks can `$ref` it via `bblocks://` and inherit the context.",
  "type": "object",
  "x-jsonld-extra-terms": {
    "hasFile": "http://pcdm.org/models#hasFile",
    "hasMember": "http://pcdm.org/models#hasMember",
    "RepositoryCollection": "http://pcdm.org/models#Collection",
    "RepositoryObject": "http://pcdm.org/models#Object",
    "RepositoryFile": "http://pcdm.org/models#File"
  }
}