I'm looking snippet or list with the most common XML namespace prefixes, and their corresponding base URL:s (like for rdf, rdfs, xsd, owl, foaf and the like), for easy copy and paste into an RDF/XML document.
As an example, the rdf namespace, which is defined in the basic rdf:RDF XML tag like so (not sure if this is the base url of the latest standard though):
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
Anybody knows of a good such list? Otherwise maybe we can collect such a list here? Guess it would make life easier for many newcomers to the Semantic web / RDF/XML world.