ThreadSafeGraphGetTriplesWithPredicate Method (Uri) | 
 
            Gets all the Triples with the given Uri as the Predicate.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic override IEnumerable<Triple> GetTriplesWithPredicate(
	Uri u
)
Public Overrides Function GetTriplesWithPredicate ( 
	u As Uri
) As IEnumerable(Of Triple)
Parameters
- u
 - Type: SystemUri
The Uri to find Triples with it as the Predicate. 
Return Value
Type: 
IEnumerableTripleZero/More Triples.
Implements
IGraphGetTriplesWithPredicate(Uri)
See Also