@prefix ms: <http://w3id.org/meta-share/meta-share/> .
@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#> .

ms:pseudonymisationOfPersonalData
  a skos:Concept, <https://w3id.org/dpv#TechnicalOrganisationalMeasure>, owl:NamedIndividual ;
  skos:topConceptOf ms:TechnicalOrganisationalMeasureTaxonomy ;
  skos:prefLabel "pseudonymization of personal data"@en, "pseudonymisation of personal data"@en-GB ;
  skos:closeMatch <https://w3id.org/dpv#Pseudonymisation> ;
  skos:inScheme ms:TechnicalOrganisationalMeasureTaxonomy ;
  skos:definition "Pseudonymisation means the processing of personal data in such a manner that the personal data can no longer be attributed to a specific data subject without the use of additional information, provided that such additional information is kept separately and is subject to technical and organisational measures to ensure that the personal data are not attributed to an identified or identifiable natural person"@en ;
  rdfs:label "pseudonymisation of personal data"@en-GB, "pseudonymization of personal data"@en .

<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: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:pseudonymisationOfPersonalData .

