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

contributorroles:#DataCollection
  skos:definition "Activities relating to the process of gathering data in an established, systematic fashion that enables answering the stated research questions, testing hypotheses, and evaluating outcomes. Maps to 'DataCollector' in DataCite."@en ;
  skos:notation "DataCollection" ;
  skos:topConceptOf contributorroles: ;
  skos:inScheme contributorroles: ;
  skos:prefLabel "Data collection"@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:#DataCollection .

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

