We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, in our project we have following mapping rule
rr:subjectMap [rr:template "{module_iri}";]; rr:predicateObjectMap [ rr:predicate ex:property; rr:objectMap [ rr:column "comp_iri"; rr:termType rr:IRI ]; ].
In the module_iri and comp_iri columns are full IRIs. E.g. http://example.org#module_1
Unfortunately this produces sth like
<http://default.prefix.com/http://example.org#module_1> ex:property <http://default.prefix.com/http://example.org#comp_1>
As mentioned in #19 I tried to activate default.forceURI=true but that didn't help.
default.forceURI=true
I have an idea what might help with this issue. I'm going to push this to my fork and state a pull request.
The text was updated successfully, but these errors were encountered:
- fixed iri as template result getting prefixed with default.namespac…
2e7aa90
…e. refs nkons#37
No branches or pull requests
Hi,
in our project we have following mapping rule
In the module_iri and comp_iri columns are full IRIs. E.g.
http://example.org#module_1
Unfortunately this produces sth like
As mentioned in #19 I tried to activate
default.forceURI=true
but that didn't help.I have an idea what might help with this issue. I'm going to push this to my fork and state a pull request.
The text was updated successfully, but these errors were encountered: