Template:Workflow: Difference between revisions
From MaRDI portal
No edit summary |
|||
| Line 450: | Line 450: | ||
?Size | ?Size | ||
(?DataType AS ?Data_Type) | (?DataType AS ?Data_Type) | ||
(?RepresentationFormat AS ?Representation_Format) | |||
(?FileFormat AS ?File_Format) | (?FileFormat AS ?File_Format) | ||
(?BinaryOrText AS ?Binary_Text) | (?BinaryOrText AS ?Binary_Text) | ||
| Line 512: | Line 513: | ||
BIND (CONCAT('<a href=\'/wiki/Item:',?datatypeQID,'\'>',?datatypeLabel,'</a>') as ?DataType) | BIND (CONCAT('<a href=\'/wiki/Item:',?datatypeQID,'\'>',?datatypeLabel,'</a>') as ?DataType) | ||
} | |||
# Representation Format | |||
OPTIONAL { | |||
?inputID p:P557 ?statement_rf. | |||
?statement_rf ps:P557 ?representationID. | |||
?statement_rf pq:P560 ?qualifier2. | |||
FILTER (?qualifier2 = wd:Q6534222) | |||
?representationID rdfs:label ?representationLabel. | |||
FILTER (lang(?representationLabel) = 'en') | |||
BIND(replace( xsd:string(?representationID), | |||
'https://portal.mardi4nfdi.de/entity/', | |||
'') as ?representationQID) | |||
BIND (CONCAT('<a href=\'/wiki/Item:',?representationQID,'\'>',?representationLabel,'</a>') as ?RepresentationFormat) | |||
} | } | ||
| Line 564: | Line 580: | ||
} | } | ||
} GROUP BY ?ID ?Name ?Description ?Size ?DataType ?FileFormat ?BinaryOrText ?Proprietary ?toPublish ?toArchive | } GROUP BY ?ID ?Name ?Description ?Size ?DataType ?RepresentationFormat ?FileFormat ?BinaryOrText ?Proprietary ?toPublish ?toArchive | ||
| chart=bordercloud.visualization.DataTable | | chart=bordercloud.visualization.DataTable | ||
Revision as of 11:54, 3 January 2025