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

fix: Find the right doap when looking for by ForWhat #3460

Merged
merged 3 commits into from
Jan 17, 2025
Merged

Conversation

seakayone
Copy link
Contributor

@seakayone seakayone commented Jan 16, 2025

Pull Request Checklist

This bug only surfaces when updating some dependencies.

Hence this needs to be merged before #3456

Task Description/Number

Issue Number: DEV-

PR Type

  • build/chore: maintenance tasks (no production code change)
  • docs: documentation changes (no production code change)
  • feat: represents new features
  • fix: represents bug fixes
  • perf: performance improvements
  • refactor: represents production code refactoring
  • test: adding or refactoring tests (no production code change)
  • deprecated: Deprecation warning (ideally referencing a migration guide)

Basic requirements for bug fixes and features

  • Tests for the changes have been added
  • Docs have been added / updated

Does this PR introduce a breaking change?

  • Yes

@seakayone seakayone enabled auto-merge (squash) January 16, 2025 14:41
case Property(prop) =>
pattern
.andHas(Vocabulary.KnoraAdmin.forProperty, Rdf.iri(prop.value))
.filterNotExists(p.has(Vocabulary.KnoraAdmin.forResourceClass, variable("rc")))
Copy link
Contributor Author

@seakayone seakayone Jan 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The filterNotExists prevents another ResourceClassAndProperty to match.

@seakayone seakayone disabled auto-merge January 17, 2025 08:43
@seakayone seakayone merged commit 265cb99 into main Jan 17, 2025
7 checks passed
@seakayone seakayone deleted the fix/daop-repo branch January 17, 2025 10:27
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.

3 participants