Skip to content

Spurious warning about invalid valueNodeType when added in extra_value_node_types #17

Description

@philbarker

I'm using the csvreader() method in another program. The TAP I am reading has one entry of valueNodeType of IRI BNODE (line 8). The dctap yaml config I am using has

extra_value_node_types:
 - iri bnode

but still I get {'valueNodeType': ["'iri bnode' is not a valid node type."]} in the "warnings_dict"

(I understand the values should be case-insensitive, but I've also tried IRI BNODE in the YAML config and it made no difference.)

The file loads fine and I can use it, but I think this is a spurious warning.

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

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions