Injektilo.RDF.RdfModel Class
Access: Public
Base Classes: Object
  Members Description  
    statements    
    distributedStatements    
    subjects    
    predicates    
    objects    
    fileInfo    
    _protocolErrorHandler    
    RdfModel    
    LoadStatements    
    ProtocolErrorHandler    
    Load    
    Load    
    Load    
    Load    
    Load    
    Load    
    Load    
    LoadFromString    
    Load    
    CleanLoad Performs the entity substitutions before passing the content to the .net XML parser. This gets around the entity/namespace bugs, but takes a little longer and uses more resources.

 
    CleanLoad Performs the entity substitutions before passing the content to the .net XML parser. This gets around the entity/namespace bugs, but takes a little longer and uses more resources.

 
    CleanLoadFromString Performs the entity substitutions before passing the content to the .net XML parser. This gets around the entity/namespace bugs, but takes a little longer and uses more resources.

 
    ConvertStatements Add the statements of this RdfModel to the given Jena Model.

 
    Write write (serialize) the model to the specified file

 
    Distribute    
    Add    
    RemoveStatement Removes the given statement from the model

 
    ContainsSame Searches model for a similar statement.

 
    SetStatementObject Sets the object value of the given RdfStatement

 
    RemoveObject Removes all statements with the given subject

 
    GetRdfsLabel    
    Statements    
    Count    
    GetStatementsWithSubject Returns an IList of RdfStatements where subject == s

 
    GetStatementsWithPredicate Returns an IList of RdfStatement objects where predicate == s

 
    GetStatementsWithObject Returns an IList of RdfStatement objects where the object == s

 
    SourceFileInfo    
    RdfNodeMap