Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RML namespace change? #195

Open
namedgraph opened this issue Jun 12, 2023 · 2 comments
Open

RML namespace change? #195

namedgraph opened this issue Jun 12, 2023 · 2 comments

Comments

@namedgraph
Copy link

namedgraph commented Jun 12, 2023

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?

@namedgraph
Copy link
Author

Looks like it's related to this: 19aeab2

@bjdmeest
Copy link
Collaborator

By changing the RML prefix at prefix.cc, we had a small bug in the YARRRML-parser. We pushed v1.5.0 today, could you update the yarrrml-parser and try again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants