Skip to content

Commit 9801f5a

Browse files
committed
Create CQ1.sparql
1 parent bc5ddb1 commit 9801f5a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • documentation/user-guides/design-patterns/Design Pattern 1
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
2+
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
3+
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 ?document ?document_field
8+
WHERE {
9+
?document obo:BFO_0000178 ?document_field . #has continuant part
10+
?document a cco:ont00001298 . #document
11+
?document_field a cco:ont00001243 . #document field
12+
}

0 commit comments

Comments
 (0)