Template:Workflow: Difference between revisions

From MaRDI portal
T4 reidelbach (talk | contribs)
T4 reidelbach (talk | contribs)
Line 687: Line 687:
     OPTIONAL {
     OPTIONAL {
       ?math_statement pq:P8 ?math_text.
       ?math_statement pq:P8 ?math_text.
       BIND(CONCAT("Yes: ", GROUP_CONCAT(DISTINCT STR(?math_text); separator=", ")) AS ?math_result)
       BIND(CONCAT("Yes: ", STR(?math_text)) AS ?math_result)
     }
     }
   }
   }
Line 746: Line 746:
     OPTIONAL {
     OPTIONAL {
       ?trans_statement pq:P8 ?trans_text.
       ?trans_statement pq:P8 ?trans_text.
       BIND(CONCAT("Yes: ", GROUP_CONCAT(DISTINCT STR(?trans_text); separator=", ")) AS ?trans_result)
       BIND(CONCAT("Yes: ", STR(?trans_text)) AS ?trans_result)
       }
       }
   }
   }

Revision as of 10:29, 17 December 2024


Available identifiers

Problem statement

Object of research and objective

Involved disciplines

    Model

    Variables

    Parameters

    Process information

    Process steps

    Applied methods

    Software used

    Hardware

    Input data

    Output data

    Reproducibility