Closed valentinoli closed 2 years ago
authors: Valentin Oliver Loftsson <valentin@hestia.ai> prefixes: ex: http://www.example.com/ schema: http://schema.org/ sources: impressions: access: ad-impressions.js referenceFormulation: jsonpath iterator: $.*.ad.adsUserData.adImpressions.impressions[*] mappings: impression: sources: - impressions po: - [ex:targetingCriteria, $(matchedTargetingCriteria)]
For this mapping RocketRML returns:
<subject> <http://www.example.com/targetingCriteria> "\"[object Object],[object Object]\"" .
However, RMLMapper (Java implementation) returns:
<subject> <http://www.example.com/targetingCriteria> "{targetingType=Languages, targetingValue=French}". <subject> <http://www.example.com/targetingCriteria> "{targetingType=Age, targetingValue=35 and up}".
Closed for inactivity
This has been documented on the Wiki
(ignore that mention, was on wrong ticket)
For this mapping RocketRML returns:
However, RMLMapper (Java implementation) returns: