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

Using | in yaml description of datasets fails in graphdb backend, do we want that to work? #329

Open
francescalb opened this issue Feb 14, 2025 · 0 comments

Comments

@francescalb
Copy link
Contributor

francescalb commented Feb 14, 2025

This works:

datasets:
- "@id": https://something.eu/dfsløjsdgfa
  "@type": http://emmc.eu/onto/Concept
  title: Concept title
  description: "This works"
  creator: me
  contactPoint: unknownemail

This does not work

datasets:
- "@id": https://something.eu/dfsløjsdgfa
  "@type": http://emmc.eu/onto/Concept
  title: Concept title
  description: |
    This does not work
  creator: me
  contactPoint: unknownemail
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

No branches or pull requests

1 participant