Skip to content

Commit d44b492

Browse files
committed
Create CQ3.sparql
1 parent 03cbbdc commit d44b492

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 ?data ?document_field
8+
WHERE {
9+
?document_field a cco:ont00001243 . # document field
10+
?document_field cco:ont00001765 ?data .
11+
}
12+

0 commit comments

Comments
 (0)