You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ sqlite> SELECT * FROM rdfs_label_statement WHERE value LIKE 'Abnormality of %';
20
20
|HP:0000032|HP:0000032|rdfs:label||Abnormality of male external genitalia|xsd:string||
21
21
22
22
23
-
Ready-made SQLite3 builds can also be downloaded for any ontology in [OBO](http://obofoundry.org), using URLs such as https://s3.amazonaws.com/bbop-sqlite/hp.db
23
+
Ready-made SQLite3 builds can also be downloaded for any ontology in [OBO](http://obofoundry.org), using URLs such as https://s3.amazonaws.com/bbop-sqlite/hp.db.gz
24
24
25
25
[relation-graph](https://github.com/balhoff/relation-graph/) is used to pre-generate tables of [entailed edges](https://incatools.github.io/semantic-sql/EntailedEdge/). For example,
26
26
all is-a and part-of ancestors of [finger](http://purl.obolibrary.org/obo/UBERON_0002389) in Uberon:
@@ -73,7 +73,7 @@ semsql download obi -o obi.db
73
73
74
74
Or simply download using URL of the form:
75
75
76
-
-https://s3.amazonaws.com/bbop-sqlite/hp.db
76
+
-https://s3.amazonaws.com/bbop-sqlite/hp.db.gz
77
77
78
78
## Attaching databases
79
79
@@ -138,7 +138,7 @@ This assumes `foo.owl` is in the same folder
0 commit comments