Skip to content

Commit 2519c02

Browse files
committed
Update CQ3.sparql
1 parent 34c651d commit 2519c02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • documentation/user-guides/design-patterns/Design Pattern 1

documentation/user-guides/design-patterns/Design Pattern 1/CQ3.sparql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ PREFIX owl: <http://www.w3.org/2002/07/owl#>
77
SELECT ?data ?document_field
88
WHERE {
99
?document_field a cco:ont00001243 . # document field
10-
?document_field cco:ont00001765 ?data .
10+
?document_field cco:ont00001765 ?data . # has text value
1111
}
1212

0 commit comments

Comments
 (0)