You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raised here. In the spirit of the current draft this would be possible as query:
# get all statements with same property on same entity with same value but different qualifiers
?subject ?property: # common entity and property
- value: ?value # first statement
P580: ?a # qualifier
- value: ?value # second statement, same value
P580: ?b # another qualifier
?a != ?b
The text was updated successfully, but these errors were encountered:
Raised here. In the spirit of the current draft this would be possible as query:
The text was updated successfully, but these errors were encountered: