Injektilo.RDF.RdfModel.Write Function
write (serialize) the model to the specified file

Public void Write (string)
  Type Name Description  
    string path    
  Return Description  
    void    
Remarks:
This is a simple implementation missing some desirable features, e.g. shared namespaces, handling of anonymous ndoes, automatic determination of CDATA. It's not very efficient to build the whole XML model and then serialize it; this could be done incrementally. Output isn't indented.