Click or drag to resize

BaseGraphCollection.GraphUris Property

Provides access to the Graph URIs of Graphs in the Collection.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract IEnumerable<Uri> GraphUris { get; }

Property Value

Type: IEnumerable<Uri>
See Also