Re: Checking the RDF for a video annotation

Just a last-minute tiny thing I for some reason I did not notice before:


>> <anno> a <oa:Annotation> ;
>> _:body a <oa:Body> ;
>> _:target a <oa:SpecificResource> ;
etc.

This is valid Turtle, but probably you meant

<anno> a oa:Annotation ;
_:body a oa:Body ;
_:target a oa:SpecificResource ;

etc.

as <oa:Annotation> would indicate a URI with the oa: scheme, as
opposed to using the oa: prefix declared as in http://prefix.cc/oa.ttl

@prefix oa: <http://www.w3.org/ns/oa#> .



-- 
Stian Soiland-Reyes, myGrid team
School of Computer Science
The University of Manchester
http://soiland-reyes.com/stian/work/

Received on Wednesday, 15 May 2013 21:13:05 UTC