@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:staffTrainingOnDataProtectionAndSecurityAwareness
  skos:topConceptOf ms:TechnicalOrganisationalMeasureTaxonomy ;
  skos:closeMatch <https://w3id.org/dpv#DataProtectionTraining> ;
  skos:definition "Policies and procedures aiming to raise awareness of the staff on data protection regulation and measures as well as on security procedures and technologies"@en ;
  skos:prefLabel "Staff training on data protection and security awareness"@en ;
  skos:inScheme ms:TechnicalOrganisationalMeasureTaxonomy ;
  rdfs:label "Staff training on data protection and security awareness"@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:staffTrainingOnDataProtectionAndSecurityAwareness .

