Sage · JSON-LD Context

Sage Context

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

40 Classes 1 Properties 2 Namespaces
View Context View on GitHub

Namespaces

sage: https://developer.sage.com/vocab/
fibo: https://spec.edmcouncil.org/fibo/ontology/

Classes

Contact SalesInvoice PurchaseInvoice Payment BankAccount LedgerAccount Product TaxRate LineItem Business id name displayed_as reference email telephone website balance outstanding_balance date due_date net_amount tax_amount total_amount outstanding_amount quantity unit_price description item_code nominal_code percentage financial_year_start_date registration_number tax_number address_line_1 city region postal_code country currency

Properties

Property Type Container
address schema:PostalAddress

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "sage": "https://developer.sage.com/vocab/",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/",

    "Contact": "schema:Person",
    "SalesInvoice": "schema:Invoice",
    "PurchaseInvoice": "sage:PurchaseInvoice",
    "Payment": "schema:PaymentCharge",
    "BankAccount": "schema:BankAccount",
    "LedgerAccount": "sage:LedgerAccount",
    "Product": "schema:Product",
    "TaxRate": "sage:TaxRate",
    "LineItem": "schema:OrderItem",
    "Business": "schema:Organization",

    "id": "@id",
    "name": "schema:name",
    "displayed_as": "schema:alternateName",
    "reference": "schema:identifier",
    "email": "schema:email",
    "telephone": "schema:telephone",
    "website": "schema:url",
    "balance": "fibo:hasBalance",
    "outstanding_balance": "sage:outstandingBalance",
    "date": "schema:dateCreated",
    "due_date": "schema:paymentDueDate",
    "net_amount": "schema:price",
    "tax_amount": "sage:taxAmount",
    "total_amount": "schema:totalPaymentDue",
    "outstanding_amount": "sage:outstandingAmount",
    "quantity": "schema:orderQuantity",
    "unit_price": "schema:unitPrice",
    "description": "schema:description",
    "item_code": "schema:sku",
    "nominal_code": "sage:nominalCode",
    "percentage": "schema:percentage",
    "financial_year_start_date": "sage:financialYearStartDate",
    "registration_number": "schema:vatID",
    "tax_number": "sage:taxNumber",

    "address": {
      "@id": "schema:address",
      "@type": "schema:PostalAddress"
    },
    "address_line_1": "schema:streetAddress",
    "city": "schema:addressLocality",
    "region": "schema:addressRegion",
    "postal_code": "schema:postalCode",
    "country": "schema:addressCountry",
    "currency": "schema:currency"
  }
}