CARVIEW |
Select Language
HTTP/2 200
date: Tue, 07 Oct 2025 09:48:26 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: Thu, 06 Nov 2025 09:48:26 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98ac7b96287ec143
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=DnEeJT9YgwSVhGbeN4__4t7bB.DSmiW1Wm7BCEWxXnY-1759830506-1.0.1.1-YXVtW_PiFHcSuj95LpKNX8HG4yd3mvFVfuwnDfde.iYOfq1Hvf0BT_fHpqSLRZlkB8Au2_KhleSj41.Du6K_H22t1Swh4JS8OFtZRnQ4kqQ; path=/; expires=Tue, 07-Oct-25 10:18:26 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98ac7b96287ec143-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