Template:Workflow: Difference between revisions
From MaRDI portal
(4 intermediate revisions by the same user not shown) | |||
Line 158: | Line 158: | ||
(GROUP_CONCAT(DISTINCT ?outputLink; separator=", ") AS ?Output) | (GROUP_CONCAT(DISTINCT ?outputLink; separator=", ") AS ?Output) | ||
(GROUP_CONCAT(DISTINCT ?methodLink; separator=", ") AS ?Method) | (GROUP_CONCAT(DISTINCT ?methodLink; separator=", ") AS ?Method) | ||
(GROUP_CONCAT(DISTINCT ? | (GROUP_CONCAT(DISTINCT ?environmentLink; separator=", ") AS ?Environment) | ||
(GROUP_CONCAT(DISTINCT ?disciplineLink; separator=", ") AS ?Discipline) | (GROUP_CONCAT(DISTINCT ?disciplineLink; separator=", ") AS ?Discipline) | ||
Line 221: | Line 221: | ||
?environmentID rdfs:label ?environmentLabel. | ?environmentID rdfs:label ?environmentLabel. | ||
FILTER (lang(?environmentLabel) = 'en') | FILTER (lang(?environmentLabel) = 'en') | ||
BIND(replace( xsd:string(?environmentID), | |||
'https://portal.mardi4nfdi.de/entity/', | |||
'') as ?environmentQID) | |||
BIND (CONCAT('<a href=\'/wiki/Item:',?environmentQID,'\'>',?environmentLabel,'</a>') as ?environmentLink) | |||
} | } | ||
Line 245: | Line 249: | ||
}} | }} | ||
</div> | </div> | ||
=== Applied methods === | === Applied methods === | ||
<div class='no-pagination no-filter'> | <div class='no-pagination no-filter'> | ||
Line 444: | Line 449: | ||
?Size | ?Size | ||
(?DataStructure AS ?Data_Structure) | (?DataStructure AS ?Data_Structure) | ||
?ExchangeFormat | (?ExchangeFormat AS ?Exchange_Format) | ||
?BinaryOrText | (?BinaryOrText AS ?Binary_Text) | ||
?Proprietary | ?Proprietary | ||
?toPublish | (?toPublish AS ?to_Publish) | ||
?toArchive | (?toArchive AS ?to_Archive) | ||
WHERE { | WHERE { | ||
Line 553: | Line 558: | ||
<div class="no-pagination no-filter"> | <div class="no-pagination no-filter"> | ||
{{#sparql: | {{#sparql: | ||
SELECT | |||
SELECT ?Name | |||
?Size | ?Size | ||
?DataStructure | (?DataStructure AS ?Data_Structure) | ||
?ExchangeFormat | (?ExchangeFormat AS ?Exchange_Format) | ||
?BinaryOrText | (?BinaryOrText AS ?Binary_Text) | ||
?Proprietary | ?Proprietary | ||
?toPublish | (?toPublish AS ?to_Publish) | ||
?toArchive | (?toArchive AS ?to_Archive) | ||
WHERE { | WHERE { | ||
Line 669: | Line 674: | ||
?Runtime | ?Runtime | ||
?Result | ?Result | ||
?OriginalPlatform | (?OriginalPlatform AS ?Original_Platform) | ||
?CrossPlatform | (?CrossPlatform AS ?Cross_Platform) | ||
?Transferability | ?Transferability | ||
Latest revision as of 10:22, 19 December 2024