Skip to content

Commit 21266ff

Browse files
committed
Update README.md
1 parent 5f81d40 commit 21266ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ url = "https://raw.githubusercontent.com/mapping-commons/mh_mapping_initiative/m
4040
msdf = sssom.parse_tsv(url)
4141

4242
# SSSOM comes with several "write" functions
43+
sssom.write_tsv(msdf, "test.tsv")
4344
sssom.write_json(msdf, "test.json")
4445
sssom.write_owl(msdf, "test.owl")
4546
sssom.write_rdf(msdf, "test.ttl")

0 commit comments

Comments
 (0)