findTriples

fnOdfRdfTriple[] findTriples(const ref OdfRdfMetadata metadata, string predicate)

Finds all triples matching the given predicate across all graphs.

Parameters

metadataThe RDF metadata to search.
predicateThe predicate URI to match.

Returns

An array of matching OdfRdfTriple instances.