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
References that contain parentheses are not translated correctly to RML.
Example YARRRML mappings:
sources: table: access: /Users/test.csv referenceFormulation: csv iterator: $ mappings: subjectTM: sources: - table s: $(Team) po: - p: http://www.wikidata.org/prop/direct/P2048 o: - value: $(Payroll (millions)) datatype: xsd:float
RML output:
<subjectTM_0> a rr:TriplesMap; rml:logicalSource [ a rml:LogicalSource; rml:source "/Users/test.csv"; rml:referenceFormulation ql:CSV; rml:iterator "$" ]; rr:subjectMap [ a rr:SubjectMap; rml:reference "Team"; ]; rr:predicateObjectMap [ rr:predicateMap [ a rr:PredicateMap; rr:constant <http://www.wikidata.org/prop/direct/P2048>; ]; rr:objectMap [ a rr:ObjectMap; rml:reference "Payroll (millions"; rr:datatype xsd:float ]; ].
The text was updated successfully, but these errors were encountered:
solving #88
93d66f7
Hi @TheRazorace, I think it's solved in dev. I will merge and create a new version :-)
dev
Sorry, something went wrong.
Merge pull request #89 from oeg-upm/dev
9a1461c
dachafra
No branches or pull requests
References that contain parentheses are not translated correctly to RML.
Example YARRRML mappings:
RML output:
The text was updated successfully, but these errors were encountered: