{
    "@context": "http://www.w3.org/ns/csvw",
    "url": "https://dev.scheldemonitor.be/dataproducts/en/download/occurrence/preview",
    "tableSchema": {
        "columns": [
            {
                "titles": "aphiaid",
                "datatype": "integer",
                "dc:description": "Unique and persistent identifier that references the scientific name in the World Register of Marine Species"
            },
            {
                "titles": "latitude",
                "datatype": {
                    "base": "double precision",
                    "minimum": "-90",
                    "maximum": "90",
                    "format": "#0.000000##"
                },
                "dc:description": "The geographic latitude (in decimal degrees, using WGS84 / EPSG:4326)"
            },
            {
                "titles": "longitude",
                "datatype": {
                    "base": "double precision",
                    "minimum": "-90",
                    "maximum": "90",
                    "format": "#0.000000##"
                },
                "dc:description": "The geographic longitude (in decimal degrees, using WGS84 / EPSG:4326)"
            },
            {
                "titles": "depth",
                "datatype": "real",
                "dc:description": "Depth in meter at which the record was made"
            },
            {
                "titles": "observationdate",
                "datatype": {
                    "base": "timestamp without time zone",
                    "format": "yyyy-MM-dd HH:mm:ss"
                },
                "dc:description": "Observation or sampling date for the record in full ISO format (YYYY-MM-DDTHH:MM:SS)"
            },
            {
                "titles": "value",
                "datatype": "double",
                "dc:description": "The measurement value for the record"
            },
            {
                "titles": "restricted",
                "datatype": "bit",
                "dc:description": "Dataset is restricted but available on request (1) or dataset is open/public (0)"
            },
            {
                "titles": "lod",
                "datatype": {
                    "base": "character varying",
                    "minLength": "0",
                    "maxLength": "31"
                },
                "dc:description": "Limit of detection"
            },
            {
                "titles": "standardparameterid",
                "datatype": "integer",
                "dc:description": "An identifier that refers to the standardized parameter in the ScheldeMonitor database"
            },
            {
                "titles": "dataproviderid",
                "datatype": "integer",
                "dc:description": "An identifier that refers to the data provider of the dataset in the ScheldeMonitor database"
            },
            {
                "titles": "imisdatasetid",
                "datatype": "integer",
                "dc:description": "An identifier that refers to the metadata record of the dataset in the ScheldeMonitor Catalog"
            },
            {
                "titles": "dataficheid",
                "datatype": "integer",
                "dc:description": "An identifier that refers to the datafiche in the ScheldeMonitor Catalog (https://www.scheldemonitor.be/datafiches/)"
            },
            {
                "titles": "seriesid",
                "datatype": "integer",
                "dc:description": "An identifier that refers to a unique dataset (associated with a specifique data provider and set of measurements) in the ScheldeMonitor database"
            },
            {
                "titles": "datatype",
                "datatype": {
                    "base": "character varying",
                    "minLength": "0",
                    "maxLength": "2"
                },
                "dc:description": "Data type"
            },
            {
                "titles": "originalscientificname",
                "datatype": {
                    "base": "character varying",
                    "minLength": "0",
                    "maxLength": "255"
                },
                "dc:description": "Original scientific name for the record given by data provider"
            },
            {
                "titles": "scientificname",
                "datatype": {
                    "base": "character varying",
                    "minLength": "0",
                    "maxLength": "255"
                },
                "dc:description": "Matched scientific name in the World Register of Marine Species"
            },
            {
                "titles": "class",
                "datatype": "text",
                "dc:description": "Specific classes for data (e.g. phytoplankton size, sediment size, tidal components)"
            },
            {
                "titles": "classunit",
                "datatype": "text",
                "dc:description": "Measurement unit of class"
            },
            {
                "titles": "season",
                "datatype": "text",
                "dc:description": "Season"
            },
            {
                "titles": "parametername",
                "datatype": "text",
                "dc:description": "Name of parameter measured"
            },
            {
                "titles": "dataprovider",
                "datatype": "text",
                "dc:description": "Name of data provider"
            },
            {
                "titles": "datasettitle",
                "datatype": "text",
                "dc:description": "Title of the dataset in the ScheldeMonitor Catalog"
            },
            {
                "titles": "datafichetitle",
                "datatype": "text",
                "dc:description": "Title of datafiche in the ScheldeMonitor Catalog (https://www.scheldemonitor.be/datafiches/)"
            },
            {
                "titles": "stationname",
                "datatype": "text",
                "dc:description": "Name of sampling station or place where the measurement occurred"
            },
            {
                "titles": "conversionfactor",
                "datatype": "double precision",
                "dc:description": "Conversion factor from original parameter unit to standard parameter unit to calculate the converted value"
            },
            {
                "titles": "valueconverted",
                "datatype": "double precision",
                "dc:description": "The converted measurement value for the record"
            },
            {
                "titles": "gender",
                "datatype": "text",
                "dc:description": "The sex of the biological individual represented in the record"
            },
            {
                "titles": "stadium",
                "datatype": "text",
                "dc:description": "The age class or life stage of the organism in the record"
            },
            {
                "titles": "parameterunit",
                "datatype": "text",
                "dc:description": "Measurement unit of parameter"
            },
            {
                "titles": "valuesign",
                "datatype": {
                    "base": "character varying",
                    "minLength": "0",
                    "maxLength": "1"
                },
                "dc:description": "Measurement is equal (=), greater (>) or less (<) than the specific value given"
            },
            {
                "titles": "dateprecision",
                "datatype": "text",
                "dc:description": "Precision of measurement: YEAR, MONTH or DAY"
            },
            {
                "titles": "areaname",
                "datatype": "text",
                "dc:description": "Name of area where the measurement occurred"
            },
            {
                "titles": "bodcparameterid",
                "datatype": {
                    "base": "character varying",
                    "minLength": "0",
                    "maxLength": "400"
                },
                "dc:description": "BODC parameter ID"
            },
            {
                "titles": "bodcparametername",
                "datatype": "text",
                "dc:description": "BODC parameter name"
            },
            {
                "titles": "seasonid",
                "datatype": "integer",
                "dc:description": "Season ID"
            }
        ]
    }
}