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

Attributes

CVE-Verwundbarkeiten
vulnérabilités et expositions communes
vulnerabilità ed esposizioni comuni
Set of security threats that are included in a reference system that outlines publicly known risks.
IBM, Dimension der Anfälligkeit ([Internet, 2025-04-18](https://www.ibm.com/docs/de/concert?topic=vulnerability-dimension))
IBM, Dimension de la vulnérabilité ([Internet, 2025-04-18](https://www.ibm.com/docs/fr/concert?topic=vulnerability-dimension))
IBM, Dimensione della vulnerabilità ([Internet, 2025-04-18](https://www.ibm.com/docs/it/concert?topic=vulnerability-dimension))
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
Outgoing Relationships: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part Common Vulnerabilities and Exposure
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.