Skip to content

Commit 57ba533

Browse files
committed
Update CQ3.sparql
1 parent a7ad53d commit 57ba533

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
@@ -8,6 +8,6 @@ SELECT ?data ?document_field ?document
88
WHERE {
99
?document_field a cco:ont00001243 . # document field
1010
?document_field cco:ont00001765 ?data . # has text value
11-
?document obo:BFO_0000178 ?document_field . # has continuant part
11+
?document obo:BFO:0000178 ?document_field . # has continuant part
1212
}
1313

0 commit comments

Comments
 (0)