gs1CertificationSubject constant
certificationSubject from gs1 vocabulary [Expects: http://www.w3.org/2002/07/owl#Thing]
References the object (e.g. product, asset, container), party or location being certified. If multiple values are specified, the certification details apply to the logical conjunction (AND) of groups of different types, while a logical disjunction (OR) applies within each group of the same type. For example, two sibling organisations O1 and O2 can process products P1 and P2 at locations L1 and L2: meaning that either organisation can process either product at either location (OR); but the certificate holds for the combinations of organisation (either O1 OR O2) AND product (either P1 OR P2) AND location (either L1 OR L2)
Can be used on: https://ref.gs1.org/voc/CertificationDetails
Implementation
static const gs1CertificationSubject = IriTerm(
'https://ref.gs1.org/voc/certificationSubject',
);