thegetty / crom

Python library to make creation of CIDOC CRM easier by mapping classes/predicates to python objects
Apache License 2.0
49 stars 16 forks source link

Facilitate URI compaction #16

Closed azaroth42 closed 7 years ago

azaroth42 commented 7 years ago

The current identifier assignment will prepend the base URI if the given id does not start with http. This isn't smart enough on several dimensions:

azaroth42 commented 7 years ago

Done! :)