This commit is contained in:
Alex Wied
2026-06-30 19:44:27 -04:00
parent 28bcb28034
commit 617c4465fb
+1 -1
View File
@@ -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()?;