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

contributorroles:#EthicsReview
  skos:definition "Reviewing whether a research proposal or study complies with ethical principles based on legislation or approved ethical guidelines (soft legislation)."@en ;
  skos:notation "EthicsReview" ;
  skos:topConceptOf contributorroles: ;
  skos:inScheme contributorroles: ;
  skos:prefLabel "Ethics review"@en ;
  a skos:Concept .

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

