FRED · JSON-LD Context

Fred Geofred Api Context

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

5 Classes 20 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

RegionalDataResult RegionalDatum SeriesGroup ShapeCollection Shape

Properties

Property Type Container
meta reference
title string
region string
seasonality string
units string
frequency string
data reference
code string
value decimal
seriesId string
regionType string
seriesGroup string
season string
minDate date
maxDate date
shape string
features string set
name string
centroid string
geometry string

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#",
    "RegionalDataResult": "fred:RegionalDataResult",
    "RegionalDatum": "fred:RegionalDatum",
    "SeriesGroup": "fred:SeriesGroup",
    "ShapeCollection": "fred:ShapeCollection",
    "Shape": "fred:Shape",
    "meta": {
      "@id": "fred:meta",
      "@type": "@id"
    },
    "title": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "region": {
      "@id": "fred:region",
      "@type": "xsd:string"
    },
    "seasonality": {
      "@id": "fred:seasonality",
      "@type": "xsd:string"
    },
    "units": {
      "@id": "fred:units",
      "@type": "xsd:string"
    },
    "frequency": {
      "@id": "fred:frequency",
      "@type": "xsd:string"
    },
    "data": {
      "@id": "fred:data",
      "@type": "@id"
    },
    "code": {
      "@id": "fred:code",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "fred:value",
      "@type": "xsd:decimal"
    },
    "seriesId": {
      "@id": "fred:series_id",
      "@type": "xsd:string"
    },
    "regionType": {
      "@id": "fred:region_type",
      "@type": "xsd:string"
    },
    "seriesGroup": {
      "@id": "fred:series_group",
      "@type": "xsd:string"
    },
    "season": {
      "@id": "fred:season",
      "@type": "xsd:string"
    },
    "minDate": {
      "@id": "fred:min_date",
      "@type": "xsd:date"
    },
    "maxDate": {
      "@id": "fred:max_date",
      "@type": "xsd:date"
    },
    "shape": {
      "@id": "fred:shape",
      "@type": "xsd:string"
    },
    "features": {
      "@id": "fred:features",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "centroid": {
      "@id": "fred:centroid",
      "@type": "xsd:string"
    },
    "geometry": {
      "@id": "fred:geometry",
      "@type": "xsd:string"
    }
  }
}