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

contributorroles:#Evaluation
  skos:definition "Assessing quality, worth and significance. Includes, for example, establishing evaluation criteria, gathering evaluation inputs and conducting the process of evaluation."@en ;
  skos:notation "Evaluation" ;
  skos:topConceptOf contributorroles: ;
  skos:inScheme contributorroles: ;
  skos:prefLabel "Evaluation"@en ;
  a skos:Concept .

contributorroles:
  skos:notation "ContributorRole" ;
  a skos:ConceptScheme ;
  skos:hasTopConcept contributorroles:#Evaluation .

