yarrrml-parser icon indicating copy to clipboard operation
yarrrml-parser copied to clipboard

Cannot create named blank node as subject

Open bjdmeest opened this issue 1 year ago • 1 comments

Issue type: :bug: Bug

Description

I wanna build something like https://rml.io/test-cases/#rmltc0001b-csv , but YARRRML below doesn't contain the termtype

Steps

mappings:
  loc:
    s:
      value: $(ID)_$(loc)
      type: blank

becomes (snippet)

map:s_000 rml:reference "firstname" ;
	rdf:type rr:SubjectMap .

Environment

Matey, and latest yarrrml-parser (1.5.2)

bjdmeest avatar Jun 22 '23 09:06 bjdmeest