Skip to content

Commit 2c2da8f

Browse files
committed
First pass context for genome_location
1 parent 9ad63b7 commit 2c2da8f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"@context": {
3+
"@language": "en",
4+
"obo": "http://purl.obolibrary.org/obo/",
5+
"xsd": "http://www.w3.org/2001/XMLSchema#",
6+
"GenomeLocation": "",
7+
"assembly": "obo:ERO_0000609",
8+
"startPosition": "",
9+
"endPosition": "",
10+
"chromosome": "obo:GO_0005694",
11+
"strand": ""
12+
}
13+
}
14+
15+

0 commit comments

Comments
 (0)