Re: Uniquely identifying series and issues

Actually, I think GCD URL's are good candidates for identifiers. They are
extensionless, and meet the technical criteria for a URI. I'm not familiar
with the GCD webserver configuration, but depending on how you plan to
setup your API, Henry, you could serve negotiable content in a variety of
formats from these same base URLs (Not sure what your specific plan is, or
the technical requirements of your API, maybe its RESTful...).

Here's just one basic approach---and an example from my comic book
ontology---but you could pick almost any good Web vocabulary and do the
same type of in-browser request for specific content types:

URI -> https://comicmeta.org/cbo/Comic
HTML -> https://comicmeta.org/cbo/Comic.html
Turtle -> https://comicmeta.org/cbo/Comic.ttl
JSON -> https://comicmeta.org/cbo/Comic.json

If you were to follow this approach, your URLs would look like:

URI -> http://www.comics.org/issue/899800
HTML-> http://www.comics.org/issue/899800.html
Turtle->http://www.comics.org/issue/899800.ttl
JSON->http://www.comics.org/issue/899800.json

Of course, even without the additional content types, the GCD URLs make
good identifiers. I'd love to see library data referencing GCD identifies
so that we could query for relationships like what specific comic issues
and/or stories are contained in a collection of comics on a library shelf,
such as in an omnibus or trade paperback.

For example, relationships like:

<http://www.worldcat.org/oclc/714725942>
schema:hasPart <http://www.comics.org/issue/44703/>

...are especially useful to comic book fans and readers (i.e., "I need to
read the Amazing Spiderman #302, where can I find it?").

I've fleshed out some of what I think this might look like in my thesis
[1], and I have examples on GitHub [2] if you are interested. Although,
fair warning, they are not schema.org specific or exclusive---but the
basics I think would be applicable to your case.

Dan Scott also has a great set of HTML/RDFa schema.org examples for comics
that (I think) uses WorldCat identifiers, and if not it definitely used GCD
URLs as identifiers--if I remember correctly. Unfortunately, I have lost
the link---but maybe Dan can provide it?

Good luck, and I'm excited to hear more!

Sean Petiya

[1] http://rave.ohiolink.edu/etdc/view?acc_num=kent1416791055
[2] https://github.com/seanpetiya/thesis





On Mon, Oct 5, 2015 at 7:28 PM, <hha1@cornell.edu> wrote:

> I think I answered this question (below) myself already- GCD URLs would be
> one source of URLs that could be used in the "sameAs" field from Thing.  If
> I'm understanding that field's usage correctly now.  I had originally taken
> it to be "same as" in some sort of same-type sense rather than an
> identity-defining sense.
>
> Learning curve...
>
> cheers,
> -henry
>
> ------------------------------
> *From:* "hha1@cornell.edu" <hha1@cornell.edu>
> When you use GCD URLs as examples here, are you thinking of people
> generally using our URLs for identification purposes, or that it would just
> be any URL (for instance from one of the other databases) and which source
> would depend on the user?
>
> thanks,
> -henry
>
>
>
>
>
>
>
>
>

Received on Tuesday, 6 October 2015 03:42:11 UTC