HasSkosMembers
SKOS membership of a concept collection.
A SKOS collection gathers concepts that belong together without being part of
the hierarchy (see HasSkosRelations for the hierarchy). Its member
list is polymorphic : a member is either a Concept or a nested
Collection. The reflection hydrator dispatches each member on its
@type discriminator (falling back to Concept otherwise).
Like the other SKOS links, member is nullable and traversal-only, and
accepts a bare reference string, an AQL-projected associative array, or a
hydrated object.
Tags
Table of Contents
Properties
- $member : array<string|int, Concept|Collection>|string|null
- skos:member — the concepts and/or nested collections this collection gathers.
Properties
$member
skos:member — the concepts and/or nested collections this collection gathers.
public
array<string|int, Concept|Collection>|string|null
$member
Attributes
- #[HydrateWith]
- \xyz\oihana\schema\thesaurus\Concept::class
- \xyz\oihana\schema\thesaurus\Collection::class