rdfValue constant
        
        IriTerm
        const rdfValue
        
      
      
value from rdf vocabulary [Expects: http://www.w3.org/2000/01/rdf-schema#Resource]
Idiomatic property used for structured values.
Can be used on: http://www.w3.org/2000/01/rdf-schema#Resource
Implementation
static const rdfValue = const IriTerm(
  'http://www.w3.org/1999/02/22-rdf-syntax-ns#value',
);