{
  "$id": "https://schemas.dissco.tech/schemas/fdo-type/digital-specimen/0.3.0/chronometric-age.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$comment": "Chronometric Age Version 0.3.0",
  "title": "ChronometricAge",
  "type": "object",
  "properties": {
    "@id": {
      "type": "string",
      "description": "The identifier for the Chronometric Age object."
    },
    "@type": {
      "type": "string",
      "const": "ods:ChronometricAge",
      "description": "The type of the digital object, in this case ods:ChronometricAge"
    },
    "chrono:chronometricAgeID": {
      "type": "string",
      "description": "https://rs.tdwg.org/chrono/terms/chronometricAgeID",
      "examples": [
        "https://www.canadianarchaeology.ca/samples/70673"
      ]
    },
    "chrono:verbatimChronometricAge": {
      "type": "string",
      "description": "https://rs.tdwg.org/chrono/terms/verbatimChronometricAge",
      "examples": [
        "27 BC to 14 AD"
      ]
    },
    "ods:verbatimChronometricAgeProtocol": {
      "type": "string",
      "description": "The verbatim name of the protocol used to determine the chronometric age."
    },
    "chrono:uncalibratedChronometricAge": {
      "type": "string",
      "description": "https://rs.tdwg.org/chrono/terms/uncalibratedChronometricAge",
      "examples": [
        "1510 +/- 25 14C yr BP"
      ]
    },
    "chrono:chronometricAgeConversionProtocol": {
      "type": "string",
      "description": "https://rs.tdwg.org/chrono/terms/chronometricAgeConversionProtocol",
      "examples": [
        "INTCAL13"
      ]
    },
    "chrono:earliestChronometricAge": {
      "type": "integer",
      "description": "https://rs.tdwg.org/chrono/terms/earliestChronometricAge",
      "examples": [
        100
      ]
    },
    "chrono:earliestChronometricAgeReferenceSystem": {
      "type": "string",
      "description": "https://rs.tdwg.org/chrono/terms/earliestChronometricAgeReferenceSystem",
      "examples": [
        "BP"
      ]
    },
    "chrono:latestChronometricAge": {
      "type": "integer",
      "description": "https://rs.tdwg.org/chrono/terms/latestChronometricAge",
      "examples": [
        12
      ]
    },
    "chrono:latestChronometricAgeReferenceSystem": {
      "type": "string",
      "description": "https://rs.tdwg.org/chrono/terms/latestChronometricAgeReferenceSystem",
      "examples": [
        "BCE"
      ]
    },
    "chrono:chronometricAgeUncertaintyInYears": {
      "type": "integer",
      "description": "https://rs.tdwg.org/chrono/terms/chronometricAgeUncertaintyInYears",
      "examples": [
        100
      ]
    },
    "chrono:chronometricAgeUncertaintyMethod": {
      "type": "string",
      "description": "https://rs.tdwg.org/chrono/terms/chronometricAgeUncertaintyMethod",
      "examples": [
        "Half of 95% confidence interval"
      ]
    },
    "chrono:materialDated": {
      "type": "string",
      "description": "https://rs.tdwg.org/chrono/terms/materialDated",
      "examples": [
        "charred wood"
      ]
    },
    "chrono:materialDatedID": {
      "type": "string",
      "description": "https://rs.tdwg.org/chrono/terms/materialDatedID",
      "examples": [
        "https://doi.org/10.22/XXX-XXX-XXX"
      ]
    },
    "chrono:materialDatedRelationship": {
      "type": "string",
      "description": "https://rs.tdwg.org/chrono/terms/materialDatedRelationship",
      "examples": [
        "sameAs"
      ]
    },
    "chrono:chronometricAgeDeterminedBy": {
      "type": "string",
      "description": "https://rs.tdwg.org/chrono/terms/chronometricAgeDeterminedBy",
      "examples": [
        "Michelle LeFebvre"
      ]
    },
    "chrono:chronometricAgeDeterminedDate": {
      "type": "string",
      "description": "https://rs.tdwg.org/chrono/terms/chronometricAgeDeterminedDate",
      "examples": [
        "2018-11-13T20:20:39+00:00"
      ]
    },
    "chrono:chronometricAgeReferences": {
      "type": "string",
      "description": "https://rs.tdwg.org/chrono/terms/chronometricAgeReferences",
      "examples": [
        "https://doi.org/10.1007/s10814-019-09140-x"
      ]
    },
    "chrono:chronometricAgeRemarks": {
      "type": "string",
      "description": "https://rs.tdwg.org/chrono/terms/chronometricAgeRemarks",
      "examples": [
        "Beta Analytic number: 323913"
      ]
    }
  },
  "required": [
    "@type"
  ],
  "additionalProperties": false
}