CARVIEW |
Select Language
HTTP/2 200
date: Sun, 05 Oct 2025 17:48:15 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:24:08 GMT
cache-control: max-age=2592000, public
expires: Mon, 03 Nov 2025 23:04:10 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98985118ca0e5f0f
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=i1OlJowO0zuImPArBLbrEVWNg4y39HIsH_iX321JrVE-1759686495-1.0.1.1-FS2FlWr9VTk9WJkjBftqPAevJJnSdiIB9NN_yr9ESCIF.yJ3Teu.akQNIZJTdcYpuwr1IU4HaFI3MWV3OEuLs_hl2O5aHLds_M3Yr43kGEk; path=/; expires=Sun, 05-Oct-25 18:18:15 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 989ebfb5fcfea9c3-BLR
alt-svc: h3=":443"; ma=86400
rdfs:Literal not a RDF datatype from Guus Schreiber on 2003-06-04 (www-webont-wg@w3.org from June 2003)
rdfs:Literal not a RDF datatype
- From: Guus Schreiber <schreiber@cs.vu.nl>
- Date: Wed, 04 Jun 2003 13:27:45 +0200
- To: WebOnt WG <www-webont-wg@w3.org>
- Message-ID: <3EDDD7B1.4010306@cs.vu.nl>
One of the comments from RDFCore on Reference is the following: https://lists.w3.org/Archives/Public/public-webont-comments/2003May/0004.html > #owlref-rdfcore-rdfs:literal-not-a-datatype > > [[ > A typed literal needs to have an XML attribute rdf:datatype of which > the value is recommended to be one of the following: > ... > > # The RDF datatype rdfs:Literal which is the class of literals, > typed and plain. > ]] > > rdfs:Literal is not a datatype. OK, so it should be removed from this list. Still, I assume we do not want to forbid the use of rdfs:Literal as a possible data range. Therefore, I wanted to change the following paragraph [[ OWL allows two types of data range specifications: * A RDF datatype specification. * An enumerated datatype, using the owl:oneOf construct. ]] to [[ OWL allows two types of data range specifications: * A RDF datatype specification. * The class rdfs:Literal * An enumerated datatype, using the owl:oneOf construct. ]] However, when consulting S&AS on this, I found in the list of datatypes in Sec. 2: [[ OWL also uses rdfs:Literal ]] The production in Sec. 2.3.2.3 states: [[ dataRange ::= datatypeID | 'oneOf(' { dataLiteral } ')' ]] where "datatypeID" translates according to the mapping table into the triple: [[ datatypeID rdf:type rdfs:Datatype ]] So, something needs to change here, when rdfs:Literal is indeed not an rdf:Datatype. Guus -- Free University Amsterdam, Computer Science De Boelelaan 1081a, 1081 HV Amsterdam, The Netherlands Tel: +31 20 444 7739/7718 E-mail: schreiber@cs.vu.nl Home page: https://www.cs.vu.nl/~guus/
Received on Wednesday, 4 June 2003 07:27:47 UTC