Usda Agricultural Research Service Ars Context

JSON-LD context defining the semantic vocabulary for Usda Agricultural Research Service Ars from USDA Agricultural Research Service (ARS).

3 Classes 17 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
food: https://fdc.nal.usda.gov/vocab/
agri: https://aims.fao.org/aos/agrovoc/

Classes

FoodItem FoodNutrient AgriculturalDataset

Properties

Property Type Container
fdcId integer
description string
dataType string
publishedDate date
foodCategory string
brandOwner string
ingredients string
servingSize decimal
foodNutrients set
nutrientName string
unitName string
value decimal
title string
notes string
author string
tags set
license_title string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",
    "food": "https://fdc.nal.usda.gov/vocab/",
    "agri": "https://aims.fao.org/aos/agrovoc/",

    "FoodItem": "schema:NutritionInformation",
    "FoodNutrient": "schema:PropertyValue",
    "AgriculturalDataset": "schema:Dataset",

    "fdcId": {
      "@id": "food:fdcId",
      "@type": "xsd:integer"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "dataType": {
      "@id": "food:dataType",
      "@type": "xsd:string"
    },
    "publishedDate": {
      "@id": "schema:datePublished",
      "@type": "xsd:date"
    },
    "foodCategory": {
      "@id": "food:foodCategory",
      "@type": "xsd:string"
    },
    "brandOwner": {
      "@id": "schema:brand",
      "@type": "xsd:string"
    },
    "ingredients": {
      "@id": "food:ingredients",
      "@type": "xsd:string"
    },
    "servingSize": {
      "@id": "schema:servingSize",
      "@type": "xsd:decimal"
    },
    "foodNutrients": {
      "@id": "schema:nutrition",
      "@container": "@set"
    },
    "nutrientName": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "unitName": {
      "@id": "schema:unitText",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "schema:value",
      "@type": "xsd:decimal"
    },

    "title": {
      "@id": "dcterms:title",
      "@type": "xsd:string"
    },
    "notes": {
      "@id": "dcterms:description",
      "@type": "xsd:string"
    },
    "author": {
      "@id": "dcterms:creator",
      "@type": "xsd:string"
    },
    "tags": {
      "@id": "dcterms:subject",
      "@container": "@set"
    },
    "license_title": {
      "@id": "dcterms:license",
      "@type": "xsd:string"
    }
  }
}