voidDistinctObjects constant
IriTerm
const voidDistinctObjects
distinctObjects from void vocabulary [Expects: http://www.w3.org/2001/XMLSchema#integer]
The total number of distinct objects in a void:Dataset. In other words, the number of distinct resources that occur in the object position of triples in the dataset. Literals are included in this count.
Can be used on: http://rdfs.org/ns/void#Dataset
Implementation
static const voidDistinctObjects = IriTerm(
'http://rdfs.org/ns/void#distinctObjects',
);