S&P Global · JSON-LD Context

S And P Global Context

JSON-LD context defining the semantic vocabulary for S And P Global from S&P Global.

2 Classes 8 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/
fibo: https://spec.edmcouncil.org/fibo/ontology/
spg: https://api.spglobal.com/terms/

Classes

symbol description

Properties

Property Type Container
MarketDataPoint reference
assessDate date
value decimal
uom string
currency string
bate string
commodityName string
assessmentFrequency 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/",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/",
    "spg": "https://api.spglobal.com/terms/",

    "MarketDataPoint": {
      "@id": "fibo:FinancialInstrument",
      "@type": "@id"
    },
    "symbol": "dcterms:identifier",
    "assessDate": {
      "@id": "schema:startDate",
      "@type": "xsd:date"
    },
    "value": {
      "@id": "schema:price",
      "@type": "xsd:decimal"
    },
    "uom": {
      "@id": "schema:unitText",
      "@type": "xsd:string"
    },
    "currency": {
      "@id": "schema:currency",
      "@type": "xsd:string"
    },
    "bate": {
      "@id": "spg:priceType",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "commodityName": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "assessmentFrequency": {
      "@id": "schema:duration",
      "@type": "xsd:string"
    }
  }
}