Re: [CODE4LIB] Creating a Linked Data Service

2014-08-13 Thread Michael Beccaria
! -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Dan Scott Sent: Saturday, August 09, 2014 1:41 AM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] Creating a Linked Data Service On Wed, Aug 6, 2014 at 2:45 PM, Michael Beccaria mbecca...@paulsmiths.edu

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-08 Thread Shaun Ellis
I don't understand the publish it and they will come mentality when it comes to linked data. If you can't define a clear use case for your own data infrastructure, then I can't see how you would justify the time spent. The making data available to the world at large is a nice byproduct, but

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-08 Thread Mark A. Matienzo
Per Laura's message, and what I think was the underlying idea behind Mike's post, I think there's still a great opportunity to learn something new. Perhaps you might want to look at WebSocket [0], and Jason Ronallo's presentation from Code4lib 2014 [1] was a great intro. It seems like this might

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-08 Thread Laura Krier
And a further thought: I thought part of the point of linked data is that we don't really know what people might want to do with our data. Who knows--maybe there is some enterprising CS student on your campus who will make an awesome app using your real-time availability data. Maybe once you've

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-08 Thread Karen Coyle
Also, note that Martin Malmsten, of the Norwegian National Library (whose catalog is a linked data catalog) always states that one of the advantages of LD is that the difference between inside resources and outside resources disappears. It's all just linked resources. It makes sense to start

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-08 Thread Dan Scott
On Wed, Aug 6, 2014 at 2:45 PM, Michael Beccaria mbecca...@paulsmiths.edu wrote: I have recently had the opportunity to create a new library web page and host it on my own servers. One of the elements of the new page that I want to improve upon is providing live or near live information on

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-07 Thread Roy Tennant
on Facebook today! -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Riley-Huff, Debra Sent: Wednesday, August 06, 2014 11:52 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] Creating a Linked Data Service I agree with Roy. Seems like

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-07 Thread Ethan Gruber
I agree with others saying linked data is overkill here. If you don't have an audience in mind or a specific purpose for implementing linked data, it's not worth it. On Thu, Aug 7, 2014 at 9:07 AM, Jason Stirnaman jstirna...@kumc.edu wrote: Mike, Check out http://json-ld.org/,

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-07 Thread Eric Lease Morgan
I’m not for bubble gum and duct tape. But I also realize that when I’ve got a hammer everything begins to look like a nail. After having made those two ambiguous statements I would ask myself, “What is the problem I am trying to solve?” If you want to make your data available in a linked data

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-07 Thread Michael Beccaria
...@paulsmiths.edu Become a friend of Paul Smith's Library on Facebook today! -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Riley-Huff, Debra Sent: Wednesday, August 06, 2014 11:52 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] Creating a Linked Data

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-07 Thread Jason Stirnaman
Mike, Check out http://json-ld.org/, http://json-ld.org/primer/latest/, and https://github.com/digitalbazaar/pyld But, if you haven't yet sketched out a model for *your* data, then the LD stuff will just be a distraction. The information on Linked Data seems overly complex because trying to

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-07 Thread Justin Coyne
a friend of Paul Smith's Library on Facebook today! -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Riley-Huff, Debra Sent: Wednesday, August 06, 2014 11:52 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] Creating a Linked

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-07 Thread Scott Prater
Echoing others... the use case for linked data appears to be making data available to the world at large, unknown consumers, who may find a use for it that you never imagined. Name authority services (like VIAF), catalogs of public resources, map data -- all these are good candidates for a

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-07 Thread Laura Krier
Sent: Wednesday, August 06, 2014 11:52 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] Creating a Linked Data Service I agree with Roy. Seems like something that could be easily handled with PHP or Python scripts. Someone on the list may even have a homegrown solution (improved duct

[CODE4LIB] Creating a Linked Data Service

2014-08-06 Thread Michael Beccaria
I have recently had the opportunity to create a new library web page and host it on my own servers. One of the elements of the new page that I want to improve upon is providing live or near live information on technology availability (10 of 12 laptops available, etc.). That data resides on my

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-06 Thread Mark Jordan
Mike, If you want to create Linked Data, check out EasyLOD, https://github.com/mjordan/easyLOD. It's not a guide, but it does provide a toolkit. You'd need to write a data source plugin in PHP that scrapes your ILS but the EasyLOD framework will take care of most of the other bits involved in

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-06 Thread Cary Gordon
Drupal has a variety of tools for working with RDF. These are best supported in Drupal 7, but there are also some tools for Drupal 6, the version that your school — except for the library — uses for their website. Thanks, Cary On Aug 6, 2014, at 11:45 AM, Michael Beccaria

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-06 Thread Justin Coyne
Fedora 4 (https://github.com/fcrepo4/fcrepo4/releases) is based on the Linked Data Platform standard (http://www.w3.org/TR/ldp/). This enables you to just push linked data to it (using curl or the ldp gem in ruby, more languages to follow) and it's published. It's quite easy if you can get your

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-06 Thread Roy Tennant
I'm puzzled about why you want to use linked data for this. At first glance the requirement simply seems to be to fetch data from your ILS server, which likely could be sent in any number of simple packages that don't require an RDF wrapper. If you are the only one consuming this data then you can

Re: [CODE4LIB] Creating a Linked Data Service

2014-08-06 Thread Riley-Huff, Debra
I agree with Roy. Seems like something that could be easily handled with PHP or Python scripts. Someone on the list may even have a homegrown solution (improved duct tape) they would be happy to share. I fail to see what the project has to do with linked data or why you would go that route. Debra