Some data that I'm using has non alphanumeric IRIs, for example http://example.org/Something_(2017) I'd like to reference that IRI like this:
PREFIX ex: <http://example.org/> DESCRIBE ex:Something_(2017) but this is not working, probably because of the ( and ) symbols. Is there any way to use a prefix such that I can avoid to use the full URL? DESCRIBE <http://example.org/Something_(2017)>
