Vacuum · JSON-LD Context

Vacuum Context

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

17 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dcat: https://www.w3.org/ns/dcat#

Classes

Ruleset Rule Report RuleResult description severity message given errors path startLine endLine generated version format totalErrors totalWarnings

JSON-LD Document

vacuum-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://quobix.com/vacuum/vocab#",
    "schema": "https://schema.org/",
    "dcat": "https://www.w3.org/ns/dcat#",
    "Ruleset": "schema:CreativeWork",
    "Rule": "schema:Action",
    "Report": "schema:Report",
    "RuleResult": "schema:ListItem",
    "description": "schema:description",
    "severity": "schema:additionalProperty",
    "message": "schema:text",
    "given": "schema:query",
    "errors": "schema:error",
    "path": "schema:identifier",
    "startLine": "schema:startOffset",
    "endLine": "schema:endOffset",
    "generated": "schema:dateCreated",
    "version": "schema:version",
    "format": "schema:encodingFormat",
    "totalErrors": "schema:errorCount",
    "totalWarnings": "schema:warningCount"
  }
}