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

Attributes

backdoor
backdoor
porte dérobée
Fonctionnalité inconnue de l'utilisateur légitime, qui permet à un pirate d'accéder secrètement à un programme ou à un système d'exploitation, en contournant les mécanismes de sécurité en place.
Parte del software che consente agli utenti di accedere al computer eludendo le normali protezione di accesso oppure un'altra funzione altrimenti protetta di un programma per computer.
Software feature that allows users to circumvent the usual access control of a computer or of a protected function of a computer programme.
Teil einer Software, der es Benutzern ermöglicht, unter Umgehung der normalen Zugriffssicherung Zugang zum Computer oder einer sonst geschützten Funktion eines Computerprogramms zu erlangen.
NCSC, Glossary ([Internet, 2025-11-12](https://www.ncsc.admin.ch/ncsc/en/home/glossary.html))
OFCS, Glossaire ([Internet, 2025-11-12](https://www.ncsc.admin.ch/ncsc/fr/home/glossaire.html))
UFCS, Glossario ([Internet, 2025-11-12](https://www.ncsc.admin.ch/ncsc/it/home/glossario.html))
after NCSC, Glossary ([Internet, 2025-11-12](https://www.ncsc.admin.ch/ncsc/en/home/glossary.html))
d'après OFCS, Glossaire ([Internet, 2025-11-12](https://www.ncsc.admin.ch/ncsc/fr/home/glossaire.html))
secondo UFCS, Glossario ([Internet, 2025-11-12](https://www.ncsc.admin.ch/ncsc/it/home/glossario.html))
BACS, Glossar ([Internet, 2025-11-12](https://www.ncsc.admin.ch/ncsc/de/home/glossar.html))
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 Backdoor
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.