CARVIEW |
Select Language
HTTP/2 200
date: Wed, 08 Oct 2025 06:23:49 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 18:10:33 GMT
cache-control: max-age=2592000, public
expires: Thu, 06 Nov 2025 14:17:48 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98ae062e3efd8a91
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: HIT
set-cookie: __cf_bm=3VrYwqxHqLQG7uhiqSTg.4qrU3b4EtQ4m.znj68Vf8k-1759904629-1.0.1.1-Y0.iX0YExCTeDJ4XIlQcwRsBocE3tVcxn1eaXpwYFDcB2xxRHxEh8rBNSt0W5mfOyVrFJm5SdMkicT2OkuglHIbWGjAByC75oHaaUqPNwIM; path=/; expires=Wed, 08-Oct-25 06:53:49 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98b38d3999ea6cd6-BLR
alt-svc: h3=":443"; ma=86400
Comment on Formal Semantics: complementOf usage from Ivan Herman on 2008-07-14 (public-powderwg@w3.org from July 2008)
Comment on Formal Semantics: complementOf usage
- From: Ivan Herman <ivan@w3.org>
- Date: Mon, 14 Jul 2008 16:22:05 +0200
- To: public-powderwg@w3.org
- Message-ID: <487B610D.6000606@w3.org>
Comment on https://www.w3.org/TR/2008/WD-powder-formal-20080709/, Formal Semantics Example 3.8, POWDER-S for complement with several classes... The last example says: <owl:Class> <owl:intersectionOf rdf:parseType="Collection"> <owl:Class rdf:about="#iriset_3"/> <owl:Class> <owl:complementOf rdf:parseType="Collection"> <owl:Class rdf:about="#iriset_2"/> <owl:Class rdf:about="#iriset_1"/> </owl:complementOf> </owl:Class> </owl:intersectionOf> <rdfs:subClassOf rdf:ID="#descriptorset_3"/> </owl:Class> However, https://www.w3.org/TR/owl-ref/#complementOf-def says: [[[ An owl:complementOf property links a class to precisely one class description. ]]] The example links complementOf to an rdf:List, and I am not sure that is fine. I would expect the slightly more complex <owl:complementOf> <owl:Class> <owl:unionOf rdf:parseType="Collection"> <owl:Class rdf:about="#iriset_2"/> <owl:Class rdf:about="#iriset_1"/> </owl:unionOf> </owl:Class> </owl:complementOf> I also spotted a similar problem in Example 4.5. In this case the collection is not necessary at all (owl:Restriction is a Class). Cheers Ivan -- Ivan Herman, W3C Semantic Web Activity Lead Home: https://www.w3.org/People/Ivan/ PGP Key: https://www.ivan-herman.net/pgpkey.html FOAF: https://www.ivan-herman.net/foaf.rdf
Received on Monday, 14 July 2008 14:32:29 UTC