Ramp · JSON-LD Context

Ramp Context

JSON-LD context defining the semantic vocabulary for Ramp from Ramp.

20 Classes 4 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ramp: https://ramp.com/ns#

Classes

Transaction Card User Department Location Vendor Reimbursement Bill Statement id type name email amount currency_code merchant_name user_transaction_time first_name last_name role

Properties

Property Type Container
department_id reference
location_id reference
card_id reference
user_id reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ramp": "https://ramp.com/ns#",
    "Transaction": "ramp:Transaction",
    "Card": "ramp:Card",
    "User": "ramp:User",
    "Department": "ramp:Department",
    "Location": "ramp:Location",
    "Vendor": "ramp:Vendor",
    "Reimbursement": "ramp:Reimbursement",
    "Bill": "ramp:Bill",
    "Statement": "ramp:Statement",
    "id": "@id",
    "type": "@type",
    "name": "schema:name",
    "email": "schema:email",
    "amount": "schema:price",
    "currency_code": "schema:priceCurrency",
    "merchant_name": "schema:merchant",
    "user_transaction_time": "schema:dateTime",
    "first_name": "schema:givenName",
    "last_name": "schema:familyName",
    "role": "schema:roleName",
    "department_id": { "@id": "ramp:department", "@type": "@id" },
    "location_id": { "@id": "ramp:location", "@type": "@id" },
    "card_id": { "@id": "ramp:card", "@type": "@id" },
    "user_id": { "@id": "ramp:user", "@type": "@id" }
  }
}