CARVIEW |
Select Language
HTTP/2 200
date: Wed, 08 Oct 2025 22:06:07 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:29:52 GMT
cache-control: max-age=2592000, public
expires: Fri, 07 Nov 2025 22:06:06 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98b8f18c6fb58087
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: EXPIRED
set-cookie: __cf_bm=wy88gaTu3o12e0Xzo3O3IHDzwnOSlmEFkvRM3vD0oJU-1759961167-1.0.1.1-.N_mb8D1Y4Ju1U70D0mNk0iSprWwEpeGa5kpMEPPC_ITKKBDg66EkwW3wMySpGFk9WVHbzl02WTcA1XSDwVY_3LHaGJ7vg31_Rxd4rGaaX8; path=/; expires=Wed, 08-Oct-25 22:36:07 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98b8f18c6fb58087-BLR
alt-svc: h3=":443"; ma=86400
Re: Short editorial comment on RDF 1.1 Turtle from Gavin Carothers on 2014-02-05 (public-rdf-comments@w3.org from February 2014)
Re: Short editorial comment on RDF 1.1 Turtle
- From: Gavin Carothers <gavin@carothers.name>
- Date: Wed, 5 Feb 2014 10:11:58 -0800
- To: "Svensson, Lars" <L.Svensson@dnb.de>
- Cc: "public-rdf-comments@w3.org" <public-rdf-comments@w3.org>
- Message-ID: <CAPqY83xNVFLR5NUKVvbZB5pUiN8qBHurp175_w0aFuoYNkAHFg@mail.gmail.com>
Thank you for your comment. On Tue, Jan 14, 2014 at 12:17 AM, Svensson, Lars <L.Svensson@dnb.de> wrote: > Hoping it's not too late, I have two minor editorial point in the upcoming > RDF 1.1 Turtle recommendation [1]. > > 1) Quoted Literals [2] > In example 11, the line > > show:218 rdfs:label "That Seventies Show"^^xsd:string . # > literal with XML Schema string datatype > Updated example to correctly include xsd: prefix. https://dvcs.w3.org/hg/rdf/rev/6fb7777d97bc draft at https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/index.html#turtle-literals > > implies that it is legal to use the prefix xsd without declaring it first, > since the prefix is not declared. If the use of xsd without declaration is > legal it should be explicitly mentioned; if not, you need to declare the > prefix xsd. > > 2) Prefixed names [3] > The specification of prefixed names does not explicitly mention the > meaning of ':' (i. e. "current document") if the empty prefix is not > declared. That is an important hint for people new to the language. Wording > similar to "If the empty prefix ':' is not explicitly declared, it is > relative to the current document root." > > This is correct. Turtle (as opposed to N3) does not define ':' to mean the current document. If a user of Turtle wishes to use : in that way, they would need to add the prefix directive "@prefix : <#>." to their document. Unlike N3, Turtle does not define any "default" prefixes. Please confirm that these responses answer your comments. Cheers, Gavin Thanks for your consideration, > > Lars > > [1] https://www.w3.org/TR/turtle/ > [2] https://www.w3.org/TR/turtle/#turtle-literals > [3] https://www.w3.org/TR/turtle/#prefixed-name >
Received on Wednesday, 5 February 2014 18:12:25 UTC