BBN.RDF.Common.StatementImpl.StatementImpl Function
Create a new Statement

Public void StatementImpl (BBN.RDF.Resource, BBN.RDF.Property, BBN.RDF.RDFNode, string, string, BBN.RDF.Model)
  Type Name Description  
    Resource s The subject of the statement  
    Property p The property of the statement  
    RDFNode o The object of the statement  
    string uri An rdf:ID to assign to the statement  
    string source The source uri of the statement  
    Model m The model for which the statement is being created  
  Return Description  
    void    
Other overloads:
BBN.RDF.Common.StatementImpl.#ctor(Resource,Property,RDFNode) BBN.RDF.Common.StatementImpl.#ctor(Resource,Property,RDFNode,Model) BBN.RDF.Common.StatementImpl.#ctor(Resource,Property,RDFNode,AnonId,e,Model)