We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ad53d commit 57ba533Copy full SHA for 57ba533
1 file changed
documentation/user-guides/design-patterns/Design Pattern 1/CQ3.sparql
@@ -8,6 +8,6 @@ SELECT ?data ?document_field ?document
8
WHERE {
9
?document_field a cco:ont00001243 . # document field
10
?document_field cco:ont00001765 ?data . # has text value
11
- ?document obo:BFO_0000178 ?document_field . # has continuant part
+ ?document obo:BFO:0000178 ?document_field . # has continuant part
12
}
13
0 commit comments