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

contributorroles:#DataManagement
  skos:definition "Development and execution of architectures, policies, practices and procedures to handle data at any stage of its life cycle. Includes processes and activities related to the selection, organization and integration of data, their annotation, as well as their publication and preservation so that the data maintain their value over time, and remain available for reuse."@en ;
  skos:notation "DataManagement" ;
  skos:topConceptOf contributorroles: ;
  skos:inScheme contributorroles: ;
  skos:prefLabel "Data management"@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:#DataManagement .

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

