{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PAV 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": {
    "importedFrom": "http://purl.org/pav/importedFrom",
    "importedOn": "http://purl.org/pav/importedOn",
    "importedBy": "http://purl.org/pav/importedBy",
    "retrievedFrom": "http://purl.org/pav/retrievedFrom",
    "retrievedOn": "http://purl.org/pav/retrievedOn",
    "retrievedBy": "http://purl.org/pav/retrievedBy"
  }
}