AMQP · JSON-LD Context

Amqp Amqp Queue Context

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

1 Classes 5 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 Queue

Properties

Property Type Container
name string
durable boolean
exclusive boolean
autoDelete 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 Queue": "amqp:AMQP Queue",
    "name": {
      "@id": "amqp:name",
      "@type": "xsd:string"
    },
    "durable": {
      "@id": "amqp:durable",
      "@type": "xsd:boolean"
    },
    "exclusive": {
      "@id": "amqp:exclusive",
      "@type": "xsd:boolean"
    },
    "autoDelete": {
      "@id": "amqp:autoDelete",
      "@type": "xsd:boolean"
    },
    "arguments": {
      "@id": "amqp:arguments",
      "@type": "@id"
    }
  }
}