Skip to content

Commit

Permalink
spec: source-vocabulary: replace CONSTRUCT by SELECT
Browse files Browse the repository at this point in the history
CONSTRUCT cannot have SPARQL CSV Results, fix that.
Contributes to #42
  • Loading branch information
DylanVanAssche committed Mar 11, 2024
1 parent 65e4fe5 commit 1096c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/section/source-vocabulary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
.
</pre>
Expand Down

0 comments on commit 1096c46

Please sign in to comment.