CARVIEW |
Select Language
HTTP/2 200
date: Sun, 05 Oct 2025 17:48:04 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:24:13 GMT
cache-control: max-age=2592000, public
expires: Tue, 04 Nov 2025 06:20:25 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 989ad0237b81f26c
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=yyt7nYE1TZvwtOiZvE9i7NRWhptIciiylClppqJTNjs-1759686484-1.0.1.1-RT_PQP7gopxJnWzrvCCFakLxBNgDqydt.D6jHpdJ2rlpxJfdETQ0VZXpywPmvbg3tVASPDw0pu5Armi_kMkQwPBLriBb1mJRvahuQLHjuvY; path=/; expires=Sun, 05-Oct-25 18:18:04 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 989ebf69bfbe8cf1-BLR
alt-svc: h3=":443"; ma=86400
Re: minor bug with S&AS 4.2 from Jeremy Carroll on 2004-01-13 (www-webont-wg@w3.org from January 2004)
Re: minor bug with S&AS 4.2
- From: Jeremy Carroll <jjc@hplb.hpl.hp.com>
- Date: Tue, 13 Jan 2004 19:19:01 +0000
- To: Jeremy Carroll <jjc@hplb.hpl.hp.com>
- Cc: www-webont-wg@w3.org, pfps@research.bell-labs.com
- Message-ID: <400444A5.90904@hplb.hpl.hp.com>
I have been reviewing this proposed change further and I have made two mistakes, sorry. Mistake 1 was adding the "or ontologyPropertyIDs;" as to how the property only URIs can be used. The property only URIs are rdf:subject, rdf:predicate, rdf:object, rdf:_1 ... These are not sensible ontology property IDs, I was not thinking. Mistake 2 was that the built in class IDs (owl:Thing and owl:Nothing) should (IMO) be treated like I was suggesting for the other builtins from section 2, as a definition with an anchor and then linked from in 4.2. I hope to generate some tests and test on Jena, WonderWeb and Pellet and circulate the results tomorrow. Revised text as follows: Jeremy Carroll wrote: > I wonder whether the text in 4.2 might benefit from > > a) making the text in 2.1 linkable and highlighting "built-in annotation > properties" and "built-in ontology properties" and "built-in classes", "built-in datatypes" > (i.e. defining the terms) > > b) modifying the defn of separated vocabulary poitn 3 from > [[ > the ontologies in O only use the class-only vocabulary as class IDs; only use > the datatype-only vocabulary as datatype IDs; only use rdfs:Literal in data > ranges; only use the property-only vocabulary as datavaluedProperty IDs, > individualvaluedProperty IDs, or annotationProperty IDs; and do not mention > any disallowed vocabulary. > ]] > to > [[ > the ontologies in O only use the class-only vocabulary as class IDs; only use > the datatype-only vocabulary as datatype IDs; only use rdfs:Literal in data > ranges; > only use the property-only vocabulary as datavaluedProperty IDs, > individualvaluedProperty IDs, annotationProperty IDs; NOT THIS previously proposed change > *** > or ontologyPropertyIDs; END NOT THIS NEW PROPOSED CHANGES only use the built-in classes as class IDs; only use the built-in datatypes as datatype IDs; END NEW PROPOSED CHANGES > only use the built-in annotation properties as annotationProperty IDs; > only use the built-in ontology properties as ontologyProperty IDs; > *** > and do not mention any disallowed vocabulary. > ]] > > Combining with my earlier proposal [1] in response to Holger we would get > > [[ > the ontologies in O, > *** > except as the values of annotations, > *** > only use the class-only vocabulary as class IDs; only use the datatype-only > vocabulary as datatype IDs; only use rdfs:Literal in data ranges; > only use the property-only vocabulary as datavaluedProperty IDs, > individualvaluedProperty IDs, annotationProperty IDs; > *** only use the built-in classes as class IDs; only use the built-in datatypes as datatype IDs; > only use the built-in annotation properties as annotationProperty IDs; > only use the built-in ontology properties as ontologyProperty IDs; > *** > and do not mention any disallowed vocabulary. > ]] > > Jeremy > > > [1] > https://lists.w3.org/Archives/Public/www-webont-wg/2003Dec/0063 > > > >
Received on Tuesday, 13 January 2004 14:19:32 UTC