Skip to content

Support for rr:predicateMap? #31

@jensscheerlinck

Description

@jensscheerlinck

When trying to use a rr:predicateMap with a rr:column or rr:template value, the parsers produces no results.

Example:

rr:predicateObjectMap [
		rr:predicateMap [ rr:column 'TestColumn' ];
		rr:objectMap [
			rr:parentTriplesMap map:RechtsbronDocument; 
			rr:joinCondition [
				rr:child 'ChildColumn';
				rr:parent 'ParentColumn';
			]
		]
	].

I only get the desired triples when using rr:predicateMap [ rr:constant ex:test ] or rr:predicate ex:test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions