Ubuntu Context
JSON-LD context defining the semantic vocabulary for Ubuntu from Ubuntu.
8 Classes
18 Properties
4 Namespaces
Namespaces
schema:
https://schema.org/
ubuntu:
https://ubuntu.com/vocab/
snap:
https://snapcraft.io/vocab/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Snap
Channel
Vulnerability
SecurityNotice
Bug
Project
Person
Distribution
Properties
| Property |
Type |
Container |
| name |
string |
|
| title |
string |
|
| description |
string |
|
| summary |
string |
|
| publisher |
reference |
|
| license |
string |
|
| snap-id |
string |
|
| version |
string |
|
| released-at |
dateTime |
|
| id |
string |
|
| priority |
string |
|
| cvss3 |
double |
|
| status |
string |
|
| published |
dateTime |
|
| updated_at |
dateTime |
|
| display_name |
string |
|
| web_link |
reference |
|
| self_link |
reference |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"ubuntu": "https://ubuntu.com/vocab/",
"snap": "https://snapcraft.io/vocab/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Snap": "snap:Snap",
"Channel": "snap:Channel",
"Vulnerability": "schema:SecurityVulnerability",
"SecurityNotice": "ubuntu:SecurityNotice",
"Bug": "schema:BugReport",
"Project": "schema:SoftwareSourceCode",
"Person": "schema:Person",
"Distribution": "ubuntu:Distribution",
"name": { "@id": "schema:name", "@type": "xsd:string" },
"title": { "@id": "schema:name", "@type": "xsd:string" },
"description": { "@id": "schema:description", "@type": "xsd:string" },
"summary": { "@id": "schema:abstract", "@type": "xsd:string" },
"publisher": { "@id": "schema:publisher", "@type": "@id" },
"license": { "@id": "schema:license", "@type": "xsd:string" },
"snap-id": { "@id": "schema:identifier", "@type": "xsd:string" },
"version": { "@id": "schema:softwareVersion", "@type": "xsd:string" },
"released-at": { "@id": "schema:datePublished", "@type": "xsd:dateTime" },
"id": { "@id": "schema:identifier", "@type": "xsd:string" },
"priority": { "@id": "ubuntu:priority", "@type": "xsd:string" },
"cvss3": { "@id": "ubuntu:cvssScore", "@type": "xsd:double" },
"status": { "@id": "schema:status", "@type": "xsd:string" },
"published": { "@id": "schema:datePublished", "@type": "xsd:dateTime" },
"updated_at": { "@id": "schema:dateModified", "@type": "xsd:dateTime" },
"display_name": { "@id": "schema:name", "@type": "xsd:string" },
"web_link": { "@id": "schema:url", "@type": "@id" },
"self_link": { "@id": "schema:identifier", "@type": "@id" }
}
}