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

contributorroles:#Contact
  skos:notation "Contact" ;
  skos:prefLabel "Contact"@en ;
  a skos:Concept .

contributorroles:#MetadataProduction
  skos:notation "MetadataProduction" ;
  skos:prefLabel "Metadata production"@en ;
  a skos:Concept .

contributorroles:#DataManagement
  skos:notation "DataManagement" ;
  skos:prefLabel "Data management"@en ;
  a skos:Concept .

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

contributorroles:#DataAnalysis
  skos:notation "DataAnalysis" ;
  skos:prefLabel "Data analysis"@en ;
  a skos:Concept .

contributorroles:#DataCollection
  skos:notation "DataCollection" ;
  skos:prefLabel "Data collection"@en ;
  a skos:Concept .

contributorroles:#ProjectOrStudyDesign
  skos:notation "ProjectOrStudyDesign" ;
  skos:prefLabel "Project/Study design"@en ;
  a skos:Concept .

<https://w3id.org/zpid/vocabs/contributorroles/datawiz>
  skos:definition "Eine Auswahl von möglichen Beitragenden-Rollen aus dem DDI-Vokabular 'contributor roles'."@de, "A selection of contributor roles from the DDI vocabulary that are relevant for the DataWiz project."@en ;
  skos:member contributorroles:#Contact, contributorroles:#MetadataProduction, contributorroles:#DataManagement, contributorroles:#DataProcessing, contributorroles:#DataAnalysis, contributorroles:#DataCollection, contributorroles:#ProjectOrStudyDesign ;
  skos:prefLabel "Rollen für Beitragende für DataWiz"@de, "Contributor Roles for DataWiz"@en ;
  a skos:Collection .

