AMQP · JSON-LD Context

Amqp Amqp Exchange Context

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

1 Classes 6 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 Exchange

Properties

Property Type Container
name string
type string
durable boolean
autoDelete boolean
internal boolean
arguments reference

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 Exchange": "amqp:AMQP Exchange",
    "name": {
      "@id": "amqp:name",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "amqp:type",
      "@type": "xsd:string"
    },
    "durable": {
      "@id": "amqp:durable",
      "@type": "xsd:boolean"
    },
    "autoDelete": {
      "@id": "amqp:autoDelete",
      "@type": "xsd:boolean"
    },
    "internal": {
      "@id": "amqp:internal",
      "@type": "xsd:boolean"
    },
    "arguments": {
      "@id": "amqp:arguments",
      "@type": "@id"
    }
  }
}