RMLio / yarrrml-parser

A YARRRML parser library and CLI in Javascript
MIT License
41 stars 17 forks source link

Fix creation of NamedNode instead of Literal when object is marked with ~iri #202

Closed marcelomachado closed 11 months ago

marcelomachado commented 11 months ago

This PR solves the issue #201

bjdmeest commented 11 months ago

I'll have a look, this probably has an effect on the current test cases

marcelomachado commented 11 months ago

@bjdmeest I tested before submit the PR. But I've realized you created some test cases for this change, thank you!