bottomDataProperty constant

IriTerm const bottomDataProperty

bottomDataProperty [Expects: http://www.w3.org/2000/01/rdf-schema#Literal]

The data property that does not relate any individual to any data value.

Can be used on: http://www.w3.org/2002/07/owl#Thing

Implementation

static const bottomDataProperty = IriTerm.prevalidated(
  'http://www.w3.org/2002/07/owl#bottomDataProperty',
);