StoreVirtualGraphPersistenceWrapperTNodeID, TGraphIDVirtualizeTriple Method |
Converts subject, predicate and object of a given Triple to their respective virtualized forms.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected Triple VirtualizeTriple(
Triple t
)
Protected Function VirtualizeTriple (
t As Triple
) As Triple
Parameters
- t
- Type: VDS.RDFTriple
Triple to virtualize.
Return Value
Type:
TripleThe virtualized Triple. Itself, if it was already virtual.
See Also