@prefix : <http://securitytoolbox.appspot.com/MASO#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix swrl: <http://www.w3.org/2003/11/swrl#> .
@prefix protege: <http://protege.stanford.edu/plugins/owl/protege#> .
@prefix xsp: <http://www.owl-ontologies.com/2005/08/07/xsp.owl#> .
@prefix swrlb: <http://www.w3.org/2003/11/swrlb#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

_:node1837tdf48x1 a owl:Ontology ;
	rdfs:comment "Ontologie pour le domaine de la securite: application aux agents mobiles" .

:_3DES a :Cryptage-symetrique .

:Adresse a owl:Class ;
	rdfs:subClassOf :Token-electronique .

:Adresse-iP a owl:Class ;
	rdfs:subClassOf :Adresse .

:AES a :Cryptage-symetrique .

:Agent a owl:Class ;
	rdfs:subClassOf _:node1837tdf48x2 .

_:node1837tdf48x2 a owl:Restriction ;
	owl:onProperty :s_execute ;
	owl:minCardinality "1"^^xsd:int .

:Agent rdfs:subClassOf _:node1837tdf48x3 .

_:node1837tdf48x3 a owl:Restriction ;
	owl:onProperty :estPropriete ;
	owl:minCardinality "1"^^xsd:int .

:Agent rdfs:subClassOf _:node1837tdf48x4 .

_:node1837tdf48x4 a owl:Class ;
	owl:complementOf :Hote .

:Agent rdfs:subClassOf :Entite ;
	owl:disjointWith :Hôte .

:Algorithme a owl:Class ;
	rdfs:label ""^^xsd:string .

:Algorithme-checksum a owl:Class ;
	rdfs:subClassOf :Algorithme .

:Algorithme-cryptage a owl:Class ;
	rdfs:subClassOf :Algorithme .

:Algorithme-gestion-cles a owl:Class ;
	rdfs:subClassOf :Algorithme .

:Algorithme-signature a owl:Class ;
	rdfs:subClassOf :Algorithme .

:Antivirus a owl:Class ;
	rdfs:subClassOf :Contremesure .

:Asset a owl:Class .

:assureAuthentification a owl:ObjectProperty ;
	rdfs:domain :Protocole-authentification ;
	rdfs:range <http://securitytoolbox.appspot.com/MASO#Objectif> .

:assureObjectif a owl:ObjectProperty ;
	rdfs:domain _:node1837tdf48x5 .

_:node1837tdf48x5 a owl:Class ;
	owl:unionOf _:node1837tdf48x6 .

_:node1837tdf48x6 rdf:first :Mecanisme .

:Mecanisme a owl:Class .

_:node1837tdf48x6 rdf:rest _:node1837tdf48x7 .

_:node1837tdf48x7 rdf:first :Protocole .

:Protocole a owl:Class .

_:node1837tdf48x7 rdf:rest rdf:nil .

:assureObjectif rdfs:range <http://securitytoolbox.appspot.com/MASO#Objectif> .

:Attaque a owl:Class ;
	rdfs:subClassOf :Menace .

:Authentification a :Mecanisme ;
	:Objectif :Confidentialite .

:Autorisation a :Mecanisme .

:AVG a :Antivirus .

:BlowFish a :Cryptage-symetrique .

:capableMecanisme a owl:ObjectProperty ;
	rdfs:domain :Entite ;
	rdfs:range :Mecanisme .

:capableObjectif a owl:ObjectProperty ;
	rdfs:domain :Entite ;
	rdfs:range <http://securitytoolbox.appspot.com/MASO#Objectif> .

:capacite a owl:FunctionalProperty , owl:DatatypeProperty ;
	rdfs:domain _:node1837tdf48x8 .

_:node1837tdf48x8 a owl:Class ;
	owl:unionOf _:node1837tdf48x9 .

_:node1837tdf48x9 rdf:first :Memoire .

:Memoire a owl:Class .

_:node1837tdf48x9 rdf:rest _:node1837tdf48x10 .

_:node1837tdf48x10 rdf:first :Storage .

:Storage a owl:Class .

_:node1837tdf48x10 rdf:rest rdf:nil .

:capacite rdfs:range xsd:int .

:Carte-credit a owl:Class ;
	rdfs:subClassOf :Token-physique .

:CAST a :Cryptage-symetrique .

:Certificat a owl:Class ;
	rdfs:subClassOf :Token-electronique .

:chemin a owl:FunctionalProperty , owl:DatatypeProperty ;
	rdfs:domain :Cookie ;
	rdfs:range xsd:string .

:cible a owl:ObjectProperty ;
	rdfs:domain :Menace ;
	rdfs:range :Asset .

:Cle-de-Cryptage a owl:Class ;
	rdfs:subClassOf :Token-electronique .

:Cle-privee a owl:Class ;
	rdfs:subClassOf :Cle-de-cryptage .

:Cle-publique a owl:Class ;
	rdfs:subClassOf :Cle-de-cryptage .

:Cle-secrete a owl:Class ;
	rdfs:subClassOf :Cle-de-cryptage .

:Composant a owl:Class ;
	rdfs:subClassOf :Software .

:Confiance a :Objectif ;
	:estMecanisme :Identification .

:Confidentialite a :Objectif .

:Contremesure a owl:Class .

:Contremesure-reseau a owl:Class ;
	rdfs:subClassOf :Contremesure .

:Controle-dacces a :Mecanisme ;
	:Objectif :Disponibilite .

:Cookie a owl:Class ;
	rdfs:subClassOf :Token-electronique .

:Cryptage-asymetrique a owl:Class ;
	rdfs:subClassOf :Algorithme-Cryptage .

:Cryptage-symetrique a owl:Class ;
	rdfs:subClassOf :Algorithme-Cryptage .

:Data a owl:Class ;
	rdfs:subClassOf :Asset .

:date-expiration a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:domain :Carte-credit ;
	rdfs:range xsd:date .

:DES a :Cryptage-symetrique .

:Description-logiciel a owl:DatatypeProperty ;
	rdfs:domain :Software ;
	rdfs:range xsd:string .

:Disponibilite a :Objectif .

:dispose a owl:ObjectProperty ;
	rdfs:domain :Hôte ;
	rdfs:range :Asset .

:Domaine a owl:Class ;
	rdfs:subClassOf :Adresse .

:Defaut a owl:Class ;
	rdfs:subClassOf :Menace .

:Defaut-interaction a owl:Class ;
	rdfs:subClassOf :Defaut .

:Defaut-physique a owl:Class ;
	rdfs:subClassOf :Defaut .

:Deni_de_service a :Attaque .

:Echec-technique a owl:Class ;
	rdfs:subClassOf :Menace .

:ElGamal a :Cryptage-asymetrique .

:Elliptic_curve a :Cryptage-asymetrique .

:email a owl:DatatypeProperty ;
	rdfs:domain :Proprietaire ;
	rdfs:range xsd:string .

:eninteractionAvec a owl:ObjectProperty ;
	rdfs:domain :Entite ;
	rdfs:range :Entite .

:Entite a owl:Class ;
	rdfs:subClassOf _:node1837tdf48x11 .

_:node1837tdf48x11 a owl:Class ;
	owl:unionOf _:node1837tdf48x12 .

_:node1837tdf48x12 rdf:first :Agent ;
	rdf:rest _:node1837tdf48x13 .

_:node1837tdf48x13 rdf:first :Hôte .

:Hôte a owl:Class .

_:node1837tdf48x13 rdf:rest rdf:nil .

:Entite rdfs:subClassOf owl:Thing .

:Erreur a owl:Class ;
	rdfs:subClassOf :Menace .

:estAssureMecanisme a owl:ObjectProperty ;
	rdfs:domain <http://securitytoolbox.appspot.com/MASO#Objectif> ;
	rdfs:range :Mecanisme .

:estAssureProtocole a owl:ObjectProperty ;
	rdfs:domain <http://securitytoolbox.appspot.com/MASO#Objectif> ;
	rdfs:range :Protocole .

:estexigeProtocole a owl:ObjectProperty ;
	rdfs:domain :Passeport ;
	owl:inverseOf :exigePasseport ;
	rdfs:range :Protocole .

:estexploitePar a owl:ObjectProperty ;
	rdfs:domain :Vulnerabilite ;
	owl:inverseOf :exploite ;
	rdfs:range :Menace .

:estPropriete a owl:ObjectProperty , owl:FunctionalProperty ;
	rdfs:domain :Agent ;
	owl:inverseOf :proprietaireDe ;
	rdfs:range :Proprietaire .

:estProtegePar a owl:ObjectProperty ;
	rdfs:domain :Asset ;
	owl:inverseOf :protege ;
	rdfs:range :Contremesure .

:estUtiliseProtocole a owl:ObjectProperty , owl:SymmetricProperty ;
	rdfs:domain :Algorithme ;
	owl:inverseOf :estUtiliseProtocole ;
	rdfs:range :Protocole .

:estUtiliseProtocoleCryptage a owl:ObjectProperty ;
	rdfs:domain :Algorithme-cryptage ;
	owl:inverseOf :utilisecryptage ;
	rdfs:range <http://securitytoolbox.appspot.com/MASO#Protocole-Cryptage> ;
	rdfs:subPropertyOf :estUtiliseProtocole .

:estUtiliseProtocoleSignature a owl:ObjectProperty ;
	rdfs:domain :Algorithme-signature ;
	owl:inverseOf :utiliseSignature ;
	rdfs:range :Protocole-signature ;
	rdfs:subPropertyOf :estUtiliseProtocole .

:exigeMecanisme a owl:ObjectProperty ;
	rdfs:domain :Entite ;
	rdfs:range :Mecanisme .

:exigeObjectif a owl:ObjectProperty ;
	rdfs:domain :Entite ;
	rdfs:range <http://securitytoolbox.appspot.com/MASO#Objectif> .

:exigePasseport a owl:ObjectProperty ;
	rdfs:domain :Protocole ;
	owl:inverseOf :estExigeProtocole ;
	rdfs:range :Passeport .

:exploite a owl:ObjectProperty ;
	rdfs:domain :Menace ;
	owl:inverseOf :estExploitePar ;
	rdfs:range :Vulnerabilite .

:execute a owl:ObjectProperty ;
	rdfs:domain :Hôte ;
	owl:inverseOf :s_execute ;
	rdfs:range :Agent .

:fax a owl:DatatypeProperty ;
	rdfs:domain :Proprietaire ;
	rdfs:range xsd:string .

:Firewall a owl:Class ;
	rdfs:subClassOf :Contremesure .

:Gestion-cles a :Mecanisme .

:Hardware a owl:Class ;
	rdfs:subClassOf :Asset .

:Hash a owl:Class ;
	rdfs:subClassOf :Algorithme-signature .

:HMAC a :MAC .

:Hôte rdfs:subClassOf _:node1837tdf48x14 .

_:node1837tdf48x14 a owl:Class ;
	owl:complementOf :Agent .

:Hôte rdfs:subClassOf :Entite ;
	owl:disjointWith :Agent .

:IDEA a :Cryptage-symetrique .

:identification a :Mecanisme .

:Imputabilite a :Objectif .

:initialise a owl:ObjectProperty ;
	rdfs:domain :Entite ;
	rdfs:range :Menace .

:intrusion a :Attaque .

:Integrite a :Objectif .

:issuer a owl:FunctionalProperty , owl:DatatypeProperty ;
	rdfs:domain <http://securitytoolbox.appspot.com/MASO#X.509> ;
	rdfs:range xsd:string .

:KEA a :Algorithme-gestion-cles .

:longueur-cle a owl:FunctionalProperty , owl:DatatypeProperty ;
	rdfs:domain :Cle-de-Cryptage ;
	rdfs:range xsd:int .

:longueur-minimum a owl:FunctionalProperty , owl:DatatypeProperty ;
	rdfs:domain :Mot-de-passe ;
	rdfs:range xsd:int .

:MAC a owl:Class ;
	rdfs:subClassOf :Algorithme-signature .

:marque a owl:FunctionalProperty , owl:DatatypeProperty ;
	rdfs:domain :Microprocesseur ;
	rdfs:range xsd:string .

:MD4 a :Hash .

:MD5 a :Hash .

:Menace a owl:Class .

:Microprocesseur a owl:Class ;
	rdfs:subClassOf :Hardware .

:modele a owl:FunctionalProperty , owl:DatatypeProperty ;
	rdfs:domain :Microprocesseur ;
	rdfs:range xsd:string .

:Mot-de-passe a owl:Class ;
	rdfs:subClassOf :Token-electronique .

:Mecanisme rdfs:subClassOf _:node1837tdf48x15 .

_:node1837tdf48x15 a owl:Class ;
	owl:unionOf _:node1837tdf48x16 .

_:node1837tdf48x16 rdf:first _:node1837tdf48x17 .

_:node1837tdf48x17 a owl:Class ;
	owl:oneOf _:node1837tdf48x18 .

_:node1837tdf48x18 rdf:first :Authentification ;
	rdf:rest rdf:nil .

_:node1837tdf48x16 rdf:rest _:node1837tdf48x19 .

_:node1837tdf48x19 rdf:first _:node1837tdf48x20 .

_:node1837tdf48x20 a owl:Class ;
	owl:oneOf _:node1837tdf48x21 .

_:node1837tdf48x21 rdf:first :Autorisation ;
	rdf:rest rdf:nil .

_:node1837tdf48x19 rdf:rest _:node1837tdf48x22 .

_:node1837tdf48x22 rdf:first _:node1837tdf48x23 .

_:node1837tdf48x23 a owl:Class ;
	owl:oneOf _:node1837tdf48x24 .

_:node1837tdf48x24 rdf:first :Controle-dacces ;
	rdf:rest rdf:nil .

_:node1837tdf48x22 rdf:rest _:node1837tdf48x25 .

_:node1837tdf48x25 rdf:first _:node1837tdf48x26 .

_:node1837tdf48x26 a owl:Class ;
	owl:oneOf _:node1837tdf48x27 .

_:node1837tdf48x27 rdf:first :Gestion-cle ;
	rdf:rest rdf:nil .

_:node1837tdf48x25 rdf:rest _:node1837tdf48x28 .

_:node1837tdf48x28 rdf:first _:node1837tdf48x29 .

_:node1837tdf48x29 a owl:Class ;
	owl:oneOf _:node1837tdf48x30 .

_:node1837tdf48x30 rdf:first :Identification ;
	rdf:rest rdf:nil .

_:node1837tdf48x28 rdf:rest rdf:nil .

:Mecanisme rdfs:subClassOf owl:Thing .

:Memoire rdfs:subClassOf :Hardware .

:nom a owl:FunctionalProperty , owl:DatatypeProperty ;
	rdfs:domain _:node1837tdf48x31 .

_:node1837tdf48x31 a owl:Class ;
	owl:unionOf _:node1837tdf48x32 .

_:node1837tdf48x32 rdf:first <http://securitytoolbox.appspot.com/MASO#Antivirus> .

<http://securitytoolbox.appspot.com/MASO#Antivirus> a owl:Class .

_:node1837tdf48x32 rdf:rest _:node1837tdf48x33 .

_:node1837tdf48x33 rdf:first :Cookie ;
	rdf:rest _:node1837tdf48x34 .

_:node1837tdf48x34 rdf:first :Proprietaire .

:Proprietaire a owl:Class .

_:node1837tdf48x34 rdf:rest _:node1837tdf48x35 .

_:node1837tdf48x35 rdf:first :Software .

:Software a owl:Class .

_:node1837tdf48x35 rdf:rest _:node1837tdf48x36 .

_:node1837tdf48x36 rdf:first <http://securitytoolbox.appspot.com/MASO#Virus> .

<http://securitytoolbox.appspot.com/MASO#Virus> a owl:Class .

_:node1837tdf48x36 rdf:rest rdf:nil .

:nom rdfs:range xsd:string .

:Non-repudiation a :Objectif .

:Norton a :Antivirus .

:notAfter a owl:FunctionalProperty , owl:DatatypeProperty ;
	rdfs:domain <http://securitytoolbox.appspot.com/MASO#X.509> ;
	rdfs:range xsd:date .

:notBefore a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:domain <http://securitytoolbox.appspot.com/MASO#X.509> ;
	rdfs:range xsd:date .

:numero-de-serie a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:domain <http://securitytoolbox.appspot.com/MASO#X.509> ;
	rdfs:range xsd:string .

:Objectif a owl:Class ;
	rdfs:subClassOf _:node1837tdf48x37 .

_:node1837tdf48x37 a owl:Class ;
	owl:unionOf _:node1837tdf48x38 .

_:node1837tdf48x38 rdf:first _:node1837tdf48x39 .

_:node1837tdf48x39 a owl:Class ;
	owl:oneOf _:node1837tdf48x40 .

_:node1837tdf48x40 rdf:first :Confiance ;
	rdf:rest rdf:nil .

_:node1837tdf48x38 rdf:rest _:node1837tdf48x41 .

_:node1837tdf48x41 rdf:first _:node1837tdf48x42 .

_:node1837tdf48x42 a owl:Class ;
	owl:oneOf _:node1837tdf48x43 .

_:node1837tdf48x43 rdf:first :Confidentialite ;
	rdf:rest rdf:nil .

_:node1837tdf48x41 rdf:rest _:node1837tdf48x44 .

_:node1837tdf48x44 rdf:first _:node1837tdf48x45 .

_:node1837tdf48x45 a owl:Class ;
	owl:oneOf _:node1837tdf48x46 .

_:node1837tdf48x46 rdf:first :Disponibilite ;
	rdf:rest rdf:nil .

_:node1837tdf48x44 rdf:rest _:node1837tdf48x47 .

_:node1837tdf48x47 rdf:first _:node1837tdf48x48 .

_:node1837tdf48x48 a owl:Class ;
	owl:oneOf _:node1837tdf48x49 .

_:node1837tdf48x49 rdf:first :Imputabilite ;
	rdf:rest rdf:nil .

_:node1837tdf48x47 rdf:rest _:node1837tdf48x50 .

_:node1837tdf48x50 rdf:first _:node1837tdf48x51 .

_:node1837tdf48x51 a owl:Class ;
	owl:oneOf _:node1837tdf48x52 .

_:node1837tdf48x52 rdf:first :Integrite ;
	rdf:rest rdf:nil .

_:node1837tdf48x50 rdf:rest _:node1837tdf48x53 .

_:node1837tdf48x53 rdf:first _:node1837tdf48x54 .

_:node1837tdf48x54 a owl:Class ;
	owl:oneOf _:node1837tdf48x55 .

_:node1837tdf48x55 rdf:first :Non-repudiation ;
	rdf:rest rdf:nil .

_:node1837tdf48x53 rdf:rest rdf:nil .

:Objectif rdfs:subClassOf owl:Thing .

:Passeport a owl:Class .

:Personne a owl:Class ;
	rdfs:subClassOf :Proprietaire ;
	owl:disjointWith :Societe .

:proprietaireDe a owl:ObjectProperty , owl:inverseFunctionalProperty ;
	rdfs:domain :Proprietaire ;
	owl:inverseOf :estPropriete ;
	rdfs:range :Agent .

:Protection-physique a owl:Class ;
	rdfs:subClassOf :Contremesure .

:Protocole-authentification a owl:Class ;
	rdfs:subClassOf :Protocole .

:Protocole-cryptage a owl:Class ;
	rdfs:subClassOf :Protocole .

:Protocole-gestion-cles a owl:Class ;
	rdfs:subClassOf :Protocole .

:Protocole-gestion-reseau a owl:Class ;
	rdfs:subClassOf :Protocole .

:Protocole-signature a owl:Class ;
	rdfs:subClassOf :Protocole .

:protege a owl:ObjectProperty ;
	rdfs:domain :Contremesure ;
	owl:inverseOf :estProtegePar ;
	rdfs:range :Asset .

:prenom a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:domain :Personne ;
	rdfs:range xsd:string .

:RBAC a owl:Class ;
	rdfs:subClassOf :Certificat .

:RC2 a :Rivest .

:RC4 a :Rivest .

:RC5 a :Rivest .

:RC6 a :Rivest .

:Rivest a owl:Class ;
	rdfs:subClassOf :Cryptage-asymetrique .

:RSA a :Cryptage-asymetrique .

:reduit a owl:ObjectProperty ;
	rdfs:domain :Contremesure ;
	rdfs:range :Vulnerabilite .

:s_execute a owl:ObjectProperty ;
	rdfs:domain :Agent ;
	owl:inverseOf :execute ;
	rdfs:range :Hôte .

:Service a owl:Class ;
	rdfs:subClassOf :Software .

:Signature-numerique a owl:Class ;
	rdfs:subClassOf <http://securitytoolbox.appspot.com/MASO#> .

:Societe a owl:Class ;
	rdfs:subClassOf :Proprietaire ;
	owl:disjointWith <http://securitytoolbox.appspot.com/MASO#Personne> .

:Software rdfs:subClassOf :Asset .

:SSH a :Protocole-gestion-cles .

:SSL a :Protocole-gestion-cles ;
	:Objectif :Confidentialite .

:Storage rdfs:subClassOf :Hardware .

:Token-physique a owl:Class ;
	rdfs:subClassOf :Passeport .

:Token-electronique a owl:Class ;
	rdfs:subClassOf :Passeport .

:TPE a :Protection-physique .

:Trojan-horse a owl:Class ;
	rdfs:subClassOf :Menace .

:TwoFish a :Cryptage-symetrique .

:telephone a owl:DatatypeProperty ;
	rdfs:domain :Proprietaire ;
	rdfs:range xsd:string .

:utiliseAlgorithme a owl:ObjectProperty ;
	rdfs:domain :Protocole ;
	rdfs:range :Algorithme .

:utilisecryptage a owl:ObjectProperty ;
	rdfs:domain :Protocole-Cryptage ;
	owl:inverseOf :estUtiliseProtocoleCryptage ;
	rdfs:range <http://securitytoolbox.appspot.com/MASO#Algorithme-Cryptage> ;
	rdfs:subPropertyOf :utiliseAlgorithme .

:utiliseMecanisme a owl:ObjectProperty ;
	rdfs:domain :Protocole ;
	owl:inverseOf :utiliseProtocole ;
	rdfs:range :Mecanisme .

:utilisePasseport a owl:ObjectProperty ;
	rdfs:domain :Algorithme ;
	rdfs:range :Passeport .

:utiliseProtocole a owl:ObjectProperty ;
	rdfs:domain :Mecanisme ;
	owl:inverseOf :utiliseMecanisme ;
	rdfs:range :Protocole .

:utiliseSignature a owl:ObjectProperty ;
	rdfs:domain :Protocole-signature ;
	owl:inverseOf :estUtiliseProtocoleSignature ;
	rdfs:range :Algorithme-signature ;
	rdfs:subPropertyOf :utiliseAlgorithme .

:valeur-cookie a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:domain :Cookie ;
	rdfs:range xsd:int .

:version a owl:FunctionalProperty , owl:DatatypeProperty ;
	rdfs:domain _:node1837tdf48x56 .

_:node1837tdf48x56 a owl:Class ;
	owl:unionOf _:node1837tdf48x57 .

_:node1837tdf48x57 rdf:first <http://securitytoolbox.appspot.com/MASO#Antivirus> ;
	rdf:rest _:node1837tdf48x58 .

_:node1837tdf48x58 rdf:first <http://securitytoolbox.appspot.com/MASO#X.509> .

<http://securitytoolbox.appspot.com/MASO#X.509> a owl:Class .

_:node1837tdf48x58 rdf:rest rdf:nil .

:version rdfs:range xsd:string .

:Virus a owl:Class ;
	rdfs:subClassOf :Menace .

:vitesse a owl:FunctionalProperty , owl:DatatypeProperty ;
	rdfs:domain :Microprocesseur ;
	rdfs:range xsd:int .

:Vulnerabilite a owl:Class .

:Worm a owl:Class ;
	rdfs:subClassOf :Menace .

<http://securitytoolbox.appspot.com/MASO#X.509> rdfs:subClassOf :Certificat .

_:node1837tdf48x59 a owl:Ontology ;
	rdfs:comment "Ontologie pour le domaine de la securite: application aux agents mobiles" .

:Agent rdfs:subClassOf _:node1837tdf48x60 .

_:node1837tdf48x60 a owl:Restriction ;
	owl:onProperty :s_execute ;
	owl:minCardinality "1"^^xsd:int .

:Agent rdfs:subClassOf _:node1837tdf48x61 .

_:node1837tdf48x61 a owl:Restriction ;
	owl:onProperty :estPropriete ;
	owl:minCardinality "1"^^xsd:int .

:Agent rdfs:subClassOf _:node1837tdf48x62 .

_:node1837tdf48x62 a owl:Class ;
	owl:complementOf :Hote .

:assureObjectif rdfs:domain _:node1837tdf48x63 .

_:node1837tdf48x63 a owl:Class ;
	owl:unionOf _:node1837tdf48x64 .

_:node1837tdf48x64 rdf:first :Mecanisme ;
	rdf:rest _:node1837tdf48x65 .

_:node1837tdf48x65 rdf:first :Protocole ;
	rdf:rest rdf:nil .

:capacite rdfs:domain _:node1837tdf48x66 .

_:node1837tdf48x66 a owl:Class ;
	owl:unionOf _:node1837tdf48x67 .

_:node1837tdf48x67 rdf:first :Memoire ;
	rdf:rest _:node1837tdf48x68 .

_:node1837tdf48x68 rdf:first :Storage ;
	rdf:rest rdf:nil .

:Entite rdfs:subClassOf _:node1837tdf48x69 .

_:node1837tdf48x69 a owl:Class ;
	owl:unionOf _:node1837tdf48x70 .

_:node1837tdf48x70 rdf:first :Agent ;
	rdf:rest _:node1837tdf48x71 .

_:node1837tdf48x71 rdf:first :Hôte ;
	rdf:rest rdf:nil .

:Hôte rdfs:subClassOf _:node1837tdf48x72 .

_:node1837tdf48x72 a owl:Class ;
	owl:complementOf :Agent .

:Mecanisme rdfs:subClassOf _:node1837tdf48x73 .

_:node1837tdf48x73 a owl:Class ;
	owl:unionOf _:node1837tdf48x74 .

_:node1837tdf48x74 rdf:first _:node1837tdf48x75 .

_:node1837tdf48x75 a owl:Class ;
	owl:oneOf _:node1837tdf48x76 .

_:node1837tdf48x76 rdf:first :Authentification ;
	rdf:rest rdf:nil .

_:node1837tdf48x74 rdf:rest _:node1837tdf48x77 .

_:node1837tdf48x77 rdf:first _:node1837tdf48x78 .

_:node1837tdf48x78 a owl:Class ;
	owl:oneOf _:node1837tdf48x79 .

_:node1837tdf48x79 rdf:first :Autorisation ;
	rdf:rest rdf:nil .

_:node1837tdf48x77 rdf:rest _:node1837tdf48x80 .

_:node1837tdf48x80 rdf:first _:node1837tdf48x81 .

_:node1837tdf48x81 a owl:Class ;
	owl:oneOf _:node1837tdf48x82 .

_:node1837tdf48x82 rdf:first :Controle-dacces ;
	rdf:rest rdf:nil .

_:node1837tdf48x80 rdf:rest _:node1837tdf48x83 .

_:node1837tdf48x83 rdf:first _:node1837tdf48x84 .

_:node1837tdf48x84 a owl:Class ;
	owl:oneOf _:node1837tdf48x85 .

_:node1837tdf48x85 rdf:first :Gestion-cle ;
	rdf:rest rdf:nil .

_:node1837tdf48x83 rdf:rest _:node1837tdf48x86 .

_:node1837tdf48x86 rdf:first _:node1837tdf48x87 .

_:node1837tdf48x87 a owl:Class ;
	owl:oneOf _:node1837tdf48x88 .

_:node1837tdf48x88 rdf:first :Identification ;
	rdf:rest rdf:nil .

_:node1837tdf48x86 rdf:rest rdf:nil .

:nom rdfs:domain _:node1837tdf48x89 .

_:node1837tdf48x89 a owl:Class ;
	owl:unionOf _:node1837tdf48x90 .

_:node1837tdf48x90 rdf:first <http://securitytoolbox.appspot.com/MASO#Antivirus> ;
	rdf:rest _:node1837tdf48x91 .

_:node1837tdf48x91 rdf:first :Cookie ;
	rdf:rest _:node1837tdf48x92 .

_:node1837tdf48x92 rdf:first :Proprietaire ;
	rdf:rest _:node1837tdf48x93 .

_:node1837tdf48x93 rdf:first :Software ;
	rdf:rest _:node1837tdf48x94 .

_:node1837tdf48x94 rdf:first <http://securitytoolbox.appspot.com/MASO#Virus> ;
	rdf:rest rdf:nil .

:Objectif rdfs:subClassOf _:node1837tdf48x95 .

_:node1837tdf48x95 a owl:Class ;
	owl:unionOf _:node1837tdf48x96 .

_:node1837tdf48x96 rdf:first _:node1837tdf48x97 .

_:node1837tdf48x97 a owl:Class ;
	owl:oneOf _:node1837tdf48x98 .

_:node1837tdf48x98 rdf:first :Confiance ;
	rdf:rest rdf:nil .

_:node1837tdf48x96 rdf:rest _:node1837tdf48x99 .

_:node1837tdf48x99 rdf:first _:node1837tdf48x100 .

_:node1837tdf48x100 a owl:Class ;
	owl:oneOf _:node1837tdf48x101 .

_:node1837tdf48x101 rdf:first :Confidentialite ;
	rdf:rest rdf:nil .

_:node1837tdf48x99 rdf:rest _:node1837tdf48x102 .

_:node1837tdf48x102 rdf:first _:node1837tdf48x103 .

_:node1837tdf48x103 a owl:Class ;
	owl:oneOf _:node1837tdf48x104 .

_:node1837tdf48x104 rdf:first :Disponibilite ;
	rdf:rest rdf:nil .

_:node1837tdf48x102 rdf:rest _:node1837tdf48x105 .

_:node1837tdf48x105 rdf:first _:node1837tdf48x106 .

_:node1837tdf48x106 a owl:Class ;
	owl:oneOf _:node1837tdf48x107 .

_:node1837tdf48x107 rdf:first :Imputabilite ;
	rdf:rest rdf:nil .

_:node1837tdf48x105 rdf:rest _:node1837tdf48x108 .

_:node1837tdf48x108 rdf:first _:node1837tdf48x109 .

_:node1837tdf48x109 a owl:Class ;
	owl:oneOf _:node1837tdf48x110 .

_:node1837tdf48x110 rdf:first :Integrite ;
	rdf:rest rdf:nil .

_:node1837tdf48x108 rdf:rest _:node1837tdf48x111 .

_:node1837tdf48x111 rdf:first _:node1837tdf48x112 .

_:node1837tdf48x112 a owl:Class ;
	owl:oneOf _:node1837tdf48x113 .

_:node1837tdf48x113 rdf:first :Non-repudiation ;
	rdf:rest rdf:nil .

_:node1837tdf48x111 rdf:rest rdf:nil .

:version rdfs:domain _:node1837tdf48x114 .

_:node1837tdf48x114 a owl:Class ;
	owl:unionOf _:node1837tdf48x115 .

_:node1837tdf48x115 rdf:first <http://securitytoolbox.appspot.com/MASO#Antivirus> ;
	rdf:rest _:node1837tdf48x116 .

_:node1837tdf48x116 rdf:first <http://securitytoolbox.appspot.com/MASO#X.509> ;
	rdf:rest rdf:nil .
