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

contributorroles:#DataAnalysis
  skos:definition "The process of investigating the data to help answer research questions and reach conclusions."@en ;
  skos:notation "DataAnalysis" ;
  skos:topConceptOf contributorroles: ;
  skos:inScheme contributorroles: ;
  skos:prefLabel "Data analysis"@en ;
  a skos:Concept .

<https://w3id.org/zpid/vocabs/contributorroles/datawiz>
  skos:prefLabel "Rollen für Beitragende für DataWiz"@de, "Contributor Roles for DataWiz"@en ;
  a skos:Collection ;
  skos:member contributorroles:#DataAnalysis .

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

