RDF Namespace

The official W3C-defined RDF namespace is " http://www.w3.org/1999/02/22-rdf-syntax-ns# ". (The # on the end, which may look pretty funny , is not an error; it's there to help applications create valid XPointers.) All RDF documents must use this namespace. The conventional prefix for this namespace is rdf, so I'll declare that prefix like this:

 <?xml version="1.0" ?>  <rdf:RDF  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">  .         .         . </rdf:RDF> 


Real World XML
Real World XML (2nd Edition)
ISBN: 0735712867
EAN: 2147483647
Year: 2005
Pages: 440
Authors: Steve Holzner

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net