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

Support sh:ignoredProperties #2

Closed
philbarker opened this issue Jan 17, 2022 · 1 comment
Closed

Support sh:ignoredProperties #2

philbarker opened this issue Jan 17, 2022 · 1 comment

Comments

@philbarker
Copy link
Owner

When a shape is closed it would be useful to suppor sh:ignoredProperties: a list of properties that ignored: i.e. allowed in the shape but have no associated TAP propertyContraint / sh:PropertyShape.

Heading in shapes csv would ignoreProps, which would then be a key in the python AP shapes dict.

@philbarker
Copy link
Owner Author

Test example is the Person shape in the example provided in the shacl spec:

ex:ClosedShapeExampleShape
	a sh:NodeShape ;
	sh:targetNode ex:Alice, ex:Bob ;
	sh:closed true ;
	sh:ignoredProperties (rdf:type) ;
...

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