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