-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Some SHACL 1.2 features won't cause errors in a 1.0-compatible engine but may lead to different validation results. Since we previously considered defining a profile for SHACL 1.0, we could also think about structuring the SHACL-SHACL shapes to support multiple profiles.
I see two options:
- Using node expressions to disable certain shapes
- Organize shapes in multiple files with imports, where each profile extends the previous one
For example:
core12
extendscore10
by adding additional shapessparql12
includescore12
See this PR where the discussion started.
VladimirAlexiev
Metadata
Metadata
Assignees
Labels
No labels