Skip to content

Commit

Permalink
fix: Change predicate from pair to as
Browse files Browse the repository at this point in the history
  • Loading branch information
mguihal committed Dec 23, 2024
1 parent 87870d1 commit 147f3cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
query: `
SELECT ?s
WHERE {
?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://virtual-assembly.org/ontologies/pair#Person>
?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://www.w3.org/ns/activitystreams#Person>
}
`,
webId: 'system',
Expand Down

0 comments on commit 147f3cb

Please sign in to comment.