Short answer, no. The grammar is here [1]

[1]
https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/index.html#grammar-production-PrefixedName


On 21.02.2018 18:35, Laura Morales wrote:
> 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)>

Reply via email to