{ "xsd": "http://www.w3.org/2001/XMLSchema#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "openvex": "https://openvex.dev/ns/v0.2.0#", "author": { "@id":"openvex:author", "@type": "xsd:string" }, "role": { "@id": "openvex:role", "@type": "xsd:string" }, "version": { "@id": "openvex:version", "@type": "xsd:integer" }, "softwareIdentifier": { "@id":"openvex:softwareIdentifier", "@type": "xsd:string" }, "vexStatus": { "@id":"openvex:vexStatus", "@type":"xsd:string" }, "status": { "@type": "openvex:vexStatus", "@id": "openvex:status" }, "timestamp": { "@type": "xsd:dateTime", "@id": "openvex:timestamp" }, "name": { "@type": "xsd:string", "@id": "openvex:vulnName" }, "hashes": { "@id": "openvex:hash", "@type": "xsd:string", "@container": "@index" }, "statements": { "@id": "openvex:statement", "@type":"openvex:vexStatement", "@container":"@set" }, "subcomponents": { "@id":"openvex:subcomponent", "@type":"openvex:component", "@container":"@set" }, "products": { "@id": "openvex:product", "@container": "@set", "@context": {} }, "identifiers": { "@id": "openvex:identifier", "@type": "openvex:softwareIdentifier", "@container": "@index" }, "vulnerability": { "@id": "openvex:vulnerability", "@context": { "name": { "@id": "openvex:name", "@type": "openvex:vulnName" }, "aliases": { "@id":"openvex:alias", "@type":"openvex:vulnName", "@container":"@set" } } } }