Skip to content

Commit 245c873

Browse files
committed
fix(form templates query): optional hasVersion triple;
1 parent c12247e commit 245c873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/query/findFormTemplates.rq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ CONSTRUCT {
2929

3030
?formTemplate rdfs:label ?formTemplateLabel .
3131
?formTemplate rdfs:comment ?formTemplateComment .
32-
?formTemplate dct:hasVersion ?formTemplateVersion .
32+
OPTIONAL { ?formTemplate dct:hasVersion ?formTemplateVersion . }
3333
}
3434
}

0 commit comments

Comments
 (0)