SparqlResult Constructor |
Name | Description | |
---|---|---|
![]() | SparqlResult() |
Creates a new empty SPARQL Result which can only be filled by methods internal to the dotNetRDF Library.
|
![]() | SparqlResult(ISet) |
Creates a new SPARQL Result from the given Set.
|
![]() | SparqlResult(ISet, IEnumerable<String>) |
Creates a new SPARQL Result from the given Set which contains only the given variables in the given order.
|