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

contributorroles:#ProjectOrStudyDesign
  skos:definition "Describing the rationale, and putting together a specific plan for conducting a study or research project."@en ;
  skos:narrower contributorroles:#ProjectOrStudyDesign.WeightsDesign, contributorroles:#ProjectOrStudyDesign.StandardsDevelopment, contributorroles:#ProjectOrStudyDesign.MethodologyDevelopment, contributorroles:#ProjectOrStudyDesign.InstrumentDesign, contributorroles:#ProjectOrStudyDesign.DataModeling, contributorroles:#ProjectOrStudyDesign.Conceptualization ;
  skos:notation "ProjectOrStudyDesign" ;
  skos:topConceptOf contributorroles: ;
  skos:inScheme contributorroles: ;
  skos:prefLabel "Project/Study design"@en ;
  a skos:Concept .

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

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

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

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

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

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

<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:#ProjectOrStudyDesign .

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

