Debian · JSON-LD Context

Debian Context

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

3 Classes 12 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
debian: https://schema.debian.org/

Classes

Package Bug Maintainer

Properties

Property Type Container
package schema:Text
version schema:Text
maintainer
section schema:Text
priority schema:Text
homepage schema:URL
id
subject schema:Text
severity schema:Text
status schema:Text
submitter
date schema:DateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://schema.debian.org/",
    "schema": "https://schema.org/",
    "debian": "https://schema.debian.org/",
    "Package": "schema:SoftwareApplication",
    "Bug": "debian:Bug",
    "Maintainer": "schema:Person",
    "package": {"@id": "schema:name", "@type": "schema:Text"},
    "version": {"@id": "schema:softwareVersion", "@type": "schema:Text"},
    "maintainer": {"@id": "schema:maintainer"},
    "section": {"@id": "schema:applicationCategory", "@type": "schema:Text"},
    "priority": {"@id": "debian:priority", "@type": "schema:Text"},
    "homepage": {"@id": "schema:url", "@type": "schema:URL"},
    "id": {"@id": "schema:identifier"},
    "subject": {"@id": "schema:name", "@type": "schema:Text"},
    "severity": {"@id": "debian:severity", "@type": "schema:Text"},
    "status": {"@id": "debian:status", "@type": "schema:Text"},
    "submitter": {"@id": "schema:author"},
    "date": {"@id": "schema:dateCreated", "@type": "schema:DateTime"}
  }
}