@prefix contributorroles: <https://ddialliance.org/Specification/DDI-CV/ContributorRole_1.0.html> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

contributorroles:
  skos:notation "ContributorRole" ;
  a skos:ConceptScheme .

contributorroles:#DataProcessing.DataValidation
  skos:definition "The process of checking data to ensure that all of them have acceptable values, that they are accurate, coherent, consistent, complete and in the expected format."@en ;
  skos:broader contributorroles:#DataProcessing ;
  skos:notation "DataProcessing.DataValidation" ;
  skos:inScheme contributorroles: ;
  skos:prefLabel "Data processing: Data validation"@en ;
  a skos:Concept .

contributorroles:#DataProcessing
  skos:notation "DataProcessing" ;
  skos:prefLabel "Data processing"@en ;
  a skos:Concept ;
  skos:narrower contributorroles:#DataProcessing.DataValidation .

