query-6d66af2467f74201da7f4b891de70f80

rq turtle/ttl

Приклади запису змінних результату запиту) SPARQL (by value) (посилання Property_talk:P47321) … WHERE )?itemLabels AS )", "=separator );?itemLabel(DISTINCT(GROUP_CONCAT( )?items AS )", "=separator ));"/entity/" ),?item(STR(STRAFTER(DISTINCT(GROUP_CONCAT( )?ct AS )?ct(SAMPLE( )?valueLabel AS )?valueLabel(SAMPLE( ?value # ?value ?valueLabel ?ct ?items ?itemLabels SELECT Software Queries2)

Use at

SELECT DISTINCT   # ?item ?name ?classes ?licenses ?platforms
  ?item
  (SAMPLE(COALESCE(?en_label, ?label)) as ?name)
  (GROUP_CONCAT(DISTINCT ?en_class_label; separator=", ") as ?classes)
  (GROUP_CONCAT(DISTINCT ?license_label; separator=", ") as ?licenses)
  (GROUP_CONCAT(DISTINCT ?platform_label; separator=", ") as ?platforms)
WHERE …

Query found at