owlSameAs constant
        
        IriTerm
        const owlSameAs
        
      
      
sameAs from owl vocabulary [Expects: http://www.w3.org/2002/07/owl#Thing]
The property that determines that two given individuals are equal.
Can be used on: http://www.w3.org/2002/07/owl#Thing
Implementation
static const owlSameAs = const IriTerm(
  'http://www.w3.org/2002/07/owl#sameAs',
);