@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ms: <http://w3id.org/meta-share/meta-share/> .

<https://w3id.org/dpv#TechnicalOrganisationalMeasure>
  rdfs:label "Technical and Organisational Measure"@en ;
  a owl:NamedIndividual, owl:Class, skos:Concept .

skos:Concept a owl:Class .
owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

ms:networkAndCommunicationSecurity
  skos:topConceptOf ms:TechnicalOrganisationalMeasureTaxonomy ;
  skos:definition "Methods, technologies and procedures aiming to protect network and communication systems and data stored in them"@en ;
  skos:broadMatch <https://w3id.org/dpv#SecurityMethod> ;
  skos:prefLabel "Network and communication security"@en ;
  skos:inScheme ms:TechnicalOrganisationalMeasureTaxonomy ;
  rdfs:label "Network and communication security"@en ;
  a <https://w3id.org/dpv#TechnicalOrganisationalMeasure>, owl:NamedIndividual, skos:Concept .

ms:TechnicalOrganisationalMeasureTaxonomy
  rdfs:label "Technical and Organisational Measure Taxonomy"@en ;
  skos:prefLabel "Technical and Organisational Measure Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme ;
  skos:hasTopConcept ms:networkAndCommunicationSecurity .

