Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-14 Thread Eric Lease Morgan
[ /me is creating an email filter/rule against the Code4Lib mailing list to automatically delete messages whose subject lines contain "One Data Format Identifier" because he has acquired carpal tunnel syndrome after pressing the delete key so often. ] -- Earache Least Moron

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-14 Thread Alexander Johannesen
On Thu, May 14, 2009 at 17:45, Rob Sanderson wrote: > I'll quote Mike (and most common approaches to the problem): >        Don't Do That Then. > :) Oh, for sure. :) But these are very subtle things that are hard to understand, and certainly the long-term implications, so people *will* do this, a

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-14 Thread Rob Sanderson
I'll quote Mike (and most common approaches to the problem): Don't Do That Then. :) Rob On Thu, 2009-05-14 at 13:18 +0100, Alexander Johannesen wrote: > On Thu, May 14, 2009 at 17:35, Rob Sanderson wrote: > > For example, the owl:sameAs predicate is used to express that the > > subjec

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-14 Thread Alexander Johannesen
On Thu, May 14, 2009 at 17:35, Rob Sanderson wrote: > For example, the owl:sameAs predicate is used to express that the > subject and object are the same 'thing'.  Then the application can infer > that if a owl:sameAs b, and a x y, then b x y. Yes, but there's a snag; as RDF work only on the URI

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-14 Thread Rob Sanderson
RDF is fine with one 'thing' having multiple identifiers, it just hands the problem up a level to the application to deal with. For example, the owl:sameAs predicate is used to express that the subject and object are the same 'thing'. Then the application can infer that if a owl:sameAs b, and a x

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-14 Thread Mike Taylor
Alexander Johannesen writes: > Anyway, I'm suspecting I don't see what the problem seems to be. To > create "the best identifier" for things seems a bit of a strange > notion to me, but is this based on that there is only (or rather, > that you're trying to create) one identifier for any one th

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-13 Thread Jakob Voss
Ross Singer wrote: For vCard there is an RDF namespace and a (not very nice) XML namespace: http://www.w3.org/2001/vcard-rdf/3.0# vcard-temp (see http://xmpp.org/registrar/namespaces.html) This is vCard as RDF, not vCard the format (which is text based). It would be the equivalent of saying, "

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-12 Thread Jonathan Rochkind
Ross Singer wrote: My point is that there's a step before that, possibly, where the "theory" behind unAPI, Jangle, whatever, is tested to even see if it's going in the right direction before writing it up formally as an RFC. I don't think the lack of adoption of unAPI has anything to do with the

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-12 Thread Ross Singer
On Tue, May 12, 2009 at 6:21 AM, Jakob Voss wrote: > Ross Singer wrote: > >>> >>> http://unapi.info/";> >>>  http://xmlns.com/foaf/0.1/"/> >>> >> >> I generally agree with this, but what about formats that aren't XML or >> RDF based?  How do I also say that you can grab my text/x-vcard?  Or >> m

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-12 Thread Jakob Voss
Ross Singer wrote: http://unapi.info/";> http://xmlns.com/foaf/0.1/"/> I generally agree with this, but what about formats that aren't XML or RDF based? How do I also say that you can grab my text/x-vcard? Or my application/marc record? There is still lots of data I want that doesn't nec

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-11 Thread Alexander Johannesen
On Mon, May 11, 2009 at 19:34, Jonathan Rochkind wrote: > In the real world, we use things when they solve the problem in front of us > in as easy a way as possible And somehow you're suggesting that I don't live in the real-world? :) Good try, but as far as I've experienced, people in the librar

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-11 Thread Ross Singer
On Mon, May 11, 2009 at 6:31 AM, Jakob Voss wrote: >> 2) require some laborious and lengthy submission and review process to >> just say "hey, here's my FOAF available via UnAPI" > > The identifier for FOAF is http://xmlns.com/foaf/0.1/. Forget about > identifiers that are not URIs. OAI-PMH at lea

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-11 Thread Jonathan Rochkind
Alexander Johannesen wrote: Yeah, don't use MODS in general; it's a hack. It's even crazier still that many versions have the same namespace. What were they thinking?! Um, MODS is awfully useful for a bunch of reasons. I'm not going to stop using it because they've used namespaces in a way

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-11 Thread Rob Sanderson
On Mon, 2009-05-11 at 12:02 +0100, Alexander Johannesen wrote: > On Mon, May 11, 2009 at 16:04, Rob Sanderson wrote: > > * One namespace is used to define two _totally_ separate sets of > > elements. There's no reason why this can't be done. > > As opposed to all the reasons for not doing it. :)

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-11 Thread Alexander Johannesen
On Mon, May 11, 2009 at 16:04, Rob Sanderson wrote: > * One namespace is used to define two _totally_ separate sets of > elements.  There's no reason why this can't be done. As opposed to all the reasons for not doing it. :) This is crap design of a higher magnitude, and the designers should be e

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-11 Thread Rob Sanderson
On Mon, 2009-05-11 at 11:31 +0100, Jakob Voss wrote > A format should be described with a schema (XML Schema, OWL etc.) or at > least a standard. Mostly this schema already has a namespace or similar > identifier that can be used for the whole format. This is unfortunately not the case. > For

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-11 Thread Jakob Voss
Hi, I summarized my thoughts about identifiers for data formats in a blog posting: http://jakoblog.de/2009/05/10/who-identifies-the-identifiers/ In short it’s not a technology issue but a commitment issue and the problem of identifying the right identifiers for data formats can be reduced to

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-08 Thread Alexander Johannesen
On Sat, May 9, 2009 at 00:32, Jonathan Rochkind wrote: > I don't understand from your description how Topic Maps solve the > "identifying multiple versions of a standard" problem. It's the mechanism of having multiple identifiers for Topics, so, in pseudo ; Topic "MARC21" psi "info:ofi/fmt:xml

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-08 Thread Jonathan Rochkind
I don't understand from your description how Topic Maps solve the "identifying multiple versions of a standard" problem. Which was the original question, right? Or have I gotten confused? I didn't think the original question was even about topic vocabularies, but about how to best provide an i

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-07 Thread Alexander Johannesen
On Wed, May 6, 2009 at 18:44, Mike Taylor wrote: > Can't you just tell us? Sorry, but surely you must be tired of me banging on this gong by now? It's not that I don't want to seem helpful, but I've been writing a bit on this here already and don't want to be marked as spam for Topic Maps. In th

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-06 Thread Mike Taylor
Alexander Johannesen writes: > With Topic Maps it's been solved years and years ago, and it's the > part of it that the RDF world didn't think of until recently (and > applied their kludges). I'm not going to bang my gong on this, just > urge you to read up on PSIs. Can't you just tell us? _

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-03 Thread Alexander Johannesen
With Topic Maps it's been solved years and years ago, and it's the part of it that the RDF world didn't think of until recently (and applied their kludges). I'm not going to bang my gong on this, just urge you to read up on PSIs. Alex -- ---

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-03 Thread Jonathan Rochkind
e4...@listserv.nd.edu] On Behalf Of Ross Singer [rossfsin...@gmail.com] Sent: Friday, May 01, 2009 9:16 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All I agree that most software probably won't do it. But the data will be th

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-02 Thread Riley, Jenn
nd.edu] On Behalf Of > Ross Singer > Sent: Friday, May 01, 2009 9:17 PM > To: CODE4LIB@LISTSERV.ND.EDU > Subject: Re: [CODE4LIB] One Data Format Identifier (and Registry) to > Rule Them All > > I agree that most software probably won't do it. But the data will be > there and

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-01 Thread Ross Singer
; > That does not mean we should not try. Even a unification in our >> space >>  > > (and "if not in the library/information space, then where?" as Mike >> said) >>  > > reduces the larger problem. However I don't believe it is a scala

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-01 Thread Jonathan Rochkind
> From: Code for Libraries [mailto:code4...@listserv.nd.edu] On Behalf Of > > Ross Singer > > Sent: Friday, May 01, 2009 13:40 > > To: CODE4LIB@LISTSERV.ND.EDU > > Subject: Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule > > Them All > >

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-01 Thread Mike Taylor
...@listserv.nd.edu] On Behalf Of > > Ross Singer > > Sent: Friday, May 01, 2009 13:40 > > To: CODE4LIB@LISTSERV.ND.EDU > > Subject: Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule > > Them All > > > > Ideally, though, if we h

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-01 Thread Peter Noerr
l be necessary. (I will leave aside discussions of > massive record bloat, continual system re-writes, the politics of whose > view prevails, the unhelpfulness of compromises for joint solutions, and so > on.) > > > > Peter > > > >> -Original Message- > >&

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-01 Thread Ross Singer
As long as that number is >1 > translation will be necessary. (I will leave aside discussions of massive > record bloat, continual system re-writes, the politics of whose view > prevails, the unhelpfulness of compromises for joint solutions, and so on.) > > Peter > >> --

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-01 Thread Peter Noerr
iew prevails, the unhelpfulness of compromises for joint solutions, and so on.) Peter > -Original Message- > From: Code for Libraries [mailto:code4...@listserv.nd.edu] On Behalf Of > Mike Taylor > Sent: Friday, May 01, 2009 02:36 > To: CODE4LIB@LISTSERV.ND.EDU > Subject:

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-01 Thread Mike Taylor
Ray Denenberg, Library of Congress writes: > Thanks, Ross. For SRU, this is an opportune time to reconcile these > differences. Opportune, because we are approaching standardization > of SRU/CQL within OASIS, and there will be a number of areas that > need to change. Agreed. Looking at the s

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-05-01 Thread Mike Taylor
Jonathan Rochkind writes: > Crosswalk is exactly the wrong answer for this. Two very small > overlapping communities of most library developers can surely agree > on using the same identifiers, and then we make things easier for > US. We don't need to solve the entire universe of problems. Sol

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-04-30 Thread Peter Noerr
LISTSERV.ND.EDU > Subject: Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule > Them All > > Technically it's 4 communities, but, yes, only two currently have > "credible" registries in place. > > -Ross. > > On Thu, Apr 30, 2009 at 9:28 PM, Jonat

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-04-30 Thread Ross Singer
On Thu, Apr 30, 2009 at 6:37 PM, Peter Noerr wrote: > Some further observations. So far this threadling has mentioned only trying > to unify two different sets of identifiers. However there are a much larger > number of them out there (and even larger numbers of schemas and other > "standard-th

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-04-30 Thread Ross Singer
> Sent: Thursday, April 30, 2009 6:37 PM > To: CODE4LIB@LISTSERV.ND.EDU > Subject: Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule > Them All > > Some further observations. So far this threadling has mentioned only trying > to unify two different sets of identif

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-04-30 Thread Jonathan Rochkind
Behalf Of Peter Noerr [pno...@museglobal.com] Sent: Thursday, April 30, 2009 6:37 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All Some further observations. So far this threadling has mentioned only trying to unify two di

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-04-30 Thread Peter Noerr
ice) +1 415 793 6547 (mobile) www.museglobal.com > -Original Message- > From: Code for Libraries [mailto:code4...@listserv.nd.edu] On Behalf Of > Ross Singer > Sent: Thursday, April 30, 2009 12:00 > To: CODE4LIB@LISTSERV.ND.EDU > Subject: [CODE4LIB] One Data Format Identi

Re: [CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-04-30 Thread Ray Denenberg, Library of Congress
Thanks, Ross. For SRU, this is an opportune time to reconcile these differences. Opportune, because we are approaching standardization of SRU/CQL within OASIS, and there will be a number of areas that need to change. Some observations. 1. the 'ofi' namespace of 'info' has the advantage that

[CODE4LIB] One Data Format Identifier (and Registry) to Rule Them All

2009-04-30 Thread Ross Singer
Hello everybody. I apologize for the crossposting, but this is an area that could (potentially) affect every one of these groups. I realize that not everybody will be able to respond to all lists, but... First of all, some back story (Code4Lib subscribers can probably skip ahead): Jangle [1] re