Re: Trackbacks as annotations

Thanks for sharing Simeon. I have to ask, is there a plan to have URLs
like http://arxiv.org/abs/0902.4001 to do conneg of some kind? Have
you considered something like adding a:

    <link rel="describedby" href="http://arxiv.org/abs/0902.4001.rdf">

to the HTML at http://arxiv.org/abs/0902.4001 ?

I guess this is no longer directly related to annotation ...

//Ed

On Fri, Oct 11, 2013 at 4:36 PM, Simeon Warner
<simeon.warner@cornell.edu> wrote:
> Hi,
>
> I've been looking at how to express trackbacks recorded at arXiv.org as
> annotations. Seems like a good conceptual match to me, anyone disagree?
>
> I am thinking of something like the following in JSON-LD (complete set at
> [1] in RDF/XML though dates missing):
>
> {
>   "@graph": [
>     {
>       "@id":
> "http://www.newscientist.com/article/mg20227025.400-milky-way-may-hide-dark-matter-pancake.html",
>       "http://purl.org/dc/terms/title": "Milky Way may hide dark matter
> 'pancake' - 01 April 2009 - New Scientist"
>     },
>     {
>       "@id":
> "http://resync.library.cornell.edu/lod/tb/all#30f161cfc317f33628fa200a47b62914043b9152",
>       "@type": "http://www.w3.org/ns/oa#Annotation",
>       "http://www.w3.org/ns/oa#annotatedAt": "2009-04-02T02:03:04Z",
>       "http://www.w3.org/ns/oa#annotatedBy": "http://arxiv.org",
>       "http://www.w3.org/ns/oa#hasBody": {
>         "@id":
> "http://www.newscientist.com/article/mg20227025.400-milky-way-may-hide-dark-matter-pancake.html"
>       },
>       "http://www.w3.org/ns/oa#hasTarget": {
>         "@id": "http://resync.library.cornell.edu/lod/abs/0902.4001"
>       },
>       "http://www.w3.org/ns/oa#motivatedBy": {
>         "@id": "http://www.w3.org/ns/oa#commenting"
>       }
>     }
>   ]
> }
>
> The http://resync.library.cornell.edu/lod/abs/0902.4001 URI is a surrogate
> for the real arXiv article URI (which would be
> http://arxiv.org/abs/0902.4001 but does not yet support conneg).
>
> It seems that without knowing more than we do, the best general motivation
> we can express is "commenting".
>
> Any comments welcome.
>
> Cheers,
> Simeon
>
>
> [1] http://resync.library.cornell.edu/lod/tb/all
>
>
>
>

Received on Wednesday, 16 October 2013 16:21:47 UTC