- From: Simeon Warner <simeon.warner@cornell.edu>
- Date: Fri, 11 Oct 2013 16:36:42 -0400
- To: public-openannotation@w3.org
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 Friday, 11 October 2013 21:50:47 UTC