biocodellc / biocode-fims

Biocode Field Information Management System
4 stars 2 forks source link

Locally Unique Identifiers with Spaces will break OWL's URI quality checks #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Locally unique identifiers are appended on EZID roots to make GUIDs.  Those 
locally unique identifiers with spaces  will then make the URIs themselves have 
spaces which breaks the OWL model and crashes the Protege import.  So, for 
folks wanting to use this especially for reasoning should have a rule that 
disallows spaces (or other special characters?) in local identifiers.  

New Rule should be named identierToBeUsedByOWL(level=error)

Original issue reported on code.google.com by jdec...@gmail.com on 4 Mar 2015 at 10:29