media ontology and text/turtle

Hello Media Annotation 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
_______________________________________
Dipl.Inf.(univ.) Thomas Kurz
Knowledge and Media Technologies
Salzburg Research Forschungsgesellschaft m.b.H.
T +43.662.2288-253 | F +43.662.2288-222

Received on Wednesday, 5 October 2011 07:42:38 UTC