|
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):
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. |
|
I'm not aware of any lists as such but what you want is probably prefix.cc, it's a service created by Richard Cyganiak from DERI and it's basically a lookup service for prefixes. Enter a prefix and it'll give you one/more Namespace URIs typically associated with that prefix. As far as I remember it also allows you to export prefixes in various formats such as RDF/XML snippets. Thanks, it does indeed sound like what I'm looking for. Hope the site is up ruuning soon. Richard says it should hopefully be back up tomorrow In case it's not obvious, prefix.cc has a list of all the popular prefixes available (change the file extension to get the list in different syntaxes including .json, .sparql, and .txt). |
|
This is the set of namespaces that I use most often, which might be of use:
|
|
Thanks, these make nice snippets in TextMate. Mix with N3/Turtle syntax highlighting and now you're cooking. |

