Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions src/JsonLd/HydraContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,10 @@
'@id' => 'hydra:memberAssertion',
'label' => 'member assertion',
'comment' => 'Semantics of each member provided by the collection.',
'domain' => 'hydra:Collection',
'domainIncludes' => [
'hydra:Collection',
'hydra:Class',
],
'isDefinedBy' => 'http://www.w3.org/ns/hydra/core',
'vs:term_status' => 'testing',
],
Expand Down Expand Up @@ -716,7 +719,10 @@
'label' => 'variable representation',
'comment' => 'The representation format to use when expanding the IRI template.',
'range' => 'hydra:VariableRepresentation',
'domain' => 'hydra:IriTemplateMapping',
'domainIncludes' => [
'hydra:IriTemplateMapping',
'hydra:IriTemplate',
],
'isDefinedBy' => 'http://www.w3.org/ns/hydra/core',
'vs:term_status' => 'testing',
],
Expand Down
Loading