-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsparql_metadata.json
129 lines (129 loc) · 3.79 KB
/
sparql_metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
[
{
"id": "DQ1",
"targets": [
"doid.owl"
],
"description": "All diseases with their parents (identified by label)",
"query": "sparql/dq1-disease_parents.rq"
},
{
"id": "DQ2",
"targets": [
"doid.owl"
],
"description": "Count of diseases in each branch (diseases may be in multiple branches)",
"query": "sparql/dq2-branch_count.rq"
},
{
"id": "DQ3",
"targets": [
"doid.owl"
],
"description": "Syndromes (branch search; returns IRI, ID and label)",
"query": "sparql/dq3-syndromes.rq"
},
{
"id": "DQ4",
"targets": [
"doid.owl"
],
"description": "Sarcoma diseases with parents, identified as descendants of sarcoma (DOID:1115) or with 'sarcoma' in their label",
"query": "sparql/dq4-sarcoma.rq"
},
{
"id": "DQ5",
"targets": [
"doid.owl"
],
"description": "Diseases with MeSH cross-references",
"query": "sparql/dq5-do_xref_mesh.rq"
},
{
"id": "DQ6",
"targets": [
"doid.owl"
],
"description": "Diseases with OMIM cross-references",
"query": "sparql/dq6-do_xref_omim.rq"
},
{
"id": "DQ7",
"targets": [
"doid.owl"
],
"description": "Complete mapping from MeSH disease to ICD10CM codes, using DO disease cross-references",
"query": "sparql/dq7-mesh_icd10cm.rq"
},
{
"id": "DQ8",
"targets": [
"doid.owl"
],
"description": "Diseases with PubMed sources (limited to first 10 results)",
"query": "sparql/dq8-disease_pubmed.rq"
},
{
"id": "DQ9",
"targets": [
"doid.owl"
],
"description": "Diseases in DO_infectious_disease_slim with their parents and branches",
"query": "sparql/dq9-DO_infectious_disease_slim.rq"
},
{
"id": "DQ10",
"targets": [
"doid.owl"
],
"description": "Diseases with their definitions and count of logical axioms",
"query": "sparql/dq10-def_logical_count.rq"
},
{
"id": "MQ1",
"targets": [
"doid-merged.owl"
],
"description": "Diseases with their Evidence and Conclusion Ontology (ECO) reference types (queries the doid-merged.owl graph)",
"query": "sparql/mq1-disease_evidence.rq"
},
{
"id": "MQ2",
"targets": [
"doid-merged.owl"
],
"description": "Count of classes imported from other ontologies (queries the doid-merged.owl graph)",
"query": "sparql/mq2-imported.rq"
},
{
"id": "MQ3",
"targets": [
"doid-merged.owl"
],
"description": "All diseases with equivalent class axioms (axioms are formatted for readability and may not be displayed in full; queries the doid-merged.owl graph)",
"query": "sparql/mq3-disease_eqclass.rq"
},
{
"id": "CQ1",
"targets": [
"doid-merged.owl"
],
"description": "Extract the disease and supporting import class hierarchies using subClassOf relationships (executes a CONSTRUCT query that returns RDF triples)",
"query": "sparql/cq1-disease_import_hierarchies.rq"
},
{
"id": "FQ1",
"targets": [
"doid.owl",
"protein ontology"
],
"description": "Federated query (DO-PRO): Retrieve proteoforms associated with progression of cancer",
"query": "sparql/fq1-do_pro.rq"
},
{
"id": "Prefixes",
"targets": null,
"description": "Common prefixes (not a full query)",
"query": "sparql/prefixes.rq"
}
]