subClassOf property

IriTerm? subClassOf
final

The superclass for this resource in define mode.

When using the .define() constructor, this field can optionally specify an rdfs:subClassOf relationship. It is null for all other constructors.

Implementation

final IriTerm? subClassOf;