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

Embed shapes with anonymous nodes #304

Open
labra opened this issue Aug 27, 2020 · 0 comments
Open

Embed shapes with anonymous nodes #304

labra opened this issue Aug 27, 2020 · 0 comments

Comments

@labra
Copy link
Member

labra commented Aug 27, 2020

A shape like the following:

:S {
 & _:genid0
}
_:genid0 {
 :p  xsd:string
}

is equivalent to

:S {
 :p xsd:string
}

Implement a linter algorithm to simplify these shapes.

This is important to clean the results generated by the SHACL->ShEx converter (#113)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant