Skip to content

types_values in DCQL should refer to expanded form #511

@awoie

Description

@awoie

Currently, the DCQL query param for W3C VCs to specify the type value uses types_values which is ambiguous.

The following examples refer to different type values:

{
  "@context": "https://example.com/person/1",
  "@type": "Person"
}
{
  "@context": "https://example.com/other/1",
  "@type": "Person"
}

How to solve this:

Say that types_values have to refer to the expanded form of the type values, e.g., https://example.com/person/1#Person, https://example.com/other/1#Person.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions