CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 08:00:21 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 18:28:51 GMT
cache-control: max-age=2592000, public
expires: Mon, 10 Nov 2025 08:00:21 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98ccd2c08e78a9b7
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: EXPIRED
set-cookie: __cf_bm=sfPwMr2CF0H8PhZM1n7huMgn3zhhaewxlbhmgv0odmU-1760169621-1.0.1.1-7z54.8WmjVjcd4K6XnwTlJrMqIw6knEcas8VinhhZ30PwkMDL14vQB45wdiKldxKOkp4kANbloTEedaJ_bxBvqtAmEua4PgOHjQOmr9y89Q; path=/; expires=Sat, 11-Oct-25 08:30:21 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98ccd2c08e78a9b7-BLR
alt-svc: h3=":443"; ma=86400
RDF Issue rdfms-xml-base from Brian McBride on 2002-03-21 (www-rdf-comments@w3.org from January to March 2002)
RDF Issue rdfms-xml-base
- From: Brian McBride <bwm@hplb.hpl.hp.com>
- Date: Thu, 21 Mar 2002 20:21:15 +0000
- To: rdaniel@interwoven.com
- Cc: www-rdf-comments@w3.org
- Message-Id: <5.1.0.14.0.20020321201449.03172178@0-mail-1.hpl.hp.com>
Ron, In https://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Jun/0097.html you raised an issue which was captured in https://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base as [[[ The xml-base construct could be useful in defining the base of relative URI's in RDF. ]]] As recorded in https://www.w3.org/2001/sw/RDFCore/20020225-f2f/#d-2002-02-25-4 the RDFCore WG has decided that it allow xml:base to affect the conversion of relative URI refernces to absolute URI references. In particular it decided: RFC 2396 states that self document references, such as rdf:about="", are not relative URI's are thus not subject to being converted to an absolute URI using xml:base. It was also noted in section 4.2 of RFC 2396 it states: However, if the URI reference occurs in a context that is always intended to result in a new request, as in the case of HTML's FORM element, then an empty URI reference represents the base URI of the current document and should be replaced by that URI when transformed into a request. It can be argued that this case should cover RDF's use of URI's. The WG decided that RDF will convert such references to absolute URI's and will take in scope xml:base attributes into account in such conversions. Specifically: <rdf:RDF xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:eg="https://example.org/" xml:base="https://example.org/dir/file"> <eg:type rdf:about="" /> </rdf:RDF> is equivalent to: <https://example.org/dir/file> <https://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://example.org/dir/file> . Please could you respond to this message, copying www-rdf-comments@w3.org indicating whether this is an acceptable resolution of this issue. Brian McBride RDFCore co-chair
Received on Thursday, 21 March 2002 15:24:17 UTC