Skip to content

Commit a467daa

Browse files
committed
Refactor
1 parent d74b90d commit a467daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/common/create_provenance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,10 @@ def run_sparql_query(graph: Graph) -> None:
403403
SELECT ?elementSize ?metricValue
404404
WHERE {
405405
?runAction a schema:CreateAction ;
406-
schema:object ?config ;
406+
schema:object ?object ;
407407
schema:result ?metric .
408408
409-
?config a schema:PropertyValue ;
409+
?object a schema:PropertyValue ;
410410
schema:exampleOfWork ?param .
411411
412412
?param a <https://bioschemas.org/FormalParameter> ;

0 commit comments

Comments
 (0)