Skip to content

Commit

Permalink
Merge pull request #214 from assemblee-virtuelle/Hotfix-MigrationPred…
Browse files Browse the repository at this point in the history
…icate

[patch] Change predicate from pair to as
  • Loading branch information
mguihal authored Dec 23, 2024
2 parents 87870d1 + 147f3cb commit 5b22647
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 5b22647

Please sign in to comment.