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

contributorroles:#Sponsorship
  skos:definition "Providing support for research or for other work or activities. Includes in-kind support, for example, providing staff time, facilities or instrumentation. Maps to 'Sponsor' in DataCite."@en ;
  skos:notation "Sponsorship" ;
  skos:topConceptOf contributorroles: ;
  skos:inScheme contributorroles: ;
  skos:prefLabel "Sponsorship"@en ;
  a skos:Concept .

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

