Skip to content

Commit 0518cf2

Browse files
committed
fix(ldes-client): ensure type of person is correctly consumed
1 parent f21c581 commit 0518cf2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/cuddly-poets-greet.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"app-gelinkt-notuleren": patch
3+
---
4+
5+
adjustment to ldes-client configuration: ensure the type of a person `http://www.w3.org/ns/person#Person` is correctly consumed into the public graph

config/ldes-client/processPage.ts

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ async function replaceExistingData() {
5151
VALUES ?type { person:Person }
5252
?versionedMember ?pNew ?oNew.
5353
VALUES ?pNew {
54+
rdf:type
55+
as:formerType
5456
dct:modified
5557
mu:uuid
5658
foaf:familyName

0 commit comments

Comments
 (0)