Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upinfo-URI #6
Comments
RubenVerborgh
assigned
larsgsvensson
Mar 9, 2019
This comment has been minimized.
This comment has been minimized.
There are not many registered namespaces, and I cannot say how widely used they are. I know that the SRU/SRW identifiers are still alive in the SRU protocol, e. g. in the Record Schemas. There is even one for the University of Gent Repository. Maybe you can find out something there. Note: If we decide to keep the info-URIs, we should reference RFC 4452 |
larsgsvensson
assigned
RubenVerborgh
and unassigned
larsgsvensson
Mar 13, 2019
This comment has been minimized.
This comment has been minimized.
Summoning @phochste. How popular are info URIs? Something we actively use? |
This comment has been minimized.
This comment has been minimized.
phochste
commented
Mar 13, 2019
Oh yes. Worldwide it is in use by OpenURL resolvers to specify formats, encodings, services and all that. Every academic library in the world has some sort of resolver (SFX, 360 Link, Umlaut, LinkSolver to name a few). Our Gent Repository uses info URI-s for internal digital archiving services. Here is an example of a info URIs in use on our UGent SFX resolver: |
This comment has been minimized.
This comment has been minimized.
Thanks @phochste, that settles it then! |
RubenVerborgh
closed this
Mar 13, 2019
This comment has been minimized.
This comment has been minimized.
did I hear info URI? :-) There's a lot I could say about info URI. Not sure whether anyone is interested though ;-) The need for info URI arose from the standardization of OpenURL. There, we needed URIs to express "legacy identifiers" (typically of creative works etc) for which no URI schemes existed yet. Think LCCN etc. So, one could register a namespace e.g. "lccn" and then express an LCCN number as a URI info:lccn/... The idea was that info URIs eventually would be resolvable against one or more HTTP resolvers, eg http://baseURL(Resolver)?info:lccn/... Something similar to ARK identifiers with that specific regard. We stopped accepting registrations of info URI namespaces when, in the Linked Data movement, everything was given HTTP URIs. In hindsight, and without us being aware of it when spec-ing info URI, it somehow touched upon the HTTPRange14 problem domain. info URIs were assigned to "non-information resources" and a description of the non-information resource would be obtainable by throwing its info URI against the HTTP baseURL of a resolver. In short: information resources have HTTP URIs and non-information resources info URIs. And access to information about non-information resources is obtained by resolving their respective info URIs. Some day, someone should explore where such a paradigm could have taken us ;-) |
This comment has been minimized.
This comment has been minimized.
Ooh, that sheds a different light upon this though, give that we point to information resources. |
RubenVerborgh
reopened this
Mar 13, 2019
This comment has been minimized.
This comment has been minimized.
I always thought that profiles are non-information resources that can be described one way or another (be it through a PDF document à la DCAT-AP.de or through a (set of) SHACL and/or ShEx shapes, XML Schema documents or whatnot. I think that the PROF-Ontology Spec takes a similar stand. |
This comment has been minimized.
This comment has been minimized.
Warning: pedantism ahead
I actually made that less explicit in the introduction: Calling it "a document" would make it an information resource.
So you distinguish between the description and the profile itself. (Which is also interesting, given that I changed "document" into "description".)
I was looking for evidence either way, but didn't find any. It's currently "a named set of constraints". Could be argued that this is information (possibly also the other way). Bottomline is: I don't mind info-URIs that much; it was just because @hvdsomp said they are explicitly for non-information, that I started wondering again. I'm fine with keeping them in, unless they are really out of scope (so feel free to close). |
RubenVerborgh commentedMar 9, 2019
We mention info-URI. How common are they?