FOSSology · JSON-LD Context

Fossology Context

JSON-LD context defining the semantic vocabulary for Fossology from FOSSology.

11 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

spdx: http://spdx.org/rdf/terms#
schema: https://schema.org/

Classes

Upload License Job shortName fullName text url uploaddate uploadname filesize hash

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://raw.githubusercontent.com/api-evangelist/fossology/refs/heads/main/vocabulary/fossology-vocabulary.yml#",
    "spdx": "http://spdx.org/rdf/terms#",
    "schema": "https://schema.org/",
    "Upload": "FOSSologyUpload",
    "License": "spdx:License",
    "Job": "FOSSologyJob",
    "shortName": "spdx:licenseId",
    "fullName": "spdx:name",
    "text": "spdx:licenseText",
    "url": "schema:url",
    "uploaddate": "schema:dateCreated",
    "uploadname": "schema:name",
    "filesize": "schema:contentSize",
    "hash": "spdx:checksum"
  }
}