@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/dpv#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:VulnerabilityTestingMethods metadata_def:mappingLoom "vulnerabilitytestingmethods" ; metadata_def:mappingSameURI ns0:VulnerabilityTestingMethods ; dct:contributor "Harshvardhan J. Pandit" ; dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ; a owl:Class, owl:NamedIndividual, skos:Concept, ns0:TechnicalMeasure ; rdfs:isDefinedBy <https://w3id.org/dpv#> ; rdfs:subClassOf owl:Thing ; ns1:term_status "accepted"@en ; skos:broader ns0:SecurityMethod ; skos:definition "Methods that assess or discover vulnerabilities in a system"@en ; skos:inScheme ns0:technical-measures-classes ; skos:prefLabel "Vulnerability Testing Methods"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/dpv#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:VulnerabilityTestingMethods
    metadata_def:mappingLoom "vulnerabilitytestingmethods" ;
    metadata_def:mappingSameURI ns0:VulnerabilityTestingMethods ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a owl:Class, owl:NamedIndividual, skos:Concept, ns0:TechnicalMeasure ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf owl:Thing ;
    ns1:term_status "accepted"@en ;
    skos:broader ns0:SecurityMethod ;
    skos:definition "Methods that assess or discover vulnerabilities in a system"@en ;
    skos:inScheme ns0:technical-measures-classes ;
    skos:prefLabel "Vulnerability Testing Methods"@en .