hello,
In the Options list of my unit test, i’d like to use abbreviated IRI notation. For example:
test(t1,[all(V = [my_ns:a])) :- % my_ns:a refers to 'http://bla.fr/a'
...
I suppose, I need to add a rdf_meta
declaration, but I am not entirely sure what it should look like. Is there a way to achieve this, or should i’d be rather using the expanded URIs?
thanks,
Joost