-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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
Labels
No labels