BBN.RDF.Common.ModelCom.Read Function
Read a RDF file into the model.

Public BBN.RDF.Model Read (string)
  Type Name Description  
    string url The URL of the RDF file to load.  
  Return Description  
    Model      
Other overloads:
BBN.RDF.Common.ModelCom.Read(System.IO.TextReader,e) BBN.RDF.Common.ModelCom.Read(System.IO.TextReader,e,e) BBN.RDF.Common.ModelCom.Read(System.IO.Stream,e) BBN.RDF.Common.ModelCom.Read(System.IO.Stream,e,e) BBN.RDF.Common.ModelCom.Read(System.Net.WebRequest) BBN.RDF.Common.ModelCom.Read(e,e)
Remarks:
The url resolver can only handle http:// and file:// protocols.