United States Department Of Agriculture Context

JSON-LD context defining the semantic vocabulary for United States Department Of Agriculture from United States Department of Agriculture.

4 Classes 14 Properties 4 Namespaces
View Context View on GitHub

Namespaces

usda: https://fdc.nal.usda.gov/ontology/
nass: https://quickstats.nass.usda.gov/ontology/
dcterms: http://purl.org/dc/terms/
agri: http://purl.org/agri/

Classes

FoodItem Nutrient AgriculturalStatistic GovernmentOrganization

Properties

Property Type Container
fdcId reference
description
dataType
publicationDate schema:Date
brandOwner
foodCategory
nutrientName
nutrientNumber
unitName
value schema:Number
commodity_desc
year
state_name
Value

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "usda": "https://fdc.nal.usda.gov/ontology/",
    "nass": "https://quickstats.nass.usda.gov/ontology/",
    "dcterms": "http://purl.org/dc/terms/",
    "agri": "http://purl.org/agri/",

    "FoodItem": "usda:FoodItem",
    "Nutrient": "usda:Nutrient",
    "AgriculturalStatistic": "nass:AgriculturalStatistic",
    "GovernmentOrganization": "GovernmentOrganization",

    "fdcId": {
      "@id": "usda:fdcId",
      "@type": "@id"
    },
    "description": {
      "@id": "schema:description"
    },
    "dataType": {
      "@id": "usda:dataType"
    },
    "publicationDate": {
      "@id": "schema:datePublished",
      "@type": "schema:Date"
    },
    "brandOwner": {
      "@id": "schema:brand"
    },
    "foodCategory": {
      "@id": "schema:category"
    },
    "nutrientName": {
      "@id": "schema:name"
    },
    "nutrientNumber": {
      "@id": "usda:nutrientNumber"
    },
    "unitName": {
      "@id": "schema:unitCode"
    },
    "value": {
      "@id": "schema:value",
      "@type": "schema:Number"
    },
    "commodity_desc": {
      "@id": "agri:commodity"
    },
    "year": {
      "@id": "schema:temporalCoverage"
    },
    "state_name": {
      "@id": "schema:addressRegion"
    },
    "Value": {
      "@id": "schema:value"
    }
  }
}