From 1096c46f870e90d5011b4ab5aeebfffd4807c6fb Mon Sep 17 00:00:00 2001 From: Dylan Van Assche Date: Mon, 11 Mar 2024 10:50:05 +0100 Subject: [PATCH] spec: source-vocabulary: replace CONSTRUCT by SELECT CONSTRUCT cannot have SPARQL CSV Results, fix that. Contributes to https://github.com/kg-construct/rml-io/issues/42 --- spec/section/source-vocabulary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/section/source-vocabulary.md b/spec/section/source-vocabulary.md index e2c562c..207a21b 100644 --- a/spec/section/source-vocabulary.md +++ b/spec/section/source-vocabulary.md @@ -282,7 +282,7 @@ to iterate over. sd:endpoint <http://example.com/sparql>; sd:supportedLanguage sd:SPARQL11Query; ]; - rml:iterator "CONSTRUCT WHERE { ?s ?p ?o. } LIMIT 100"; + rml:iterator "SELECT { s? ?p ?o } WHERE { ?s ?p ?o. } LIMIT 100"; rml:referenceFormulation formats:SPARQL_Results_CSV; .