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
Describe the bug Considering a SubjectMap s: ex:person/$(firstname) and a prefix ex, the prefix is not resolved when generating the SubjectMap.
s: ex:person/$(firstname)
ex
To Reproduce Use this mapping file
prefixes: ex: "http://example.com/" mappings: person: sources: - ['persons.json~jsonpath', '$.persons[*]'] s: ex:person/$(firstname) po: - [a, foaf:Person]
Expected behavior In the SubjectMap generated the ex: is resolved as http://example.com/.
ex:
http://example.com/
rr:subjectMap [ a rr:SubjectMap; rr:template "http://example.com/person/{firstname}"; ];
The text was updated successfully, but these errors were encountered:
resolving prefixes in templates (issue #68)
b33da5f
Sorry for the late fix, but now prefixes are substituted in any TermMap with reference and prefixes.
Sorry, something went wrong.
solving #68 and #71
ba4dbe7
Merge pull request #73 from oeg-upm/constant-prefixes
321e00b
dachafra
No branches or pull requests
Describe the bug
Considering a SubjectMap
s: ex:person/$(firstname)
and a prefixex
, the prefix is not resolved when generating the SubjectMap.To Reproduce
Use this mapping file
Expected behavior
In the SubjectMap generated the
ex:
is resolved ashttp://example.com/
.The text was updated successfully, but these errors were encountered: