Total Number of Researchers in Research and Development field

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
                       
Total Number of Researchers
               

No description available for this field.

Name (identifier)
total_number_of_researchers
Type
integer
Sample
                       
Percentage of Researchers
               

No description available for this field.

Name (identifier)
percentage_of_researchers
Type
decimal
Unit
%
Sample
                       

JSON Schema

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

{
  • "title":"total-number-of-researchers-in-research-and-development-field",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/total-number-of-researchers-in-research-and-development-field"
      }
    ]
    ,
  • "definitions":
    {
    • "total-number-of-researchers-in-research-and-development-field":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/total-number-of-researchers-in-research-and-development-field_records"
            }
          }
        }
      }
      ,
    • "total-number-of-researchers-in-research-and-development-field_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "sector":
              {
              • "type":"string",
              • "title":"Sector",
              • "description":""
              }
              ,
            • "total_number_of_researchers":
              {
              • "type":"integer",
              • "title":"Total Number of Researchers",
              • "description":""
              }
              ,
            • "percentage_of_researchers":
              {
              • "type":"number",
              • "title":"Percentage of Researchers",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets