{
  "@context": {
    "@language": "en",
    "@vocab": "https://schema.org/",
    "citeAs": "cr:citeAs",
    "cr": "http://mlcommons.org/croissant/",
    "data": "cr:data",
    "extract": "cr:extract",
    "field": "cr:field",
    "fileObject": "cr:fileObject",
    "recordSet": "cr:recordSet",
    "references": "cr:references",
    "source": "cr:source"
  },
  "@type": "Dataset",
  "name": "Card Integrity Inspection Log Template",
  "description": "A machine-readable Croissant-style metadata file for a blank CSV template used in lawful card-integrity training, inspection, and collection documentation.",
  "url": "https://7yxjuu3cpn.ap-southeast-1.awsapprunner.com/en/articles/card-integrity-inspection-log-template",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "creator": {
    "@type": "Organization",
    "name": "Phantom Gambling Devices",
    "url": "https://7yxjuu3cpn.ap-southeast-1.awsapprunner.com"
  },
  "datePublished": "2026-05-29",
  "keywords": [
    "card integrity inspection",
    "deck inspection log",
    "game security education",
    "card magic training",
    "tabular template"
  ],
  "conformsTo": "https://docs.mlcommons.org/croissant/docs/croissant-spec.html",
  "distribution": [
    {
      "@type": "DataDownload",
      "name": "card-integrity-inspection-log.csv",
      "encodingFormat": "text/csv",
      "contentUrl": "https://7yxjuu3cpn.ap-southeast-1.awsapprunner.com/resources/card-integrity-inspection-log.csv"
    },
    {
      "@type": "DataDownload",
      "name": "card-integrity-inspection-log.datapackage.json",
      "encodingFormat": "application/json",
      "contentUrl": "https://7yxjuu3cpn.ap-southeast-1.awsapprunner.com/resources/card-integrity-inspection-log.datapackage.json"
    },
    {
      "@type": "DataDownload",
      "name": "card-integrity-inspection-log.csvw.json",
      "encodingFormat": "application/json",
      "contentUrl": "https://7yxjuu3cpn.ap-southeast-1.awsapprunner.com/resources/card-integrity-inspection-log.csvw.json"
    },
    {
      "@type": "DataDownload",
      "name": "card-integrity-inspection-log-handout.html",
      "encodingFormat": "text/html",
      "contentUrl": "https://7yxjuu3cpn.ap-southeast-1.awsapprunner.com/resources/card-integrity-inspection-log-handout.html"
    }
  ],
  "fileObject": [
    {
      "@type": "cr:FileObject",
      "@id": "inspection-log-csv",
      "name": "card-integrity-inspection-log.csv",
      "contentUrl": "https://7yxjuu3cpn.ap-southeast-1.awsapprunner.com/resources/card-integrity-inspection-log.csv",
      "encodingFormat": "text/csv",
      "sha256": "cd8ca197674d68a9489c89279215b256a539aeb10d33e88d7ec95e2684c3f79b"
    }
  ],
  "recordSet": [
    {
      "@type": "cr:RecordSet",
      "@id": "inspection-log-records",
      "name": "inspection log fields",
      "field": [
        {
          "@type": "cr:Field",
          "name": "inspection_id",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "inspection-log-csv"
            },
            "extract": {
              "column": "inspection_id"
            }
          }
        },
        {
          "@type": "cr:Field",
          "name": "deck_source",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "inspection-log-csv"
            },
            "extract": {
              "column": "deck_source"
            }
          }
        },
        {
          "@type": "cr:Field",
          "name": "seal_condition",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "inspection-log-csv"
            },
            "extract": {
              "column": "seal_condition"
            }
          }
        },
        {
          "@type": "cr:Field",
          "name": "opened_at",
          "dataType": "sc:DateTime",
          "source": {
            "fileObject": {
              "@id": "inspection-log-csv"
            },
            "extract": {
              "column": "opened_at"
            }
          }
        },
        {
          "@type": "cr:Field",
          "name": "handler_initials",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "inspection-log-csv"
            },
            "extract": {
              "column": "handler_initials"
            }
          }
        },
        {
          "@type": "cr:Field",
          "name": "lighting_conditions",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "inspection-log-csv"
            },
            "extract": {
              "column": "lighting_conditions"
            }
          }
        },
        {
          "@type": "cr:Field",
          "name": "surface_condition",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "inspection-log-csv"
            },
            "extract": {
              "column": "surface_condition"
            }
          }
        },
        {
          "@type": "cr:Field",
          "name": "photo_reference",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "inspection-log-csv"
            },
            "extract": {
              "column": "photo_reference"
            }
          }
        },
        {
          "@type": "cr:Field",
          "name": "action_taken",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "inspection-log-csv"
            },
            "extract": {
              "column": "action_taken"
            }
          }
        },
        {
          "@type": "cr:Field",
          "name": "reviewer_initials",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "inspection-log-csv"
            },
            "extract": {
              "column": "reviewer_initials"
            }
          }
        },
        {
          "@type": "cr:Field",
          "name": "notes",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "inspection-log-csv"
            },
            "extract": {
              "column": "notes"
            }
          }
        }
      ]
    }
  ]
}