Re: Deprecate http://www.w3.org/1999/02/22-rdf-syntax-ns# in favour of /ns/rdf# ??

On Thu, Nov 28, 2013 at 8:27 AM, Phil Archer <phila@w3.org> wrote:

> Dear all,
>
> An idea has been floated and I'd like to assess the community's reaction.
> The rdf and rdfs namespaces are hard to remember (I always copy and paste,
> I guess you do too), but how do you react to the idea of deprecating those
> namespaces in favour of the much easier to remember
> http://www.w3.org/ns/rdf|s ?


-999

In the grand scheme of things, this is a non-problem.  Why bother
remembering namespace URIs in the first place?  That's what we have editors
for; just write a macro.  If you use emacs, here is a yasnippet:

# -*- mode: snippet -*-
# name : rdfns
# key: rdfns
# --
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

With this just type "rdfns<tab>".

-Gregg

Received on Friday, 29 November 2013 03:35:13 UTC