Skip to content

RML namespace change? #195

@namedgraph

Description

@namedgraph

Issue type: ❓ Question

Suddenly our CI tests using yarrrml-parser started failing. It looks like somehow the RML namespace has changed?

Locally I have version 1.3.5 and this is the output I get:

@prefix rml: <http://semweb.mmlab.be/ns/rml#>.

On GitHub actions we are installing the same version:

      - name: Install yarrrml-parser
        run: npm i -g @rmlio/[email protected]

but we're getting a different namespace:

@prefix rml: <http://w3id.org/rml/>.

Can you help me understand what is going on here? And how do I address this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions