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

Fix two validation errors in PaNET_metadata.ttl #145

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

paulmillar
Copy link
Contributor

Motivation:

The Apache Jena tool riot discovered two problems with the current content of PaNET_metadata.ttl:

  • A multi-line text literal is not allowed for values contained within single quotes.
  • The set of assertions are not terminated with a dot.

Modification:

Switch string literal to use long-quote.

Add missing terminating dot.

Result:

The PaNET_metadata.ttl file is now valid Turtle.

Closes: #144

Motivation:

The Apache Jena tool `riot` discovered two problems with the current
content of `PaNET_metadata.ttl`:
  * A multi-line text literal is not allowed for values contained within
  single quotes.
  * The set of assertions are not terminated with a dot.

Modification:

Switch string literal to use long-quote.

Add missing terminating dot.

Result:

The `PaNET_metadata.ttl` file is now valid Turtle.

Closes: ExPaNDS-eu#144
Copy link
Collaborator

@rduyme rduyme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PaNET_metadata.ttl ok

@rduyme rduyme merged commit b3d9ec4 into ExPaNDS-eu:master Aug 22, 2024
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 this pull request may close these issues.

The PaNET_metadata.ttl is not valid Turtle
2 participants