From 617c4465fb4fb8675aae4f1114933012d5ce7fd5755efc028fdc30e86af4d482 Mon Sep 17 00:00:00 2001 From: Alex Wied <543423+centromere@users.noreply.github.com> Date: Tue, 30 Jun 2026 19:44:27 -0400 Subject: [PATCH] . --- publish/src/rdf/materialize.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish/src/rdf/materialize.rs b/publish/src/rdf/materialize.rs index c859cf8..fa64948 100644 --- a/publish/src/rdf/materialize.rs +++ b/publish/src/rdf/materialize.rs @@ -71,7 +71,7 @@ pub fn super_properties(store: &mut Store) -> error::Result<()> { } } WHERE { GRAPH ?g1 { ?property rdfs:subPropertyOf+ ?parent } - OPTIONAL { GRAPH ?g2 { ?subject ?parent ?object } } + OPTIONAL { GRAPH ?g2 { ?subject ?property ?object } } }"#)?; let old_size = store.len()?;