Research and Development expenditure by sector

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Sector
               

No description available for this field.

Name (identifier)
sector
Type
text
Sample
                       
Expenditure
               

No description available for this field.

Name (identifier)
expenditure
Type
integer
Sample
                       
Percentage of Expenditure
               

No description available for this field.

Name (identifier)
percentage_of_expenditure
Type
decimal
Unit
%
Sample
                       

JSON Schema

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

{
  • "title":"research-and-development-expenditure-by-sector",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/research-and-development-expenditure-by-sector"
      }
    ]
    ,
  • "definitions":
    {
    • "research-and-development-expenditure-by-sector":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/research-and-development-expenditure-by-sector_records"
            }
          }
        }
      }
      ,
    • "research-and-development-expenditure-by-sector_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "sector":
              {
              • "type":"string",
              • "title":"Sector",
              • "description":""
              }
              ,
            • "expenditure":
              {
              • "type":"integer",
              • "title":"Expenditure",
              • "description":""
              }
              ,
            • "percentage_of_expenditure":
              {
              • "type":"number",
              • "title":"Percentage of Expenditure",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets