Skip to content

Fix IdentifiedObject SHACL path subjects#79

Open
wenxiaojie1 wants to merge 1 commit into
entsoe:mainfrom
wenxiaojie1:fix-identified-object-shacl-this
Open

Fix IdentifiedObject SHACL path subjects#79
wenxiaojie1 wants to merge 1 commit into
entsoe:mainfrom
wenxiaojie1:fix-identified-object-shacl-this

Conversation

@wenxiaojie1

Copy link
Copy Markdown

Summary

  • Replace ?s $PATH ?value with $this $PATH ?value in the four IdentifiedObject SHACL string-length SPARQL constraints called out in the issue.
  • Keep the query subject aligned with the selected $this focus node.

Validation

  • Confirmed the four issue-referenced lines now use $this $PATH ?value.
  • Ran git diff --check.

Note: I could not run a local Turtle parse because rdflib is not installed in this environment.

Closes #76

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.

Typos in queries: ?s instead of $this

1 participant