Specific Requests

The MKS Web Interface enables you to make several "specific requests" for values contained within the application's knowledge base. Each request is made by assigning a specific type to an MKS Request JSON request. The sections below detail the current list of specific requests.

Get All Entity Types

Cranium stores and processes a variety of entity types, e.g., chemicals, mixtures, elements, techniques, groups, etc. The MKS Interface currently allows storage and processing of a subset of these entity types. This request returns all entity types that can currently be accessed by the interface.

This specific request is made by assign the value of 'Get All Entity Types' to the request's type attribute. The resulting JSON can be deserialized and used for preparing additional requests for data or estimates.

{
  "Processor": "CRANIUM 5.1, Core 327.1, WebServer Edition",
  "Version": "2",
  "MKSJSONID": "18D7BA86-3E7D-4F2E-88F4-9F9E754097D4",
  "Date": "2025-06-12 02:10 (UTC)",
  "Type": "Get Entity Types",
  "Filename": "MKS WebServer Knowledge Base.mkskbd",
  "Entities": [
    {
      "Identifier": "#Virtual Entity",
      "EntityType": "",
      "Properties": [
        {
          "Name": "#Virtual Property",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTxtRefDatum",
          "Data": [
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Reference"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Technique"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Chemical"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Mixture"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Summary"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Triangular Graph"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "XY Graph"
            }
          ]
        }
      ]
    }
  ]
}
Get All Entities

This specific request returns the names of all entities contained within Cranium's knowledge base. The specific request is made by assigning the value 'Get All Entities' to the request's type attribute and adding an entity type to the request's arguments array. For example, the request to the right gets all entities for the Chemical entity type.

The resulting JSON can be deserialized and used for estimating property values. For example, you could assign a 'Get Values' type to the resulting request, assign a property entry to each entity, e.g., ("Boiling Point", "New Estimate", 0), and then reprocess the request to estimate the boiling points of all chemicals.

{
  "Processor": "CRANIUM 5.1, Core 327.1, WebServer Edition",
  "Version": "2",
  "MKSJSONID": "18D7BA86-3E7D-4F2E-88F4-9F9E754097D4",
  "Date": "2025-06-12 02:10 (UTC)",
  "Type": "Get Entities",
  "Arguments": {"EntityType": "Chemical"},
  "Filename": "MKS WebServer Knowledge Base.mkskbd",
  "Entities": [
    {
      "Identifier": "(3-Mercaptopropyl)triethoxysilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "(±)-1-Phenylethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "(±)-Limonene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,1',1'-Tetrafluorodimethyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,1,2,2-Pentafluoropropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,1,2,3,3,3-Heptafluoropropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,1,2,3,3-Hexafluoropropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,1,2-Tetrafluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,1,3,3-Pentafluoropropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,1-Trichloroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,1-Trifluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,2,2-Tetrabromoethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,2,2-Tetrachlorodifluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,2,2-Tetrachloroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,2,2-Tetrafluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,2-Trichloroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,2-Trichloroethylene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,2-Trichlorotrifluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,2-Trifluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,2-Trimethylcyclopentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1,3,3-Tetramethylurea",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1-Diacetoxyethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1-Dibromoethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1-Dichloro-1-fluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1-Dichloro-2,2,2-trifluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1-Dichloroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1-Dichlorotetrafluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1-Diethoxyethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1-Difluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1-Difluoroethylene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1-Dimethylcyclohexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,1-Dimethylcyclopentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,10-Decanediamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,10-Decanediol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,12-Dodecanediamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,12-Dodecanedioic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,14-Tetradecanedioic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2,3,4-Tetrafluorobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2,3,5-Tetramethylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2,3-Trichlorobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2,3-Trichloropropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2,3-Trimethylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2,4,5-Tetramethylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2,4-Trichlorobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2,4-Trimethylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2,6-Hexanetriol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Butanediol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Dibromo-1-chloro-1,2,2-trifluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Dibromobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Dibromoethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Dibromotetrafluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Dichloro-1,1,2-trifluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Dichlorobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Dichloroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Dichlorohexafluoropropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Dichloropropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Dichlorotetrafluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Diethoxyethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Diethylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Dimethoxyethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Dimethoxypropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Epoxy-2-methylpropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Pentadiene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Propylene glycol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,2-Propylene oxide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,3,5-Trichloro-2,4,6-trifluorobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,3,5-Trichlorobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,3,5-Trimethylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,3-Benzenediol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,3-Butadiene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,3-Butanediol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,3-Dibromobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,3-Dichlorobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,3-Dichloropropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,3-Diethylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,3-Dimethyl-2-imidazolidinone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,3-Dimethyl-3,4,5,6-tetrahydro-2(1H)-pyrimidinone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,3-Dioxolane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,3-Propanediamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,3-Propylene glycol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,4-Butanediamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,4-Butanediol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,4-Dichlorobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,4-Dichlorobutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,4-Diethylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,4-Diisopropylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,4-Dioxane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,4-Pentadiene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,4-di-tert-Butylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,5-Dichloropentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,5-Hexadiene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,5-Pentanediol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,6-Hexanediamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,6-Hexanediol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,8-Octanediamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,8-Octanediol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,9-Nonanediamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,9-Nonanedioic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1,9-Nonanediol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Amino-3-methylbutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Aminoheptane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Aminopentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Bromo-2-chlorobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Bromo-3-chlorobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Bromobutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Bromododecane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Bromoheptane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Bromohexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Bromooctane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Bromopentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Bromopropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Butanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Butene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Butoxy-2-propanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Butyne",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Chloro-1,1,2,2-tetrafluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Chloro-1,1-difluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Chloro-2-methylpropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Chlorobutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Chlorohexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Chloropentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Chloropropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Decanal",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Decanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Decene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Docosanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Dodecanethiol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Dodecanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Dodecene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Eicosanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Eicosene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Ethyl-1-methylcyclopentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Ethyl-2-pyrrolidone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Heptadecanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Heptadecene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Heptanal",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Heptanethiol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Heptanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Heptene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Hexadecanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Hexadecene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Hexanal",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Hexanethiol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Hexanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Hexene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Iodobutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Iodoheptafluoropropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Methoxy-2-propanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Methoxy-2-propyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Methoxypropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Methyl-2-nitrobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Methyl-2-pyrrolidinone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Methyl-3-nitrobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Methylnaphthalene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Nonadecene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Nonanal",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Nonanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Nonene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Octadecanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Octadecene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Octanal",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Octanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Octene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Octylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Pentadecanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Pentadecene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Pentanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Pentene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Pentyne",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Phenylbutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Phenylhexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Phenylpropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Propanethiol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Propanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Propoxy-2-propanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Tetradecanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Tetradecene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Tridecanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Tridecene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Undecanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Undecene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-Vinyl-2-pyrrolidinone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-tert-Butoxy-2-ethoxyethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-tert-Butoxy-2-methoxyethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "1-tert-Butoxy-2-propanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2,2-Trifluoroethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2,2-Trifluoroethyl methyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2,3,3-Tetramethylbutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2,3,3-Tetramethylhexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2,3,3-Tetramethylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2,3,4-Tetramethylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2,3-Trimethylbutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2,3-Trimethylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2,4,4,6,8,8-Heptamethylnonane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2,4,4-Tetramethylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2,4-Trimethylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2,5,5-Tetramethylhexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2,5-Trimethylhexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2-Diethoxypropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2-Dimethoxypropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2-Dimethyl-1,3-propanediol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2-Dimethylbutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2-Dimethylheptane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2-Dimethylhexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2-Dimethylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,2-Dimethylpropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,3,3,3-Tetrafluoropropene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,3,3,4-Tetramethylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,3,3-Trimethylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,3,4,5,6-Pentafluoro-1-methylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,3,4-Trimethylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,3-Butanediol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,3-Dimethyl-1-butene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,3-Dimethyl-1-pentene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,3-Dimethyl-2-butene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,3-Dimethylbutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,3-Dimethylhexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,3-Dimethylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,3-Dimethylpyridine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,3-Pentadiene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,3-Xylenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,4,4-Trimethylhexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,4,6,8,10,12-Hexaoxatridecane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,4,6,8,10-Pentaoxaundecane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,4,6,8-Tetraoxanonane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,4,6-Trioxaheptane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,4-Dimethyl-3-pentanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,4-Dimethylhexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,4-Dimethylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,4-Dimethylpyridine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,4-Dimethylsulfolane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,4-Xylenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,5-Dimethylfuran",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,5-Dimethylhexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,5-Dimethylpyridine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,5-Xylenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,6,10,15,19,23-Hexamethyltetracosane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,6-Dimethyl-4-heptanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,6-Dimethylpyridine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2,6-Xylenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-(2-Ethoxyethoxy)ethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-(2-Methoxyethoxy)ethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-(Diethylamino)ethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-(Difluoromethoxy)-1,1,1-trifluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-(Methylamino)ethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-(difluoromethoxy)-1,1,1,2-tetrafluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Amino-2-methylpropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Amino-2-methylpropanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Aminoethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Aminoethoxyethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Aminoheptane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Aminotoluene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Bromopropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Butanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Butanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Butanone oxime",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Butoxyethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Butoxyethyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Butyne",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Chloro-1,1,1,2-tetrafluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Chloro-1,1,1-trifluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Chloro-1,1-difluoroethylene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Chloro-1-(difluoromethoxy)-1,1,2-trifluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Chloro-2-(difluoromethoxy)-1,1,1-trifluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Chloro-2-methylbutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Chloro-2-methylpropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Chlorobenzotrifluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Chlorobutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Chlorophenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Chloropropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Chlorotoluene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Cyclohexen-1-one",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Ethoxy-2-methylpropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Ethoxyethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Ethoxyethyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Ethyl-1-butene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Ethyl-1-hexanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Ethyl-2-ethoxypropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Ethylhexanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Ethylhexyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Ethylphenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Ethyltoluene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Formylbenzoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Heptanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Heptanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Hexanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Hexanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methoxyethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methoxyethyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methoxypropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-1,3-butadiene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-1,3-propanediol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-1-butanethiol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-1-butanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-1-butene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-1-heptene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-1-hexene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-1-pentanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-1-pentene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-1-propanethiol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-1-propanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-1-propene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-2-butanethiol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-2-butanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-2-butene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-2-heptene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-2-pentanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-2-pentene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-2-propanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-3-heptanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-3-hexanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyl-3-pentanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methylbenzoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methylbutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methylcyclohexanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyldecane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methylfuran",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methylheptane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methylhexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methylnaphthalene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methylnonane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyloctane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methylpentadecane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methylphenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methylpropyl 3-methylbutyrate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methylpropyl butyrate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methylpropyl propionate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methylpyridine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methylquinoline",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Methyltetrahydrofuran",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Nonanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Nonanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Octanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Octanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Pentanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Pentanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Pentanone oxime",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Phenyl-1-propanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Phenylbutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Phenylethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Phenylpropionaldehyde",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Propanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Propoxyethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Pyrrolidone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-Tridecanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "2-[2-(2-Methoxyethoxy)ethoxy]ethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,3,3-Trifluoropropene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,3,5-Trimethylheptane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,3-Diethylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,3-Dimethyl-1-butene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,3-Dimethyl-2-butanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,3-Dimethylhexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,3-Dimethylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,4-Dichlorobenzotrifluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,4-Dihydro-2H-pyran",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,4-Dimethylhexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,4-Dimethylpyridine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,4-Xylenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,5-Dimethylheptane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,5-Dimethylpyridine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,5-Xylenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,6-Dimethyloctane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3,7-Dimethyl-2,6-octadienal",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Aminotoluene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Chlorobenzotrifluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Chloropropene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Chlorotoluene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Ethoxy-1-propene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Ethyl-2-methylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Ethyl-3-methylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Ethylhexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Ethylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Ethylphenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Ethyltoluene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Fluorobenzotrifluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Heptanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Heptanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Hexanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Hexanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methoxy-1-butanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methyl-1-butanethiol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methyl-1-butanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methyl-1-butene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methyl-1-pentene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methyl-2-butanethiol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methyl-2-butanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methyl-2-butanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methyl-3-pentanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methylbenzoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methylbutanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methylbutyl butyrate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methylbutyl propionate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methylheptane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methylhexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methylnonane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methylphenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methylpyridine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Methylundecane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Nonanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Octanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Pentanethiol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Pentanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Pentanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "3-Phenyl-1-propanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4,4-Dimethyl-1-pentene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4,5-Dihydro-5-methyl-2(3H)-furanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Aminotoluene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Bromotoluene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Chlorobenzotrifluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Chlorophenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Chlorotoluene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Ethylphenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Ethyltoluene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Fluorobenzotrifluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Fluorotoluene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Formylmorpholine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Heptanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Hydroxy-4-methyl-2-pentanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Hydroxybenzaldehyde",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Methyl-1-pentanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Methyl-1-pentene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Methyl-2-pentanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Methyl-2-pentanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Methyl-3-heptanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Methyl-3-penten-2-one",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Methylbenzaldehyde",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Methylbenzoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Methylheptane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Methylmorpholine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Methylnonane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Methyloctane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Methylphenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Methylpyridine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Nonanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "4-Octanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "5-Methyl-1-hexene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "5-Methyl-2-hexanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "5-Methyl-3-heptanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "5-Methyl-3-heptanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "5-Methylnonane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "5-Nonanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "7-Methylhexadecane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Acetaldehyde",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Acetaldoxime",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Acetamide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Acetic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Acetic anhydride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Acetone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Acetonitrile",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Acetophenone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Acetylene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Acrylonitrile",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Adipic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Allyl alcohol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Allyl methacrylate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Allylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ammonia",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Aniline",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Anisole",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Anthracene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Argon",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Arsine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Benzaldehyde",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Benzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Benzenethiol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Benzoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Benzonitrile",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Benzophenone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Benzyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Benzyl alcohol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Benzyl benzoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Benzyl chloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Benzylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Biphenyl",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Bis(2-methoxyethyl) ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Bis(dimethylamino)phosphoryl chloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Boron trichloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Boron trifluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Bromine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Bromobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Bromochlorodifluoromethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Bromodifluoromethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Bromotrifluoromethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Butyl butyrate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Butyl ethyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Butyl ethyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Butyl methacrylate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Butyl propionate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Butyl vinyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Butylcyclohexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Butyraldehyde",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Butyric acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Butyric anhydride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Butyronitrile",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Carbon dioxide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Carbon disulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Carbon monoxide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Carbon tetrachloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Carbon tetrafluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Carbonyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Chlorine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Chlorine trifluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Chlorobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Chlorocyclohexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Chlorodifluoromethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Chlorodifluorophosphine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Chloroform",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Chloropentafluorobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Chloropentafluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Chlorotrifluoroethylene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Chlorotrifluoromethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Chlorotrimethylsilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Cyanogen",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Cyclobutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Cycloheptane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Cycloheptanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Cyclohexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Cyclohexanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Cyclohexanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Cyclohexene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Cyclohexylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Cyclooctane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Cyclopentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Cyclopentanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Cyclopentanone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Cyclopentene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Cyclopentyl methyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Cyclopropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Decamethylcyclopentasiloxane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Decamethyltetrasiloxane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Decanedioic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Di-n-propyl sulfoxide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dibenzofuran",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dibromodifluoromethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dibromomethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dibutyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dibutyl phosphonate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dichlorodiethylsilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dichlorodifluoromethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dichlorodimethylsilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dichlorofluoromethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dichlorofluorophosphine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dichloromethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dichloromethylsilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dicyclohexyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethanolamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethoxymethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethyl adipate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethyl carbonate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethyl disulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethyl ethylphosphonate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethyl methylphosphonate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethyl oxalate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethyl phosphonate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethyl propylphosphonate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethyl succinate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethylene glycol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethylene glycol butyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethylene glycol butyl ether acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethylene glycol diethyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethylene glycol ethyl ether acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethylene glycol monopropyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diethylene triamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Difluoromethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diiodomethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diisobutylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diisopentyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diisopropyl disulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diisopropyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diisopropyl methylphosphonate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diisopropyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diisopropylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethoxymethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl adipate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl carbonate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl disulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl ethylphosphonate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl glutarate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl malonate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl methylphosphonate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl oxalate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl phosphonate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl pimelate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl sebacate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl suberate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl succinate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl sulfone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethyl sulfoxide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dimethylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dinitrogen tetroxide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dipentyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diphenyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Diphenylmethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dipropyl disulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dipropyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dipropyl phosphonate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dipropyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dipropylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dipropylene glycol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Dodecamethylpentasiloxane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethanethiol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethoxybenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl 1-methylpropyl disulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl 2-methylpropyl disulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl 3-ethoxypropionate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl 3-methylbutyrate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl N-ethyl carbamate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl N-methyl carbamate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl acetoacetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl benzoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl bromide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl butyrate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl carbamate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl chloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl cis-9-octadecenoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl fluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl formate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl iodide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl isobutyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl isobutyrate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl isopropyl disulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl isopropyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl isopropyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl lactate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl methyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl methyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl n-butyl disulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl n-decanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl n-dodecanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl n-heptanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl n-hexadecanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl n-hexanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl n-octadecanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl n-octanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl n-propyl disulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl n-propyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl n-tetradecanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl nonanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl pentanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl phenylacetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl propionate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl propyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl thioacetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyl vinyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethylcyclohexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethylcyclopentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyldichlorosilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethylene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethylene glycol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethylene oxide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethylenediamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Ethyltrichlorosilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Eugenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Fluorine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Fluorobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Formamide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Formic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Furan",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Furfural",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Gallium(III) chloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Germanium tetrachloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Glutaric acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Glycerol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Helium",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Heptanedioic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hexadecamethylheptasiloxane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hexafluoroacetone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hexafluorobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hexamethylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hexamethylcyclotrisiloxane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hexamethyldisilazane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hexamethyldisiloxane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hexamethylphosphoramide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hexanenitrile",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hexylene glycol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hydrazine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hydrogen",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hydrogen bromide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hydrogen chloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hydrogen cyanide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hydrogen fluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hydrogen iodide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Hydrogen sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Indane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Iodine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Iodobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isobutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isobutyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isobutyl formate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isobutyl isobutyrate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isobutyl methyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isobutylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isobutylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isobutylcyclohexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isobutyraldehyde",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isobutyric acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isopentyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isopentyl formate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isopropyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isopropyl formate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isopropyl methyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isopropyl propyl disulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isopropyl propyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isopropylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isopropylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isopropylcyclohexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isopropylcyclopentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isoquinoline",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Isoxazole",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Krypton",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Linalool",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Maleic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Mercury",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methanethiol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl 3-methylbutanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl acrylate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl benzoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl bromide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl carbamate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl chloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl chlorosilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl cis,cis-9,12-octadecadienoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl cis-9-octadecenoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl dichloroacetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl fluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl formate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl iodide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl isobutyrate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl lactate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl n-butyrate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl n-decanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl n-dodecanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl n-heptanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl n-hexadecanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl n-hexanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl n-octadecanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl n-octanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl n-pentanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl n-tetradecanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl pentafluoroethyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl pentyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl phenyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl propionate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl propyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl salicylate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyl tert-pentyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methylcyclohexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methylcyclopentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methylhydrazine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methylphosphonic chlorofluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methylphosphonic dichloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methylphosphonic difluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methylpyrazine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methylsilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyltrichlorosilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Methyltris(trimethylsiloxy)silane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Molybdenum hexafluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Morpholine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N,N-Diethylhydrazine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N,N-Dimethylacetamide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N,N-Dimethylaminoethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N,N-Dimethylaniline",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N,N-Dimethylethylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N,N-Dimethylformamide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N-(2-Aminoethyl)ethanolamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N-Ethylaniline",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N-Ethyldiethanolamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N-Hexylmethylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N-Methylacetamide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N-Methylaniline",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N-Methylbutanamide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N-Methyldiethanolamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N-Methylformamide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N-Methylpropanamide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N-Nitrosodi-n-propylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N-Nitrosodiethylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "N-Nitrosodimethylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Naphthalene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Neon",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Nitric oxide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Nitrobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Nitroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Nitrogen",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Nitrogen trifluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Nitromethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Nitrous oxide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Octadecamethyloctasiloxane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Octamethylcyclotetrasiloxane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Octamethyltrisiloxane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Octanedioic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Octanenitrile",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Oxazole",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Oxygen",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Paraldehyde",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Pentachloroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Pentaethylene glycol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Pentafluorobenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Pentafluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Pentafluorophenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Pentamethylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Pentanenitrile",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Pentyl n-pentanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Perfluoro-2-methylpentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Perfluorobutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Perfluorocyclobutane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Perfluorocyclohexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Perfluoroethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Perfluoroethylene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Perfluoroheptane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Perfluorohexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Perfluoromethylcyclohexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Perfluorononane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Perfluoropentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Perfluoropropane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Perfluoropropylene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Perfluorotoluene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Phenanthrene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Phenol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Phenyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Phenyl isocyanate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Phosgene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Phosphine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Phosphorus oxychloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Phosphorus tribromide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Phosphorus trichloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Phosphorus trifluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Piperazine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Piperidine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propadiene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propanal",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propanamide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propanenitrile",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propanoic anhydride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propyl 3-methylbutyrate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propyl butyrate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propyl formate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propyl isobutyrate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propyl propanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propylcyclohexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propylene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propylene carbonate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Propyne",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Pyrazine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Pyridine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Pyrrole",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Pyrrolidine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Quinoline",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Radon",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Selenium hexafluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Silane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Silicon tetrachloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Silicon tetrafluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Styrene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Succinic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Sulfolane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Sulfur dioxide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Sulfur hexafluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Sulfur tetrafluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Sulfur trioxide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Sulfuryl chloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tellurium hexafluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tetra-n-propoxysilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tetrachloroethylene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tetradecamethylhexasiloxane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tetraethoxysilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tetraethylene glycol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tetraethylene glycol dimethyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tetraethylsilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tetraethylurea",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tetrafluorohydrazine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tetrahydro-2-furanmethanol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tetrahydrofuran",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tetrahydropyran",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tetrahydrothiophene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tetrakis(trimethylsiloxy)silane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tetramethoxysilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tetramethylsilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Thionyl chloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Thiophene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Thiophosphoryl chloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Thymol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Titanium tetrachloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Toluene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tri-n-butyl phosphate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tri-n-butyl phosphite",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tribromomethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Trichloroacetonitrile",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Trichloroacetyl chloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Trichlorofluoromethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Trichlorosilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triethanolamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triethoxymethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triethoxymethylsilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triethoxysilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triethoxyvinylsilane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triethyl borate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triethyl phosphate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triethyl phosphite",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triethylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triethylene glycol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triethylene glycol dimethyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Trifluoroacetic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Trifluoroacetonitrile",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Trifluoroiodomethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Trifluoromethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triisobutyl borate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triisobutyl phosphate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triisopropyl borate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triisopropyl phosphate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Trimethoxymethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Trimethyl borate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Trimethyl phosphate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Trimethyl phosphite",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Trimethylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Trioctylphosphine oxide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tripentyl phosphate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triphenyl phosphite",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Triphenylphosphate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tripropyl phosphate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tripropyl phosphite",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tripropylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tripropylene glycol",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tris(2-ethylhexyl) phosphate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Tungsten hexafluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Uranium hexafluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Vinyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Vinyl chloride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Vinyl fluoride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Water",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "Xenon",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "cis-1,2-Dichloroethylene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "cis-1,3-Pentadiene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "cis-13-Docosenoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "cis-2-Butene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "cis-2-Heptene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "cis-2-Hexene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "cis-2-Pentene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "cis-3-Hexene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "cis-3-Methyl-2-pentene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "cis-4-Methyl-2-pentene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "cis-9-Octadecenoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "di-n-Butoxymethane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "di-n-Butyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "di-n-Butylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "di-tert-Butyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "m-Terphenyl",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "m-Xylene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Butane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Butyl 3-methylbutanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Butyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Butyl formate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Butyl isobutyrate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Butyl methyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Butyl methyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Butyl pentanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Butylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Decane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Decanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Decyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Docosane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Docosanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Dodecane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Dodecanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Eicosane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Eicosanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Heneicosane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Heptadecane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Heptadecanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Heptane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Heptanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Hexadecane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Hexadecanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Hexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Hexanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Hexanoic anhydride",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Hexyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Hexyl formate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Hexylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Nonadecane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Nonane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Nonanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Octadecane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Octadecanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Octane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Octanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Pentadecane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Pentadecanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Pentanal",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Pentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Pentanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Pentyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Pentyl formate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Pentyl n-butyrate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Propyl carbamate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Propyl pentanoate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Propylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Propylcyclopentane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Tetracosane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Tetradecane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Tetradecanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Tricosane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Tridecane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Tridecanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Undecane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "n-Undecanoic acid",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "o-Terphenyl",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "o-Xylene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "p-Cymene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "p-Terphenyl",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "p-Xylene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "sec-Butyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "sec-Butyl methyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "sec-Butylamine",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "tert-Butyl acetate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "tert-Butyl ethyl disulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "tert-Butyl ethyl sulfide",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "tert-Butyl methyl ether",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "tert-Butylbenzene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "tert-Butylcyclohexane",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "trans-1,2-Dichloroethylene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "trans-1,3,3,3-Tetrafluoropropene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "trans-1,3-Pentadiene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "trans-2-Butene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "trans-2-Heptene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "trans-2-Hexene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "trans-2-Octene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "trans-2-Pentene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "trans-3-Heptene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "trans-3-Hexene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "trans-3-Methyl-2-pentene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "trans-4-Methyl-2-pentene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "trans-4-Octene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "tri-n-Butyl borate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "tri-n-Propyl borate",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "α-Pinene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "β-Pinene",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "γ-Butyrolactone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "δ-Valerolactone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "ε-Caprolactam",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    },
    {
      "Identifier": "ε-Caprolactone",
      "IdentifierComment": "Jun 12, 2025 at 02:10:50",
      "IdentifierReference": "CRANIUM 5.1",
      "EntityType": "Chemical",
      "Properties": [
      ]
    }
  ]
}
Get All Data Properties

This specific request returns those physical properties that can be used in requests for retrieving and assigning data values. The specific request is made by assigning the value 'Get All Data Properties' to the request's type attribute and adding an entity type, e.g., 'Chemical', 'Mixture', 'Reference', or 'Summary', to the request's arguments array. For example, the request to the right gets all data properties for the Chemical entity type.

The resulting JSON can be deserialized and used for retrieving property values. For example, you could assign a 'Get Values' type to the resulting request, assign a chemical name, e.g., Acetone, to the request's entity, and then reprocess the request to retrieve all the property values of Acetone.

{
  "Processor": "CRANIUM 5.1, Core 327.1, WebServer Edition",
  "Version": "2",
  "MKSJSONID": "18D7BA86-3E7D-4F2E-88F4-9F9E754097D4",
  "Date": "2025-06-12 02:10 (UTC)",
  "Type": "Get Properties",
  "Arguments": {"PropertyType": "Data", "EntityType": "Chemical"},
  "Filename": "MKS WebServer Knowledge Base.mkskbd",
  "Entities": [
    {
      "Identifier": "#Virtual Entity",
      "EntityType": "Chemical",
      "Properties": [
        {
          "Name": "Absolute Entropy, Ideal at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Absolute Entropy, Liquid at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Absolute Entropy, Solid at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Absolute Entropy, Vapor at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Acentric Factor",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Activity Coefficient, Infinite Dilution in Water - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Application",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTxtRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Autoignition Temperature",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Biochemical Oxygen Demand, 5 Day",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Bioconcentration Factor",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Boiling Point",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Chemical Family",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTxtRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Critical Compressibility",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Critical Pressure",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Critical Temperature",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Critical Volume",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Density, Ideal - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Density, Liquid - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Density, Liquid - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Density, Solid - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Density, Vapor - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Density, Vapor - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Dipole Moment",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "EC Number",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTxtRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Enthalpy of Combustion at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Enthalpy of Formation, Ideal at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Enthalpy of Formation, Liquid at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Enthalpy of Formation, Solid at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Enthalpy of Formation, Vapor at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Enthalpy of Fusion - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Enthalpy of Fusion at Tm",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Enthalpy of Sublimation - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Enthalpy of Sublimation at Ttp",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Enthalpy of Vaporization - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Enthalpy of Vaporization at Tb",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Entropy of Formation, Aqueous at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Entropy of Formation, Ideal at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Entropy of Formation, Liquid at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Entropy of Formation, Solid at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Entropy of Formation, Vapor at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Flammability Limit, Lower",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Flammability Limit, Upper",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Flash Point, Closed Cup",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Formula",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTxtRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Fugacity Coefficient, Liquid - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Fugacity Coefficient, Vapor - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Fugacity, Liquid - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Fugacity, Vapor - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "General Calculation",
          "Status": "Active",
          "Component": "0",
          "DataType": "CGenCalculationDatum",
          "Data": [
          ]
        },
        {
          "Name": "Gibbs Energy of Formation, Ideal at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Gibbs Energy of Formation, Liquid at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Gibbs Energy of Formation, Solid at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Gibbs Energy of Formation, Vapor at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isobaric, Ideal - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isobaric, Ideal at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isobaric, Liquid - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isobaric, Liquid - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isobaric, Liquid at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isobaric, Solid - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isobaric, Solid at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isobaric, Vapor - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isobaric, Vapor - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isobaric, Vapor at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isometric, Ideal - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Henry's Constant (cc) in H2O at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Henry's Constant (pc) in H2O at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Henry's Constant (px) in H2O at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Henry's Constant (yx) in H2O at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Joule-Thomson Coefficient, Liquid - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Joule-Thomson Coefficient, Vapor - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "LC50 96hr, Fathead Minnow",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Log Soil Adsorption Coefficient",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Melt Pressure - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Melting Point",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Merck Index Number",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTxtRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "MolFile String",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTxtRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Molecular Weight",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Notes",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTxtRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Number of Optical Isomers",
          "Status": "Active",
          "Component": "0",
          "DataType": "CIntRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "RTECS Number",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTxtRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Radius of Gyration",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Reaxys Number",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTxtRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Refractive Index, Liquid - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Refractive Index, Liquid at 293K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Relative Permittivity, Liquid - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Relative Permittivity, Vapor - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Second Virial Coefficient - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Similar Chemical",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTxtRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Smiles String",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTxtRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Solubility Parameter, Dispersive",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Solubility Parameter, Hydrogen Bonding",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Solubility Parameter, Polar",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Solubility Parameter, Total",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Speed of Sound, Liquid - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Speed of Sound, Liquid - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Speed of Sound, Vapor - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Structure Graphic",
          "Status": "Active",
          "Component": "0",
          "DataType": "CGraphicDatum",
          "Data": [
          ]
        },
        {
          "Name": "Structure Image",
          "Status": "Active",
          "Component": "0",
          "DataType": "CImageDatum",
          "Data": [
          ]
        },
        {
          "Name": "Surface Tension, Liquid - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Surface Tension, Liquid - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Symmetry Number",
          "Status": "Active",
          "Component": "0",
          "DataType": "CIntRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Synonym",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTxtRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Theoretical Oxygen Demand, Carbon",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Theoretical Oxygen Demand, Total",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Thermal Conductivity, Liquid - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Thermal Conductivity, Liquid - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Thermal Conductivity, Vapor - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Thermal Conductivity, Vapor - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Triple Point, Pressure",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Triple Point, Temperature",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Undesignated Data",
          "Status": "Active",
          "Component": "0",
          "DataType": "CGenDatum",
          "Data": [
          ]
        },
        {
          "Name": "Vapor Pressure, Liquid - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Vapor Pressure, Solid - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Viscosity, Liquid - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Viscosity, Liquid - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Viscosity, Vapor - f(T)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Viscosity, Vapor - f(T,P)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Water Solubility at 298K",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "log(Octanol\/Water Partition Coefficient)",
          "Status": "Active",
          "Component": "0",
          "DataType": "CDblUnRefDatum",
          "Data": [
          ]
        }
      ]
    }
  ]
}
Get All Estimates Properties

This specific request returns those chemical and mixture physical properties that can be estimated by Cranium. The specific request is made by assigning the value 'Get All Estimates Properties' to the request's type attribute and adding either the 'Chemical' or 'Mixture' entity type to the request's arguments array. For example, the request to the right gets all estimates properties for the Mixture entity type.

The resulting JSON can be deserialized and used for estimating property values. For example, you could assign a 'Get Values' type to the resulting request, assign a mixture name, e.g., Ethanol + Water, to the request's entity, and then reprocess the request to estimate all the property values.

{
  "Processor": "CRANIUM 5.1, Core 327.1, WebServer Edition",
  "Version": "2",
  "MKSJSONID": "18D7BA86-3E7D-4F2E-88F4-9F9E754097D4",
  "Date": "2025-06-12 02:10 (UTC)",
  "Type": "Get Properties",
  "Arguments": {"PropertyType": "Estimates", "EntityType": "Mixture"},
  "Filename": "MKS WebServer Knowledge Base.mkskbd",
  "Entities": [
    {
      "Identifier": "#Virtual Entity",
      "EntityType": "Mixture",
      "Properties": [
        {
          "Name": "Activity Coefficient, VLE - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Autoignition Temperature - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Biochemical Oxygen Demand, 5 Day - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Boiling Point - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Chemical Oxygen Demand, Dichromate - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Chemical Oxygen Demand, Permanganate - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Critical Compressibility - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Critical Pressure - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Critical Temperature - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Critical Volume - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Density, Ideal - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Density, Liquid - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Density, Liquid - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Density, Vapor - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Diffusion Coefficient, Liquid - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Diffusion Coefficient, Liquid - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Diffusion Coefficient, Vapor - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Enthalpy of Combustion at 298K - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Flammability Limit, Lower - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Flammability Limit, Upper - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Flash Point, Closed Cup - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Fugacity Coefficient, Liquid - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Fugacity Coefficient, Vapor - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Fugacity, Liquid - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Fugacity, Vapor - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isobaric, Ideal - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isobaric, Liquid - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isobaric, Liquid - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isobaric, Solid - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isobaric, Vapor - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isobaric, Vapor - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Heat Capacity - Isometric, Ideal - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Joule-Thomson Coefficient, Liquid - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Joule-Thomson Coefficient, Vapor - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Melting Point - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Molecular Weight - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Partial Pressure, Liquid - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Partial Pressure, Liquid - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Refractive Index, Liquid - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Refractive Index, Liquid - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Relative Permittivity, Liquid - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Relative Permittivity, Vapor - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "SLE, Liquidus Pressure - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "SLE, Liquidus Temperature - f(P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Second Virial Coefficient - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Solubility Parameter, Dispersive - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Solubility Parameter, Hydrogen Bonding - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Solubility Parameter, Polar - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Solubility Parameter, Total - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Speed of Sound, Liquid - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Speed of Sound, Liquid - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Speed of Sound, Vapor - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Surface Tension, Liquid - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Surface Tension, Liquid - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Theoretical Oxygen Demand, Carbon - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Theoretical Oxygen Demand, Total - f(X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Thermal Conductivity, Liquid - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Thermal Conductivity, Liquid - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Thermal Conductivity, Vapor - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Thermal Conductivity, Vapor - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "VLE, Bubble Point Pressure - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "VLE, Bubble Point Temperature - f(P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "VLE, Dew Point Pressure - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "VLE, Dew Point Temperature - f(P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Viscosity, Liquid - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Viscosity, Liquid - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Viscosity, Vapor - f(T,P,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpPrsDblUnRefDatum",
          "Data": [
          ]
        },
        {
          "Name": "Viscosity, Vapor - f(T,X)",
          "Status": "New Estimate",
          "Component": "0",
          "DataType": "CXTmpDblUnRefDatum",
          "Data": [
          ]
        }
      ]
    }
  ]
}
Get All Status Values

Every datum stored and processed by Cranium has a status value. For example, for Acetone, the MKS Core Knowledge Base contains an Active status boiling point datum having a value of 329.15 K and two Passive boiling point data having values of 329.44 K and 329.33 K.

This specific request is made by assign the value of 'Get All Status Values' to the request's type attribute. The resulting JSON can be deserialized and used for preparing additional requests for data or estimates.

{
  "Processor": "CRANIUM 5.1, Core 327.1, WebServer Edition",
  "Version": "2",
  "MKSJSONID": "18D7BA86-3E7D-4F2E-88F4-9F9E754097D4",
  "Date": "2025-06-12 02:10 (UTC)",
  "Type": "Get Status Values",
  "Filename": "MKS WebServer Knowledge Base.mkskbd",
  "Entities": [
    {
      "Identifier": "#Virtual Entity",
      "EntityType": "",
      "Properties": [
        {
          "Name": "#Virtual Property",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTxtRefDatum",
          "Data": [
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "New Estimate"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Estimated"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Rejected"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Passive"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Unknown"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Active"
            }
          ]
        }
      ]
    }
  ]
}
Get All Units

State variables, e.g., temperature and pressure, as well as most physical properties are presented in specific units of measure, e.g, 'm3/kg', 'K', or 'g-mol/cm3'. This specific request returns all the units contained within Cranium. The specific request is made by assigning the value 'Get All Units' to the request's type attribute.

You may add a Units Category as a request argument to obtain only those units within that category. For example, the processed request show to the write contains all the units within the Pressure units category.

{
  "Processor": "CRANIUM 5.1, Core 327.1, WebServer Edition",
  "Version": "2",
  "MKSJSONID": "18D7BA86-3E7D-4F2E-88F4-9F9E754097D4",
  "Date": "2025-06-12 02:10 (UTC)",
  "Type": "Get Units",
  "Arguments": {"UnitsType": "PropertyUnits"},
  "Filename": "MKS WebServer Knowledge Base.mkskbd",
  "Entities": [
    {
      "Identifier": "#Virtual Entity",
      "EntityType": "Mixture",
      "Properties": [
        {
          "Name": "Pressure",
          "Status": "Active",
          "Component": "0",
          "Data": [
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "MPa"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Pa"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "atm"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "bar"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "inH2O"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "kPa"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "kgf\/cm2"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "mmH2O"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "mmHg"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "psf"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "psi"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "torr"
            }
          ]
        }
      ]
    }
  ]
}
Get All Requests

This specific request returns the requests that can be assign to a request's type attribute. (Most of these requests are documented on this page.) The specific request is made by assigning the value 'Get All Requests' to the request's type attribute.

The results can be used to create other, more specific, requests.

{
  "Processor": "CRANIUM 5.1, Core 327.1, WebServer Edition",
  "Version": "2",
  "MKSJSONID": "18D7BA86-3E7D-4F2E-88F4-9F9E754097D4",
  "Date": "2025-06-12 02:10 (UTC)",
  "Type": "Get Request Types",
  "Filename": "MKS WebServer Knowledge Base.mkskbd",
  "Entities": [
    {
      "Identifier": "#Virtual Entity",
      "EntityType": "",
      "Properties": [
        {
          "Name": "#Virtual Property",
          "Status": "Active",
          "Component": "0",
          "DataType": "CTxtRefDatum",
          "Data": [
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Get Properties"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Get Entities"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Get Values"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Get Request Types"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Get Status Values"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Get Entity Types"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Get Units"
            },
            {
              "Reference": "CRANIUM 5.1",
              "Comment": "Jun 12, 2025 at 02:10:50",
              "Value": "Hello"
            }
          ]
        }
      ]
    }
  ]
}