- From: Jeremy Nelson <Jeremy.Nelson@ColoradoCollege.edu>
- Date: Thu, 16 Jan 2014 15:48:45 +0000
- To: "public-schemabibex@w3.org" <public-schemabibex@w3.org>
I've been working on a number of schema.org examples using JSON-LD that are hosted on a github repository at https://github.com/jermnelson/intro2libsys/tree/flask/thing.
You can browse down to individual Articles such as
https://github.com/jermnelson/intro2libsys/blob/flask/thing/Article/are-current-bibliographic-models-suitable-for-integration-with-the-web.json
that is linked to this Periodical and PeriodicalIssue:
https://github.com/jermnelson/intro2libsys/blob/flask/thing/Periodical/information-standards-quarterly.json
https://github.com/jermnelson/intro2libsys/blob/flask/thing/PeriodicalIssue/information-standards-quarterly-winter-2013.json
These are very much constructed by hand but I've been using these JSON-LD to support webinars, presentations, and to help me model the current proposal.
Jeremy Nelson
-----Original Message-----
From: Karen Coyle [mailto:kcoyle@kcoyle.net]
Sent: Thursday, January 16, 2014 7:54 AM
To: public-schemabibex@w3.org
Subject: Re: Diff between meetings
Thanks, Jeff. This is what it turns out:
{
"@graph": [
{
"@id": "#periodical",
"@type": "http://schema.org/Periodical",
"http://schema.org/issn": [
"0163-9374",
"1544-4554"
],
"http://schema.org/name": "Cataloging & Classification Quarterly",
"http://schema.org/publisher": "Taylor & Francis Group"
},
{
"@id": "#issue",
"@type": "http://schema.org/PublicationIssue",
"http://schema.org/datePublished": "2012",
"http://schema.org/isPartOf": {
"@type": "http://schema.org/PublicationVolume",
"http://schema.org/isPartOf": {
"@id": "#periodical"
},
"http://schema.org/volumeNumber": "50"
},
"http://schema.org/issueNumber": "5"
},
{
"@id": "",
"http://schema.org/about": [
"Works",
"Catalog"
],
"http://schema.org/author": "Smiraglia, Richard P.",
"http://schema.org/description": "The library catalog as a
catalog of works\n was an infectious idea, which together with
research led to\n reconceptualization in the form of the FRBR
conceptual model. Two\n categories of lacunae emerge\u2014the
expression entity, and gaps in the\n model such as aggregates and
dynamic documents. Evidence needed to\n extend the FRBR model is
available in contemporary research on\n instantiation. The
challenge for the bibliographic community is to\n begin to think
of FRBR as a form of knowledge organization system,\n adding a
final dimension to classification. The articles in the present\n special issue offer a compendium of the promise of the FRBR\n model.",
"http://schema.org/isPartOf": {
"@id": "#issue"
},
"http://schema.org/name": "Be Careful What You Wish For: FRBR, Some Lacunae, A Review",
"http://schema.org/pageEnd": "368",
"http://schema.org/pageStart": "360",
"http://schema.org/url": {
"@id": "http://dx.doi.org/10.1080/01639374.2012.682254"
},
"http://www.w3.org/ns/rdfa#usesVocabulary": {
"@id": "http://schema.org/"
}
}
]
}
On 1/16/14, 6:47 AM, Young,Jeff (OR) wrote:
> This service is handy for doing RDF translations, including JSON-LD:
>
> http://rdf-translator.appspot.com/
>
> Jeff
>
>> -----Original Message-----
>> From: Karen Coyle [mailto:kcoyle@kcoyle.net]
>> Sent: Thursday, January 16, 2014 9:41 AM
>> To: Shlomo Sanders
>> Cc: public-schemabibex@w3.org
>> Subject: Re: Diff between meetings
>>
>> Sorry, I don't JSON-LD. I'll look for a transform app, but if someone
>> else has one, that would be great. - kc
>>
>> On 1/15/14, 9:10 PM, Shlomo Sanders wrote:
>>> Would you brave building a JSON-LD context to add to the examples?
>>>
>>> Thanks,
>>> Shlomo
>>>
>>> Sent from my iPad
>>>
>>>> On Jan 16, 2014, at 1:13, "Karen Coyle" <kcoyle@kcoyle.net> wrote:
>>>>
>>>>
>> http://www.w3.org/community/schemabibex/wiki/index.php?title=Article&
>>>> diff=1018&oldid=942
>>>>
>>>>> On 1/15/14, 11:21 AM, Wallis,Richard wrote:
>>>>> Just a reminder of tomorrow's meeting.
>>>>>
>>>>> http://www.w3.org/community/schemabibex/wiki/Meet_20140116
>>>>>
>>>>> New agenda items welcome.
>>>>>
>>>>> ~Richard
>>>>
>>>> --
>>>> Karen Coyle
>>>> kcoyle@kcoyle.net http://kcoyle.net
>>>> m: 1-510-435-8234
>>>> skype: kcoylenet
>>>>
>>>
>>
>> --
>> Karen Coyle
>> kcoyle@kcoyle.net http://kcoyle.net
>> m: 1-510-435-8234
>> skype: kcoylenet
>
>
>
>
--
Karen Coyle
kcoyle@kcoyle.net http://kcoyle.net
m: 1-510-435-8234
skype: kcoylenet
Received on Thursday, 16 January 2014 15:49:42 UTC