Skip to content

Bugfix/n3 format#59

Closed
ylebre wants to merge 2 commits intomainfrom
bugfix/n3-format
Closed

Bugfix/n3 format#59
ylebre wants to merge 2 commits intomainfrom
bugfix/n3-format

Conversation

@ylebre
Copy link
Copy Markdown
Collaborator

@ylebre ylebre commented Jun 1, 2022

This changes the format for multiple lines so that the middle line has a ; on the end instead of a '.';

It goes from

@prefix solid: <http://www.w3.org/ns/solid/terms#>.
<#foo> a solid:InsertDeletePatch;
  solid:deletes { <#hello> <#linked> <#world> .}.
  solid:inserts { <#hello> <#linked> <#world> .}.

to

@prefix solid: <http://www.w3.org/ns/solid/terms#>.
<#patch> a solid:InsertDeletePatch;
  solid:deletes { <#hello> <#linked> <#world> .};
  solid:inserts { <#hello> <#linked> <#world> .}.

@ylebre ylebre requested a review from michielbdejong June 1, 2022 11:37
@michielbdejong
Copy link
Copy Markdown
Collaborator

Yes! I already added this to #58 in 85d5608 - closing this as a duplicate.

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.

2 participants