me.benswift.researchOutput

benswift.me

Documentation

A single research output, carrying a DataCite DOI and a strong reference to its human-facing site.standard.document page.

main record

A single research output, carrying a DataCite DOI and a strong reference to its human-facing site.standard.document page.

Record Key any Any valid record key

Properties

createdAt string datetime Required

When this record was first created.

document ref com.atproto.repo.strongRef Required

Strong reference (uri + cid) to the site.standard.document record for this output's page.

doi string Optional

DataCite DOI for this output, e.g. 10.5281/zenodo.20743627.

event string Optional

The event or programme it formed part of.

fieldsOfResearch array of string Optional

ANZSRC Fields of Research codes (2020 edition).

outputType string Required

The kind of research output.

Known values: performance, exhibition, recording, installation, software
partOf string Optional

DOI of the umbrella collection this output belongs to.

performedAt string datetime Required

When the work was performed, exhibited or otherwise realised.

title string Required

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
venue string Optional

Where the output was realised.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "document",
      "outputType",
      "title",
      "performedAt",
      "createdAt"
    ],
    "properties": {
      "doi": {
        "type": "string",
        "description": "DataCite DOI for this output, e.g. 10.5281/zenodo.20743627."
      },
      "event": {
        "type": "string",
        "description": "The event or programme it formed part of."
      },
      "title": {
        "type": "string",
        "maxLength": 3000,
        "maxGraphemes": 300
      },
      "venue": {
        "type": "string",
        "description": "Where the output was realised."
      },
      "partOf": {
        "type": "string",
        "description": "DOI of the umbrella collection this output belongs to."
      },
      "document": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "Strong reference (uri + cid) to the site.standard.document record for this output's page."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When this record was first created."
      },
      "outputType": {
        "type": "string",
        "description": "The kind of research output.",
        "knownValues": [
          "performance",
          "exhibition",
          "recording",
          "installation",
          "software"
        ]
      },
      "performedAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the work was performed, exhibited or otherwise realised."
      },
      "fieldsOfResearch": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "ANZSRC Fields of Research codes (2020 edition)."
      }
    }
  },
  "description": "A single research output, carrying a DataCite DOI and a strong reference to its human-facing site.standard.document page."
}

Lexicon Garden

@