FRED · JSON-LD Context

Fred Api Context

JSON-LD context defining the semantic vocabulary for Fred Api from FRED.

16 Classes 44 Properties 4 Namespaces
View Context View on GitHub

Namespaces

fred: https://fred.stlouisfed.org/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

CategoryList Category ObservationList Observation ReleaseDateList ReleaseDate ReleaseList Release ReleaseTable SeriesList Series SourceList Source TagList Tag VintageDateList

Properties

Property Type Container
categories string set
id integer
name string
parentId integer
notes string
realtimeStart date
realtimeEnd date
observationStart date
observationEnd date
units string
outputType integer
fileType string
orderBy string
sortOrder string
count integer
offset integer
limit integer
observations string set
date date
value string
releaseDates string set
releaseId integer
releaseName string
releases string set
pressRelease boolean
link reference
elementId integer
elements reference
seriess string set
title string
frequency string
frequencyShort string
unitsShort string
seasonalAdjustment string
seasonalAdjustmentShort string
lastUpdated string
popularity integer
groupPopularity integer
sources string set
tags string set
groupId string
created string
seriesCount integer
vintageDates date set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "fred": "https://fred.stlouisfed.org/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "CategoryList": "fred:CategoryList",
    "Category": "fred:Category",
    "ObservationList": "fred:ObservationList",
    "Observation": "fred:Observation",
    "ReleaseDateList": "fred:ReleaseDateList",
    "ReleaseDate": "fred:ReleaseDate",
    "ReleaseList": "fred:ReleaseList",
    "Release": "fred:Release",
    "ReleaseTable": "fred:ReleaseTable",
    "SeriesList": "fred:SeriesList",
    "Series": "fred:Series",
    "SourceList": "fred:SourceList",
    "Source": "fred:Source",
    "TagList": "fred:TagList",
    "Tag": "fred:Tag",
    "VintageDateList": "fred:VintageDateList",
    "categories": {
      "@id": "fred:categories",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "fred:id",
      "@type": "xsd:integer"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "parentId": {
      "@id": "fred:parent_id",
      "@type": "xsd:integer"
    },
    "notes": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "realtimeStart": {
      "@id": "fred:realtime_start",
      "@type": "xsd:date"
    },
    "realtimeEnd": {
      "@id": "fred:realtime_end",
      "@type": "xsd:date"
    },
    "observationStart": {
      "@id": "fred:observation_start",
      "@type": "xsd:date"
    },
    "observationEnd": {
      "@id": "fred:observation_end",
      "@type": "xsd:date"
    },
    "units": {
      "@id": "fred:units",
      "@type": "xsd:string"
    },
    "outputType": {
      "@id": "fred:output_type",
      "@type": "xsd:integer"
    },
    "fileType": {
      "@id": "fred:file_type",
      "@type": "xsd:string"
    },
    "orderBy": {
      "@id": "fred:order_by",
      "@type": "xsd:string"
    },
    "sortOrder": {
      "@id": "fred:sort_order",
      "@type": "xsd:string"
    },
    "count": {
      "@id": "fred:count",
      "@type": "xsd:integer"
    },
    "offset": {
      "@id": "fred:offset",
      "@type": "xsd:integer"
    },
    "limit": {
      "@id": "fred:limit",
      "@type": "xsd:integer"
    },
    "observations": {
      "@id": "fred:observations",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "date": {
      "@id": "fred:date",
      "@type": "xsd:date"
    },
    "value": {
      "@id": "fred:value",
      "@type": "xsd:string"
    },
    "releaseDates": {
      "@id": "fred:release_dates",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "releaseId": {
      "@id": "fred:release_id",
      "@type": "xsd:integer"
    },
    "releaseName": {
      "@id": "fred:release_name",
      "@type": "xsd:string"
    },
    "releases": {
      "@id": "fred:releases",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "pressRelease": {
      "@id": "fred:press_release",
      "@type": "xsd:boolean"
    },
    "link": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "elementId": {
      "@id": "fred:element_id",
      "@type": "xsd:integer"
    },
    "elements": {
      "@id": "fred:elements",
      "@type": "@id"
    },
    "seriess": {
      "@id": "fred:seriess",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "title": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "frequency": {
      "@id": "fred:frequency",
      "@type": "xsd:string"
    },
    "frequencyShort": {
      "@id": "fred:frequency_short",
      "@type": "xsd:string"
    },
    "unitsShort": {
      "@id": "fred:units_short",
      "@type": "xsd:string"
    },
    "seasonalAdjustment": {
      "@id": "fred:seasonal_adjustment",
      "@type": "xsd:string"
    },
    "seasonalAdjustmentShort": {
      "@id": "fred:seasonal_adjustment_short",
      "@type": "xsd:string"
    },
    "lastUpdated": {
      "@id": "schema:dateModified",
      "@type": "xsd:string"
    },
    "popularity": {
      "@id": "fred:popularity",
      "@type": "xsd:integer"
    },
    "groupPopularity": {
      "@id": "fred:group_popularity",
      "@type": "xsd:integer"
    },
    "sources": {
      "@id": "fred:sources",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "tags": {
      "@id": "fred:tags",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "groupId": {
      "@id": "fred:group_id",
      "@type": "xsd:string"
    },
    "created": {
      "@id": "schema:dateCreated",
      "@type": "xsd:string"
    },
    "seriesCount": {
      "@id": "fred:series_count",
      "@type": "xsd:integer"
    },
    "vintageDates": {
      "@id": "fred:vintage_dates",
      "@container": "@set",
      "@type": "xsd:date"
    }
  }
}