- From: Thierry MICHEL <tmichel@w3.org>
- Date: Tue, 04 Oct 2011 14:12:22 +0200
- To: Florian Stegmaier <stegmai@dimis.fim.uni-passau.de>, Tom Kurz <thomas.kurz@salzburgresearch.at>
- CC: public-media-annotation@w3.org
Thomas, Indeed there was an issue of improper encoding in the TTL file. Thanks for the catch. I have updated both the http://www.w3.org/ns/ma-ont.ttl http://www.w3.org/ns/ma-ont.rdf Therefore your content negotiation should be fine now and display proper encoding of file. let me know if you still have a problem here. Best, Thierry Le 04/10/2011 13:06, Florian Stegmaier a écrit : > 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<&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 12:12:44 UTC