copyrightHolder constant
        
        IriTerm
        const copyrightHolder
        
      
      
copyrightHolder [Expects: https://schema.org/Organization, https://schema.org/Person]
The party holding the legal copyright to the CreativeWork.
Can be used on: https://schema.org/CreativeWork
Implementation
static const copyrightHolder = const IriTerm(
  'https://schema.org/copyrightHolder',
);