Skip to content

Commit a7ad53d

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ PREFIX cco: <https://www.commoncoreontologies.org/>
44
PREFIX obo: <http://purl.obolibrary.org/obo/>
55
PREFIX owl: <http://www.w3.org/2002/07/owl#>
66

7-
SELECT ?data ?document_field
7+
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
1112
}
1213

0 commit comments

Comments
 (0)