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.