Skip to content

Some IRIs not read correctly #4

@tilgovi

Description

@tilgovi

The code uses a regex to recognize IRIs in the object position during a get. The problem is that this regex does not recognize many IRIs that it should. In particular, an IRI may have any scheme and need not have slashes right after the scheme.

For example, try using "mailto:jane@example.com" in an object and it will interpreted as the @value of an object rather than as an @id (IRI).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions