We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74b90d commit a467daaCopy full SHA for a467daa
benchmarks/common/create_provenance.py
@@ -403,10 +403,10 @@ def run_sparql_query(graph: Graph) -> None:
403
SELECT ?elementSize ?metricValue
404
WHERE {
405
?runAction a schema:CreateAction ;
406
- schema:object ?config ;
+ schema:object ?object ;
407
schema:result ?metric .
408
409
- ?config a schema:PropertyValue ;
+ ?object a schema:PropertyValue ;
410
schema:exampleOfWork ?param .
411
412
?param a <https://bioschemas.org/FormalParameter> ;
0 commit comments