On NSS (inrupt.net) I'm trying to store the `cats.n3` file as `text/n3` ``` prefix : <https://example.org/cats#>. :Mika a :Cat . :Akita a :Cat . :Luna a :Cat . { ?X a :Cat .} => { [ :is :CatFriendly ] . [ a :Cat ] . } ``` This presents me with the following error message:  Uploading with another editor doesn't present this problem.