We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2519c02 commit a7ad53dCopy full SHA for a7ad53d
1 file changed
documentation/user-guides/design-patterns/Design Pattern 1/CQ3.sparql
@@ -4,9 +4,10 @@ PREFIX cco: <https://www.commoncoreontologies.org/>
4
PREFIX obo: <http://purl.obolibrary.org/obo/>
5
PREFIX owl: <http://www.w3.org/2002/07/owl#>
6
7
-SELECT ?data ?document_field
+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
12
}
13
0 commit comments