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

contributorroles:#MetadataProduction
  skos:definition "Generating data documentation. For example, a study description covering study rationale, methodology, and other characteristics of the dataset as a whole; variable-level documentation (labels, frequencies, question text); references to study-related materials or publications, etc."@en ;
  skos:notation "MetadataProduction" ;
  skos:topConceptOf contributorroles: ;
  skos:inScheme contributorroles: ;
  skos:prefLabel "Metadata production"@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:#MetadataProduction .

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

