phenopackets / phenopacket-tools

An app and library for building, conversion, and validation of GA4GH Phenopackets.
http://phenopackets.org/phenopacket-tools/stable/
GNU General Public License v3.0
12 stars 5 forks source link

Many of the CURIEs in the examples have spaces in them, rendering them invalid #145

Closed cmungall closed 1 year ago

cmungall commented 1 year ago

CURIEs cannot have spaces in them, they need to be percent encoded if you really want them, but these are likely typos. E.g.

https://github.com/phenopackets/phenopacket-tools/blob/43824f6c4edafeec3faf23c32365237f3bbc6715/phenopacket-tools-cli/src/main/java/org/phenopackets/phenopackettools/cli/examples/Marfan.java#L17