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

omtd:DataMasking
  rdfs:label "Data masking"@en ;
  skos:prefLabel "Data masking"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:Anonymization .

omtd:Anonymization
  skos:inScheme omtd:ModelFunctionScheme ;
  skos:broader omtd:Annotation ;
  rdfs:comment "The task/process through which particular text segments or data units that allow the identification of a person are removed or replaced"@en ;
  a owl:NamedIndividual, omtd:ModelFunction, skos:Concept ;
  skos:narrower omtd:TextEncryption, omtd:DataMasking ;
  skos:prefLabel "Anonymisation"@en-GB, "Anonymization"@en ;
  rdfs:label "Anonymisation"@en-GB, "Anonymization"@en .

skos:Concept a owl:Class .
omtd:TextEncryption
  rdfs:label "Text encryption"@en ;
  skos:prefLabel "Text encryption"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:Anonymization .

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

omtd:ModelFunction
  rdfs:label "Model function"@en ;
  a owl:Class .

omtd:ModelFunctionScheme
  rdfs:label "Model Function Taxonomy"@en ;
  skos:prefLabel "Model Function Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme .

omtd:Annotation
  rdfs:label "Annotation"@en ;
  skos:prefLabel "Annotation"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:narrower omtd:Anonymization .

