CARVIEW |
Select Language
HTTP/2 200
date: Thu, 09 Oct 2025 14:05:44 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 18:28:48 GMT
cache-control: max-age=2592000, public
expires: Sat, 08 Nov 2025 14:05:44 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98be6f3d49708a2a
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: MISS
set-cookie: __cf_bm=MOteYphFvEONKXhaBZx9K2zULIgF.4dZbZ5Q05b.5aw-1760018744-1.0.1.1-wUyRII0VY.1DnXDngYbGQko7YX7.eSlupIGU50qLRcLqpKzKoqrsvIbZxZxnmif1DUAw05AV86kk6zWypZWuDb1hQqB7dq.YYlEeSnbrd9k; path=/; expires=Thu, 09-Oct-25 14:35:44 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98be6f3d49708a2a-BLR
alt-svc: h3=":443"; ma=86400
Misleading note about extensibiity of Collection syntax from Dan Connolly on 2000-08-03 (www-rdf-comments@w3.org from July to September 2000)
Misleading note about extensibiity of Collection syntax
- From: Dan Connolly <connolly@w3.org>
- Date: Thu, 03 Aug 2000 12:53:54 -0500
- To: www-rdf-comments@w3.org
- Message-ID: <3989B1B2.1787E12B@w3.org>
I think this is bogus: "Note: The RDF Schema specification [RDFSCHEMA] also defines a mechanism to declare additional subclasses of these container types, in which case production [18] is extended to include the names of those declared subclasses." -- https://www.w3.org/TR/1999/REC-rdf-syntax-19990222/#containers For example, consider: <rdf:RDF xmlns="#" xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="https://www.w3.org/2000/01/rdf-schema#" > <MyContainer> <rdf:li>foo</rdf:li> </MyContainer> <rdfs:Class id="#MyContainer"> <rdfs:subClassOf rdf:resource="https://www.w3.org/2000/01/rdf-schema#Container"/> </rdfs:Class> </rdf:RDF> Is an RDF 1.0 parser expected to parse MyContainer as a typednode or as a container? The note suggests container... but suppose the statement that MyContainer is a Container were in some document linked from this one, and that document's source was questionable, and I don't necessarily trust it. Does the model I get from this document depend on whether I trust some other document? I hope not. -- Dan Connolly, W3C https://www.w3.org/People/Connolly/
Received on Thursday, 3 August 2000 13:54:12 UTC