Percentage of Ammonia (NH3) Emissions From Agriculture

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
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
% of total NH3 emissions from agriculture
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
Unit
               

No description available for this field.

Name (identifier)
unit
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"agri-environmental-indicators-air-and-climate-change",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/agri-environmental-indicators-air-and-climate-change"
      }
    ]
    ,
  • "definitions":
    {
    • "agri-environmental-indicators-air-and-climate-change":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/agri-environmental-indicators-air-and-climate-change_records"
            }
          }
        }
      }
      ,
    • "agri-environmental-indicators-air-and-climate-change_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"% of total NH3 emissions from agriculture",
              • "description":""
              }
              ,
            • "unit":
              {
              • "type":"string",
              • "title":"Unit",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets