Re: Checking the RDF for a video annotation

Thanks for putting that up on the wiki. I added some SVG to the SVG selector.

I don't have any particular motivation in mind since the toolkit we've written is designed to be used in multiple places. However, I'll probably add 'oa:commenting' for the Drupal module since that seems to fit in a Drupal context.

-- Jim

On May 15, 2013, at 6:10 PM, Paolo Ciccarese <paolo.ciccarese@gmail.com> wrote:

> oops, I should have paid more attention while copying, here we go:
> http://www.w3.org/community/openannotation/wiki/Commenting_on_a_video_fragment
> 
> Stian, feel free to update the wiki directly.
> 
> Best,
> Paolo
> 
> 
> On Wed, May 15, 2013 at 5:12 PM, Stian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk> wrote:
> 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/
> 
> 
> 
> -- 
> Dr. Paolo Ciccarese
> http://www.paolociccarese.info/
> Biomedical Informatics Research & Development
> Instructor of Neurology at Harvard Medical School
> Assistant in Neuroscience at Mass General Hospital
> Member of the MGH Biomedical Informatics Core
> +1-857-366-1524 (mobile)   +1-617-768-8744 (office)
> 
> CONFIDENTIALITY NOTICE: This message is intended only for the addressee(s), may contain information that is considered
> to be sensitive or confidential and may not be forwarded or disclosed to any other party without the permission of the sender. 
> If you have received this message in error, please notify the sender immediately.

Received on Thursday, 16 May 2013 19:15:32 UTC