We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21c581 commit 0518cf2Copy full SHA for 0518cf2
.changeset/cuddly-poets-greet.md
@@ -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
@@ -51,6 +51,8 @@ async function replaceExistingData() {
51
VALUES ?type { person:Person }
52
?versionedMember ?pNew ?oNew.
53
VALUES ?pNew {
54
+ rdf:type
55
+ as:formerType
56
dct:modified
57
mu:uuid
58
foaf:familyName
0 commit comments