Skip to content

[FUTURE]: Handle this more generically #63

Description

@todo

// TODO [FUTURE]: Handle this more generically
let inTermtypes = ['NamedNode', 'BlankNode', 'Literal'];
const inConstraint = constraints.restrictions?.termType?.in;
if (Array.isArray(inConstraint) && inConstraint.every((x) => typeof x === 'string')) {
const newTermTypes = [];
for (const term of inTermtypes) {


This issue was generated by todo based on a TODO comment in 720780b when #62 was merged. cc @schimatos.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions