Template:Workflow: Difference between revisions

From MaRDI portal
T4 reidelbach (talk | contribs)
T4 reidelbach (talk | contribs)
Line 315: Line 315:
       ?versioned
       ?versioned
       ?published
       ?published
      ?documented
        
        
WHERE {
WHERE {
Line 370: Line 371:
   }
   }
   BIND (IF(BOUND(?srcREPO), CONCAT('<a href="', STR(?srcREPO), '">Yes</a>'), "No") AS ?published)
   BIND (IF(BOUND(?srcREPO), CONCAT('<a href="', STR(?srcREPO), '">Yes</a>'), "No") AS ?published)
 
  # Documented
  OPTIONAL {
    ?softwareID wdt:P340 ?docu.
  }
  BIND (IF(BOUND(?docu), CONCAT('<a href="', STR(?docu), '">Yes</a>'), "No") AS ?documented)
    
    
  }
  }
GROUP BY ?ID ?Name ?Description ?Version ?versioned ?published
GROUP BY ?ID ?Name ?Description ?Version ?versioned ?published ?documented
| chart=bordercloud.visualization.DataTable
| chart=bordercloud.visualization.DataTable
| options=width=100%!
| options=width=100%!

Revision as of 11:29, 10 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