VCard constant
IRI for vcard:VCard
The vCard class is equivalent to the new Kind class, which is the parent for the four explicit types of vCards (Individual, Organization, Location, Group)
Implementation
static const VCard = IriTerm.prevalidated(
'http://www.w3.org/2006/vcard/ns#VCard',
);