Comments on: Linked Open Data built from a custom web API http://conaltuohy.com/blog/lod-from-custom-web-api/ The blog of a digital humanities software developer Fri, 10 Feb 2017 14:41:44 +0000 hourly 1 https://wordpress.org/?v=5.1.10 By: Conal http://conaltuohy.com/blog/lod-from-custom-web-api/#comment-5713 Wed, 28 Oct 2015 07:49:56 +0000 http://conaltuohy.com/?p=268#comment-5713 Thanks Iris! I’ve also used a Firefox extension http://jsonview.com/ for viewing JSON in the browser. There are some similar plugins available for Chrome, too: https://chrome.google.com/webstore/search/json?hl=en-GB

]]>
By: Iris Panabaker (@IrisPanabaker) http://conaltuohy.com/blog/lod-from-custom-web-api/#comment-5712 Wed, 28 Oct 2015 07:42:11 +0000 http://conaltuohy.com/?p=268#comment-5712 very nice article and want to share a tool which helps your readers http://jsonformatter.org for json lover.

]]>
By: Bridging the conceptual gap: Museum Victoria’s collections API and the CIDOC Conceptual Reference Model | Conal Tuohy's blog http://conaltuohy.com/blog/lod-from-custom-web-api/#comment-5708 Wed, 21 Oct 2015 14:50:27 +0000 http://conaltuohy.com/?p=268#comment-5708 […] Linked Open Data built from a custom web API […]

]]>
By: Conal http://conaltuohy.com/blog/lod-from-custom-web-api/#comment-5700 Sat, 12 Sep 2015 03:56:08 +0000 http://conaltuohy.com/?p=268#comment-5700 Thanks very much Vladimir!

The primary focus of this experimental work is to test out the network architecture (i.e. a transforming proxy) rather than to produce a “production quality” expression of Museum Victoria’s dataset. However, I do intend to continue revising the modelling, mostly to incorporate more of the Museum Victoria data in the RDF representation, and of course to refine the modelling I’ve done so far and correct any errors. So I’m very grateful for your comments on the CRM mapping and for any further ideas you might care to contribute, whether by commenting here or by logging an issue or pull request on the GitHub repository. I’ve taken some useful advice from Richard Light on the CRM-sig mailing list too, and I expect to be asking for more as I go.

I’ve already made a change to fix the typo in P70_documents and to simplify the expression of P3_has_note.

EDIT: I’ve added a couple of subproperties of P3_has_note to accommodate the various “note-like” properties in the MV data, and I suspect I will need to add several more as I go.

Your comment about the P130_shows_features_of predicate is not such a straightforward issue, though. My reading of the scope note is that it may validly be applied not only to scenarios involving copying, but also to cases in which items have similar features without one necessarily being a copy of another. Perhaps I’m being overly generous there?

In any case, this is how I’ve chosen to provisionally represent a relation which the Museum Victoria API expresses only with extreme generality: items which are linked to other items via a JSON array called relatedItems. What is the nature of that relatedness? I don’t actually know, but to find out I will either have to wait for MV to better document the semantics of their JSON, or by spending more time on actual empirical investigation of how that relation is used in their dataset. My initial hypothesis was that “relatedItems” would share some feature in common, and in fact I know this is true in some cases. However it’s also quite possible that the relatedness between two items may not be due to an essential similarity, but rather because they are parts of some larger whole, or have similar provenance, or are contemporaneous, or for any number of other contextual reasons. It may well end up that the relatedItems relation is too general to represent with any of the CRM properties, and I’ll have to resort to some much more general property from another ontology.

]]>
By: valexiev http://conaltuohy.com/blog/lod-from-custom-web-api/#comment-5699 Fri, 11 Sep 2015 09:19:57 +0000 http://conaltuohy.com/?p=268#comment-5699 Hey Conal,

That’s a smart convertor but the CRM modeling leaves a lot to be desired.
P3_has_note should be a simple literal, not a node; p70_documents is spelt in lowercase; P130_shows_features_of is for items that are copies of each other not just “generally related”, etc etc etc.

If there’s interest I could review this. I got lots of CRM experience, see https://github.com/usc-isi-i2/saam-lod/wiki/SAAM-LOD-Review and links there. And now mapping Getty CONA.

]]>