Re: Trackbacks as annotations

Looks fine to me, Simeon!

To express in JSON-LD with the default context:

{
 "@context" : "http://www.w3.org/ns/oa-context-20130208.json",
 "@id" : "
http://resync.library.cornell.edu/lod/tb/all#30f161cfc317f33628fa200a47b62914043b9152
",
 "@type" : "oa:Annotation",
 "annotatedAt" :  "2009-04-02T02:03:04Z",
 "annotatedBy" : "http://arxiv.org",
 "motivatedBy" : "oa:commenting"
 "hasBody" : {
    "@id": "
http://www.newscientist.com/article/mg20227025.400-milky-way-may-hide-dark-matter-pancake.html
",
    "dc:title":  "Milky Way may hide dark matter 'pancake' - 01 April 2009
- New Scientist"
 },
 "hasTarget" : "http://resync.library.cornell.edu/lod/abs/0902.4001"
}

Rob



On Fri, Oct 11, 2013 at 2: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://www.newscientist.com/article/mg20227025.400-milky-way-may-hide-dark-matter-pancake.html>
> ",
>       "http://purl.org/dc/terms/**title <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#**
> 30f161cfc317f33628fa200a47b629**14043b9152<http://resync.library.cornell.edu/lod/tb/all#30f161cfc317f33628fa200a47b62914043b9152>
> ",
>       "@type": "http://www.w3.org/ns/oa#**Annotation<http://www.w3.org/ns/oa#Annotation>
> ",
>       "http://www.w3.org/ns/oa#**annotatedAt<http://www.w3.org/ns/oa#annotatedAt>":
> "2009-04-02T02:03:04Z",
>       "http://www.w3.org/ns/oa#**annotatedBy<http://www.w3.org/ns/oa#annotatedBy>":
> "http://arxiv.org",
>       "http://www.w3.org/ns/oa#**hasBody <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.newscientist.com/article/mg20227025.400-milky-way-may-hide-dark-matter-pancake.html>
> "
>       },
>       "http://www.w3.org/ns/oa#**hasTarget<http://www.w3.org/ns/oa#hasTarget>":
> {
>         "@id": "http://resync.library.**cornell.edu/lod/abs/0902.4001<http://resync.library.cornell.edu/lod/abs/0902.4001>
> "
>       },
>       "http://www.w3.org/ns/oa#**motivatedBy<http://www.w3.org/ns/oa#motivatedBy>":
> {
>         "@id": "http://www.w3.org/ns/oa#**commenting<http://www.w3.org/ns/oa#commenting>
> "
>       }
>     }
>   ]
> }
>
> The http://resync.library.cornell.**edu/lod/abs/0902.4001<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<http://resync.library.cornell.edu/lod/tb/all>
>
>
>
>
>

Received on Wednesday, 16 October 2013 15:34:38 UTC