@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://securitytoolbox.appspot.com/MASO#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Confiance a ns0:Objectif . ns0:Confidentialite a ns0:Objectif . ns0:Disponibilite a ns0:Objectif . ns0:Imputabilite a ns0:Objectif . ns0:Integrite a ns0:Objectif . ns0:Non-repudiation a ns0:Objectif . ns0:Objectif metadata_def:mappingLoom "objectif" ; metadata_def:mappingSameURI ns0:Objectif ; metadata_def:prefLabel "Objectif" ; metadata:prefixIRI "Objectif" ; a owl:AnnotationProperty, owl:Class ; rdfs:subClassOf owl:Thing . ns0:assureAuthentification rdfs:range ns0:Objectif . ns0:assureObjectif rdfs:range ns0:Objectif . ns0:capableObjectif rdfs:range ns0:Objectif . ns0:estAssureMecanisme rdfs:domain ns0:Objectif . ns0:estAssureProtocole rdfs:domain ns0:Objectif . ns0:exigeObjectif rdfs:range ns0:Objectif .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://securitytoolbox.appspot.com/MASO#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Confiance
    a ns0:Objectif .

ns0:Confidentialite
    a ns0:Objectif .

ns0:Disponibilite
    a ns0:Objectif .

ns0:Imputabilite
    a ns0:Objectif .

ns0:Integrite
    a ns0:Objectif .

ns0:Non-repudiation
    a ns0:Objectif .

ns0:Objectif
    metadata_def:mappingLoom "objectif" ;
    metadata_def:mappingSameURI ns0:Objectif ;
    metadata_def:prefLabel "Objectif" ;
    metadata:prefixIRI "Objectif" ;
    a owl:AnnotationProperty, owl:Class ;
    rdfs:subClassOf owl:Thing .

ns0:assureAuthentification
    rdfs:range ns0:Objectif .

ns0:assureObjectif
    rdfs:range ns0:Objectif .

ns0:capableObjectif
    rdfs:range ns0:Objectif .

ns0:estAssureMecanisme
    rdfs:domain ns0:Objectif .

ns0:estAssureProtocole
    rdfs:domain ns0:Objectif .

ns0:exigeObjectif
    rdfs:range ns0:Objectif .