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

contributorroles:#Other
  skos:definition "Use if the role is known but not in the list. Can be mapped to the roles 'RelatedPerson', 'Producer', and 'Work Package Leader' in DataCite."@en ;
  skos:notation "Other" ;
  skos:topConceptOf contributorroles: ;
  skos:inScheme contributorroles: ;
  skos:prefLabel "Other"@en ;
  a skos:Concept .

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

