Issue with resolving the ontology

Hi all,

a colleague of mine (Thomas Kurz, CC) encountered a problem with the turtle version of the ontology. He tried to send the mail directly to the mailing list, but it does not work . In order to resolve the problem soon, i will forward it.

Cheers.
##############

Hello Media Annotations group,

i've tried to use the media ontology via Linked Data by accessing the uri http://www.w3.org/ns/ma-ont. I wanted to get back text/turtle format.
The content negotiation worked well so i got back turtle (but unfortunately with encoding bugs). Here a short snippet:
---
@prefix : <http://www.w3.org/ns/ma-ont#> .
   @prefix owl: <http://www.w3.org/2002/07/owl#> .
   @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
   @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

   <http://www.w3.org/ns/ma-ont>     a owl:Ontology;
---
As you can see <> is encoded as  &lt;&lr; so i cannot parse it with standard parsers.
It would be great if you could fix that!

THX and best!
Thomas Kurz

Received on Tuesday, 4 October 2011 11:07:05 UTC