AMQP · JSON-LD Context

Amqp Amqp Message Context

JSON-LD context defining the semantic vocabulary for Amqp Amqp Message from AMQP.

1 Classes 7 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

AMQP Message

Properties

Property Type Container
properties string
headers reference
body string
exchange string
routingKey string
mandatory boolean
immediate boolean

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "amqp": "https://www.amqp.org/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "AMQP Message": "amqp:AMQP Message",
    "properties": {
      "@id": "amqp:properties",
      "@type": "xsd:string"
    },
    "headers": {
      "@id": "amqp:headers",
      "@type": "@id"
    },
    "body": {
      "@id": "amqp:body",
      "@type": "xsd:string"
    },
    "exchange": {
      "@id": "amqp:exchange",
      "@type": "xsd:string"
    },
    "routingKey": {
      "@id": "amqp:routingKey",
      "@type": "xsd:string"
    },
    "mandatory": {
      "@id": "amqp:mandatory",
      "@type": "xsd:boolean"
    },
    "immediate": {
      "@id": "amqp:immediate",
      "@type": "xsd:boolean"
    }
  }
}