| |
OAI-ORE |
On Aug 18, 2:57 pm, MichaelNelson <RhodeWarri...@gmail.com> wrote:
> That certainly appears to be a resource: it has a URI and when
variant
> http://foo.edu/bar
> and tell that the last two URIs identify possible representations
Note that I'm not saying that AWWW's purported concept of an
Jeff
> regards,
> Michael
> > The domain model for ORE is still unclear to me, but on this one point
> > Jeff
> the http RFC, representations can have their own URIs. The AWWW
> seems to tip-toe around this. Consider:
> dereferenced it returns a representation (or, more likely, a
> "variant" in RFC-2616 terms).
interchangeable in HTTP.
A resource may have one, or more than one, representation(s)
associated with it at any given instant. Each of these
representations is termed a `varriant'. (http://tools.ietf.org/
html/rfc2616#section-1.3)
> http://foo.edu/bar.abc
> http://foo.edu/bar.xyz
> for the 1st URI. That means "http://foo.edu/bar.abc" is both a
> resource in its own right *and* a representation for another
> resource. Effectively, its both a 1st and 2nd class citizen. RFC
> 2616 doesn't directly address this apparent inconsistency of URIs
> identifying both a resource and representation.
appears. HTTP defines mechanisms for the *server* to make these
assertions (e.g. HTTP headers or a 300 Multiple Choice entity body).
The fact that others may disagree with these assertions is a different
matter where an application/rdf+xml representation could clearly play
a role. We can also admit that servers frequently fail to use these
mechanisms, but it seems better to educate people about this oversight
than to invent a tunneled solution that involves a host of extraneous
concepts.
> obvious and reasonable from an implementation point of view, but
> its really non-sensical from a modeling point of view.
designed to model it.
> (i.e., web things like html and pdf) and "non-information resource"
> (i.e., real world things like cars and sandwiches) and 303 redirects
> (which can be thought of as a generalized version of http content
> negotiation as defined in RFC-2295). IMO, this is the opposite of
> the above: it makes sense from a modeling point of view but is silly
> from an implementation point of view ("so the only thing this URI
> will *ever* do is redirect me to this other URI? ok...")
being tunneled through HTTP despite the fact that HTTP already has a
model to deal with this particular situation. This seems to account
for the silliness you mention.
information resource without a representation doesn't have merit.
"info" URIs appear to be an example of this. What I'm suggesting is
that this AWWW concept can apparently be factored out in this case. If
it's too late to do that, that's one thing. OTOH, if there is a real
need for it that I'm not seeing, I would like to understand it.
> > it seems like some heavyweight sources are being cited to work around
> > a relatively simple confusion. Somehow this workaround has come full-
> > circle and produced a resource without a representation that resolves
> > to a response that is indistinguishable from a representation. This
> > circularity implies that there are some concepts in ORE that can be
> > factored out.