Skip to content

Commit 8e3eddb

Browse files
committed
checking inheritance
1 parent 8dec286 commit 8e3eddb

File tree

1 file changed

+175
-0
lines changed

1 file changed

+175
-0
lines changed

BioSample/jsonld/type/tmp.json

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
{
2+
"@context": {
3+
"schema": "http://schema.org/",
4+
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
5+
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
6+
"bioschemastemptype": "http://discovery.biothings.io/view/bioschemastemptype/"
7+
},
8+
"@graph": [
9+
{
10+
"@id": "bioschemastemptype:BioSample",
11+
"@type": "rdfs:Class",
12+
"rdfs:comment": "A biological material entity that is representative of a whole.\\nComments: Typically samples are intended to be representative of the whole or aspects thereof. Examples of samples include biomedical samples (blood, urine) and plant specimens held at herbaria.\\n\\nVersion: 0.2 \\ncreated by Nick Juty, Sara El-Gebali, Leyla Jael Castro, Helena Schnitzer, Alban Gaignard, Ginger Tsueng, Rita Monteiro and Joana Pauperio. Note, the property `funding` was originally added as `grant`, but was changed to for consistency with schema.org.",
13+
"rdfs:label": "BioSample",
14+
"schema:additionalType":"https://bioschemas.org/types#nav-draft",
15+
"rdfs:subClassOf": [
16+
{
17+
"@id": "bioschemastemptype:Sample"
18+
},
19+
{
20+
"@id": "schema:BioChemEntity"
21+
}
22+
],
23+
"schema:schemaVersion": [
24+
"https://schema.org/docs/releases.html#v23.0"
25+
]
26+
},
27+
{
28+
"@id": "bioschemastemptype:scientificName",
29+
"@type": "rdf:Property",
30+
"rdfs:comment": "The full scientific name (order, family, subfamily, genus,specificEpithet).",
31+
"rdfs:label": "scientificName",
32+
"schema:domainIncludes": {"@id": "bioschemastemptype:BioSample"},
33+
"schema:rangeIncludes": [
34+
{
35+
"@id": "schema:Text"
36+
}
37+
]
38+
},
39+
{
40+
"@id": "bioschemastemptype:anatomicalSystem",
41+
"@type": "rdf:Property",
42+
"rdfs:comment": "Indicate the anatomical system from which the sample is collect, e.g. circulatory, digestive, endocrine, immune and other systems.",
43+
"rdfs:label": "anatomicalSystem",
44+
"schema:domainIncludes": {"@id": "bioschemastemptype:BioSample"},
45+
"schema:rangeIncludes": [
46+
{
47+
"@id": "schema:AnatomicalSystem"
48+
}
49+
]
50+
},
51+
{
52+
"@id": "bioschemastemptype:anatomicalStructure",
53+
"@type": "rdf:Property",
54+
"rdfs:comment": "Indicate the organ, tissues the sample was collected from.",
55+
"rdfs:label": "anatomicalStructure",
56+
"schema:domainIncludes": {"@id": "bioschemastemptype:BioSample"},
57+
"schema:rangeIncludes": [
58+
{
59+
"@id": "schema:AnatomicalSystem"
60+
}
61+
]
62+
},
63+
{
64+
"@id": "bioschemastemptype:sex",
65+
"@type": "rdf:Property",
66+
"rdfs:comment": "The biological sex of the individual from which the sample was obtained.",
67+
"rdfs:label": "sex",
68+
"schema:domainIncludes": {"@id": "bioschemastemptype:BioSample"},
69+
"schema:rangeIncludes": [
70+
{
71+
"@id": "schema:Text"
72+
}
73+
]
74+
},
75+
{
76+
"@id": "bioschemastemptype:developmentalStage",
77+
"@type": "rdf:Property",
78+
"rdfs:comment": "A temporal subdivision of a developmental process, indicating the age or stage of the object when the sample was created.",
79+
"rdfs:label": "developmentalStage",
80+
"schema:domainIncludes": {"@id": "bioschemastemptype:BioSample"},
81+
"schema:rangeIncludes": [
82+
{
83+
"@id": "schema:Text"
84+
}
85+
]
86+
},
87+
{
88+
"@id": "bioschemastemptype:associatedDisease",
89+
"@type": "rdf:Property",
90+
"rdfs:comment": "Disease associated to this BioChemEntity. Such a disease can be a MedicalCondition or a URL. If you want to add an evidence supporting the association, please use PropertyValue.",
91+
"rdfs:label": "associatedDisease",
92+
"schema:domainIncludes": {"@id": "bioschemastemptype:BioSample"},
93+
"schema:rangeIncludes": [
94+
{
95+
"@id": "schema:MedicalCondition"
96+
},
97+
{
98+
"@id": "schema:PropertyValue"
99+
},
100+
{
101+
"@id": "schema:URL"
102+
}
103+
]
104+
},
105+
{
106+
"@id": "bioschemastemptype:biologicalRole",
107+
"@type": "rdf:Property",
108+
"rdfs:comment": "A role played by the molecular entity within a biological context.",
109+
"rdfs:label": "biologicalRole",
110+
"schema:domainIncludes": {"@id": "bioschemastemptype:BioSample"},
111+
"schema:rangeIncludes": [
112+
{
113+
"@id": "schema:DefinedTerm"
114+
}
115+
]
116+
},
117+
{
118+
"@id": "bioschemastemptype:isInvolvedInBiologicalProcess",
119+
"@type": "rdf:Property",
120+
"rdfs:comment": "Biological process this BioChemEntity is involved in; please use PropertyValue if you want to include any evidence.",
121+
"rdfs:label": "isInvolvedInBiologicalProcess",
122+
"schema:domainIncludes": {"@id": "bioschemastemptype:BioSample"},
123+
"schema:rangeIncludes": [
124+
{
125+
"@id": "schema:DefinedTerm"
126+
},
127+
{
128+
"@id": "schema:PropertyValue"
129+
},
130+
{
131+
"@id": "schema:URL"
132+
}
133+
]
134+
},
135+
{
136+
"@id": "bioschemastemptype:isLocatedInSubcellularLocation",
137+
"@type": "rdf:Property",
138+
"rdfs:comment": "Subcellular location where this BioChemEntity is located; please use PropertyValue if you want to include any evidence.",
139+
"rdfs:label": "isLocatedInSubcellularLocation",
140+
"schema:domainIncludes": {"@id": "bioschemastemptype:BioSample"},
141+
"schema:rangeIncludes": [
142+
{
143+
"@id": "schema:DefinedTerm"
144+
},
145+
{
146+
"@id": "schema:PropertyValue"
147+
},
148+
{
149+
"@id": "schema:URL"
150+
}
151+
]
152+
},
153+
{
154+
"@id": "bioschemastemptype:taxonomicRange",
155+
"@type": "rdf:Property",
156+
"rdfs:comment": "The taxonomic grouping of the organism that expresses, encodes, or in someway related to the BioChemEntity.",
157+
"rdfs:label": "taxonomicRange",
158+
"schema:domainIncludes": {"@id": "bioschemastemptype:BioSample"},
159+
"schema:rangeIncludes": [
160+
{
161+
"@id": "schema:DefinedTerm"
162+
},
163+
{
164+
"@id": "schema:Taxon"
165+
},
166+
{
167+
"@id": "schema:Text"
168+
},
169+
{
170+
"@id": "schema:URL"
171+
}
172+
]
173+
}
174+
]
175+
}

0 commit comments

Comments
 (0)