BBVA · JSON-LD Context

Bbva Context

JSON-LD context defining the semantic vocabulary for Bbva from BBVA.

0 Classes 10 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
fibo: https://spec.edmcouncil.org/fibo/ontology/
xsd: http://www.w3.org/2001/XMLSchema#

Properties

Property Type Container
BankAccount reference
Payment reference
accountId string
iban string
currency string
balance decimal
amount decimal
paymentReference string
country string
transactionDate dateTime

JSON-LD Document

bbva-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "BankAccount": {
      "@id": "fibo:FBC/FinancialInstruments/FinancialInstruments/BankAccount",
      "@type": "@id"
    },
    "Payment": {
      "@id": "schema:PayAction",
      "@type": "@id"
    },
    "accountId": {
      "@id": "fibo:accountId",
      "@type": "xsd:string"
    },
    "iban": {
      "@id": "schema:accountId",
      "@type": "xsd:string"
    },
    "currency": {
      "@id": "schema:currency",
      "@type": "xsd:string"
    },
    "balance": {
      "@id": "schema:amount",
      "@type": "xsd:decimal"
    },
    "amount": {
      "@id": "schema:price",
      "@type": "xsd:decimal"
    },
    "paymentReference": {
      "@id": "schema:confirmationNumber",
      "@type": "xsd:string"
    },
    "country": {
      "@id": "schema:addressCountry",
      "@type": "xsd:string"
    },
    "transactionDate": {
      "@id": "schema:startDate",
      "@type": "xsd:dateTime"
    }
  }
}