Akka · JSON-LD Context

Akka Context

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

2 Classes 7 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

ClusterMembers ClusterMember

Properties

Property Type Container
members reference set
selfAddress string
unreachable string set
address string
status string
roles string set
uid integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "akka": "https://akka.io/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "ClusterMembers": "akka:ClusterMembers",
    "ClusterMember": "akka:ClusterMember",

    "members": {
      "@id": "akka:members",
      "@container": "@set",
      "@type": "@id"
    },
    "selfAddress": {
      "@id": "akka:selfAddress",
      "@type": "xsd:string"
    },
    "unreachable": {
      "@id": "akka:unreachable",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "address": {
      "@id": "akka:address",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "akka:status",
      "@type": "xsd:string"
    },
    "roles": {
      "@id": "akka:roles",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "uid": {
      "@id": "dcterms:identifier",
      "@type": "xsd:integer"
    }
  }
}