- From: Liam Quin <liam@holoweb.net>
- Date: Mon, 1 Jan 2001 17:18:55 -0500
- To: www-rdf-comments@w3.org
A number of examples in http://www.w3.org/TR/REC-rdf-syntax/ use an
undeclared namespace prefix, e.g. s: in 2.2.1:
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Description about="http://www.w3.org/Home/Lassila">
<s:Creator xmlns:s="http://description.org/schema/">Ora Lassila</s:Creator>
</Description>
</RDF
(I assume this should be associated with www.purl.org/dc/elements/1.1) and
v: in several examples, including section 2.2.2:
<rdf:RDF>
<rdf:Description about="http://www.w3.org/Home/Lassila">
<s:Creator rdf:resource="http://www.w3.org/staffId/85740"
v:Name="Ora Lassila"
v:Email="lassila@w3.org" />
</rdf:Description>
</rdf:RDF>
Here s: is again undeclared, but I assume it's Dublin Core. I'd suggest
using dc: for that, for clarity, but s: is fine too :-)
But what is v: ?
Also, we have later, xmlns:s="http://description.org/schema/", where
description.org is the web page for a charity in aid of people woth
regenerative retina disorder (a form of partial-sightedness).
I assume description.org was meant to be an illustrative example???
Or is this an error?
Thanks,
Lee
--
Liam Quin - Barefoot in Toronto - liam@holoweb.net - http://www.holoweb.net/
Ankh: irc.sorcery.net www.valinor.sorcery.net irc.gnome.org www.advogato.org
author, The Open Source XML Database Toolkit, Wiley, August 2000
Co-author, The XML Specification Guide, Wiley, 1999
Received on Monday, 1 January 2001 17:18:56 UTC