Frankfurter · JSON-LD Context

Frankfurter V1 Context

JSON-LD context defining the semantic vocabulary for Frankfurter V1 from Frankfurter.

3 Classes 4 Properties 4 Namespaces
View Context View on GitHub

Namespaces

frankfurter: https://frankfurter.dev/schema/v1/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

ratesOnDate ratesByDate currencies

Properties

Property Type Container
rates string
amount string
base string
date string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "frankfurter": "https://frankfurter.dev/schema/v1/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "ratesOnDate": "frankfurter:ratesOnDate",
    "ratesByDate": "frankfurter:ratesByDate",
    "rates": {
      "@id": "frankfurter:rates",
      "@type": "xsd:string"
    },
    "currencies": "frankfurter:currencies",
    "amount": {
      "@id": "frankfurter:amount",
      "@type": "xsd:string"
    },
    "base": {
      "@id": "frankfurter:base",
      "@type": "xsd:string"
    },
    "date": {
      "@id": "schema:dateCreated",
      "@type": "xsd:string"
    }
  }
}