This commit is contained in:
Alex Wied
2026-06-10 14:16:25 -04:00
parent 550df42217
commit d6b54137e1
2 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ impl Publisher {
Message::SaveGraph(overwrite) => {
let client = self.http_client.clone();
let options = SerializationOptions::from_format(RdfFormat::Turtle)
.with_filter(self.ontology.exclude_read_only_predicate());
.with_filter(self.ontology.exclude_read_only());
let request = self
.document
.to_update(options)