SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

Common Vulnerabilities and Exposure
Set of security threats that are included in a reference system that outlines publicly known risks.
2025-04-24T13:13:26.8460130Z
520655
https://www.termdat.bk.admin.ch/entry/520655
NCSC, NCSC now part of global network for managing IT system vulnerabilities ([Internet, 2021-09-28](https://www.ncsc.admin.ch/ncsc/en/home/aktuell/im-fokus/cve-ncsc.html))
EXP: The CVE threat list is maintained by the MITRE Corporation, a nonprofit organization that runs federal government-sponsored research and development centers
Fortinet, Common Vulnerabilities and Exposures (CVE): Everything You Need to Know ([Internet, 2025-04-24](https://www.fortinet.com/resources/cyberglossary/cve))
after Fortinet, Common Vulnerabilities and Exposures (CVE): Everything You Need to Know ([Internet, 2025-04-24](https://www.fortinet.com/resources/cyberglossary/cve))
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Incoming Relationships: No results found.
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.