{
  "datasetSchema": {
    "columns": [
      {
        "name": "Gallstone Status",
        "titles": "0=Yes (gallstones present), 1=No",
        "hadRole": "target",
        "columnProperty": {
          "hasCodeBook": {
            "hasTopConcept": [
              {
                "notation": "0",
                "prefLabel": "Gallstones present",
                "exactMatch": [
                  "sct:235919008"
                ]
              },
              {
                "notation": "1",
                "prefLabel": "Gallstones absent"
              }
            ]
          },
          "statisticalDataType": "dsv:NominalDataType"
        },
        "summaryStatistics": {
          "columnCompleteness": 1.0
        }
      },
      {
        "name": "Age",
        "titles": "Age",
        "columnProperty": {
          "hasUnit": {
            "exactMatch": [
              "unit:YR"
            ]
          },
          "statisticalDataType": "dsv:QuantitativeDataType",
          "valueType": "xsd:integer"
        },
        "summaryStatistics": {
          "columnCompleteness": 1.0
        }
      },
      {
        "name": "Gender",
        "titles": "Gender",
        "columnProperty": {
          "hasCodeBook": {
            "hasTopConcept": [
              {
                "notation": "0",
                "prefLabel": "Male",
                "exactMatch": [
                  "sct:248153007"
                ]
              },
              {
                "notation": "1",
                "prefLabel": "Female",
                "exactMatch": [
                  "sct:248152002"
                ]
              }
            ]
          },
          "statisticalDataType": "dsv:NominalDataType"
        },
        "summaryStatistics": {
          "columnCompleteness": 1.0
        }
      },
      {
        "name": "BMI",
        "titles": "BMI",
        "columnProperty": {
          "hasUnit": {
            "exactMatch": [
              "unit:KiloGM-PER-M2"
            ]
          },
          "source": "https://loinc.org/39156-5",
          "statisticalDataType": "dsv:QuantitativeDataType",
          "valueType": "xsd:decimal"
        },
        "summaryStatistics": {
          "columnCompleteness": 1.0
        }
      },
      {
        "name": "Glucose",
        "titles": "Glucose",
        "columnProperty": {
          "hasUnit": {
            "exactMatch": [
              "unit:MilliGM-PER-DeciL"
            ]
          },
          "source": "https://loinc.org/2345-7",
          "statisticalDataType": "dsv:QuantitativeDataType",
          "valueType": "xsd:decimal",
          "ucumCode": "mg/dL"
        },
        "summaryStatistics": {
          "columnCompleteness": 1.0
        }
      }
    ],
    "@id": "urn:dataset:uci-1150#schema"
  },
  "summaryStatistics": {
    "datasetCompleteness": 1.0,
    "numberOfRows": 319,
    "numberOfColumns": 39
  },
  "dataset": {
    "@type": [
      "disco:LogicalDataSet",
      "dsv:Dataset",
      "dcat:Dataset"
    ],
    "title": "Gallstone-1 (UCI ML Repository, ID 1150)"
  },
  "@context": "https://w3id.org/semmap/context",
  "@id": "urn:dataset:uci-1150",
  "@type": [
    "dcat:Dataset",
    "dsv:Dataset"
  ]
}