records

records

Active filters Clear all

No active filters

Filters

Domain Datasets Catalogue

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Dataset identifier
               

No description available for this field.

Name (identifier)
dataset_id
Type
text
Sample
                       
Federated dataset
               

No description available for this field.

Name (identifier)
federated
Type
boolean
Sample
                       
Title
               

No description available for this field.

Name (identifier)
title
Type
text
Sample
                       
Description
               

No description available for this field.

Name (identifier)
description
Type
text
Sample
                       
Themes
               

No description available for this field.

Name (identifier)
theme
Type
text
Sample
                       
Keywords
               

No description available for this field.

Name (identifier)
keyword
Type
text
Sample
                       
License
               

No description available for this field.

Name (identifier)
license
Type
text
Sample
                       
Modified
               

No description available for this field.

Name (identifier)
modified
Type
datetime
Sample
                       
Data processed
               

No description available for this field.

Name (identifier)
data_processed
Type
datetime
Sample
                       
Metadata processed
               

No description available for this field.

Name (identifier)
metadata_processed
Type
datetime
Sample
                       
Publisher
               

No description available for this field.

Name (identifier)
publisher
Type
text
Sample
                       
Reference
               

No description available for this field.

Name (identifier)
references
Type
text
Sample
                       
Attributions
               

No description available for this field.

Name (identifier)
attributions
Type
text
Sample
                       
Update frequency
               

No description available for this field.

Name (identifier)
update_frequency
Type
text
Sample
                       
Polarity
               

No description available for this field.

Name (identifier)
additional_metadata_polarity
Type
text
Sample
                       
Period type
               

No description available for this field.

Name (identifier)
additional_metadata_period_type
Type
text
Sample
                       
Value type
               

No description available for this field.

Name (identifier)
additional_metadata_value_type
Type
text
Sample
                       
Area type
               

No description available for this field.

Name (identifier)
additional_metadata_area_type
Type
text
Sample
                       
Mappable area type
               

No description available for this field.

Name (identifier)
additional_metadata_mappable_area_type
Type
text
Sample
                       
Number of records
               

No description available for this field.

Name (identifier)
records_count
Type
integer
Sample
                       
Size of records in the dataset (in bytes)
               

No description available for this field.

Name (identifier)
records_size
Type
integer
Sample
                       
Reuse count
               

No description available for this field.

Name (identifier)
explore_reuse_count
Type
integer
Sample
                       
API call count
               

No description available for this field.

Name (identifier)
explore_api_call_count
Type
integer
Sample
                       
Download count
               

No description available for this field.

Name (identifier)
explore_download_count
Type
integer
Sample
                       
Attachments download count
               

No description available for this field.

Name (identifier)
explore_attachment_download_count
Type
integer
Sample
                       
File fields download count
               

No description available for this field.

Name (identifier)
explore_file_field_download_count
Type
integer
Sample
                       
Popularity score
               

No description available for this field.

Name (identifier)
explore_popularity_score
Type
decimal
Sample
                       
Dataset URL
               

No description available for this field.

Name (identifier)
dataset_url
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"domaindatasets",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/domaindatasets"
      }
    ]
    ,
  • "definitions":
    {
    • "domaindatasets":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/domaindatasets_records"
            }
          }
        }
      }
      ,
    • "domaindatasets_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "dataset_id":
              {
              • "type":"string",
              • "title":"Dataset identifier",
              • "description":""
              }
              ,
            • "federated":
              {
              • "type":"string",
              • "title":"Federated dataset",
              • "description":""
              }
              ,
            • "title":
              {
              • "type":"string",
              • "title":"Title",
              • "description":""
              }
              ,
            • "description":
              {
              • "type":"string",
              • "title":"Description",
              • "description":""
              }
              ,
            • "theme":
              {
              • "type":"string",
              • "title":"Themes",
              • "description":""
              }
              ,
            • "keyword":
              {
              • "type":"string",
              • "title":"Keywords",
              • "description":""
              }
              ,
            • "license":
              {
              • "type":"string",
              • "title":"License",
              • "description":""
              }
              ,
            • "modified":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Modified",
              • "description":""
              }
              ,
            • "data_processed":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Data processed",
              • "description":""
              }
              ,
            • "metadata_processed":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Metadata processed",
              • "description":""
              }
              ,
            • "publisher":
              {
              • "type":"string",
              • "title":"Publisher",
              • "description":""
              }
              ,
            • "references":
              {
              • "type":"string",
              • "title":"Reference",
              • "description":""
              }
              ,
            • "attributions":
              {
              • "type":"string",
              • "title":"Attributions",
              • "description":""
              }
              ,
            • "update_frequency":
              {
              • "type":"string",
              • "title":"Update frequency",
              • "description":""
              }
              ,
            • "additional_metadata_polarity":
              {
              • "type":"string",
              • "title":"Polarity",
              • "description":""
              }
              ,
            • "additional_metadata_period_type":
              {
              • "type":"string",
              • "title":"Period type",
              • "description":""
              }
              ,
            • "additional_metadata_value_type":
              {
              • "type":"string",
              • "title":"Value type",
              • "description":""
              }
              ,
            • "additional_metadata_area_type":
              {
              • "type":"string",
              • "title":"Area type",
              • "description":""
              }
              ,
            • "additional_metadata_mappable_area_type":
              {
              • "type":"string",
              • "title":"Mappable area type",
              • "description":""
              }
              ,
            • "records_count":
              {
              • "type":"integer",
              • "title":"Number of records",
              • "description":""
              }
              ,
            • "records_size":
              {
              • "type":"integer",
              • "title":"Size of records in the dataset (in bytes)",
              • "description":""
              }
              ,
            • "explore_reuse_count":
              {
              • "type":"integer",
              • "title":"Reuse count",
              • "description":""
              }
              ,
            • "explore_api_call_count":
              {
              • "type":"integer",
              • "title":"API call count",
              • "description":""
              }
              ,
            • "explore_download_count":
              {
              • "type":"integer",
              • "title":"Download count",
              • "description":""
              }
              ,
            • "explore_attachment_download_count":
              {
              • "type":"integer",
              • "title":"Attachments download count",
              • "description":""
              }
              ,
            • "explore_file_field_download_count":
              {
              • "type":"integer",
              • "title":"File fields download count",
              • "description":""
              }
              ,
            • "explore_popularity_score":
              {
              • "type":"number",
              • "title":"Popularity score",
              • "description":""
              }
              ,
            • "dataset_url":
              {
              • "type":"string",
              • "title":"Dataset URL",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets