Skip to content

Commit 1d5b80d

Browse files
committed
Completing genome_location context file with FALDO terms #5
1 parent 2c2da8f commit 1d5b80d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

obo/genome_location_obo_context.jsonld

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
"@language": "en",
44
"obo": "http://purl.obolibrary.org/obo/",
55
"xsd": "http://www.w3.org/2001/XMLSchema#",
6-
"GenomeLocation": "",
6+
"faldo": "http://biohackathon.org/resource/faldo#",
7+
"GenomeLocation": "faldo:Position",
78
"assembly": "obo:ERO_0000609",
8-
"startPosition": "",
9-
"endPosition": "",
9+
"startPosition": "faldo:begin",
10+
"endPosition": "faldo:end",
1011
"chromosome": "obo:GO_0005694",
11-
"strand": ""
12+
"strand": "faldo:StrandedPosition"
1213
}
1314
}
1415

0 commit comments

Comments
 (0)