sssom
sssom copied to clipboard
How to specify default namespace - or should we not?
It seems like it should be possible to do
:0001 instead of HP:00001, or even 0001. What would be the concerns?
# curie_map:
# MP: http://purl.obolibrary.org/obo/MP_
# _: http://purl.obolibrary.org/obo/MYSPACE_
| subject_id | relation_id | object_id | match_type | object_source | mapping_tool | subject_match_field | object_match_field |
|---|---|---|---|---|---|---|---|
| 001 | owl:equivalentTo | MP:001 | sssom:LexicalMatch | mp.owl | logmap | skos:exactSynonym | rdfs:label |
I think this is fine. I took a similar approach in the GOLD SSSOM file. Although, it seems I goofed on the number quotation marks around the full uri :(
Thank you @wdduncan !