Skip to content

Condition on single object is ignored #21

@pheyvaer

Description

@pheyvaer

A condition on a single object is ignored, i.e., the corresponding RML rules for the condition are not generated.

An example YARRRML document is

prefixes:
  ex: http://example.org/

mappings:
  test:
    sources:
      - [data/papers.csv~csv]
    s: ex:$(id)
    po:
      - p: a
        o:
          - value: ex:MyClass
            type: iri
            condition:
              function: fn:equal
              parameters:
                - [ex:value1, $(type)]
                - [ex:value2, woop]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions