We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c651d commit 2519c02Copy full SHA for 2519c02
1 file changed
documentation/user-guides/design-patterns/Design Pattern 1/CQ3.sparql
@@ -7,6 +7,6 @@ PREFIX owl: <http://www.w3.org/2002/07/owl#>
7
SELECT ?data ?document_field
8
WHERE {
9
?document_field a cco:ont00001243 . # document field
10
- ?document_field cco:ont00001765 ?data .
+ ?document_field cco:ont00001765 ?data . # has text value
11
}
12
0 commit comments