Skip to content

fix: loop to parse all derive attributes separated by a comma#5

Open
MarcAntoine-Arnaud wants to merge 1 commit intospruceid:mainfrom
luminvent:fix/parse_mulitple_attributes
Open

fix: loop to parse all derive attributes separated by a comma#5
MarcAntoine-Arnaud wants to merge 1 commit intospruceid:mainfrom
luminvent:fix/parse_mulitple_attributes

Conversation

@MarcAntoine-Arnaud
Copy link

No description provided.

@MarcAntoine-Arnaud
Copy link
Author

it will allow to merge:

#[ld(prefix("so" = "http://sample.org/"))]
#[ld(type = "so:Object")]

as

#[ld(prefix("so" = "http://sample.org/"), type = "so:Object")]

@MarcAntoine-Arnaud MarcAntoine-Arnaud force-pushed the fix/parse_mulitple_attributes branch from 3f40576 to 5d43165 Compare February 28, 2025 02:16
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.

1 participant

Comments