Template:Workflow: Difference between revisions

From MaRDI portal
T4 reidelbach (talk | contribs)
T4 reidelbach (talk | contribs)
Line 313: Line 313:
       (GROUP_CONCAT(DISTINCT ?plLink; separator=", ") AS ?ProgrammingLanguage)
       (GROUP_CONCAT(DISTINCT ?plLink; separator=", ") AS ?ProgrammingLanguage)
       (GROUP_CONCAT(DISTINCT ?dpLink; separator=", ") AS ?Dependencies)
       (GROUP_CONCAT(DISTINCT ?dpLink; separator=", ") AS ?Dependencies)
       ?Versioned
       ?versioned
      ?published
        
        
WHERE {
WHERE {
Line 362: Line 363:
    
    
   # Versioned
   # Versioned
   BIND (IF(BOUND(?Version), "Yes", "No") AS ?Versioned)
   BIND (IF(BOUND(?Version), "Yes", "No") AS ?versioned)
 
  # Published
  OPTIONAL {
    ?softwareID wdt:P339 ?srcREPO.
    BIND (IF(BOUND(?srcREPO), CONCAT('<a href=',?srcREPO,'\'>', "Yes",'</a>'), "No") AS ?published)
  }
 
  }
  }
GROUP BY ?ID ?Name ?Description ?Version ?Versioned
GROUP BY ?ID ?Name ?Description ?Version ?versioned ?published
| chart=bordercloud.visualization.DataTable
| chart=bordercloud.visualization.DataTable
| options=width=100%!
| options=width=100%!

Revision as of 22:33, 9 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