Template:Workflow: Difference between revisions
From MaRDI portal
Line 82: | Line 82: | ||
# Extract symbol and quantity label | # Extract symbol and quantity label | ||
BIND(STRBEFORE(?cleanedStatement, ",") AS ? | BIND(STRBEFORE(?cleanedStatement, ",") AS ?Symbolraw) | ||
BIND(STRAFTER(?cleanedStatement, ",") AS ?quantityLabel) | BIND(STRAFTER(?cleanedStatement, ",") AS ?quantityLabel) | ||
BIND(REPLACE(?Symbolraw, "\\$", "<math>") AS ?Symbol) | |||
} | } | ||
# Filter results to only show defining statements that match the current quantity label | # Filter results to only show defining statements that match the current quantity label |
Revision as of 20:18, 29 October 2024