Apache Tomcat · JSON-LD Context

Tomcat Context

JSON-LD context defining the semantic vocabulary for Tomcat from Apache Tomcat.

9 Classes 1 Properties 2 Namespaces
View Context View on GitHub

Namespaces

tomcat: https://tomcat.apache.org/tomcat-10.1-doc/#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

WebApplication Server Session path status sessions name version description

Properties

Property Type Container
url reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "tomcat": "https://tomcat.apache.org/tomcat-10.1-doc/#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "WebApplication": "schema:SoftwareApplication",
    "Server": "schema:SoftwareApplication",
    "Session": "tomcat:Session",
    "path": "tomcat:contextPath",
    "status": "schema:actionStatus",
    "sessions": "tomcat:sessionCount",
    "name": "schema:name",
    "version": "schema:version",
    "description": "schema:description",
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    }
  }
}