-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcommonProperties.json
89 lines (88 loc) · 2.42 KB
/
commonProperties.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
{
"@context": {
"owl": "http://www.w3.org/2002/07/owl#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"schema": "http://schema.org/",
"niaid": "https://discovery.biothings.io/view/niaid/"
},
"@id": "https://discovery.biothings.io/view/niaid/",
"@graph": [
{
"@id": "niaid:infectiousAgent",
"@type": "rdf:Property",
"rdfs:comment": "Infectious agent(s) / pathogen(s) which are the focus of the dataset or tool (e.g. SARS-CoV-2)",
"rdfs:label": "infectiousAgent",
"schema:domainIncludes": [{
"@id": "niaid:Dataset"
},
{
"@id": "niaid:ComputationalTool"
}
],
"schema:rangeIncludes": [{
"@id": "schema:Text"
},
{
"@id": "schema:DefinedTerm"
}]
},
{
"@id": "niaid:healthCondition",
"@type": "rdf:Property",
"rdfs:comment": "The infectious disease(s) / health condition(s) which are the focus of the dataset or computational tool (e.g. COVID-19, coronavirus)",
"rdfs:label": "healthCondition",
"schema:domainIncludes": [{
"@id": "niaid:Dataset"
},
{
"@id": "niaid:ComputationalTool"
}
],
"schema:rangeIncludes": [{
"@id": "schema:Text"
},
{
"@id": "schema:DefinedTerm"
}]
},
{
"@id": "niaid:funding",
"@type": "rdf:Property",
"rdfs:comment": "Funding that supports (sponsors) the collection of this dataset or computational tool through some kind of financial contribution",
"rdfs:label": "funding",
"schema:domainIncludes": [{
"@id": "niaid:Dataset"
},
{
"@id": "niaid:ComputationalTool"
}
],
"schema:rangeIncludes": [{
"@id": "niaid:MonetaryGrant"
}],
"schema:sameAs": {
"@id": "schema:funding"
}
},
{
"@id": "niaid:species",
"@type": "rdf:Property",
"rdfs:comment": "Species(es) from which dataset has been collected or for which the tool was designed or applied.",
"rdfs:label": "species",
"schema:domainIncludes": [{
"@id": "niaid:Dataset"
},
{
"@id": "niaid:ComputationalTool"
}
],
"schema:rangeIncludes": [{
"@id": "schema:Text"
},
{
"@id": "schema:DefinedTerm"
}]
}
]
}