I've been working on building out a Python 3 library for gedcomx and am looking to extend it for DNA tests and expressing genetic relationships.
I've noticed none of the URIs for any of the data types in the spec that are under the gedcomx.org domain are resolvable. Is this an intentional behavior and just a convention to use the gedcomx.org domain for "fake" URIs as a namespacing behavior? If publishing extensions, should I be making the URIs publicly resolvable?
Finally, while I imagine that I would have found it in the amount I've been digging around, but are there machine readable formatted (XML, JSON, etc) versions of the specs?
Ideally with the URI namespaced specs, asking http://gedcomx.org/Date in a browser would return HTML, if requested with Accept: application/json, it would return the date spec in JSON, etc.
Thoughts?
I've been working on building out a Python 3 library for gedcomx and am looking to extend it for DNA tests and expressing genetic relationships.
I've noticed none of the URIs for any of the data types in the spec that are under the gedcomx.org domain are resolvable. Is this an intentional behavior and just a convention to use the gedcomx.org domain for "fake" URIs as a namespacing behavior? If publishing extensions, should I be making the URIs publicly resolvable?
Finally, while I imagine that I would have found it in the amount I've been digging around, but are there machine readable formatted (XML, JSON, etc) versions of the specs?
Ideally with the URI namespaced specs, asking http://gedcomx.org/Date in a browser would return HTML, if requested with
Accept: application/json, it would return the date spec in JSON, etc.Thoughts?