identifier constant
        
        IriTerm
        const identifier
        
      
      
identifier [Expects: http://www.w3.org/2000/01/rdf-schema#Literal]
An unambiguous reference to the resource within a given context.
Can be used on all classes in this vocabulary
Implementation
static const identifier = const IriTerm(
  'http://purl.org/dc/terms/identifier',
);