This interface is implemented by SelectableSource classes that represent concrete data sources.
|
StatementCount [read-only] | int . Returns the number of statements in the data source. |
GetBNodeFromPersistentId
(string) Gets a BNode from a persistent identifier generated by SemWeb.StaticSource.GetPersistentBNodeId(SemWeb.BNode). |
|
GetEntities
() Gets an array of all of the entities mentioned in the data source. |
|
GetMetas
() Gets an array of all of the entities in the Meta position of statements in the data source. |
|
GetPersistentBNodeId
(BNode) Creates a persistent identifier for a BNode which can be used with SemWeb.StaticSource.GetBNodeFromPersistentId(string). |
|
GetPredicates
() Gets an array of all of the entities used in the predicate position of statements in the data source. |
Gets a BNode from a persistent identifier generated by SemWeb.StaticSource.GetPersistentBNodeId(SemWeb.BNode).
Gets an array of all of the entities mentioned in the data source.
Gets an array of all of the entities in the Meta position of statements in the data source.
Creates a persistent identifier for a BNode which can be used with SemWeb.StaticSource.GetBNodeFromPersistentId(string).
Gets an array of all of the entities used in the predicate position of statements in the data source.
Returns the number of statements in the data source.