@prefix clarin_el: <http://w3id.org/clarin_el_dictionary/> .
@prefix ns0: <http://purl.obolibrary.org/obo/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

clarin_el:dataMasking
  ns0:IAO_0000119 "adapted from Wikipedia" ;
  skos:exactMatch omtd:DataMasking ;
  skos:definition "the process of hiding original data with modified content (characters or other data) in order to protect data classified as personal identifiable data, or sensitive data"@en, "η διαδικασία της απόκρυψης πρωτότυπων δεδομένων και της αντικατάστασής τους με τροποποιημένο περιεχόμενο (χαρακτήρες ή άλλα δεδομένα) με σκοπό την προστασία δεδομένων που έχουν κατηγοριοποιηθεί ως προσωπικά δεδομένα ή δεδομένα με ευαίσθητο περιεχόμενο"@el ;
  skos:prefLabel "data masking"@en, "απόκρυψη δεδομένων"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:anonymization ;
  a skos:Concept .

ns0:IAO_0000119
  rdfs:comment "Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007"@en ;
  rdfs:label "πηγή ορισμού"@el, "definition source"@en .

clarin_el:lrtInfrastructureScheme
  skos:prefLabel "Λεξικό CLARIN:EL"@el, "CLARIN:EL Dictionary"@en ;
  a skos:ConceptScheme .

clarin_el:anonymization
  skos:prefLabel "anonymization"@en, "ανωνυμοποίηση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:dataMasking .

