- From: Bridget Almas <balmas@gmail.com>
- Date: Thu, 28 Aug 2014 19:31:07 -0400
- To: public-openannotation@w3.org
- Message-ID: <53FFBBBB.30409@gmail.com>
Hi Jacob, Thanks for the response. I like the idea of combining a 2nd motivation with the tagging for clarity. This actually gets to the original more general question I planned to ask (as hinted at by the subject which I forgot to update after narrowing it to the specific example): what is considered best practice regarding motivations when it comes to serializing very simple triples as OA annotations? Take for example the following triple: @prefix lawd: <http://lawd.info/ontology/> . @prefixperseus:<http://data.perseus.org/> <http://data.perseus.org/> . <perseus:citations/urn:cts:greekLit:tlg0003:tlg001:2.41.4> lawd:hasAttestation <perseus:people/smith:homerus-1>. Is it reasonable to represent this as : @prefixoa:<http://www.w3.org/ns/oa#> <http://www.w3.org/ns/oa#> . @prefixperseus:<http://data.perseus.org/> <http://data.perseus.org/> . @prefix lawd: <http://lawd.info/ontology/> . <perseus:annotationsurn:cite:perseus:pdlann.1> aoa:Annotation; oa:annotatedBy<perseus:sosol/users/JohnSmith> ; oa:hasBody<perseus:people/smith:homerus-1>; oa:hasTarget<perseus:citations/urn:cts:greekLit:tlg0003:tlg001:2.41.4> ; oa:motivatedBylawd:hasAttestation. . Using the verb in the original triple as the motivation for the annotation? Thanks! Bridget On 08/28/2014 06:45 PM, Jacob Jett wrote: > Hi Bridget, > > Just to clarify, the motivation would be "assigning a date" rather > than "tagging." Is that right? > > If yes, then since oa:motivatedBy has a 1 to many cardinality having > two motivations, one for "tagging" and the other for something like a > "circa" concept, would be another possibility. If you were already > thinking of this idea, I think this is the option I would go with > until such a time as someone builds a BCE dates ontology. > > Regards, > > Jacob > > _____________________________________________________ > Jacob Jett > Research Assistant > Center for Informatics Research in Science and Scholarship > The Graduate School of Library and Information Science > University of Illinois at Urbana-Champaign > 501 E. Daniel Street, MC-493, Champaign, IL 61820-6211 USA > (217) 244-2164 > jjett2@illinois.edu <mailto:jjett2@illinois.edu> > > > On Thu, Aug 28, 2014 at 2:15 PM, Bridget Almas <balmas@gmail.com > <mailto:balmas@gmail.com>> wrote: > > Hi all, > > I'd like to get some feedback on the use of OA to preserve and > share data created using Timeline JS (via > http://timeline.knightlab.com/) and > TimeMapper(http://timemapper.okfnlabs.org/) as annotations that an > be contributed to a broader data set. I don't necessarily want > to preserve all the data in the timeline in this case, just the > association of a resource with a date (or a date and a place in > the case of the TimeMapper tool). > > So, e.g. given the following data from a timeline: > > Start Date End Date Headline Text Media Media Credit Media > Caption Media Thumbnail Type Tag > -760 BCE -710 BCE Il. 14.319 "nor of Danaƫ of the fair ankles, > daughter of Acmsius, [320] who bare Perseus, pre-eminent above all > warriors;" > http://data.perseus.org/citations/urn:cts:greekLit:tlg0012.tlg001:14.319 > <//www.google.com/url?q=http%3A%2F%2Fwww.perseus.tufts.edu%2Fhopper%2Ftext%3Fdoc%3DHom.%2BIl.%2B14.319%26fromdoc%3DPerseus%253Atext%253A1999.01.0134> > Perseus Project Tufts University > > > Greek Text > > > Whose source is a google spreadsheet at > https://docs.google.com/spreadsheets/d/1MtN2tLKhTYuaLGWTArh5IJJCTc1BCJDjSx2lA8iWZME/edit#gid=494070028 > > I might serialize an annotation as: > > @prefixcnt:<http://www.w3.org/2011/content#> <http://www.w3.org/2011/content#> . > @prefixdcmit:<http://purl.org/dc/dcmitype/> <http://purl.org/dc/dcmitype/> . > @prefixoa:<http://www.w3.org/ns/oa#> <http://www.w3.org/ns/oa#> . > @prefixperseus:<http://data.perseus.org/> <http://data.perseus.org/> . > > <perseus:annotationsurn:cite:perseus:pdlann.1> aoa:Annotation; > oa:annotatedBy<perseus:sosol/users/JohnSmith> ; > oa:hasBody<perseus:annotations/urn:cite:perseus:pdlann.1/tag> ; > oa:hasTarget<perseus:citations/urn:cts:greekLit:tlg0012.tlg001:14.319> ; > oa:motivatedByoa:tagging. > > <perseus:annotationsurn:cite:perseus:pdlann.1/tag> adcmit:Date, > cnt:ContentAsText, > oa:Tag; > cnt:chars"-0760/-0710"; > oa:hasSource<https://docs.google.com/spreadsheets/d/1MtN2tLKhTYuaLGWTArh5IJJCTc1BCJDjSx2lA8iWZME/edit#gid=494070028> <https://docs.google.com/spreadsheets/d/1MtN2tLKhTYuaLGWTArh5IJJCTc1BCJDjSx2lA8iWZME/edit#gid=494070028> . > > > In an ideal world, I could use a semantic tag for the date, but > I'm not aware of any that would work here. I think the > alternative approach might be to use an extension of oa:motivation > to indicate the motivation is assigning a date to the target resource. > > I'd love to get some feedback on whether this approach makes > sense, if anyone has done something similar already, or if there > are any suggestions for ways to do this better. > > Thanks! > Bridget > >
Received on Thursday, 28 August 2014 23:31:41 UTC